query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
d630f1ab1ebc956742ffc0b36be3e5b4
This method was generated by MyBatis Generator. This method corresponds to the database table t_invoice
[ { "docid": "95520533e67944b6bf653d10b019bdb8", "score": "0.0", "text": "int updateByPrimaryKeySelective(Invoice record);", "title": "" } ]
[ { "docid": "4f775f841919602d0a2d38bc078f2103", "score": "0.6634254", "text": "@Override\r\n\tpublic List<InvoiceRepPrintVo> queryInvoiceInfo(InvoiceRepPrintVo invoiceRepPrintVo) {\r\n\t\t\r\n\t\t String sql=\"SELECT a.INVOICE_NO as invoiceNo, a.balance_date as balanceDate,a.PAYKIND_CODE as paykindName, ...
45d8f83d9c1757b3fc17aba4ee841ef9
Constructor. is the type of the children. is the type of the end nodes.
[ { "docid": "4ccabf93755472f8bd36135caf7da490", "score": "0.62893313", "text": "public ParentNode(final ArrayList<N> iChildren, final double iProbability) {\r\n\t\tsuper(iProbability);\r\n\t\tmyChildren = iChildren;\r\n\t}", "title": "" } ]
[ { "docid": "34d778fa0ee32b16fed33edf25d59849", "score": "0.7026333", "text": "public void init$Children() {\n children = new ASTNode[1];\n setChild(new List(), 0);\n }", "title": "" }, { "docid": "34d778fa0ee32b16fed33edf25d59849", "score": "0.7026333", "text": "public void in...
b171839b84ed6dba6b92242e658ce64f
GET /datasources/:id : get the "id" dataSource.
[ { "docid": "8a550373910484977b71ec8aafad4e50", "score": "0.82364196", "text": "@GetMapping(\"/data-sources/{id}\")\n @Timed\n public ResponseEntity<DataSourceDTO> getDataSource(@PathVariable Long id) {\n log.debug(\"REST request to get DataSource : {}\", id);\n DataSource dataSource ...
[ { "docid": "82ec71527360d6980d55915000ffd230", "score": "0.738454", "text": "@GetMapping(\"/data-sources/metadata/{id}\")\n @Timed\n public ResponseEntity<DataSourceMetadata> getDataSourceMetadata(@PathVariable Long id) {\n log.debug(\"REST request to get DataSource : {}\", id);\n\n ...
b8cac5eb9b1c1121970995fa031ffc1c
para que solo lo haga una vez durante un turno
[ { "docid": "14ca3449c5159e06304041c875ee7096", "score": "0.0", "text": "public void manejar(){\n\t\t\n\t\t/* le paso la pelota a la habilidad */\n\t\thabilidad.manejar();\t\n\t}", "title": "" } ]
[ { "docid": "51f8fb810e244782c3b5c7d6965e023a", "score": "0.6905793", "text": "void turno() {\n //Cada inicio se marca verdadero para que se lancen dados\n for (int x = 0; x < 5; x++) {\n lanzar[x] = true;\n }\n //Intentos\n for (int c = 0; c < 3; c++) {\n ...
05756b7c44b94e28183f7e2b52540fd0
load in all buttons and text edit also set even methods
[ { "docid": "d10f7bfc4f449ce4ed5f52e4d63e3da6", "score": "0.0", "text": "@Override\n public final boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n // Inflate menu to add items to action bar if it is present.\n inflater.inflate(R.menu.search, ...
[ { "docid": "4dbdc711737a7b4f9d13baea542c0e7f", "score": "0.69982165", "text": "private void setUp_OR_Buttons(){\n \n }", "title": "" }, { "docid": "21c2e3e0bc42e28f93b11cd430a9fed9", "score": "0.6758148", "text": "private void setOnClickListenerButton() {\n\n //Create ...
b1a4e3b3174e938486cea2e72ecd57f9
Webservice Calling GET Method
[ { "docid": "43d1cdf39dacf97645a88984ef24226f", "score": "0.0", "text": "public static String getDataFromServer(String stringURL,\n String requestMethod, HashMap<String, String> headerValueMap) {\n InputStream inputStream = null;\n String response =...
[ { "docid": "39d4515bf63b846049d2aff7e8debbc3", "score": "0.71202165", "text": "@Override\n\tprotected Method getMethod() {\n\t\treturn Method.GET;\n\t}", "title": "" }, { "docid": "d8447996d8adc3ed99f32dfe8c395b21", "score": "0.68965876", "text": "@Override\n\tpublic void doGet(Reque...
f6801e9b8dd66af145b42ae26ec02f03
Average load of CPUs last 1 min, last 5 min and last 15 min. repeated float load_avg = 3;
[ { "docid": "176181ffabf50a5c652139f166629d6d", "score": "0.5011447", "text": "public Builder addLoadAvg(float value) {\n ensureLoadAvgIsMutable();\n loadAvg_.addFloat(value);\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "93251aca6db6fc588c89cc0d46edd297", "score": "0.68690634", "text": "int getCpuAveragePercent();", "title": "" }, { "docid": "331588d6b4e2bd40685790df55248d8f", "score": "0.67597365", "text": "int getLoadAvgCount();", "title": "" }, { "docid": "a0c9a4521323db37d...
a7ee5c69aa2dd6548b9ce08bea2a09b0
Sets the email value for this Employee.
[ { "docid": "a36242db00169e8eee1b60ffbdd9ea7d", "score": "0.7154264", "text": "public void setEmail(java.lang.String email) {\n this.email = email;\n }", "title": "" } ]
[ { "docid": "cafde88389136f540d65d395f69dd8c6", "score": "0.7690682", "text": "public void setEmail(String value) {\r\n setAttributeInternal(EMAIL, value);\r\n }", "title": "" }, { "docid": "9427ad049d6dd5379b6f7ce1161f3008", "score": "0.76001793", "text": "public void setEm...
934140537de58acff9da9d34a2b938a0
Construct the stub at attach it to the interface.
[ { "docid": "bdfd5b8d6c0af212c59fd32307294e93", "score": "0.7801734", "text": "public Stub()\n {\n this.attachInterface(this, DESCRIPTOR);\n }", "title": "" } ]
[ { "docid": "a2685963f7adee0b5ffbdfdd5e952a66", "score": "0.7822863", "text": "public Stub()\n{\nthis.attachInterface(this, DESCRIPTOR);\n}", "title": "" }, { "docid": "a2685963f7adee0b5ffbdfdd5e952a66", "score": "0.7822863", "text": "public Stub()\n{\nthis.attachInterface(this, DESCR...
b2474528d88d08a1704a7b2977b0bbb3
If state is 0 (free), return true
[ { "docid": "42f9a44f21a499cc9c73d7ad003492fc", "score": "0.8532608", "text": "public Boolean isFree() {\n\t\treturn state == 0 ? true : false;\n\t}", "title": "" } ]
[ { "docid": "c4d52ea8ba308c28ce31fdf141fcf4b5", "score": "0.74087596", "text": "boolean hasIsFree();", "title": "" }, { "docid": "0c1fd1f684d075ad140a24d0bc28ab72", "score": "0.72978556", "text": "boolean isFree();", "title": "" }, { "docid": "d406a68d9eab5c7affca1d572718a...
8e5f2268dd5cab546e8b7c8c827dab8d
TODO: should be boolean
[ { "docid": "0297b5e9a77fe6d68b23ceaab2ae8001", "score": "0.0", "text": "public Collection<String> getECSc39s() {\n\t\treturn getStringValue(\"ecsc39\");\r\n\t}", "title": "" } ]
[ { "docid": "c0f925eed1b58e6d19fd99e8a3e26d34", "score": "0.6992316", "text": "@Override\r\n public boolean sallittu() {\r\n return false;\r\n }", "title": "" }, { "docid": "8c67e7957459fa2a4a14f3ece6c8915b", "score": "0.6797819", "text": "@Override\n\tpublic boolean reti...
9792a67ef2e09f0f10f5a908f9bbfff0
System.out.printf("%3d%3d : Key Reset\n", this.start, this.end);
[ { "docid": "d0289abdfe85141fe75e80f64f52ad58", "score": "0.61240244", "text": "public void resetKey()\n\t{\n\t\tthis.lastStop.clear();\n\t\tkeyFound = null;\n\t}", "title": "" } ]
[ { "docid": "7e9879cffbbaebc5c82f875a6b29f751", "score": "0.6231234", "text": "private void printKeys()\r\n\t{\r\n\t\tSystem.out.print(\"[\");\r\n \t\tfor (int i = 0; i < this.keyTally; i++)\r\n \t\t{\r\n \t\tSystem.out.print(\" \" + this.keys[i]);\r\n \t\t}\r\n \t\tSystem.out.print(\"]\"...
874e79c8d0aaf99ade1be0c4f251c2f8
Write events aggregation code in this method
[ { "docid": "a6a7689042da6d85a4b856d95f38439f", "score": "0.64364505", "text": "private static Dataset<Row> processEvents(Dataset<Row> inputDf) {\n // Write events aggregation code in this method\n //\n\n return inputDf;\n }", "title": "" } ]
[ { "docid": "0542d0e705e474678f7a13c42992efa6", "score": "0.67523485", "text": "private void addEvents() {\n\r\n\t}", "title": "" }, { "docid": "929a14d89ca493f01f9db84eb6fdcc07", "score": "0.67312616", "text": "@Override\r\n\tpublic boolean shouldAggregateEvents(EventGroup events) {\...
337863089a052c87f307a54777248758
getHitPoints returns block's number of hits.
[ { "docid": "d144c183ace914f8d8a9f37d335f4106", "score": "0.8017685", "text": "public int getHitPoints() {\r\n return hitsNumber;\r\n }", "title": "" } ]
[ { "docid": "30cfab41f1871d647e994eff9dc0c69a", "score": "0.81415087", "text": "public int getHitPoints() {\r\n return this.numOfHits;\r\n }", "title": "" }, { "docid": "8380f7ad5399b7c16e9e7f355b248c0d", "score": "0.78394294", "text": "@Basic\r\n\t@Raw\r\n\tpublic int getHi...
86477dbcc5838d375183a6cd60fa89fb
Applies handler to the interal options and returns the result.
[ { "docid": "7fc748f6d809c4e922d0eb3f9f7981c5", "score": "0.5828309", "text": "private List<String> handleOptions(OptionHandler handler) {\n List<String> result = new ArrayList<>(internal.size());\n Iterator<String> iter = internal.iterator();\n while (iter.hasNext()) {\n Iterables....
[ { "docid": "06fcb2703919d03f3735058e2f9d2491", "score": "0.5702303", "text": "public abstract void applyOptions();", "title": "" }, { "docid": "ca7b8caa8ffa29e35469f6d60cb5655d", "score": "0.50956035", "text": "public Option<MethodResult> handleCall(Context callingContext, InstanceIn...
dc9bd24edb66715eca3932fe35413b1d
Transfers the documents to the associated sync records in the document management tables.
[ { "docid": "9ee3329e0c72011a0d7c893a7c941ca2", "score": "0.54157597", "text": "static void copyWorkRequestDocumentsToSyncWorkRequests(final String userName) {\n\n final DataSource datasource =\n DataSourceFactory.createDataSourceForFields(WR_TABLE, WR_MGR_FIELDS);\n\n final ...
[ { "docid": "db2add4ae5287dd9808ab9e4da35162d", "score": "0.5706717", "text": "PersistenceManager sync();", "title": "" }, { "docid": "d89b894c6003e9a8099a6246adb8fc03", "score": "0.53366524", "text": "public void flush() {\n try {\n ResourceResolver resolver = null;...
3c2de01968babd826ec64962763d77d3
Add a value to given list, making the Project modified if the value is not already present in the list.
[ { "docid": "36e4aef09f3c951470625d1887a116c8", "score": "0.6946992", "text": "private <T> boolean addToListInternal(Collection<T> list, T value) {\n if (!list.contains(value)) {\n list.add(value);\n isModified = true;\n return true;\n } else {\n ...
[ { "docid": "701d3d779375bb2de69cf89396f23dc9", "score": "0.63169456", "text": "private void addListElementsValue(int value) {\n ensureListElementsIsMutable();\n listElements_.addInt(value);\n }", "title": "" }, { "docid": "91231d7c8f92b450f27c1bf8a715a4e7", "score": "0.62631...
45640acff79e0b423bb7bc95504355cd
Sorts reservations by date.
[ { "docid": "8d031e59bb68f45583529a1b91d61494", "score": "0.8009843", "text": "public List<Reservation> sortByDate(List<Reservation> reservations){\n\t\tList<Reservation> sorted = new ArrayList<>(reservations);\n\t\tsorted.sort(Comparator.comparing(Reservation::getDate));\n\t\treturn sorted;\n\t}", "...
[ { "docid": "829b22a482ac1b04859bc6b79657224a", "score": "0.6316501", "text": "private void sortDate()\n {\n for(int i = 0; i < movieList.size(); i++){\n for(int j = 1; j < movieList.size() - i; j++)\n {\n Movie a = movieList.get(j-1);\n Movie...
f4fedeee01a5c56b401f953498a0264e
Sets the recurring charge for subscriptions for the price model.
[ { "docid": "f1768df83b953d67528f369cf8b289d0", "score": "0.4788699", "text": "public void setPricePerPeriod(BigDecimal pricePerPeriod) {\n this.pricePerPeriod = pricePerPeriod;\n }", "title": "" } ]
[ { "docid": "058f1e00fc881e13941f84b0bfbc7a05", "score": "0.6166953", "text": "public void setChargeRate(double chargeRate)\n {\n this.chargeRate = chargeRate;\n }", "title": "" }, { "docid": "63aabdfdab8d206ad4c671f7c4715c53", "score": "0.5776242", "text": "public static void up...
b1198cd5d13f128312327d5710fdc372
This method was generated by Apache iBATIS ibator. This method corresponds to the database table UI_FW_ROLE_MODULE_LINK
[ { "docid": "a740171d9c53b95dd6a3b523064b5844", "score": "0.5284381", "text": "List selectByExample(UiFwRoleModuleLinkExample example);", "title": "" } ]
[ { "docid": "7c727b72410365d2ddf3929ac890f030", "score": "0.576802", "text": "java.lang.String getAdminObjectModule();", "title": "" }, { "docid": "810ce822501419ea1b57185d7ad221d7", "score": "0.5743237", "text": "public Long getModuleId();", "title": "" }, { "docid": "9ff...
4a295d775d4744a0120893ff65935224
$ANTLR end "entryRuleXPrimaryExpression" $ANTLR start "ruleXPrimaryExpression" ../org.eclipse.xtext.graphview.map/srcgen/org/eclipse/xtext/graphview/map/parser/antlr/internal/InternalGraphViewMapping.g:2573:1: ruleXPrimaryExpression returns [EObject current=null] : (this_XConstructorCall_0= ruleXConstructorCall | this_...
[ { "docid": "ac834482d2801d8c9f8598a9aa3f06ce", "score": "0.7672834", "text": "public final EObject ruleXPrimaryExpression() throws RecognitionException {\n EObject current = null;\n\n EObject this_XConstructorCall_0 = null;\n\n EObject this_XBlockExpression_1 = null;\n\n EObj...
[ { "docid": "55b50076d74880b107e8c40b4c7490dd", "score": "0.73605907", "text": "public final EObject entryRuleXPrimaryExpression() throws RecognitionException {\n EObject current = null;\n\n EObject iv_ruleXPrimaryExpression = null;\n\n\n try {\n // ../org.eclipse.xtext.gr...
6d71bd87c1d8f4ea07399a871d97c9eb
CURRENT NODE IS ALWAYS THE ONE BEFORE WE RETURNED
[ { "docid": "272ac37bbeb09560c55cb7fbd1bb944e", "score": "0.0", "text": "@Override\n public T next() {////CUSTOM ITERATORS NEXT METHOD\n \n if(removed){/////IF REMOVE HAS BEEN CALLED,REITERATE THE LIST TO GET\n // TO THE NODE BEFORE THE DELETED ONE\n ...
[ { "docid": "f72af29de7a917b3ef6fade7aaf9b45d", "score": "0.72393656", "text": "public int getCurrentNode(){ return currentNode; }", "title": "" }, { "docid": "49e14aa5208d08e8c8d2fbe90853e705", "score": "0.6769053", "text": "public int getCurrentNode()\r\n\t{\r\n\t\treturn fCurrentNo...
6e2eba6663afaa8901c09d40f6d224d6
Attempt to call the API, after verifying that all the preconditions are satisfied. The preconditions are: Google Play Services installed, an account was selected and the device currently has online access. If any of the preconditions are not satisfied, the app will prompt the user as appropriate.
[ { "docid": "6a9c578900c84dd0bccd1335d0e8a2b2", "score": "0.6676722", "text": "private void getResultsFromApi() {\n if (mCredential.getSelectedAccountName() == null) {\n chooseAccount();\n } else if (!isDeviceOnline()) {\n Toast.makeText(getContext(), \"No network connection available.\",...
[ { "docid": "94a774504effd4367e7f976e45d64dd2", "score": "0.6950253", "text": "public void getResultsFromApi() {\n if (! isGooglePlayServicesAvailable()) {\n acquireGooglePlayServices();\n } else if (mCredential.getSelectedAccountName() == null) {\n chooseAccount();\n ...
5cde6c2d532425025b5bda8c1ccda1fa
Returns count of all unread msgs for given user that have been approved or were authored by user
[ { "docid": "2f378f8e1693ded51195b82bf5e39cd4", "score": "0.58450496", "text": "public int findUnreadViewableMessageCountByTopicIdByUserId(final Long topicId, final String userId) {\n if (topicId == null) {\n log.error(\"findUnreadViewableMessageCountByTopicIdByUserId failed with topicId:...
[ { "docid": "d0965c4940af3434027abe2b5864c84d", "score": "0.669085", "text": "@Query(value = \"select count(n.notificationId) \"//\n\t\t\t+ \" from MLPNotification n, MLPNotifUserMap m\" //\n\t\t\t+ \" where n.start <= CURRENT_TIMESTAMP \" //\n\t\t\t+ \" and n.end >= CURRENT_TIMESTAMP \" //\n\t\t\t+ \"...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "00659cfebb778b73806ebe6748bd3bf3", "score": "0.0", "text": "public static void main(String[] args) {\n\t\t\n\t\tDemo3 demo3 = new Demo3();\n\t\t\n\t}", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
5bae9838f99ca4ce43befed22dbbb598
Move a member from one set to another. (set operation) Complexity : O(1) Move `member` from the set at `source` to the set at `destination`. This operation is atomic. In every given moment the element will appear to be a member of `source` or `destination` for other clients. If the source set does not exist or does not...
[ { "docid": "98b52671d4fcb552c2cb7aa6c47b787b", "score": "0.6291373", "text": "long smove(final K source, final K destination, final string member);", "title": "" } ]
[ { "docid": "16d1e3089a2070ef873a6cc503d1ab42", "score": "0.5438588", "text": "public void testMoveMember() throws JavaModelException {\n\tthis.workingCopy.getBuffer().setContents(\n\t\t\"package p1;\\n\" +\n\t\t\"import p2.*;\\n\" +\n\t\t\"public class X {\\n\" +\n\t\t\" public void foo() {\\n\" +\n\t\...
db927d28f407fbc860b9d5c4f35d4c49
check the base case of an empty array
[ { "docid": "f8f99084a34ea41c358a1e5bfb99ff63", "score": "0.0", "text": "public int removeDuplicates(int[] nums) {\n if(nums == null) return 0;\n //initialize the return counter\n int retCount = 0;\n //create a new hashMap\n Map<Integer, Boolean> map = new HashMap<Integ...
[ { "docid": "4218dd2fcd87c31d09cc5f76168d17ea", "score": "0.741843", "text": "private static boolean isEmpty(Object[] arr)\r\n/* 2949: */ {\r\n/* 2950:1572 */ return (arr == null) || (arr.length == 0);\r\n/* 2951: */ }", "title": "" }, { "docid": "6fd37e48011b1d98ce05d23ae2a45...
d42845a4f3854610528cf0734ba9ba22
function to reset the board and start a new game
[ { "docid": "5afcc6e127358632a5f1379d4e606ced", "score": "0.0", "text": "@Override\n public void reinit() {\n chessBoard = new Board();\n whiteRemovedPieces = new ArrayList<RemovedPieces>();\n blackRemovedPieces = new ArrayList<RemovedPieces>();\n ArrayList<OneMove> lastMov...
[ { "docid": "74e51172a8ef2659f4ca356c17869f23", "score": "0.8271107", "text": "public void resetBoard()\n\t{\n\t\tfor(int row = 0; row < 55; row++)\n\t\t{\n\t\t\tfor(int col = 0; col < 75; col++)\n\t\t\t{\n\t\t\t\tgame[row][col] = new PieceP1(row, col);\n\t\t\t\tgame[row][col].changeFloor(true);\n\t\t\t}...
58d7bdb6458ce1bc6c582c98cf0b1365
Use this method when debugging to check whether the results board and the main board is in sync
[ { "docid": "f7c683ada9bbfc8c6c9e0e217ea1400d", "score": "0.0", "text": "public void printBooleanBoard(){\n for(int i = 0; i < board.length; i++){\n for(int j = 0; j < board[i].length; j++){\n System.out.print(results[i][j] + \" \");\n }\n System.out....
[ { "docid": "bdcd6a6b8e2ef9ef81b11e72c17219fd", "score": "0.64801896", "text": "private void checkResult() {\n\t\tif (playingBoard.hasWon(currentPlayer)) {\n\t\t\trefreshConsole();\n\t\t\tSystem.out.println(\".----------------------.\");\n\t\t\tswitch (currentPlayer) {\n\t\t\tcase PLAYERRED:\n\t\t\t\tcur...
5ed7e984885113ef7246b794522845cd
Resets the given pagina.
[ { "docid": "a808d07265ec83c47b5ae2edb719a556", "score": "0.7827897", "text": "public void resetPagina()\r\n {\r\n this.pagina = null;\r\n }", "title": "" } ]
[ { "docid": "7dc86627063ccb130bed9a4b912b4025", "score": "0.6619646", "text": "public void reset ()\r\n {\r\n getPage ().reset ();\r\n setCursor (new Cursor (getPage (), 0));\r\n }", "title": "" }, { "docid": "97c3f0e4ce1bf42da0e9bbd26902ac5d", "score": "0.64956415", ...
6238fb7b0d9a4307cb7c94c0553ed103
Returns the value of the 'Pre' reference. If the meaning of the 'Pre' reference isn't clear, there really should be more of a description here...
[ { "docid": "9f7a7f87cf7de81f81cdbfa06d71e3ab", "score": "0.0", "text": "Task getPre();", "title": "" } ]
[ { "docid": "6efd5a0478a24a30951ffe1ac75e92f6", "score": "0.68281907", "text": "public Reference priorPrescription() {\n return getObject(Reference.class, FhirPropertyNames.PROPERTY_PRIOR_PRESCRIPTION);\n }", "title": "" }, { "docid": "4218c3f2840dbd9c8406cef8a7802766", "score":...
d6a842aa9dc8fb9063b3ed2d55a7197a
Methods to return Car objects from String line
[ { "docid": "58f57bf32670b379c4a1a103e35f7999", "score": "0.61316544", "text": "public static Car returnCar(String[] carPart) {\n return new Car(Integer.parseInt(carPart[0]), carPart[1], carPart[2], Integer.parseInt(carPart[3]), Integer.parseInt(carPart[4])\n , FuelSourceEnum.valueO...
[ { "docid": "e0b7ab16f8a7c50f7b6eeff94ebc261d", "score": "0.6627887", "text": "public static List<Car> createCarList() {\n List<Car> carList = new ArrayList<>();\n StringBuilder carData = FileIO.readFile(FilePath.getCarData());\n String[] carLine = carData.toString().split(\"\\\\n\")...
ce0a40ceba78ebb4dde68d8c0eb1dacd
Assert that the provided object is an instance of the provided class. Assert.instanceOf(Foo.class, foo);
[ { "docid": "94d3800779946cdaf3dbf3ee2d15c671", "score": "0.6364387", "text": "public static void isInstanceOf(Class clazz, Object obj) {\r\n\t\tAssert.isInstanceOf(clazz, obj, \"\");\r\n\t}", "title": "" } ]
[ { "docid": "e033476e9a176a9b78914864a6afae77", "score": "0.64252216", "text": "public static void assertInstanceOf(Class<?> expected, Object actual) {\n\t\tassertInstanceOf(null, expected, actual);\n\t}", "title": "" }, { "docid": "d67220344a5e2cf7a3132d7f6af76c15", "score": "0.6314812",...
30313f3c7399f9d2004c068b9cc2cf42
End of Constructor This method creates calculator's buttons
[ { "docid": "bd5e3a04e2897e4f993f2369f78ef337", "score": "0.7390617", "text": "public void buttonMaker()\n {\n numbers[0] = new JButton(\"0\");\n numbers[1] = new JButton(\"1\");\n numbers[2] = new JButton(\"2\");\n numbers[3] = new JButton(\"3\");\n numbers[4] = new JButton(\"4\");\n ...
[ { "docid": "7483c2f688bd71a8b699b77fe3b649d3", "score": "0.7660316", "text": "private void initButtons() {\n cAllButton = new JButton(\"CA\");\n cAllButton.setToolTipText(\"Clear all, i.e. old result and errors (Keyboard: Canc)\");\n cAllButton.setActionCommand(\"5\");\n cAll...
f4f4b40b73dda108af303247e2f6d8f9
Sends a given message to the device
[ { "docid": "c43ec784298fedd500b173b61d9ba82e", "score": "0.70505315", "text": "public static void sendMessage(int message) throws IOException {\n System.out.println(\"PCBluetooth: \" + message);\n blueOutStream.writeInt(message);\n blueOutStream.flush();\n }", "title": "" }...
[ { "docid": "e554a0c917da8a39155da0857bbfe41e", "score": "0.7756919", "text": "public void send(String message);", "title": "" }, { "docid": "05dba494eea78f509c7791fed7d59032", "score": "0.7517872", "text": "public void sendMessage(String message){\n \tsocket.sendMessage(message);\...
f3960ab1ca3667c475332daf5901959a
Calculates the payments of all the employees
[ { "docid": "dc73421dd7977bf5df1ccecb4a3b3254", "score": "0.56506187", "text": "@FXML\r\n public void calculate(){\r\n\r\n if(company.getNumEmployee() == 0){\r\n messageArea.appendText(\"Employee database empty.\\n\");\r\n return;\r\n }\r\n company.processPay...
[ { "docid": "c4b32681b3050efffbac363401acb06c", "score": "0.76130354", "text": "public void processPayments() {\r\n for (int i = 0; i < this.numEmployee; i++) {\r\n this.emplist[i].calculatePayment();\r\n }\r\n }", "title": "" }, { "docid": "a42cfee4009c4a45299d033...
7ab84f7b0e770e3add702abc94693c21
When a player breaks an item
[ { "docid": "27c74e7dd7e4f3ab743437566c384f8c", "score": "0.76982623", "text": "@EventHandler\r\n\tpublic void onBreak(PlayerItemBreakEvent e) {\r\n\t\tString itemName = getItemName(e.getBrokenItem());\r\n\t\t\r\n\t\tBukkit.broadcastMessage(ChatColor.YELLOW + e.getPlayer().getDisplayName() + \r\n\t\t\t\t...
[ { "docid": "de3c9e82c1a24c5dab50bc6665c6198d", "score": "0.66321504", "text": "public void checkItem() {\n Entity t = BombermanGame.checkCollisionItem(this.rectangle);\n if (t instanceof SpeedItem) {\n speed ++;\n ((SpeedItem) t).afterCollision();\n SoundEf...
d58380da56a781a47616c025356a53e4
Sobreescritura de metodos /En esta parte del codigo estamos haciendo uso de la caracteristica propia de la POO la sobreescritura, que nos permitira modificar la caracteristica de los metodos propios de la interfaz que a su vez son implementados por la super clase Banca, estos se adaptan a las necesidades de cada objeto...
[ { "docid": "9773f683d5db024b75cdcc8b09dea99c", "score": "0.0", "text": "@Override\n public boolean RealizarDeposito(Deposito deposito) {\n throw new UnsupportedOperationException(\"Not supported yet.\"); //To change body of generated methods, choose Tools | Templates.\n }", "title": "" ...
[ { "docid": "325d5a3bca91ae32f2ee99af1f7bf6b7", "score": "0.63436794", "text": "@Override\r\n\tprotected String[] recuperarDadosObjeto(OcorrenciaProblema objeto) {\n\t\treturn new String[]{objeto.getNome()};\r\n\t\t\r\n\t}", "title": "" }, { "docid": "1d6ca94784813e811ba4c35cec2195b0", "s...
233997b64f5a986169609710285d922a
Test update card order.
[ { "docid": "66b224f7065091e6ae2d807babcea5bc", "score": "0.79034364", "text": "@Test\n\tpublic void testUpdateCardOrder() {\n\t\tfinal AlphaCase aCase = new AlphaCase();\n\t\taCase.setCaseId(\"123\");\n\t\tfinal AlphaCard card1 = new AlphaCard(aCase);\n\t\tcard1.getAlphaCardIdentifier().setCardId(\"1\")...
[ { "docid": "9ddccf1e2465ba2dc1e59e314eaca966", "score": "0.71940684", "text": "@Test\r\n\tpublic void testUpdateOrder() {\r\n\t\twhen(testService.updateOrder(Mockito.any(UpdateOrderRequest.class))).thenReturn(response);\r\n\t\tassertNotNull(testHandler.updateOrder(updateOrderRequest));\r\n\t}", "tit...
3e57aaa04fb74d8679266b23b5c5023b
end sortDocksByName() method Method to return Docks
[ { "docid": "288702adc8a2d9c437f1cdd480251c70", "score": "0.6296607", "text": "public ArrayList<Dock> getDocks() {\r\n return docks;\r\n }", "title": "" } ]
[ { "docid": "bf8a6aecafdc38733f76a47ebe280df7", "score": "0.8243882", "text": "public void sortDocksByName() {\r\n Collections.sort(docks);\r\n }", "title": "" }, { "docid": "8c6b10e05962869f8e07a91526ea9e2a", "score": "0.58338815", "text": "private static void positionDockW...
d6343204f7ac53da54ba1bcfd7df98a7
Sets the value of the indicativoCiudad property.
[ { "docid": "f9e5e32abc7353aa7af732c490476018", "score": "0.8550799", "text": "public void setIndicativoCiudad(String value) {\r\n this.indicativoCiudad = value;\r\n }", "title": "" } ]
[ { "docid": "bcdb443bc9842ff438dcf6cc111e5d7d", "score": "0.7435126", "text": "public void setCiudad(com.pagoetc.pagoetc.wsdl.Ciudad ciudad) {\n this.ciudad = ciudad;\n }", "title": "" }, { "docid": "e95766fb11aa8b3e5887974f8f6fa544", "score": "0.71976477", "text": "public v...
2e49c903182a63bd2f431b6bff920f72
/ access modifiers changed from: 0000 / renamed from: e
[ { "docid": "b9089759374bedddabfdb4f94f7f6ab4", "score": "0.0", "text": "public void mo36870e() {\n mo36890l();\n loadAd();\n }", "title": "" } ]
[ { "docid": "092f51e9c99cd4188e1aae23e1830dfd", "score": "0.76108056", "text": "protected void func_70626_be() {}", "title": "" }, { "docid": "4321836bbb02964947c5271a0ac60633", "score": "0.7164475", "text": "public oa e()\r\n/* 136: */ {\r\n/* 137:160 */ return this.e;\r\n/*...
9717031e5b9406e7c5dea1ca66d58eb8
if the view is scrolling in a circle there is no first and last item then
[ { "docid": "bb26c85b17b73234521e47b1841e9dbc", "score": "0.6286773", "text": "public boolean isCircleScrolling()\n\t{\n\t\treturn mCircleScrolling;\n\t}", "title": "" } ]
[ { "docid": "2a94f3919781677f07e4b49c902506ac", "score": "0.65729445", "text": "@Override\n\t\tpublic void onScroll(AbsListView view, int firstVisibleItem,\n\t\t\t\tint visibleItemCount, int totalItemCount) {\n\t\t\tif (visibleItemCount + firstVisibleItem == totalItemCount) {\n\t\t\t\tisBotton = true;\n\...
cb16adc53a93f3ef66448fcc9de7cb4a
Este metodo permite consultar la informacion del usaurio por el login
[ { "docid": "18573d54ecf4ab7f853fb65bf243abd0", "score": "0.58112025", "text": "UsuarioDTO consultarUsuarioXLogin(String login);", "title": "" } ]
[ { "docid": "3bff554ed365dcb163d5c6877fef308a", "score": "0.7811384", "text": "private void consultarUsuarioLogin()\n\t{\n\t\tnew hacerPeticionJSONUsuario().execute(\"1\");\n\t\tLog.e(\"CONSULTAR-USER-ID\",RespuestaWeb);\t\n\t\t\n\t}", "title": "" }, { "docid": "4f17f3e7e9b597cc2b61470324a176...
8c2fcc341591c91596a1648dff4c3270
Instantiates a new registration panel.
[ { "docid": "f4ae47d26cb062d27b83e30ddedeb0d0", "score": "0.7280764", "text": "public RegistrationPanel() {\r\n\t\t\tsetLayout(new BorderLayout(10, 10));\r\n\t\t\tsetBorder(new EmptyBorder(10, 10, 10, 10));\r\n\r\n\t\t\t// add form panel\r\n\t\t\tadd(pnlForm(), BorderLayout.CENTER);\r\n\r\n\t\t\t// patie...
[ { "docid": "1a18b269845f5b60b1cf2d3197334a41", "score": "0.7839977", "text": "public PatientPanelRegistration() {\n initComponents();\n }", "title": "" }, { "docid": "85abc9645f06973de64b69637fd249ca", "score": "0.7392139", "text": "public Registration() {\n initComp...
e9bff6c2def606db36048b09a279dc21
Method which launches the client
[ { "docid": "d32727f5f6230ab5bcb30ed2bb3fb884", "score": "0.0", "text": "@Override\n public void start(Stage primaryStage) throws Exception {\n ViewsManager main = ViewsManager.getInstance();\n main.setStage(primaryStage);\n\n main.renderLogin();\n\n primaryStage.setTitle(\...
[ { "docid": "ade7006492baa5d582aae998157d505c", "score": "0.70907515", "text": "public StartClientInterface() {\n\t\tinitComponents();\n\t}", "title": "" }, { "docid": "d9299a0353621c585e75f5930fdec0c5", "score": "0.7053401", "text": "private void startConnection() {\n\t\tMsbClient ms...
efb9826edddf154f3d65120af9281280
This method is called from within the constructor to initialize the form.
[ { "docid": "015482fdf55b4925266cc2f184f15dc5", "score": "0.0", "text": "private void initComponents() {\n\t\tbuttonGroup = new javax.swing.ButtonGroup();\n\t\tjLabel1 = new javax.swing.JLabel();\n\t\tjLabel2 = new javax.swing.JLabel();\n\t\tjNoValueRadioButton = new javax.swing.JRadioButton();\n\t\tjFla...
[ { "docid": "37a5472d5b0f35cf64a077bc1dd978c4", "score": "0.81588364", "text": "public Form() {\n initComponents();\n }", "title": "" }, { "docid": "0c1ccf4f160e74c4b2cf9616ac3e8118", "score": "0.80698526", "text": "public Form() {\n initComponents();\n }", "title": ...
6470a46cb8daf30cc9ea06d2f442c03f
/ access modifiers changed from: packageprivate
[ { "docid": "874892368f291a3eca6f1a690ec4b5ef", "score": "0.0", "text": "public void showTarget() {\n AlphaAnimation alphaAnimation = new AlphaAnimation(0.0f, 1.0f);\n alphaAnimation.setDuration(500);\n this.target.startAnimation(alphaAnimation);\n this.target....
[ { "docid": "0c1baa66e57a742b19c8ef24f031c945", "score": "0.67258674", "text": "private Composer()\t{ super();\t\t}", "title": "" }, { "docid": "330fb60652277f643854b081333e4df2", "score": "0.65687567", "text": "protected abstract void mo6248a();", "title": "" }, { "docid"...
33b1a45bbf864114b9a59be450709691
somehow get display resolution paramaters
[ { "docid": "65f21c57bb6be06b3e10f9952bf6b692", "score": "0.0", "text": "public static void main(String[] args) {\n int width = 800;\n int height = 600;\n Game game = new Game(width, height);\n game.start();\n }", "title": "" } ]
[ { "docid": "ce6d5c5f9cf622af86bc859ecd35b908", "score": "0.7378571", "text": "public static double[] getDisplayResolution() {\n\t\tjava.awt.Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();\n\t\tdouble width = screenSize.getWidth();\n\t\tdouble height = screenSize.getHeight();\n\t\tdou...
77440a97b9e50d4f5e74a771129ab3ca
create instance with all properties
[ { "docid": "5a118143a9d1bde3253f36fced80e612", "score": "0.0", "text": "@JsonCreator\n SyncInfoImpl(@JsonProperty(\"channel\") final com.commercetools.history.models.common.Reference channel,\n @JsonProperty(\"externalId\") final String externalId, @JsonProperty(\"syncedAt\") final String ...
[ { "docid": "077718edfdb3d3766c55e0eecd7d8547", "score": "0.64485735", "text": "public Properties() {\n\n\t}", "title": "" }, { "docid": "bd0779bcb47f411d6117d0c6aa2ad04c", "score": "0.6402797", "text": "public void init(Properties properties);", "title": "" }, { "docid": ...
e142327d7b2100ced6bc72b59782645e
1 means couldn't find that return the level of node x or y the lca is found, return level_x == level_y?
[ { "docid": "964362e23c017593cec8e87854e53e96", "score": "0.6363182", "text": "private int find(TreeNode root, int x, int y, int level) {\n if (root == null) return -1;\n if (root.val == x || root.val == y) return level;\n int left = find(root.left, x, y, level+1);\n int right...
[ { "docid": "47fbd518418175f8bf3c57cfd21f6172", "score": "0.64033836", "text": "boolean hasLevel();", "title": "" }, { "docid": "47fbd518418175f8bf3c57cfd21f6172", "score": "0.64033836", "text": "boolean hasLevel();", "title": "" }, { "docid": "47fbd518418175f8bf3c57cfd21f...
ccb00bc93a5938cc737a3af733d1ffd4
String day should represent the day the slot is, for example: "MO" or "FR" String timeString should reflect the time during that day that the slot exists in, for example: "8:00" or "10:00" ArrayList courseSlots is an array list with all of the current Course Slots (lectures) in it ArrayList labSlots is an array list wi...
[ { "docid": "5e52524e4ee88bad30c6d9e5156b1365", "score": "0.6929289", "text": "private static int lookUpSlotID(String day, String timeString, ArrayList<TimeSlot> courseSlots,\n\t\t\tArrayList<TimeSlot> labSlots, boolean isCourse) throws Exception {\n\t\tbyte type = getTimeSlotDay(getStrings(day).get(0), ...
[ { "docid": "f68060ce9bf188a5907fc8cbca88a94d", "score": "0.6384621", "text": "private boolean addSlotAndSection(HtmlElement e, Course c, boolean secondRow, String sec) {\n\t\tString times[] = e.getChildNodes().get(secondRow ? 0 : 3).asText().split(\" \");\n\t\tint counter = 0;\n/*----------Resolve diffe...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "453092242ea4cc07dc2beff339f1a19c", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n final ArrayList<RecipeItem> bestList;\n DBHelper dbHelper = new DBHelpe...
[ { "docid": "4393c859154bbe16da7d6e207e3873ad", "score": "0.68913364", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {\n return inflater.inflate(R.layout.rss_list_fragment, container, false);\n }", "title": "" }, ...
01681197dcfb75468e70c50facc4c19e
/This method clears the 8bit history of page after it is evicted.
[ { "docid": "4fbdd8fd9a37fee4639efc655d244e4e", "score": "0.63967603", "text": "public void clearHistory(int index){\n int clear = 0;\n bits[index] = clear;\n }", "title": "" } ]
[ { "docid": "ad8eee8aaa049141aa7cc94d80d04a0f", "score": "0.66615546", "text": "public void clearHistory() {\n\t\tqueueHash.clear();\n\t}", "title": "" }, { "docid": "d3424f10d96d253ba7e2c89fcf4a8dd5", "score": "0.64531934", "text": "protected void clearHistoryState() {\n histo...
974a5ae44a79adcf959e31cb97d99c2e
/ Gets the number of items in the container.
[ { "docid": "b0eee3e5a7f49bcae521a48ff3db0e5b", "score": "0.749178", "text": "@Override\n public int size() {\n int size = items.size();\n assert size >= 0;\n return size;\n }", "title": "" } ]
[ { "docid": "7456ebed6ad2863b6b552aacb7d1b90b", "score": "0.8079095", "text": "public int getNumItems()\n {\n return ( items.size() );\n }", "title": "" }, { "docid": "759d2783842025ccf8baf8e08121b565", "score": "0.8056933", "text": "public int getItemCount()\n {\n ch...
da7deb52fc4c328210c6badfe48298fa
Close the create event window.
[ { "docid": "5d37ce458be37bd7da48155df7de7014", "score": "0.0", "text": "public void closeDisplay();", "title": "" } ]
[ { "docid": "bbbfdbe4b525f2dd68cd86f13c451a09", "score": "0.73090196", "text": "public void close(){\n WindowEvent wc=new WindowEvent(this,WindowEvent.WINDOW_CLOSING);\n Toolkit.getDefaultToolkit().getSystemEventQueue().postEvent(wc);\n }", "title": "" }, { "docid": "0c837ad1...
fa1da9efa68337da3378ea8b2bad3bb8
The key in which the response will be stored.
[ { "docid": "f82e899450eb3cc85c6a53d9f27566cf", "score": "0.745078", "text": "protected abstract String getResponseKey();", "title": "" } ]
[ { "docid": "d988b446eb29ab3bec8a5ff73d5a0340", "score": "0.73346335", "text": "public String getKey() {\n return key;\n }", "title": "" }, { "docid": "d988b446eb29ab3bec8a5ff73d5a0340", "score": "0.73346335", "text": "public String getKey() {\n return key;\n }", "title": ...
6f03174d38c5b2bd7ee6f59dabf76435
$ANTLR end "RULE_OCTAL_ESCAPE" $ANTLR start "RULE_HEX_ESCAPE"
[ { "docid": "cc67e0dc2b29392fb6a4e5ec0efd6191", "score": "0.6320236", "text": "public final void mRULE_HEX_ESCAPE() throws RecognitionException {\n try {\n // InternalCommon.g:2340:26: ( RULE_SKW_BACKSLASH 'x' ( RULE_HEX_DIGIT )+ )\n // InternalCommon.g:2340:28: RULE_SKW_BACK...
[ { "docid": "f1a80de2a2b7681842f660250040aecf", "score": "0.63672906", "text": "public final void mRULE_HEX() throws RecognitionException {\n try {\n int _type = RULE_HEX;\n int _channel = DEFAULT_TOKEN_CHANNEL;\n // ../org.xtext.DSLExterno.ui/src-gen/org/xtext/exa...
0f95ca88c7ee235b4ce399dafe16de86
private Scanner scan = new Scanner(System.in);
[ { "docid": "6241af952f25ab13d99c6ed7a3939412", "score": "0.73893535", "text": "public Input(Scanner scan){\n this.scan = scan;\n }", "title": "" } ]
[ { "docid": "efaf6db483787c223b407323ab5aa73d", "score": "0.8469252", "text": "public JMCh10Exercises()\r\n {\r\n scan = new Scanner( System.in );\r\n }", "title": "" }, { "docid": "6afb91e43458b911274e4ae963ef04d2", "score": "0.799074", "text": "public Input(){\n ...
c4ac2b380f921fc160fae4ad55246a47
Indica si el rey Blanco esta vivo
[ { "docid": "8727a4779ed797e1d8272aa99a939ece", "score": "0.0", "text": "public boolean whiteKingIsAlive() {\n\t\treturn blancas.contains(whiteKing);\n\t}", "title": "" } ]
[ { "docid": "1c5f34f2e8046a53312e69b6a41023d9", "score": "0.81265354", "text": "public boolean estaVivo(){\n return (getVida()>0);\n }", "title": "" }, { "docid": "bd6a6402878c5a540a7c3cb3398a6994", "score": "0.73702806", "text": "public boolean estaVacia() {\r\n\r\n ...
093c63742100bccd3704fc92f844fcfb
use this for adding lines to a file in the fastest possible way
[ { "docid": "9a3f439102e23a69ed4a65ca92732fd3", "score": "0.6506004", "text": "public synchronized void addLines(int firstLineGoesHere, String[] lines) {\r\n\t\t// we still have line coherence, we know how many we are adding\r\n\t\tcheckFrozen();\r\n\t\tSystem.out.println(\"starting file.addLInes- first...
[ { "docid": "1e742395c6168f77e4daef4b73412208", "score": "0.64670694", "text": "public static void addLines(File file, String[] lines)\n throws IOException {\n if (file.exists()) {\n String[] oldLines = readTextFile(file);\n String[] newLines = new String[oldLines....
6beae786659fec2c7e6033b9a4ca3a15
/ Recupera destinos para mostrar popup con la lista de destinos
[ { "docid": "6780f1f2306a725391fc46941a5ef8bd", "score": "0.6502542", "text": "@Command\r\n\t@NotifyChange(\"listaDestinos\")\r\n\tpublic void habilitarDestinosPOP(@BindingParam(\"creserva\") CReporteReserva destinos)\r\n\t{\r\n\t\treporteReservaDAO.asignarDestinosReserva(reporteReservaDAO.recuperarDesti...
[ { "docid": "572410e0b3f4c8c6e09d6f9cf75d3c85", "score": "0.6178153", "text": "java.util.List<java.lang.String>\n getDestsList();", "title": "" }, { "docid": "c5b4da7d4d1fa192cbfcddba44f7ce06", "score": "0.57493234", "text": "public void setDestinazione(String destinazione) {\n...
4a7613c931021c1d4bc424e79f67586a
Inserts a value to the set. Returns true if the set did not already contain the specified element.
[ { "docid": "0c8050c74534ca962a37755ad3b928e6", "score": "0.68814707", "text": "public boolean insert(int val) {\n if (realSet.contains(val)) return false;\n if (size == allSet.length) {\n Integer[] tmpSet = new Integer[size * 2];\n int not = 0;\n for (int i...
[ { "docid": "142972287c75daea45ceffbf0fb3ae0d", "score": "0.74477804", "text": "public boolean insert(int val) {\r\n return set.add(val);\r\n }", "title": "" }, { "docid": "bac0fcf3d2aae8f16c3c019a6e73cde3", "score": "0.7445116", "text": "public boolean insert(int val) {\n ...
0e4f31c37cf2e23c3ab3b8e33fb87658
Refresh all pokemon details on their GUI card
[ { "docid": "c4410cfe12e820e18168c06bd34d0903", "score": "0.75254846", "text": "private void updatePokemonDetailsOnCard() {\n\n // get every pokemon Hp and set to the respective card Label\n for ( int i = 0; i < pokemonHpCardLabels.length; i++ ) {\n for ( int j = 0; j < pokemonHp...
[ { "docid": "48d393b49063adc569ad5307e294819e", "score": "0.63633895", "text": "public void pokeLista() throws IOException, SQLException {\n String sql = \"SELECT * FROM pokemon\";\n String nombre;\n cmbPok.removeAllItems();\n\n Conexion conexion = new Conexion();\n Con...
5ba6812f7159a0b80e23bd44df1026a7
Specify whether the figure should be centered or not. By default, the origin of the figure is the center. This is deferred and executed in the Swing thread.
[ { "docid": "fd1709bb7928b72b43e9193163f4459c", "score": "0.7387169", "text": "public void setCentered(boolean centered) {\n\t\t// Avoid calling swing if things haven't actually changed.\n\t\tif (_centered == centered) {\n\t\t\treturn;\n\t\t}\n\n\t\t_centered = centered;\n\n\t\t// Update the shapes of al...
[ { "docid": "827a398a39bd570be64305f9360e1bc5", "score": "0.7425581", "text": "public boolean setCenter() {\n return ((CoordPanel) tabPane.getSelectedComponent()).setCenter();\n }", "title": "" }, { "docid": "132bdd98576249b6cccc225584cf3f53", "score": "0.6906813", "text": "...
5ab9c9b338b74cffad0f32e79395d569
$ANTLR end "rule__XSetLiteral__Group__0__Impl" $ANTLR start "rule__XSetLiteral__Group__1" ../org.xtext.mongobeans.ui/srcgen/org/xtext/mongobeans/ui/contentassist/antlr/internal/InternalMongoBeans.g:8567:1: rule__XSetLiteral__Group__1 : rule__XSetLiteral__Group__1__Impl rule__XSetLiteral__Group__2 ;
[ { "docid": "c00ed84f63130b31e5f5ad0728d5ab01", "score": "0.8396448", "text": "public final void rule__XSetLiteral__Group__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.mongobeans.ui/src-gen/org/xtext/mongobeans...
[ { "docid": "5aa8751f9c3ba6a99e43da59bb80fbfe", "score": "0.822285", "text": "public final void rule__XSetLiteral__Group__0() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.mongobeans.ui/src-gen/org/xtext/mongobeans/...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "dcb0856233b38d9f898284d998a142f3", "score": "0.0", "text": "@Override\n\tpublic Page<Trainee> findAll(Pageable page,String keyword){\n\t\t\n\t\tPage<TraineeEntity> pageValues = null;\n\t\tPage<Trainee> pageRequiredValues = null;\n\t\t\n\t\tif(keyword!=null) {\n\t\t\tpageValues = traineeRepos...
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66616714", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.6566483", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, { ...
5907ada5acdd6e333ad4fe674b24059a
Gets all the Entities in the system.
[ { "docid": "61ebcbcc337f79424db434930b0cb3f0", "score": "0.8104036", "text": "public List<Entity> getAllEntities() {\n\t\treturn m_entities;\n\t}", "title": "" } ]
[ { "docid": "80641f2c039412fa258714855721f02f", "score": "0.7706836", "text": "public static HashSet<Entity> getAllEntities() {\n\t\treturn entities;\n\t}", "title": "" }, { "docid": "1827b0a4da530311c6f7bd806cf0046a", "score": "0.7674842", "text": "public List<Entity> getEntities() {...
c208de6fa86fca63c223c4e11cf7beb1
/ JADX WARNING: Code restructure failed: missing block: B:12:0x0038, code lost: r0 = moveexception; / JADX WARNING: Code restructure failed: missing block: B:14:?, code lost: r3.close(); / JADX WARNING: Code restructure failed: missing block: B:15:0x003c, code lost: throw r0; / Code decompiled incorrectly, please refer...
[ { "docid": "ca3b0216ca34d87c2ea049f0fa233a3c", "score": "0.0", "text": "public void onGetAccessToken(java.lang.String r5) {\n /*\n r4 = this;\n java.lang.String r1 = \"AccessTokenForwarder\"\n java.lang.String r0 = \"onGetAccessToken\"\n com.oculus.pane...
[ { "docid": "ebfbfd79c1785569dbcbd0d18ca6b8a6", "score": "0.7161561", "text": "@Override // X.AnonymousClass0PN\n /* Code decompiled incorrectly, please refer to instructions dump. */\n public void A0D() {\n /*\n r5 = this;\n super.A0D()\n X.08d r0 = r5.A05\n...
0784f962e0d1e7e42bc439374e1ccf58
Add by fei.gao for Camera_animation begin
[ { "docid": "4a3df60171b2edf93e997c4df05e4fb2", "score": "0.0", "text": "public void setModeListView(DrawLayout view,MenuDrawable menu){\n \tview.setDrawLayoutCall(mPhotoMenuManager);\n \tmOverAllMenuManager.setDrawLayout(menu);\n }", "title": "" } ]
[ { "docid": "82a87f500650007a3359d796f2a03fe7", "score": "0.71574074", "text": "public void onAnimationStart(Animation arg0) {\n\t\t\r\n\t}", "title": "" }, { "docid": "acbd36c51bcfde4f35ec21a23c10a4e9", "score": "0.7120967", "text": "@Override\n\t\tpublic void onAnimationStart(Animat...
540c59843a9b203d3d0ef609b1e67fb3
optional string user_and_host = 3;
[ { "docid": "6c61f46511d16bb3f04350e93abe5fa7", "score": "0.78498626", "text": "java.lang.String getUserAndHost();", "title": "" } ]
[ { "docid": "9b7d1b3cf87fe2d97d2c57a5a461a511", "score": "0.6525916", "text": "public void setHost(String v) {this.host = v;}", "title": "" }, { "docid": "d3c3176efcd71a130a02eae52d26387a", "score": "0.64815426", "text": "String getHost();", "title": "" }, { "docid": "11d...
197138a30e0637496ff5c3807096081a
optional uint32 browser_handle = 1;
[ { "docid": "420bfd0cf7300fda224b27021e255d0f", "score": "0.0", "text": "public Builder setBrowserHandle(int value) {\n bitField0_ |= 0x00000001;\n browserHandle_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "2c470cb8c6088c4c17916391096035fb", "score": "0.7851382", "text": "int getBrowserHandle();", "title": "" }, { "docid": "2c470cb8c6088c4c17916391096035fb", "score": "0.7851382", "text": "int getBrowserHandle();", "title": "" }, { "docid": "2c470cb8c6088c4c179163...
19d2898a261b6879043d790fe975a941
Filter by computer name
[ { "docid": "c951ce2913d837707186c2ae2a067155", "score": "0.72875094", "text": "public void filterByName(String name) {\n CommonUtility.waitForElementToBeDisplayed(computerNameSearchField).sendKeys(name);\n filterByNameButton.click();\n }", "title": "" } ]
[ { "docid": "c4c9d855f59fec8a58e810dea7da16ce", "score": "0.6156892", "text": "public String getListedComputerName() {\n return CommonUtility.waitForElementToBeDisplayed(searchResultComputerName).getText();\n }", "title": "" }, { "docid": "80ff22ac3ce4374785a59620afdc9489", "sco...
1b700d03bfe39608f0bbed14735d73d2
/ If any other position in the group can take that value don't print anything / get possible location for each value use value to search for possible locations if more than 1 possible location don't place e.g find where 9 can be placed if 9 can be placed in more than one position dont place
[ { "docid": "28b579191fb1a97d2c725ae5ba93e124", "score": "0.49091545", "text": "public static void rule1b(int[][] board, int row, int col) {\n\n\t\tint[] temp = gameBoard.possibleValsGenerator(board, row, col);\n\t\t// value is the number you're checking\n\t\tint value = temp[0];\n\n\t\tif (board[row][co...
[ { "docid": "86e6b713a5bb8017b07b266f27049d00", "score": "0.59092253", "text": "public Location getPlay(tictactoe.MarkerType type, tictactoe.Board board) {\n ArrayList<Sequence> sequences = board.getSequences();\n Cell[][] cells = board.getCells();\n MarkerType[] types;\n if (...
cca9cbc87ce3db459f4cecd5cdf859a0
Close the index writer, and you should output all the buffered content (if any).
[ { "docid": "dbbe5148448fd3639457ddf1faa240f9", "score": "0.7513008", "text": "public void close() throws IOException {\n\t\t// you should implement this method if necessary\n\t\t\n\t\t// Flush temporary Doc No. ID mapping files to the merged one\n\t\t// If there're more than 1 chunk files, merge them, i...
[ { "docid": "a24b3c3baaf892c1ef56d1cc4103a9c5", "score": "0.7539181", "text": "public void Close() throws IOException {\n\t\tfor (int key:DocIdNO.keySet()){ \n \t\tIdWriter.write(key +\",\"+ DocIdNO.get(key) +\"\\n\");\n \t}\n \t\n \t\tBufferedWriter tmp_write = new BufferedWriter(new OutputStre...
edc672c9098fe7f4b59656e17ea2093b
String fileName = "/home/rishabh/Desktop/testfile";
[ { "docid": "962e7a24fd80c01c4cd9f0be775d86d1", "score": "0.0", "text": "public void makeTable(String input){\n\t\tString fileName = input;\n\t\tString line = null;\n\t\tBufferedReader br = null;\n\t\titem temp = new item();\n\t\ttry{\n\t\t\t\n\t\t\tFileReader fileReader = new FileReader(fileName);\n\t\t...
[ { "docid": "eaf4d3d5758f84de6353b39032b81e08", "score": "0.6958642", "text": "String getFileName();", "title": "" }, { "docid": "eaf4d3d5758f84de6353b39032b81e08", "score": "0.6958642", "text": "String getFileName();", "title": "" }, { "docid": "eaf4d3d5758f84de6353b39032...
709eb797da255a5d07e118491747dc36
Display an error message.
[ { "docid": "a47c340a1a151d8a830ecad5e6dc478e", "score": "0.0", "text": "public static void displayMessage(String message, String title) {\n JOptionPane.showMessageDialog(null, message, title, 2);\n }", "title": "" } ]
[ { "docid": "b05c443ce3d6a991624695b11f8dfac7", "score": "0.84674805", "text": "public void displayError(String title, String message);", "title": "" }, { "docid": "fde8fce753ecdf5d6b19564fd7ae73a6", "score": "0.77892923", "text": "public static void display(String message) {\n\t\tJOp...
df8c245446f28a6cfac37c88e808345c
This constructor creates a new builder for the type of message passed as an argument.
[ { "docid": "b7aa2596efa1dcbb16feee1b9b04045f", "score": "0.71986294", "text": "public Builder(OutgoingMessageType messageType) {\n this.messageType = messageType;\n\n // Create the right kind of message based on the message type passed as argument\n switch (messageType) ...
[ { "docid": "9f6d99b3c0c487140207c8267dfd2f07", "score": "0.7428254", "text": "private Message(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {\n super(builder);\n }", "title": "" }, { "docid": "6e427e70627b0dc693f1b1300cde81ac", "score": "0.7299538", "text": "private ...
a4ed4bcafb44c55e70ff76199fdc4159
Using files tinyEWD.txt and 1000EWD.txt for the first two instances
[ { "docid": "82ec696f07a1b8fd1615ec757a497767", "score": "0.5656254", "text": "@Test\r\n public void testDijkstraTimeRequiredForCompetition() {\n \tCompetitionDijkstra competitionDijkstra = new CompetitionDijkstra(\"tinyEWD.txt\", 50, 50, 50);\r\n assertEquals(38, competitionDijkstra.timeReq...
[ { "docid": "1fd4f0cdc1d6b30db3ad913df8807d3b", "score": "0.63141984", "text": "public static void main(String[] args) throws FileNotFoundException, UnsupportedEncodingException {\n \tPrintWriter writer = new PrintWriter(\"4000v.02%_2.in\", \"UTF-8\");\n Random rn = new Random();\n\n\t for(i...
794b5bcaa67dba0cfc7cf7030bab28c0
gets item type to pick and returns item coordinate
[ { "docid": "c0aac3d9f2a3d5f3bbf84123a5142c78", "score": "0.0", "text": "public double getItemZ(int item){\n double [] itemCo = new double[4];\n /*\n item 0 = chips\n 1 = ball\n 2 = kitkat\n 3 = nissin\n */\n itemCo[0] = -0.15;\n ...
[ { "docid": "3292726ab940fb0cd7010093890293ac", "score": "0.6535677", "text": "@Override\n public PointF getItemCoordinates(AnatomyItem item) {\n return item.getCoordinate();\n }", "title": "" }, { "docid": "b0f08a736246ff14c67e89c2aafadc5c", "score": "0.6392251", "text":...
f7cceb9a6583358337bc885967c57c07
Returns an object that contains fully resolved, one level only information about the DataTable and the row indices of the data in this table. This information can be used to construct a new VirtualTable. We need to supply an empty RawTableInformation object.
[ { "docid": "2a015f2f4f6f2a84bcad978709a88a3f", "score": "0.55996126", "text": "RawTableInformation resolveToRawTable(RawTableInformation info,\r\n IntegerVector row_set) {\r\n for (int i = 0; i < reference_list.length; ++i) {\r\n\r\n IntegerVector new_row_s...
[ { "docid": "6018cff4e51dc5fc65c7e50a9782d6fa", "score": "0.670551", "text": "RawTableInformation resolveToRawTable(RawTableInformation info) {\r\n IntegerVector all_list = new IntegerVector();\r\n int size = getRowCount();\r\n for (int i = 0; i < size; ++i) {\r\n all_list.addInt(i);\r\n ...
fad818b2be4d2cb350372c4cd7059be7
Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle. Values must be between 1 and 7,124. optional int64 provisioned_throughput = 526524181;
[ { "docid": "40e9f76af66622a4e6ecf3fac7bb0841", "score": "0.56759924", "text": "public Builder clearProvisionedThroughput() {\n bitField0_ = (bitField0_ & ~0x00200000);\n provisionedThroughput_ = 0L;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "bd5f5b48aeda0797ae832db643086b66", "score": "0.7458734", "text": "public Builder setProvisionedThroughput(long value) {\n\n provisionedThroughput_ = value;\n bitField0_ |= 0x00200000;\n onChanged();\n return this;\n }", "title": "" }, { "docid": "11005300ea...
234f771ec453201184a29b1fbf902e32
Implement the Firmata library using a custom FirmataConfiguration().
[ { "docid": "20205608dbaa6d0ace7fd9eb5f19493d", "score": "0.73942095", "text": "public Firmata(FirmataConfiguration configuration) {\n this.configuration = new FirmataConfiguration(configuration);\n }", "title": "" } ]
[ { "docid": "7e5416ab40085d359e22029d2f2dfb23", "score": "0.77973074", "text": "public Firmata() {\n this.configuration = new FirmataConfiguration();\n }", "title": "" }, { "docid": "a04f467ee16da3a6bd4577479a23bafb", "score": "0.6477626", "text": "public Firmata(String comP...
c8c8bed733486e74863fb740d8aee14e
if the motion evnent was relative to the view which in ignored view list,return true;
[ { "docid": "0746f032f9b12c29cdca212d884dfe4a", "score": "0.7043885", "text": "private boolean isInIgnoredView(MotionEvent ev) {\n Rect rect=new Rect();\n for (View v : ignoredViews) {\n v.getGlobalVisibleRect(rect);\n if (rect.contains((int)ev.getX(),(int)ev.getY()))\...
[ { "docid": "38cc730e2bb1a395c188b6963d8956fe", "score": "0.6816748", "text": "private boolean m2533e(View view) {\n return (view == null || view.getParent() != this || view.getVisibility() == 8) ? false : true;\n }", "title": "" }, { "docid": "c0dcddd86c2eabf868ec576c2ba0e57e", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "3b6c3bf710a6e086da98120b1f62a4fd", "score": "0.0", "text": "@Override\n\tpublic void remove(long id) throws RepositoryException {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68867725", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.67295986", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "t...
1f2d3e6f169800ce64682aee00103cea
Retorna o valor de indicadorTelefonePadrao
[ { "docid": "b03682630a38fc4ca850015454ebc089", "score": "0.81314814", "text": "public String getIndicadorTelefonePadrao() {\r\n return indicadorTelefonePadrao;\r\n }", "title": "" } ]
[ { "docid": "3f0035696ab082a15646739790e00524", "score": "0.70532817", "text": "public Integer getIdTelefonePessoa() {\r\n return idTelefonePessoa;\r\n }", "title": "" }, { "docid": "abf6294672f1ea0b2be3d298fee5d8cd", "score": "0.68602103", "text": "public String getNumTelef...
c86fcbb86e95b6c1dfecb4ce65f73765
Gets the value of the completed property.
[ { "docid": "4532f3e76ce1da2f3c0262659deea611", "score": "0.7592911", "text": "public boolean isCompleted() {\n return completed;\n }", "title": "" } ]
[ { "docid": "b7e83ec1bc071679db5bc06fde16048b", "score": "0.8258052", "text": "public Boolean getCompleted() {\n return completed;\n }", "title": "" }, { "docid": "2e230b8489166d3d031fcedd8a04d06d", "score": "0.82041806", "text": "public boolean getCompleted()\n {\n ...
154fd8133e9331acbd4b0e0f00793cf3
Actualiza as infos(email, telefone, morada) do User
[ { "docid": "032e2489be02cd1f48b2911ff9e3daae", "score": "0.7664236", "text": "void changeInfoUser(String idUser, String email, String phone, String morada);", "title": "" } ]
[ { "docid": "f117c692e6525ccf30f543ad33af49d5", "score": "0.71741325", "text": "private void setUserInfo() {\n UserModel.forEach((disponibility) -> {\n firstName.setText(\"P\");\n lastName.setText(\"P\");\n phoneField.setText(\"P\");\n email.setText(\"P\...
ced7e5464ff3486dcd916319bf204ff5
used when sync'ing to hardware some get methods
[ { "docid": "fb1674162f06b24cad699f5b43e41b12", "score": "0.0", "text": "public float get_fs_Hz() {\n return fs_Hz;\n }", "title": "" } ]
[ { "docid": "e5b8bc2bda46d6004553236d1e917a9f", "score": "0.6383955", "text": "void get();", "title": "" }, { "docid": "54da172263fdb3b83c6c5f887b7c22b5", "score": "0.6275381", "text": "public void get();", "title": "" }, { "docid": "844329762060f570348e9926d315b7a8", ...
a8dcc1bdb33b9913fcba1449e4f9e6b7
Grain the request long array parameter by key
[ { "docid": "fe232b21470e10bb55b0b3f6583a5824", "score": "0.5759546", "text": "public long[] getParameterLongArray(String key, String split) {\n\t\tString[] values = getParameterStringArray(key, split);\n\n\t\tlong[] result = new long[values.length];\n\n\t\tfor (int i = 0; i < values.length; i++) {\n\t\t...
[ { "docid": "7c39c5059ca2abafd5ce02e584b6d5d2", "score": "0.5571757", "text": "protected abstract void _agencyKey(Wrap<Long> c);", "title": "" }, { "docid": "4fc5c7026eae632c558ca33950b27c3b", "score": "0.5548167", "text": "byte[] get(byte[] key);", "title": "" }, { "docid...
5e185150f8b61ce5105970ef4a853eb6
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
[ { "docid": "4115822cbdb6214769895ae6fa4f11c8", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jLabel1 = new javax.swing.JLabel();\n jLabel2...
[ { "docid": "b2448da2d88321527a008e8847d4903d", "score": "0.75216234", "text": "public LineupForm()\n\t{\n\t\tinitComponents();\n\t}", "title": "" }, { "docid": "17113ab7a06544a62482637e283ac13d", "score": "0.7392794", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold def...
970df731e517ab340949bd3404d35a4e
Changes the content inside the element
[ { "docid": "002d56cfdf7ac60ec52aae649e753caa", "score": "0.6294327", "text": "public void setContent(Value content)\r\n\t{\r\n\t\tthis.value = content;\r\n\t}", "title": "" } ]
[ { "docid": "581d96bf12dd8e6bb988b551ea9df7fc", "score": "0.6912668", "text": "public void updateContent() {\n }", "title": "" }, { "docid": "d5b6af566987c4e2cca8653228599d4f", "score": "0.6822527", "text": "private void EditContent() {\n\n\t}", "title": "" }, { "docid"...
d7c2424898f4de06ebc80352bb78c637
Retourne le bouton Suivant
[ { "docid": "012c597b774c6d0163df2da0cf79a1e5", "score": "0.0", "text": "public JButton getNextButton() {\n return nextButton;\n }", "title": "" } ]
[ { "docid": "aba3cdbb864d54b1f8d4fe3f706a218d", "score": "0.64291584", "text": "public java.lang.String getSucrea(){\n return localSucrea;\n }", "title": "" }, { "docid": "42dbe3946b44d8f73b64130b785b7072", "score": "0.6400404", ...
ebf2e04de09d6b28fab9226a2dffe49d
Detector when double touch is used..
[ { "docid": "d0eada156bb46dd8e3b2e5b89df9f064", "score": "0.6251221", "text": "@Override\n\t\tpublic boolean onDoubleTap(MotionEvent event) {\n\t\t\tLog.d(DEBUG_TAG, \"onDoubleTap: \" + event.toString());\n\t\t\tPointDouble current = new PointDouble(event.getX(), event.getY());\n\t\t\tPointDouble deltaMo...
[ { "docid": "7011f9a3392ac5a3af7d084ceb009b5b", "score": "0.7426149", "text": "@Override\r\n\t\t\t\tpublic boolean onDoubleTap(MotionEvent arg0) {\n\t\t\t\t\treturn false;\r\n\t\t\t\t}", "title": "" }, { "docid": "376f70d73872a806d90ff7249d77fc49", "score": "0.73808223", "text": "@Ove...
eb88f42c9525cb55ab2dec2c9c82e5b1
Event processing WorldProcessedEvent: updates GUI MsgSentEvent: increases question statistic GameOverEvent: finishes the run and starts the next one
[ { "docid": "8be58ffce3eeef11212ae0caa75b1300", "score": "0.697669", "text": "public void catchEvent(Event e) {\n if (e instanceof WorldProcessedEvent) {\n updateProgressBar();\n\n nrCycles++;\n labelCurrentRunAdj.setText(\"\" + indexCurrentRun);\n label...
[ { "docid": "2d93b080690f9cbf134bb7977fc382f8", "score": "0.6204124", "text": "@Override\n public boolean runEvent(OverworldNPC[] npcs) {\n if (npcs[0].isTalking()) {\n questStart = true;\n npcs[1].setMessage(\"Well, you see, Mr. Cimetta, I don't really have an opinion, b...
1682233cae09b5d4e248a4b042867ea3
repeated .dstore.elastic.forum.posting.Posting posting = 3;
[ { "docid": "fdb15974e8cfa36891d54c4d63b5d9aa", "score": "0.59111834", "text": "io.dstore.elastic.forum.PostingOrBuilder getPostingOrBuilder(\n int index);", "title": "" } ]
[ { "docid": "92802b0e933c1fb589a9ad3fc2e8f41b", "score": "0.66443884", "text": "public void increasePostCount() {\r\n postCount++;\r\n }", "title": "" }, { "docid": "aec77819ee4f0bb3fdf39f69d1bf9a25", "score": "0.63886994", "text": "io.dstore.elastic.forum.Posting getPosting...
c320f26ba3c1ef2c76fa279c6d895411
Getter for property 'txId'.
[ { "docid": "f2de3386d9a8e1007c97ae52d3a64d04", "score": "0.74703854", "text": "public byte[] getTxId() {\n return ArrayUtils.clone(txId);\n }", "title": "" } ]
[ { "docid": "98afe21b5349d44eafc5a66a9ae74c4f", "score": "0.80871123", "text": "public UUID getTxId() {\n\t\treturn txId;\n\t}", "title": "" }, { "docid": "0bc43e3c14841d6de1a9d849f516a062", "score": "0.7712308", "text": "public long getTransactionId() {\n return transactionId;...
6e26aff1927ca1d916fc026cb560d372
it's fuken purrfect. tis a flower m8. tis a rainbow. and a river. and a sun.
[ { "docid": "6fa53b2422ff0bce2964dc97c0e004b2", "score": "0.0", "text": "private String getRandomName() {\n\tString[] names = {\"Aaron\", \"Abbey\", \"Acacia\", \"Adam\", \"Aden\", \"Adolph\",\n\t\t\t \"Alexia\", \"Alf\", \"Alexandria\", \"Amber\", \"Azura\", \"Antonio\", \"Amadeus\"};\n\tString[] surna...
[ { "docid": "a0f6b07c7b1e6d2ef40a0310a8539d33", "score": "0.59581244", "text": "private static int aquariumFish(int[] w, int[][][] f, int t) {\n return 0;\n }", "title": "" }, { "docid": "9ef8b6f09d924d1a9c95aeba12ea0a1b", "score": "0.57361984", "text": "public static void m...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "253b2350a8e3302db726d23c87acfa36", "score": "0.0", "text": "@Override\n\tpublic String[] nextTuple() {\n\t\treturn null;\n\t}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6831473", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.67589027", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\t...
68d6ac8486fa02b8969d1e879cc1bc64
Test case number: 16 /Coverage entropy=2.6390573296152584
[ { "docid": "944ec67887ce98d0f49bb28da518d9f7", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test16() throws Throwable {\n HomeEnvironment homeEnvironment0 = new HomeEnvironment();\n HomeEnvironment homeEnvironment1 = homeEnvironment0.clone();\n homeEnvironment1.setGroun...
[ { "docid": "09ddf7d6deb78bd2f34137112ee50c64", "score": "0.7055128", "text": "@Test\n public void testEntropy() {\n System.out.println(\"entropy\");\n ChiSquareDistribution instance = new ChiSquareDistribution(20);\n instance.rand();\n assertEquals(3.229201359, instance.en...