query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
ea4831b6afbb3370cacf261040a10e18
Read members from a MwsReader.
[ { "docid": "f674fc437fe186ea6235d232b828cd26", "score": "0.56082606", "text": "@Override\n public void readFragmentFrom(MwsReader r) {\n retrochargeEventType = r.read(\"RetrochargeEventType\", String.class);\n amazonOrderId = r.read(\"AmazonOrderId\", String.class);\n postedDate ...
[ { "docid": "530e6e9d6b0d7279f9cae0f310a77391", "score": "0.57121736", "text": "@Override\n public void read() {\n // 0x4e\n leaderObjId = readD();\n\n ((BPlayer) ObjectsManager.get(leaderObjId)).setLeader(true);\n ((BPlayer) ObjectsManager.get(leaderObjId)).setInParty(true...
32d69ce6cc2091a3c560e425207a53e5
Overrides JPanel setVisible() method to request focus.
[ { "docid": "8ff1dd8f4b30033d574e1f1f117e2286", "score": "0.56467474", "text": "@Override\n public void setVisible(boolean aFlag)\n {\n super.setVisible(aFlag);\n if (aFlag && !errorFound())\n {\n setCurrentFocus(pickupDateField);\n }\n }", "title": "" ...
[ { "docid": "3d703b001a0dbb5f72e3a7e55f1f41a9", "score": "0.70913005", "text": "@Override\n\tpublic void setVisible() {\n\t\tteamName.requestFocusInWindow();\n\t\t\n\t\tsuper.setVisible(true);\n\t}", "title": "" }, { "docid": "5d74dbb66ce810adacd5c90d08dc6eed", "score": "0.69676685", ...
a330f45b295c8f50feafb0d4be3d4756
optional .ClientMessage.AuthData authData = 4;
[ { "docid": "23e2387bb10da78eb88445eade573de1", "score": "0.6588839", "text": "public com.whiuk.philip.mmorpg.shared.Messages.ClientMessage.AuthDataOrBuilder getAuthDataOrBuilder() {\n return authData_;\n }", "title": "" } ]
[ { "docid": "4c188cc42ffc2d2e473638c505858f23", "score": "0.7829831", "text": "com.whiuk.philip.mmorpg.shared.Messages.ClientMessage.AuthData getAuthData();", "title": "" }, { "docid": "994fe614de59c976a3adc1ec7aa51977", "score": "0.76404595", "text": "com.whiuk.philip.mmorpg.shared.M...
6ac788bbce3babaf745ef0c65e1527a2
Creates a new literal with the given lexical value, with no language or datatype.
[ { "docid": "daf434b2893a02f300cc14325a167053", "score": "0.80709773", "text": "public Literal createLiteral(String lexicalValue)\n throws GraphElementFactoryException;", "title": "" } ]
[ { "docid": "b640192b1397e6d9af74edb774bd4adb", "score": "0.7836288", "text": "public Literal createLiteral(String lexicalValue, String languageType)\n throws GraphElementFactoryException;", "title": "" }, { "docid": "e06f8042e612579b23a149fb493f6377", "score": "0.7710145", "text...
a2766df68436765940bfcf4c85516ac1
This method will tap on Done button for Clarify Selected
[ { "docid": "61f525b49fe8668df025f7e3e2a9dd81", "score": "0.70761317", "text": "public SubmitScreen tapOnSubmitSelectedScreenDoneButton() {\n waitForElementById(\"Done\", true);\n selectMultipleWorkflowScreen.doneButton.click();\n System.out.println(\"Navigate to Submit Screen\");\n ...
[ { "docid": "f2e6a0b7fff48861aee52b0549eef4c8", "score": "0.82661945", "text": "public ClarificationOptionScreen tapOnClarifySelectedScreenDoneButton() {\n waitForElementById(\"Done\", true);\n selectMultipleWorkflowScreen.doneButton.click();\n System.out.println(\"Navigate to Clarif...
5690bc0ceb9ba6a96e4b8dcfab7d96da
SQL to insert Movie Genres insert
[ { "docid": "43cf4656fec9ee4752a8e09e0989ed4d", "score": "0.7192163", "text": "public String generateMovieGenresInsert() {\n\t\tgenerateGenresInsert();\n\t\tString moviegenresStatement = \"INSERT INTO movie_genres \" +\n\t\t\t\t\"(MovieID, GenreID) values \";\n\t\tint i = 1;\n\t\tfor (Movie movie : allMo...
[ { "docid": "9f9df351440282f7b992ced1eac511ce", "score": "0.7170049", "text": "public static void addMovie() {\r\n\t\tint duration;\r\n\t\tString title;\r\n\t\tint year;\r\n\t\ttry {\r\n\t\t\tSystem.out.println(\"Enter the Movie Duration: \");\r\n\t\t\tduration = in.nextInt();\r\n\t\t\tin.nextLine();\r\n...
b0e91823df48b03a32100b17b97139b3
Check if word exists
[ { "docid": "014c1b18056194ee0e3bc3e2882fd0ab", "score": "0.0", "text": "public void saveBlacklistedWord(BlacklistedWord word) {\n\t\tQuery query = em.createQuery(\"SELECT bw FROM BlacklistedWord bw WHERE bw.word=:word\");\n\t\tquery.setParameter(\"word\", word.getWord());\n\t\tList result = query.getRes...
[ { "docid": "38158dac43ba9f051214fca043bf4d1e", "score": "0.8190333", "text": "public boolean wordExists(String word){\n\t\tword=word.toUpperCase();\n\t\treturn dictionary.get(word)!=null;\n\t}", "title": "" }, { "docid": "86b8c2c7be011ff3dad708b6380f738b", "score": "0.7999799", "text...
27aa950fc59d3fa2eae736f94b42a5f4
Set value of SendToParentAssignee
[ { "docid": "87ccbb1d9d6f87d38fce8a4bc64eb4a2", "score": "0.78967816", "text": "public final void setSendToParentAssignee(java.lang.Boolean sendtoparentassignee)\r\n\t{\r\n\t\tsetSendToParentAssignee(getContext(), sendtoparentassignee);\r\n\t}", "title": "" } ]
[ { "docid": "b32fbc2f3c197725ad1201f403f5c3b9", "score": "0.7742835", "text": "public final void setSendToParentAssignee(com.mendix.systemwideinterfaces.core.IContext context, java.lang.Boolean sendtoparentassignee)\r\n\t{\r\n\t\tgetMendixObject().setValue(context, MemberNames.SendToParentAssignee.toStri...
3f09f321255c61b0cc8aae76c352cf56
if the value was null, the method returns a message "defglobal not found".
[ { "docid": "2f56c7b1aed5598177f023780c8708fe", "score": "0.6218246", "text": "public String getStringValue() {\n \tif (getValue() != null) {\n if (getValue() instanceof String) {\n return (String)getValue();\n } else {\n return getValue().toString()...
[ { "docid": "7cd96eda015ca4e50b21882879403e22", "score": "0.6086903", "text": "@Override\n\tpublic String globalInfo() {\n\t\treturn null;\n\t}", "title": "" }, { "docid": "ab6ef063ee7a6d028971f6a3298a2e0d", "score": "0.60377085", "text": "@Override\n\t\t\tpublic ObjectError getGlobal...
b1df582984b7fdc7caa48d68eef8dd77
Reduces the size of an image displayed on an ImageView in order to save on RAM and CPU usage.
[ { "docid": "a1f74f18568077702b3598826d81191d", "score": "0.70518774", "text": "private Bitmap setReducedImageSize() {\n int targetImageViewWidth = imageToUpload.getWidth();\n int targetImageViewHeight = imageToUpload.getHeight();\n\n BitmapFactory.Options bmOptions = new BitmapFacto...
[ { "docid": "d30dfadc618d1e1f92d0ba0f852895e3", "score": "0.71823806", "text": "private Bitmap reduceImageSize() {\n targetH = myView.getHeight();\n targetW = myView.getWidth();\n\n BitmapFactory.Options bmOptions = new BitmapFactory.Options();\n bmOptions.inJustDecodeBounds =...
2885d170037488421ccafb6d28321ed7
$ANTLR end synpred58_InternalJava $ANTLR start synpred59_InternalJava
[ { "docid": "6ae8c203d54a4e77be9bcc0e0b683664", "score": "0.6165805", "text": "public final void synpred59_InternalJava_fragment() throws RecognitionException { \n Token this_COMMA_11=null;\n EObject lv_expressionComma_12_0 = null;\n\n EObject lv_aux_13_0 = null;\n\n\n // In...
[ { "docid": "b425f07c56719aabe897a1ee8e973172", "score": "0.64223516", "text": "public final void synpred58_InternalJava_fragment() throws RecognitionException { \n Token otherlv_8=null;\n EObject lv_expression2_9_0 = null;\n\n EObject lv_aux_10_0 = null;\n\n\n // InternalJa...
2a77d0e02097e45e9c08fb22244281b7
/ This is important to have because if the system or someone manually kills the GaugeService by going into the running apps and killing it, then when they open the SettingsFragment, the disabled checkmark will be unchecked. We need to make sure that if the GaugeService is not running, disable is checked.
[ { "docid": "6c8806584e7dce98b8f8db6f56daffe7", "score": "0.7738775", "text": "@Override public void onResume() {\n super.onResume();\n if (!isMyServiceRunning(GaugeService.class)) {\n disableCheckBoxPreference.setChecked(true);\n }\n }", "title": "" } ]
[ { "docid": "5258ae50ae6b3c79ef696e40c88761e2", "score": "0.6202956", "text": "@Override\n public void onDisable() {\n \n }", "title": "" }, { "docid": "fdfdddb3ce013b84f6a2144c63dd181f", "score": "0.61065364", "text": "public void onDisable();", "title": "" }, { ...
1c2d9f522d618437e5b8ae52c365b3ff
Changes the point by an x and y.
[ { "docid": "83ab344ac8fd8377f00b50ab6364b8f0", "score": "0.0", "text": "public Point add(double x, double y) {\n return new Point(this.x + x, this.y + y);\n }", "title": "" } ]
[ { "docid": "ea7b44da9b70dc5083fc3e88cbae7131", "score": "0.7741116", "text": "public void setValue(int x,int y){\n\t\tpo_x=x;\n\t\tpo_y=y;\n\t}", "title": "" }, { "docid": "93d09fe28b2ee118757074a62ca04a06", "score": "0.7692265", "text": "public void set(int x, int y) {\n\t\txSetpoin...
4a7c2da80194eaff705632942564913d
Utility method to display a text on the SimStudent communication textarea on the interface
[ { "docid": "edd1fbbe0aeec40390942525d32d549e", "score": "0.7102264", "text": "private void sendSimStudentMessageToInterface(String message){\n\t\tdisplaySAI(SIMST_COMM_TEXT_AREA,\"UpdateTextArea\",message);\t\n\t}", "title": "" } ]
[ { "docid": "5f14e77baf8de5776a79fba971e1c69f", "score": "0.69209796", "text": "public void displayTextToUser(String input)\n\t{\n\t\tchatArea.append(\"\\n\" + input);\n\t}", "title": "" }, { "docid": "a6d4bd848020641ffa38cabf1d99e17c", "score": "0.681518", "text": "private void displ...
1e63e49e5fa43ffcc30418c151fe0d61
onPause and onResume hooks are required so OneSignal knows when to create a notification and when to just call your callback and playtime for segmentation. To save on adding these hooks to every Activity in your app it might be worth extending android.app.Activity to include this logic if you have many Activity classes...
[ { "docid": "de089a2f5b39ec4188f2ce241600c273", "score": "0.6591618", "text": "@Override\n protected void onPause() {\n super.onPause();\n OneSignal.onPaused();\n }", "title": "" } ]
[ { "docid": "d784fab9c6e3ba8f1e682937d045cd0c", "score": "0.6247128", "text": "public LocalSiriApplication() {\r\n\t\tregisterActivityLifecycleCallbacks(new ActivityLifecycleCallbacks() {\r\n\t\t\t@Override\r\n\t\t\tpublic void onActivityCreated(Activity activity,\r\n\t\t\t\t\tBundle savedInstanceState) ...
a8b835b911aeeb4b8bae34839099097d
optional int32 silence_pad_ms = 2 [default = 0];
[ { "docid": "ffc51a86337fd1e43ef47a7bdfbc419b", "score": "0.6475205", "text": "public Builder setSilencePadMs(int value) {\n bitField0_ |= 0x00000002;\n silencePadMs_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "bfe11e6f9897984310cc27aacb87c514", "score": "0.7334959", "text": "@java.lang.Override\n public int getSilencePadMs() {\n return silencePadMs_;\n }", "title": "" }, { "docid": "6c381b532297716938c200e786c666f7", "score": "0.73283315", "text": "@java.lang.Overrid...
2aa14cdf05af2247fae1f258ae034075
Removes all the osp clusters where uuid = &63; and companyId = &63; from the database.
[ { "docid": "8bbdc64000352a9139000e02592f0f43", "score": "0.5938752", "text": "public void removeByUuid_C(String uuid, long companyId);", "title": "" } ]
[ { "docid": "babb546797c3ad24b57cecadc505ca8d", "score": "0.6785343", "text": "public java.util.List<OSPCluster> findByUuid_C(String uuid, long companyId);", "title": "" }, { "docid": "57f1ebe1a146fa17045bff23366e322e", "score": "0.582596", "text": "public void removeByUuid_C(java.lan...
abb3ee0131f25b40a9d002db1f002e23
This method was generated by MyBatis Generator. This method sets the value of the database column t_journal_offset.modify_time
[ { "docid": "5997075ff33ac22e36a07d091c0f3172", "score": "0.6625245", "text": "public void setModifyTime(Date modifyTime) {\n this.modifyTime = modifyTime;\n }", "title": "" } ]
[ { "docid": "01bdcc18f0f998587801282053a81a51", "score": "0.6928046", "text": "public void setModifyTime(Date modifyTime) {\r\n this.modifyTime = modifyTime;\r\n }", "title": "" }, { "docid": "f7000d1c45d3ef6f97661ba45bc64a66", "score": "0.66887397", "text": "public void s...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "2eca89bc607f8fe268917e94490a7f56", "score": "0.0", "text": "@Override\r\n\tprotected void onResume() {\n\t\tsuper.onResume();\r\n\t\tMobclickAgent.onPageStart(\"关于\");\r\n\t\tMobclickAgent.onResume(this);\t\t\r\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68002176", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "ti...
7b2f6131f5bd2a100e549a4bbb76b27c
Callback for when an item has been selected.
[ { "docid": "025d29d59808329069e5a4ef4c7e1bbb", "score": "0.73493445", "text": "public void onItemSelected(Long id);", "title": "" } ]
[ { "docid": "72a6f9ea02708a7092852a5b4827396f", "score": "0.78755903", "text": "void onSelected();", "title": "" }, { "docid": "f4cf3ae06bb4fb03c124cf7d62dd7b5c", "score": "0.78577566", "text": "void onItemSelected(int selectedItem);", "title": "" }, { "docid": "6085972d9b...
ee1cf6f323b5360b6a13d26b2a3abd57
Get the input type to be enforced.
[ { "docid": "4dd8d8c584906effff46bafb1268d982", "score": "0.7558923", "text": "@Nullable public Class<T> getInputType() {\n return inputType;\n }", "title": "" } ]
[ { "docid": "9dd8ee7480c3ff70c975afb5bdcbf262", "score": "0.71109986", "text": "public Input getTypeInput() {\n return typeInput;\n }", "title": "" }, { "docid": "93f55edf093595789f7cc39d7c055289", "score": "0.6974638", "text": "public FormInputType getType() {\n retu...
187bfe00a8234e2bba15378c68953bc5
gets the bio for the characters
[ { "docid": "1c122274c6519c6c8026435e53d69263", "score": "0.65036225", "text": "public static String getBio() {\r\n\t\ttry {\r\n\t\t\t//open file\r\n\t\t\tScanner fileReader = new Scanner(new File(FILE_NAME));\r\n\t\t\t//get the number of characters in file\r\n\t\t\tint count = 0;\r\n\t\t\twhile(fileRead...
[ { "docid": "031fe0ff4aba5c5712203741f8829d8a", "score": "0.67409575", "text": "String getBiography();", "title": "" }, { "docid": "b2f83142d2af209d94fbe698de849989", "score": "0.6004149", "text": "public String GetTraderBio ( ) {\n\t\treturn this.traderBio;\n\t}", "title": "" }...
7d953ddbbd1d184b20f9aa735131552f
This method was generated by the VisualAge for Java EJB AccessBean tool. / WARNING: THIS METHOD WILL BE REGENERATED.
[ { "docid": "15faebf43083b24fb58283bcb3edeccc", "score": "0.6168906", "text": "public java.util.Hashtable _copyFromEJB() {\n com.ibm.ivj.ejb.runtime.AccessBeanHashtable h = new com.ibm.ivj.ejb.runtime.AccessBeanHashtable();\n\n h.put(\"DActText\", getDActText());\n h.put(\"DActTextFi...
[ { "docid": "7eb529650a86e4baae12f242cd63c00a", "score": "0.69336426", "text": "public interface AAsignarRecursosManualSTBGR extends javax.ejb.EJBObject {\n}", "title": "" }, { "docid": "82d7e04db04f00ffaa4e003b86197379", "score": "0.65806454", "text": "public interface Shoppingcartde...
7eef7730dd5e208e9c328f2e7d4c30ba
Calls inline on a list of args. Just here for convenience.
[ { "docid": "74d63a00ffffaada42d53df064d8cd12", "score": "0.6716964", "text": "public static List<Tree> inlineList(List<Tree> args, ScopeTable table, boolean maskVars) throws CompileException {\n\t\tList<Tree> inlinedArgs = new LinkedList<>();\n\n\t\t// a bit lazy, only create a new opapp if necessary.\n...
[ { "docid": "079c3eec3e9cd94aa86bbf747e5208e7", "score": "0.6676075", "text": "public Tree inlineArgs(ScopeTable table, List<Tree> args, boolean maskVars) throws CompileException {\n\t\t\tScopeTable funcTable = table.newScope();\n\n\t\t\tIterator<String> i1 = this.args.iterator();\n\t\t\tIterator<Tree> i...
b07f57a6c3f22cae8ab543d40b6af07d
Validates policy fields on policy update. Updates mutable fields
[ { "docid": "3dd62e9b6425cc94baeb44e507b9040e", "score": "0.5662129", "text": "public static Either<PolicyDefinition, ActionStatus> validatePolicyFields(PolicyDefinition recievedPolicy, PolicyDefinition validPolicy, Map<String, PolicyDefinition> policies) {\n validateImmutablePolicyFields(recieved...
[ { "docid": "fe9a339a2d3a28506174b1f02d3cd631", "score": "0.72059995", "text": "@Override\n\tprotected void validateForUpdate(RangerPolicy vObj, XXPolicy entityObj) {\n\t}", "title": "" }, { "docid": "bbb2fcd956ea70ac979bbf306d67cb7b", "score": "0.68068236", "text": "Policy.Update upd...
dc2e8894a4ee2d7fb219b35968eed557
/ Halfweighting restriction. If nc is the coarsegrid dimension, the finegrid solution is input in uf[0..2nc2][0..2nc2]. The coarsegrid solution obtained by restriction is returned in uc[0..nc1][0..nc1]
[ { "docid": "4cd6b7b721a92ee188c5d91654dfca95", "score": "0.5076638", "text": "public static void rstrct(final double[][] uc, final double[][] uf) {\r\n int nc=uc.length;\r\n int ncc=2*nc-2;\r\n for (int jf=2,jc=1;jc<nc-1;jc++,jf+=2) { // Interior points\r\n for (int iif=2,ic=1;ic<nc-1;ic...
[ { "docid": "73d33004b6ddb59bc8a58c8652975c1f", "score": "0.5035394", "text": "public final int bwU() {\n return 1;\n }", "title": "" }, { "docid": "d9328ef27f5e4c65724af94afad8d1ac", "score": "0.5033017", "text": "public static void relax2(final double[][] u, final ...
e1197f9d2cfc2572572213665b337ec7
Get other player's type.
[ { "docid": "803929c100acc919b09e485f6e6faf7d", "score": "0.6180726", "text": "public char getOpposingType() {\n return type == 'X' ? 'O' : 'X';\n }", "title": "" } ]
[ { "docid": "d1da86e5661b827d7ad1f77c6d4560ee", "score": "0.7623711", "text": "public Player getType() { return type; }", "title": "" }, { "docid": "7bde2f26b2a74c1a36132c67a6e0a4f7", "score": "0.7355298", "text": "public Player.PlayerType getType()\r\n {\r\n //INSERT YOUR C...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "324a1edfee507f056e93a54e86685933", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tBank myBank = new Bank(\"Devon's Bank\", 1234567);\n\t\tmyBank.addClient(\"Devon M.\", 4000);\n\t\tmyBank.addClient(\"Ann M.\", 500);\n\t\tmyBank.addClient(\"Mary B.\", 644);\n\t\tmyBank...
[ { "docid": "63a51b9825ac81396e1d7ad0b9f3ed82", "score": "0.6866318", "text": "@Override\n\tpublic void 군무() {\n\t\t\n\t}", "title": "" }, { "docid": "15ae679aae74424c73fde647cf4332f6", "score": "0.68461496", "text": "@Override\r\n\t\t\tpublic void hissetmek() {\n\r\n\t\t\t}", "ti...
5cb371d9a2987950e2f76744611463c1
/ renamed from: d
[ { "docid": "c7f3ad17c4e8b6d8de49cb0a83b73cfc", "score": "0.0", "text": "static /* synthetic */ void m56296d(HoneyPayCardManagerUI honeyPayCardManagerUI) {\n AppMethodBeat.m2504i(41827);\n honeyPayCardManagerUI.bGd();\n AppMethodBeat.m2505o(41827);\n }", "title": "" } ]
[ { "docid": "6cf22fdfffee744c6dce1a099a0bdd2a", "score": "0.7168053", "text": "private void d() {\n\t\t\r\n\t}", "title": "" }, { "docid": "9f469cde9b8a8717840b90103ccb3930", "score": "0.7022046", "text": "@Override\n\tpublic void d() {\n\t\t\n\t}", "title": "" }, { "docid...
cdba3b77bbba2b1ad8a1b98bd8ef31b4
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: be.ac.ucl.ingi.totem.scenario.model.jaxb
[ { "docid": "38c851c72fb6fc412bcd2617bc43dac7", "score": "0.5879182", "text": "public ObjectFactory() {\n super(grammarInfo);\n }", "title": "" } ]
[ { "docid": "b11e530845b04c646dbe50d21d077c16", "score": "0.67184114", "text": "ObjectFactory objectFactory();", "title": "" }, { "docid": "c69b70e67046d39f0fc1c122a2c9d9ef", "score": "0.6321564", "text": "public interface Eclassxmlschemaheader_2_0SimplifiedFactory extends EFactory {\...
c13a255e289d1b85f41b01ed9eeb85b9
Returns the element at the specified position in this list.
[ { "docid": "95a3b6d32d9ec94992448fea1c38d615", "score": "0.0", "text": "public int get(int index) throws IndexOutOfBoundsException {\n\t\tNode temp = getNode(index);\n\t\treturn temp.data;\n\t}", "title": "" } ]
[ { "docid": "30c1714c2e72b2d9aab099a407646177", "score": "0.7588786", "text": "public synchronized E elementAt(int index) \n {\n return list.elementAt(index);\n }", "title": "" }, { "docid": "975d9d0bc8dabc80f0b73efc994a6aaf", "score": "0.7298335", "text": "public E get(i...
5ae8b274b18aa8ad03e2f49e220ccd0c
This method recieves an id via plain text and inserts it in the datastore.
[ { "docid": "adfbfaa6beabe5f0377317bbd5376d2e", "score": "0.0", "text": "@POST\n\t@Path(\"/sensor\")\n\t@Consumes(MediaType.TEXT_PLAIN)\n\tpublic Response registerSensor(String sensorid) {\n\t\tSensorData sensor = new SensorData(sensorid);\n\t\tTransaction txn = datastore.beginTransaction();\n\t\tQuery u...
[ { "docid": "b027fc9b471b032fc83348323c13de61", "score": "0.6452551", "text": "II addId();", "title": "" }, { "docid": "557bc225f2ae7b19df1787208b2ee6e6", "score": "0.6442266", "text": "Store setId(int id);", "title": "" }, { "docid": "20e09e2e49008790d081acb90f97dbf5", ...
34904a59499a1026cee89f15ac12789d
Gets a set of possible values for this property. This is typically only used when it is known that a given property name can have multiple possible values. All items in the set will have the same data tyoe.
[ { "docid": "512e22d953d0347a7eaf8073bc566d84", "score": "0.0", "text": "public Set asSet() {\n if (isCollectionOfValues) {\n return (Set)value;\n }\n // wrap the value into a set\n Set set;\n set = new LinkedHashSet();\n set.add(value);\n retur...
[ { "docid": "ed7dea5a71f0bd7061e8de60e74b4013", "score": "0.74886334", "text": "Set<Object> getPossibleValues();", "title": "" }, { "docid": "c3c3d661526693f6beac7def238a552f", "score": "0.6618368", "text": "public String[] getPossibleValues() { return possibleValues; }", "title":...
f9e649839d78bf67efbb7dc1e73b1a37
path absolute path based on live folder of a JobScheduler object. (Required)
[ { "docid": "3980b173e9cc25177f163b7c6af9c6ef", "score": "0.0", "text": "@JsonProperty(\"path\")\r\n @JacksonXmlProperty(localName = \"path\", isAttribute = true)\r\n public String getPath() {\r\n return path;\r\n }", "title": "" } ]
[ { "docid": "e71da6b117dc156ff423ec17aa420008", "score": "0.6217309", "text": "public String getLocationPath();", "title": "" }, { "docid": "fd4fda1077a20c80e6ff57f85c486873", "score": "0.6082988", "text": "@Override\n public Path getScheduleBookFilePath() {\n return schedul...
d25963495b13d7da685a35036cc67bd4
javadoc typemirror: "Types should be compared using the utility methods in Types. There is no guarantee that any particular type will always be represented by the same object." This is true when the objects are in another jar than the mapper. So the qualfiedName is a better candidate.
[ { "docid": "436518502b194e27f63f05fa72dae42e", "score": "0.0", "text": "@Override\n public int hashCode() {\n final int prime = 31;\n int result = 1;\n result = prime * result + ((name == null) ? 0 : name.hashCode());\n result = prime * result + ((packageName == null) ? 0 ...
[ { "docid": "275f8cfb11a3b9f1c1c610cb286b3c06", "score": "0.595084", "text": "public interface Qualifier extends TypeObject\n{\n /**\n * Return true if the qualifier is a package.\n */\n boolean isPackage();\n\n /**\n * Cast the qualifier to a package, or return null.\n * This me...
d373857b76329726a02d003ad6eeaa32
Mouse/Keyboard Called by the controls from the buttonList when activated. (Mouse pressed for buttons)
[ { "docid": "ec096c5125ac4ea778b6bed406b0f909", "score": "0.0", "text": "@Override\n protected void actionPerformed(GuiButton button) throws IOException\n {\n if (button.enabled)\n {\n \t// Make sure all settings are applied\n \tthis.mouseClicked(0, 0, 0);\n \t\n ...
[ { "docid": "6d4529fa1b5bda0264231d041ea272c8", "score": "0.70720005", "text": "@Override\r\n public void mousePressed(MouseEvent e) {\r\n upBtn.mousePressed(e);\r\n downBtn.mousePressed(e);\r\n }", "title": "" }, { "docid": "361ba0cef53ae830216b4cfeb77e9d86", "score":...
c75dbcfa95504becdc2927284373aa5e
$ANTLR end "rule__XConstructorCall__Group_3_2__0__Impl" $ANTLR start "rule__XConstructorCall__Group_3_2__1" ../org.summer.ss.ide/srcgen/org/summer/ss/ide/contentassist/antlr/internal/InternalSs.g:18189:1: rule__XConstructorCall__Group_3_2__1 : rule__XConstructorCall__Group_3_2__1__Impl ;
[ { "docid": "6f9409fbd423b47e6e03c6831e0f6b32", "score": "0.8141562", "text": "public final void rule__XConstructorCall__Group_3_2__1() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../org.summer.ss.ide/src-gen/org/sum...
[ { "docid": "e6c9141d890de38473b7dd33d11e4f51", "score": "0.82567996", "text": "public final void rule__XConstructorCall__Group_3_2__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.eclipse.xtext.xbase.testlanguages.ui/s...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e1083ff7eea51795e272f0fe9285278c", "score": "0.0", "text": "@Override\r\n\t\t\t\t\tpublic void actionPerformed(ActionEvent arg0) {\n\t\t\t\t\t\tpane.remove(userDecisionPanel);\r\n\t\t\t\t\t\tpane.add(decisionPane);\r\n\t\t\t\t\t\tpane.repaint();\r\n\t\t\t\t\t\tpack();\r\n\t\t\t\t\t}", "t...
[ { "docid": "81005989525ec80103fbaf46f9c37779", "score": "0.6694239", "text": "@Override\n\tpublic void agit() {\n\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65686274", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "title": "" }, ...
b0331df6bc90cf6b3cb2d5a590c92eb5
Each method of a class (a UpnpService in the present case) must have a unique signature. No duplicate allowed. Test without parameter.
[ { "docid": "0245eeca639ee101ce3c1ad86b3192e7", "score": "0.7026585", "text": "@Test\n\tpublic void testNoDuplicateMethodSignatureWithoutParam()\n\t{\n\t\ttry\n\t\t{\n\t\t\t// Let's add a new method: no problem\n\t\t\tservice.addMethod(getX_NoParam_v1);\n\t\t\tassertTrue(service.getMethods().contains(get...
[ { "docid": "eeab49bc2c385a810161c71edbc4e3ad", "score": "0.6745682", "text": "@Test\n\tpublic void testNoDuplicateMethodSignatureWithParams()\n\t{\n\t\ttry\n\t\t{\n\t\t\t// Let's add a method with parameters\n\t\t\tservice.addMethod(getX_WithParams_AB1);\n\t\t\tassertTrue(service.getMethods().contains(g...
8e9f3556a4284b82ee6cb41c62a8ae5a
Updates the status on the action bar.
[ { "docid": "64b29ae3d307f9546cde6644bd4c2d82", "score": "0.60071206", "text": "private void setStatus(CharSequence subTitle) {\n\t\tFragmentActivity activity = MainActivity.this;\n\t\tif (null == activity) {\n\t\t\treturn;\n\t\t}\n\t\tfinal ActionBar actionBar = activity.getActionBar();\n\t\tif (null ==...
[ { "docid": "0143812fcf04026151cac35e7a8438a8", "score": "0.7057441", "text": "private void updateStatus() {\n }", "title": "" }, { "docid": "3bd39e92ed777221c1bf8ea8910a9147", "score": "0.6861887", "text": "public void setStatus(String status)\n {\n ActionBar actionBar =...
d8048a1b07bb1c7afab8210d28e494d7
Test case number: 5 /Coverage entropy=0.9901172232794796
[ { "docid": "2d40462f412e41c709f33b987e3ab867", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test005() throws Throwable {\n FileSystemHandling.setPermissions((EvoSuiteFile) null, true, true, true);\n StringReader stringReader0 = new StringReader(\"\\\"assert\\\"\");\n Ja...
[ { "docid": "0ef0b4c562e56cbcdb375b4e19c4662a", "score": "0.7258313", "text": "@Test(timeout = 4000)\n public void test077() throws Throwable {\n TestInstances testInstances0 = new TestInstances();\n Instances instances0 = testInstances0.generate();\n Evaluation evaluation0 = new Evalua...
1f08c88f8eafd84e0d47c5a6d78fed28
Sets the GUI properties for the application.
[ { "docid": "81cc0937fd6fc06e6fd6cf541e5de67b", "score": "0.57262665", "text": "public static void setGUIPrefs(GUIPrefs prefs) {\n Color actionForeground = prefs.getActionForeground ();\n Color actionBackground = prefs.getActionBackground ();\n Font interfaceFont = prefs.getInterfaceFont (...
[ { "docid": "39d692f22026cb33f625f3f0f952a496", "score": "0.7980536", "text": "private void setGuiProperties() {\n\n }", "title": "" }, { "docid": "4474e00d773c7e2765b715c0c2459aa2", "score": "0.7038152", "text": "private void settings() {\n setIconImage(Static.getIconImage(...
cebbd6fba30d79783bbc195f2e107c73
/ renamed from: bU
[ { "docid": "0f7e4c61bd8e3cfbd96d384d321844c4", "score": "0.0", "text": "public static void m28898bU(int i, int i2) {\n AppMethodBeat.m2504i(77676);\n SharedPreferences Mz = C37885a.m63971Mz();\n Mz.edit().putInt(\"settings_active_end_time_hour\", i).commit();\n Mz.edit().putI...
[ { "docid": "66eb93ef452273c0987c73b2d8faf868", "score": "0.640737", "text": "public void mo75293u() {\n }", "title": "" }, { "docid": "5dfd96d08a1d5d22d8dc51a68bca6ca0", "score": "0.6077004", "text": "private C10922u m18186B() {\n return new C10922u(new C10923w());\n }",...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d68c2a520ac16a3a98d0552476575d59", "score": "0.0", "text": "@Override\n\t\t\t\tpublic void result(String result) {\n\t\t\t\t\tLog.e(TAG,result);\n\t\t\t\t}", "title": "" } ]
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.6671074", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.6567672", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "ti...
d00bded11cd1b1c2341f7c511eed6072
Method that verifies order options (for example when an item is voided)
[ { "docid": "783ba2a4dd3f4a902a98af048419d44f", "score": "0.0", "text": "public boolean getManagerApproval(int userID)\n {\n EmployeeBroker eb = EmployeeBroker.getInstance();\n boolean approved = eb.getManagerApproval(userID);\n return approved;\n }", "title": "" } ]
[ { "docid": "1e4704b9da6ad496a219e58456ba385b", "score": "0.65232855", "text": "public abstract boolean check(ArrayList<VehicleOption> options) throws IllegalArgumentException, UnsatisfiedRestrictionException;", "title": "" }, { "docid": "be6886869b5dad13ca1e00907865aa2d", "score": "0.636...
0712e73320fcaa264c0def9826dc4da0
/ Showing splash screen with a timer. This will be useful when you want to show case your app logo / company
[ { "docid": "e4c3a16cf84f6d552624943da0bc3f56", "score": "0.0", "text": "@Override\n public void run() {\n ApplicationManager manager = new ApplicationManager(SplashActivity.this);\n Intent intent;\n if (manager.getUserId().length() > 0)\n ...
[ { "docid": "c0b6dfe24d2d07c35466732da0b7d9c9", "score": "0.80113137", "text": "private static void showSplashScreen(){ \r\n\t page = new SplashPage(background);\r\n\t \t page.splash();\r\n\t }", "title": "" }, { "docid": "e151a5cfc2d704b48b7050ec62ac91b2", "score": "0.78932077...
f79b77440e2f3750c4a7d581c4b4dff0
The forecasts for the Keyword Plan campaign at different max CPC bids. repeated .google.ads.googleads.v13.services.KeywordPlanWeeklyForecast weekly_forecasts = 2;
[ { "docid": "3bdcd8e151cb815c84afbcc15ed07732", "score": "0.5416127", "text": "public Builder addWeeklyForecasts(\n com.google.ads.googleads.v13.services.KeywordPlanWeeklyForecast.Builder builderForValue) {\n if (weeklyForecastsBuilder_ == null) {\n ensureWeeklyForecastsIsMutable();\n ...
[ { "docid": "87f17a065d2e17e464835692a1b1f887", "score": "0.70622635", "text": "@java.lang.Override\n public java.util.List<? extends com.google.ads.googleads.v13.services.KeywordPlanWeeklyForecastOrBuilder> \n getWeeklyForecastsOrBuilderList() {\n return weeklyForecasts_;\n }", "title": ""...
f17a50cbeab1f403e337f6dd5dfe647d
Find every substring of a string
[ { "docid": "7950a6c17f5c214c3347c1267a70ed95", "score": "0.63512623", "text": "private static HashSet<String> findSubStrings(char[] c){\n HashSet<String> sub = new HashSet<String>();\n String subString;\n for(int i = 0; i < c.length; i++){\n subString = \"\";\n ...
[ { "docid": "9962c6df2b553ca6b03902a2bb649ac3", "score": "0.68721443", "text": "@Test\n public void Sandbox() {\n System.out.println(Arrays.toString(findSubstring(\"wordgoodgoodgoodbestword\", new String[]{\"word\",\"good\",\"best\",\"good\"}).toArray()));\n //System.out.println(findAll(...
1b2a2228bbd48a6546a4fd36596494f8
Check whether the derived open content wildcard overlaps with the base wildcard "wb". Overlap if names in the allowed list are allowed by "wb".
[ { "docid": "bddf504c90f8c0fe26ac1ae0d96f9a2e", "score": "0.6634853", "text": "private boolean overlap() {\n for (int i = 0; i < wANList.size();) {\n qname.uri = (String)wANList.get(i++);\n qname.localpart = (String)wANList.get(i++);\n if (base.allowExpandedNam...
[ { "docid": "4b3c595ad9adb8d2574e25513368ad06", "score": "0.68838227", "text": "private boolean matchWildcardInBase() {\n copyDerivedWildcard();\n \n // If this wildcard is the open content, also need to subtract all\n // wildcard edges, because open content is weaker than the wil...
aa54427cf28bdcbc34fab3688fd3fa6a
Method to set the user name (matric no.)
[ { "docid": "e67f0deea5d9968a509ff26c7bc4985f", "score": "0.82673496", "text": "private void setUserName(String nm){\r\n this.userName = nm ;\r\n }", "title": "" } ]
[ { "docid": "9ee08714e27d883d95d263c20f62e92a", "score": "0.8337675", "text": "void setUsername(String name);", "title": "" }, { "docid": "fdb5165dae16e88d1e4f73c08d155a82", "score": "0.8331105", "text": "public void setName(String name){\r\n this.userName = name;\r\n }", ...
104cc32f51f58ee6a18157d7b10af010
inflates the row layout from xml when needed
[ { "docid": "f7e00827ce6a49aa957d60f6f3d005b0", "score": "0.0", "text": "@Override\n public ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {\n View view = LayoutInflater.from(parent.getContext())\n .inflate(R.layout.category_item, parent, false);\n return ne...
[ { "docid": "0a455d686c755fb152d5378defb4ca16", "score": "0.60765976", "text": "@Override\n protected void initview(View inflate) {\n imm = (ImageView) inflate.findViewById(R.id.imm);\n li = (LinearLayout)inflate.findViewById(R.id.li);\n gridview = (GridView)inflate. findViewById(...
bb50bd86ce4825c4545bd653b618a118
references invoices_pay.json references invoices_retrieve_2.json
[ { "docid": "ee870170f914a82c4eee630ea89d476c", "score": "0.5115066", "text": "@Test\n public void testPay() {\n\n Connection conn = new Connection(\"api_key\", \"http://localhost:8080\");\n\n\n Invoice invoice = conn.newInvoice();\n\n try {\n invoice = invoice.retrieve...
[ { "docid": "de04c7ff18e6d5f69e803c86aa350fca", "score": "0.5872499", "text": "@Path(InvoiceResource.INVOICES_PATH)\npublic interface InvoiceResource {\n String INVOICES_PATH = \"invoices\";\n String INVOICE_ID = \"id\";\n String INVOICE_ID_PATH = \"{\"+ INVOICE_ID +\"}\";\n\n @GET\n @Prod...
c6b6eda81fa6a29a6213c30634c59417
This method initializes affineFlipHorizontalButton
[ { "docid": "425f8f0eeaabff43fd0f431cb8218d27", "score": "0.74104", "text": "private JButton getAffineFlipHorizontalButton() {\n if (affineFlipHorizontalButton == null) {\n affineFlipHorizontalButton = new JButton();\n affineFlipHorizontalButton.setPreferredSize(new Dimension(55, 24));\n ...
[ { "docid": "183deb71ee787a9e22c4715194899fe7", "score": "0.71508324", "text": "public void setHorizontalFlip() {\n\t\tJButton buttonHorizonFlipped = new JButton(\"H Flip\");\n\t\tbuttonHorizonFlipped.setBounds(this.width - 400, this.height - 80, 90, 30);\n\t\tbuttonHorizonFlipped.addActionListener(new A...
0d88075202ebb6386418f1a57d85933e
Main generate delta scripts
[ { "docid": "d54c2ab4a10af10d4065509744963e31", "score": "0.6679316", "text": "public static void main2(String[] args) throws IOException {\n\n\t\tlogger.info(\"JDBC Properties '{}'\",appProps);\n\t\tlogger.info(\"Tables '{}'\", tablePk.keySet());\n\n\t\tString argTablename = null;\n\t\tchar arg = 'D';\n...
[ { "docid": "5de252737f377e8296db155ab8617743", "score": "0.62427187", "text": "public static void main(String[] args) throws IOException {\n\t\tString first= \"\";\n\t\tString placement=\"\";\n\t\tPrimitiveDefList defs = FileTools.loadPrimitiveDefs(partname);\n\n\t\t//creates a GTP_DUAL script\n/*\t\tfo...
0acd12be6c048f2afd5cfb60d1e95d7a
Use ChunkedSeries.newBuilder() to construct.
[ { "docid": "9f5db30de7502bcf5daa3f6a68efca9e", "score": "0.8116994", "text": "private ChunkedSeries(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {\n super(builder);\n }", "title": "" } ]
[ { "docid": "8fc6fa1a439f18b9ae962b74702ed002", "score": "0.6291324", "text": "public prometheus.Types.Chunk.Builder addChunksBuilder() {\n return getChunksFieldBuilder().addBuilder(\n prometheus.Types.Chunk.getDefaultInstance());\n }", "title": "" }, { "docid": "94247a...
7fe119a7407a4907ef29c0926586d364
No children in this layout
[ { "docid": "31fc68cc5c7488d2b529ae416411c7b4", "score": "0.0", "text": "@Override\n\tpublic boolean hasChildren(Mailbox<String> mailbox, char delimiter)\n\t\t\tthrows MailboxException, MailboxNotFoundException {\n\t\treturn false;\n\t}", "title": "" } ]
[ { "docid": "bc051fc0f72911b01fe86ab3be3b8353", "score": "0.7271667", "text": "@Override\n protected View getContentLayout(ViewGroup root) {\n return null;\n }", "title": "" }, { "docid": "edf7421b67a4120b0fc917dbcac5a6b0", "score": "0.6877081", "text": "@Override\n\tpubl...
d09ea41a7ef108989a8e347c39760f5f
Used to analyze a specific test case. Take an entire test case and start to run down each line to build a problems list.
[ { "docid": "5d39ca51572cd25b052e51dc5269676e", "score": "0.7230243", "text": "public void analyzeTestCase(TestCase testCase)\n {\n //note we only need to output the first wrong error.\n\n }", "title": "" } ]
[ { "docid": "c07973a4d07d266af21f6e02c9897325", "score": "0.60085005", "text": "@Parameterized.Parameters\n\tpublic static Collection<Object[]> cases() {\n\t\tString doneCommand[] = {\"done\",\"Done\", \"DONE\", \"DonE\"};\n\t\tint noOfTestCases = 25;\n\t\tString index[] = new String[25];\n\t\tfor(int i...
5b4fcdf09b67720da90a1a5e5d0b0505
Get the operationid if any.
[ { "docid": "7b50229acbc8a3144f1bf3c1a7a3c56f", "score": "0.7878405", "text": "@Override\n public String getOperationId() { \n return operationIdentifier;\n }", "title": "" } ]
[ { "docid": "0f5b602016633e5f470c9e7fbe0354d1", "score": "0.7926152", "text": "public int getOperation_ID() {\n return operationID;\n }", "title": "" }, { "docid": "fde7cada4bae3e65419873420b5861af", "score": "0.7854196", "text": "public String getOperationID() {\n return t...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0d16121526f159eda89736b4bbb3829f", "score": "0.0", "text": "@Override\n\t\t\t\t\tpublic void onFocusChange(View arg0, boolean arg1) {\n\t\t\t\t\t\tif (arg1) {\n\t\t\t\t\t\t\tdelegate.onAppFocus(page, (Integer) arg0.getTag());\n\t\t\t\t\t\t}\n\t\t\t\t\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6836411", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "33d41636b65afa8267c9085dae3d1a2d", "score": "0.6679176", "text": "private void apparence() {\r\n\r\n\t}", "title": "" }, ...
c288f5b316ca0f0adab64746b2a94527
Returns the second comment of this schedule exception.
[ { "docid": "dedfa938ccaf0819361af9403d088a3c", "score": "0.90532076", "text": "@Override\n\tpublic String getSecondComment() {\n\t\treturn _scheduleException.getSecondComment();\n\t}", "title": "" } ]
[ { "docid": "a5323317853a5f672ada92f2d77801ab", "score": "0.79882145", "text": "@Override\n\tpublic String getSecondComment(java.util.Locale locale) {\n\t\treturn _scheduleException.getSecondComment(locale);\n\t}", "title": "" }, { "docid": "5588881f544c7c81a4255e7fcd30e501", "score": "0....
84131e89221dfaa2c0f36ae9e335cd2d
Set the value related to the column: CODE_ANNEES
[ { "docid": "5a7fe23333b23a87d2a022d9fca8339f", "score": "0.73148674", "text": "public void setCodeAnnees (com.artm.hibernate.beans.Annees codeAnnees) {\r\n\t\tthis.codeAnnees = codeAnnees;\r\n\t}", "title": "" } ]
[ { "docid": "4fb398ce8fd994b3ad8893a0342ca83a", "score": "0.66249365", "text": "public com.artm.hibernate.beans.Annees getCodeAnnees () {\r\n\t\treturn codeAnnees;\r\n\t}", "title": "" }, { "docid": "6e0b5e6f3bd70aa4a8df032e97168985", "score": "0.5910385", "text": "public void setCode...
56630271cb8a463808297664de79567d
Create the application, in this case we are setting up the recycler view
[ { "docid": "69060e012b20729da6913809c87676f7", "score": "0.6016172", "text": "@Override\n protected void onCreate(Bundle savedInstanceState) {\n super.onCreate(savedInstanceState);\n setContentView(R.layout.activity_main);\n\n rv = (RecyclerView) findViewById(R.id.recyclerView);\...
[ { "docid": "f6ebed4aed7584fd14cd3e9b178ff665", "score": "0.70069945", "text": "public App() {\t\n\t\t\n\t\tItemDB.init();\n\t\tAccountDB.init();\n\t\t\n\t\t\n\t\t\n\t\tPageManager.init();\n\t\tWindowManager.init();\n\t\t\n\t}", "title": "" }, { "docid": "79f5272a7d16e35793824471e489c83d", ...
3149038491e7e0d930a349a582a74cfc
This method was generated by MyBatis Generator. This method corresponds to the database table salary
[ { "docid": "98c82600b947fafef2baf87346c5e73c", "score": "0.0", "text": "public Criteria createCriteria() {\n Criteria criteria = createCriteriaInternal();\n if (oredCriteria.size() == 0) {\n oredCriteria.add(criteria);\n }\n return criteria;\n }", "title": "...
[ { "docid": "7bf61ae916c51c2ce97ad85a7328b3ba", "score": "0.68285334", "text": "@Override\r\n\tpublic double salary() {\n\t\treturn 3900.78;\r\n\t}", "title": "" }, { "docid": "66a354394de00c97a9bbc6bdf0d90885", "score": "0.68118906", "text": "public List findBySalary(double salary) t...
aebddb3924018853a043b048c2f24e7c
first find the center of mass of all the agents
[ { "docid": "fabcfb1bd3b75b0db87f5fd7618824a2", "score": "0.51058054", "text": "public static void cohesion(Vehicle vehicle, HashSet<Vehicle> neighbors, Vector2D rst){\n\t\tVector2D hold = new Vector2D();\r\n\t\tint NeighborCount = 0;\r\n\t\t//iterate through the neighbors and sum up all the position vec...
[ { "docid": "63c8a2f4e9c338e0ec00f4fd53c87243", "score": "0.6208168", "text": "private void calculateMass(){\n mass = (protons.size() * Particle.PROTON_MASS ) + (neutrons.size() * Particle.NEUTRON_MASS) + (electrons.size() * Particle.ELECTRON_MASS);\n }", "title": "" }, { "docid": "...
7654afa3ec5e859718d93e0c43aee6ec
/ this usable interface will be used throughout the application to grab position and imageview
[ { "docid": "7abd6b945708cbc3646f76268df6c674", "score": "0.0", "text": "public interface ActivityClickListener {\n\n void onItemClick(int pos, ImageView imageView);\n}", "title": "" } ]
[ { "docid": "7cc0a8e07c4cf7c53ab5fde22ff188f3", "score": "0.69848275", "text": "private void getViewLocation() {\n\t\tregitercenter= (float) ((float) layout.getWidth()*0.28);\n//\t\tLog.d(\"shiyue\",x1+\"*\"+y1+\"left\"+btn_regist.getLeft()+\"right\"+btn_regist.getRight()+\"top\"+btn_regist.getTop()+\"bu...
255c94d6b9caf00599b05da33027df79
The default Ctor that disables case insensitivity
[ { "docid": "a49c113c9de23849b7fcc201a699b1f5", "score": "0.0", "text": "public TagVNotLiteralOrFilter(final String tagk, final String filter) {\r\n this(tagk, filter, false);\r\n }", "title": "" } ]
[ { "docid": "adce7c8b6baa71795066f00887da31f2", "score": "0.69787085", "text": "public UpperCase(){}", "title": "" }, { "docid": "774daf8e6349070b72c66559cd9f5a4a", "score": "0.6505616", "text": "public void setCaseSensitive(boolean param){\n \n ...
52c5acbdd9375097eebede2c5bb1411f
Sort specified List&lt;Element&gt; using bubble sort.
[ { "docid": "2441ce1040ac1e2e169c850c6d973c4f", "score": "0.7434743", "text": "public static <Element> void bubbleSort (List<Element> list, Comparator<Element> order) {\n int last; // index of last element to position on this pass\n boolean done; // pass made with no interchanges\n last = ...
[ { "docid": "8884135047ad5a361b563ca932a713b9", "score": "0.7387748", "text": "public void bubbleSort(Item[] list){\n\t \tfor (int i = 0; i < list.length - 1; i++){\n\t \t\tfor (int j = list.length - 1; j > i; j--){\n\t \t\t\tif (list[j-1].getName().compareToIgnoreCase(list[j].getName()) > 0){\n\t \t\t\t...
1ca361fa77b8b6321d18f657cb02b214
Charging Point controller business logic definitions
[ { "docid": "a0ff0bda60e4e3dd23dd2d0866cb01fa", "score": "0.5718107", "text": "public interface PointService {\n \n /**\n * Fetch sessions by charging point and withing dates\n * @param pointId charging pointin question\n * @param dateFrom starting date\n * @param dateTo ending date...
[ { "docid": "54cfcf19ac35f4f633b527594ee71691", "score": "0.5996048", "text": "@Override\n\tpublic void controllerChargingState(boolean charging) {\n\t}", "title": "" }, { "docid": "baec2e48d45e92c12d489273a0d92a06", "score": "0.59466577", "text": "public Controller wireObjects() {\n\...
7d182e196ccc12e88766e1e07fab58a2
Add listeners to components. You have to get the panel where the component is located. MainPanel is the listener for all components.
[ { "docid": "8e3c11d6ea15ed088660678cea6ba414", "score": "0.54250425", "text": "private void setListeners()\n\t{\n\t\tbp.getExit().addActionListener(this);\n\t\tbp.getEndTurn().addActionListener(this);\n\n\t\tdp.addKeyListener(this);\n\t\tdp.addMouseListener(this);\n\t}", "title": "" } ]
[ { "docid": "5ec2079975f86d1b5a2dd3f81478c6f2", "score": "0.66789174", "text": "private void addListeners() {\n getOkButton().addActionListener(this);\n getCancelButton().addActionListener(this);\n \n arguments.addActionListener(this);\n components.addActionListene...
532015b9806962c2ab1c103976dec08e
Get the size of this hashMap
[ { "docid": "13616bc628bee61cfd197315ff30aee3", "score": "0.0", "text": "public int size(){\r\n\t\treturn this.size;\r\n\t}", "title": "" } ]
[ { "docid": "8412b6d9d280d0defc3402af00a2be12", "score": "0.8624494", "text": "public int size() {\n return this.hashMap.size();\n }", "title": "" }, { "docid": "357c185b56d89f187d2e8453dc398bf4", "score": "0.82574886", "text": "public int size() {\n return map.size()...
54649cf93c368a33294f69e4866da4f6
Vanlig toString metode for utleierliste
[ { "docid": "768692f92af97f0015d8af1077eb9067", "score": "0.7862056", "text": "public String toString(){\n sorter();\n String utleiere = \"\";\n Iterator<Utleier> iterator = liste.iterator();\n while ( iterator.hasNext() ){\n utleiere += iterator.next().toString() +...
[ { "docid": "e86a869d62bf3ae5c0fe52c6d9ea5759", "score": "0.762054", "text": "@Override\r\n public String toString() {\r\n return \"\" +\r\n getTunnusNro() + \"|\" +\r\n nimi + \"|\" +\r\n syntymapaiva + \"|\" +\r\n pituus + \"|\" +\r\...
4b45d74847e2c3a97792d553fd9de4a0
Finds whether the parameter option has been chosen already. Returns true if the option is chosen, else it returns false.
[ { "docid": "672e00b52cf94efd1688958ce0b5d643", "score": "0.5802114", "text": "public boolean isChoosed(Option option)\n {\n if(option.isCorrect())\n {\n if(this.correctHashes.get(option.getId()) != null)\n {\n return true;\n }\n }\n...
[ { "docid": "02ca32345bcbce9b84fbc97aabe03069", "score": "0.6593175", "text": "boolean hasOpt();", "title": "" }, { "docid": "d52a564520a8befb341b8e487930d5c8", "score": "0.6560486", "text": "public boolean isSetParameter() {\n return this.parameter != null;\n }", "title": "" ...
10d85bac98260e910b586d56f4ad96a7
Client generated Message ID it would use to uniquly identify the message it is sending string application_message_id = 1;
[ { "docid": "95d78a26179afe6d34a9f97aa6bb2dbb", "score": "0.7542826", "text": "java.lang.String getApplicationMessageId();", "title": "" } ]
[ { "docid": "37549ecc0288ad9afdbd4a658304385f", "score": "0.72833574", "text": "java.lang.String getMessageId();", "title": "" }, { "docid": "e5ecbb6b689a373b10dbcb13e458aa23", "score": "0.6959539", "text": "public java.lang.String getApplicationMessageId() {\n java.lang.Object...
23fe8380902e60fde0341b6fba450d1b
code for JSon Request
[ { "docid": "f84e5e54c8a04de34b8f92c753609b73", "score": "0.0", "text": "private void JsonRequest(String Url) \r\n\t{\r\n\t\tstartload();\r\n\t\t\r\n\t\tSystem.out.println(\"--------------order purchase url-------------------\"+Url);\r\n\t\t\r\n\t\t jsonObjReq = new JsonObjectRequest(Method.GET,Url, nul...
[ { "docid": "0b70c6c8ecb2461a9742e38e3aebab74", "score": "0.6820873", "text": "public abstract String sendJSONRequest(String request, K key);", "title": "" }, { "docid": "fab5f8a7a931ca81c698622e3c1dbb55", "score": "0.6533973", "text": "public abstract Request run() throws JsonProcess...
5e1a1b1a1225fb2f8b43356cefa56e84
Sets status of the identity provider.
[ { "docid": "2a637786fcf0195345a6fd14517b2ab6", "score": "0.660495", "text": "public void setStatus(SubtenantIdentityProviderStatus status) {\n this.status = status;\n }", "title": "" } ]
[ { "docid": "0ba18eaa0dfe4bb1d190eaf4e63cc238", "score": "0.6681678", "text": "public void setStatus(Status status) {\n this.identifier.setStatus(status);\n }", "title": "" }, { "docid": "1eadd42c3d724dc9c2e72cbfe20d4e5b", "score": "0.6604395", "text": "@ApiModelProperty(val...
99947f80390fdd651faeaa4d5b8330d1
Returns an alphabetized arraylist of the zones covered by the given region. Zones are represented as strings. Strips leading and trailing whitespace.
[ { "docid": "ced47adf0e1533545a29e5291a96d0b5", "score": "0.51010275", "text": "public java.util.List getZoneList() {\n return ((com.guidewire.pl.domain.calendar.BusinessWeekPublicMethods)__getDelegateManager().getImplementation(\"com.guidewire.pl.domain.calendar.BusinessWeekPublicMethods\")).getZon...
[ { "docid": "456da90c5fd4f296143ea44a2bf21417", "score": "0.66184723", "text": "private List<String> GetRegions() {\n\t\tHashSet<String> regionSet = new HashSet<String>();\n\t\tregionSet.addAll(bankRecords.stream().map(BankRecords::getRegion).collect(Collectors.toList()));\n\t\tList<String> regions = new...
b26ab487ec1029e6ec606dbbbe9f57c1
/ The following methods are not relevant for local content provider.
[ { "docid": "b8de7d8c75375a5d2bdfd15e5c69cae2", "score": "0.0", "text": "@Nullable @Override public String getType(final @NonNull Uri uri) { return null; }", "title": "" } ]
[ { "docid": "604567dce3186843ed15526f41f24092", "score": "0.5867371", "text": "public interface ContentProviderData\n{\n \n /**\n * The unique row identifier\n */\n public static final String _ID = \"_id\";\n \n /**\n * The column name for sample data time stamp\n */\n public static final S...
798cd163323f54c315bd4a87b02b0918
conditional responses represent responses for paged content repeated .search.now.wire.feed.mockserver.ConditionalResponse conditional_responses = 2;
[ { "docid": "c2a5b0e79ce3082128b8aaa16c2bb3a9", "score": "0.48769554", "text": "public Builder removeConditionalResponses(int index) {\n copyOnWrite();\n instance.removeConditionalResponses(index);\n return this;\n }", "title": "" } ]
[ { "docid": "d9720de48bd3a87fbdf5b9f2e44a5901", "score": "0.81870943", "text": "com.google.search.now.wire.feed.mockserver.MockServerProto.ConditionalResponse getConditionalResponses(int index);", "title": "" }, { "docid": "9eae141283c1d925f26bad4a40d24c00", "score": "0.74433315", "te...
4843eacec01b00d1ea4ac3e384fec70e
Makes sure that duplicate Places are deleted fully.
[ { "docid": "76b5a7f7ae448f05172875e819f57bad", "score": "0.0", "text": "public static Place[] deleteNullElements(Place[] places) {\r\n\t\tPlace[] firstArray;\r\n\r\n\t\tArrayList<Place> list = new ArrayList<Place>();\r\n\r\n\t\t// CHANGED\r\n\t\tfor (int i = 0; i < places.length; i++) {\r\n\t\t\tif (pla...
[ { "docid": "0da902333cd778e2b42c29fd7b9f3d28", "score": "0.6506347", "text": "private void updatePlaces() {\n List<Place> mapPlaces = new ArrayList<>(map.getPlaces());\n //////////////////////////////////////////////////////////////////\n // REMOVE PLACES in this.places THAT ARE NO...
9213c9bab27373ff5eb676c1a2a368a1
Ask the user a question.
[ { "docid": "2bcdac23a293c4e164adb93c85f97c53", "score": "0.6211136", "text": "public int askQuestion(String title, String question, int choices)\r\n {\r\n return askQuestion(title, question, choices, -1);\r\n }", "title": "" } ]
[ { "docid": "c799fe9183b392d002ca791c9f31588c", "score": "0.8067481", "text": "public void Ask() {\n \t\tSystem.out.println(\"asking question: \" + this.content);\n \t\tint pickIndex = gui.showQuestion(this);\n \t\tthis.setChosen(this.getAnswers()[pickIndex]);\n \t\tSystem.out.println(\"respo...
a506808ec7f4762be71df94d6fce08fa
Sets the value of the Fixed field.
[ { "docid": "c23e409863cd79b9e42b93256e98cc56", "score": "0.5817341", "text": "public void setFixed(entity.GL7SublnSchedCondItmExcl value);", "title": "" } ]
[ { "docid": "c7db7a721b14c23fa3e96b5673ec74b1", "score": "0.76142216", "text": "public void setFixed(int fixed) {\r\n\t\t\tthis.fixed = fixed;\r\n\t\t\tinvalidate();\r\n\t\t}", "title": "" }, { "docid": "2ed578ee916087261e524ed09ab04a43", "score": "0.76106536", "text": "public void se...
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": "0017af4abcc8cb04e56cab6eaeed5eca", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n jScrollPane1 = new javax.swing.JScrollPane();\n ...
[ { "docid": "98e3f367d20a60eb829a633a5ff465e6", "score": "0.72934306", "text": "public LeTanForm() {\n initComponents();\n }", "title": "" }, { "docid": "2901c5027f800c57f8efe188557aec1f", "score": "0.72914416", "text": "public MainForm() {\n initComponents();\n }"...
45560cd76337bf11bb052400d1aebba0
Instantiates a new modern compact spinner.
[ { "docid": "bf74402768c783ac4e95167b6d2b67bd", "score": "0.58748454", "text": "public ModernCompactSpinner(double value, String suffix, List<Double> range) {\r\n this(value, 2, suffix, range);\r\n }", "title": "" } ]
[ { "docid": "afd8c85cea9771b1983f94b4ab38b861", "score": "0.6760399", "text": "public ModernCompactSpinner(double min, double max) {\r\n this(min, max, min);\r\n }", "title": "" }, { "docid": "ec8980a49b0e2fbe9ecf81afa34d41d9", "score": "0.6586234", "text": "public ModernCompactSp...
07e0dde501a15fa583403cef7cdcc414
Date date = new Date();
[ { "docid": "0c26d509bfb96e8e0d7f239997068554", "score": "0.0", "text": "@Override\n\tpublic void addCommentToPost(Long idofPost, String content, String author, UserAccountInfo user) {\n\t\tCommentToAnswer comment = new CommentToAnswer(content, idofPost, author);\n\t\tif (!(user.getService() == UserAccou...
[ { "docid": "3e788fddbc83b3ebfb0939588f9e00f0", "score": "0.7782962", "text": "public Date getDate();", "title": "" }, { "docid": "76754eef557bcebd029d5aed75bc9b21", "score": "0.7653829", "text": "DateTime getDate();", "title": "" }, { "docid": "b0bdb5b260552f8c1976bd465b3...
836d240d8cde4891bb20039a5856dc27
Tell Mockito when calling fake service add(2, 3) always return 5
[ { "docid": "eb0170ec2c380ca9b76820e609dd4173", "score": "0.6910671", "text": "@Test\r\n\tpublic void testAdd() {\n\t\tMockito.when(cs.add(2, 3)).thenReturn(5);\t\t\r\n\t\tassertEquals(10, c.perform(2, 3));\r\n\t\tMockito.verify(cs).add(2, 3);\r\n\t}", "title": "" } ]
[ { "docid": "726d09569cce0ca2d264bed919abd865", "score": "0.72107255", "text": "@Test\r\n\tpublic void testAdd()\r\n\t{\n\t\twhen(calcService.add(10.0, 20.0)).thenReturn(30.00);\r\n\t\t\r\n\t\t//test the add functionality\r\n\t\tassertEquals(mathApplication.add(10.0, 20.0), 30.0,0);\r\n\t\t\r\n\t\t// ver...
c24903b9fc702cd930de912252bf3762
no other valid values specified
[ { "docid": "54ebd1bd35fdd14ec718cada7abb729c", "score": "0.5658581", "text": "@Test\n public void parse_invalidValueFollowedByValidValue_success() {\n Index targetIndex = INDEX_FIRST;\n String userInput = targetIndex.getOneBased() + INVALID_PHONE_DESC + PHONE_DESC_BOB;\n OrderDes...
[ { "docid": "a4b43dd2bc3a2c450b6fc92ed8b21cd6", "score": "0.70121384", "text": "@Override\n\tprotected void validateParameterValues() {\n\t\t\n\t}", "title": "" }, { "docid": "b4706c8511b2f77dfc0c4833e7ec4043", "score": "0.674887", "text": "public void nullValues() {\r\n\t\tJOptionPan...
51044676480483e5c5fdcb19f35d80ac
mClearSelectedItems clears the selected nodes and selected edges lists
[ { "docid": "2d5d94c6da5ee0584b54528f6ff69bfc", "score": "0.92931217", "text": "public void mClearSelectedItems() {\n mClearSelectedNodes();\n mClearSelectedEdges();\n }", "title": "" } ]
[ { "docid": "fdc5f29dc6e28158fb08d1bbca9d2a2f", "score": "0.86922234", "text": "void clearSelectedItems();", "title": "" }, { "docid": "a4ebd30ad64cb70fb45f2b7401f21f90", "score": "0.86629224", "text": "public void mClearSelectedNodes() {\n vSelectedNodes.clear();\n }", "ti...
c24903b9fc702cd930de912252bf3762
no other valid values specified
[ { "docid": "99929490d0f5dd29abfcaf2b3b63ed0a", "score": "0.0", "text": "@Test\n public void parse_invalidValueFollowedByValidValue_success() {\n Index targetIndex = INDEX_FIRST_BOOK;\n String userInput = targetIndex.getOneBased() + INVALID_ISBN_DESC + ISBN_DESC_BOB;\n EditBookDes...
[ { "docid": "a2b89d1b043b2e727b9cf1b67eecdc51", "score": "0.64389086", "text": "@Override\n public void validateParameters() {\n }", "title": "" }, { "docid": "980fb0d9928b042df359b02929912463", "score": "0.6309771", "text": "private void checkOpt() {\n if (this.opt.outli...
222f80944e94a343a3567cc6a26fa093
Makes a REST Call to Google Autocomplete's API
[ { "docid": "a28a51e41c1eba33caf87b0df7487c3c", "score": "0.0", "text": "protected void makeRESTCall(URL url) throws IOException,\n\t\t\tDocumentBuilderException, TransformerException {\n\t\tHttpURLConnection connection = null;\n\t\ttry {\n\t\t\tconnection = (HttpURLConnection) url.openConnection();\n\t\...
[ { "docid": "f121222be38eb80061fb13ce59a5fa18", "score": "0.64449704", "text": "@GET(\"suggestions\")\n Call<List<Song>> getSuggestions(@Query(\"api_name\") String apiName);", "title": "" }, { "docid": "8dc1b7f2edb9739c572a8a9afc847703", "score": "0.628355", "text": "public void requ...
5d3a61340a721ff331a99b9d96b43f46
The job title of the person (for example, Financial Manager).
[ { "docid": "6838110d22134b4aa39691ef51f3106a", "score": "0.0", "text": "@JsonIgnore public Collection<String> getJobTitles() {\n final Object current = myData.get(\"jobTitle\");\n if (current == null) return Collections.emptyList();\n if (current instanceof Collection) {\n return (Collecti...
[ { "docid": "7c52d404cdf7523fcabcdb42052b34de", "score": "0.83462656", "text": "public String getJobTitle() {\n return (String) mBodyMap.get(BoxUser.FIELD_JOB_TITLE);\n }", "title": "" }, { "docid": "bd02f4cade72f6a84950d59de58a09f9", "score": "0.8222982", "text": "public St...
ab59588a91eba87402de72f5819bc674
Returns the value of the 'Name' attribute. If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
[ { "docid": "f0b117528597330a93adf145dd98e8b6", "score": "0.0", "text": "String getName();", "title": "" } ]
[ { "docid": "11095f6f5b13767caaef0b61872ff806", "score": "0.83122885", "text": "public String getName() {\n\t\treturn (String) get_Value(\"Name\");\n\t}", "title": "" }, { "docid": "11095f6f5b13767caaef0b61872ff806", "score": "0.83122885", "text": "public String getName() {\n\t\tretur...
5be1d777e53ac03c72f72280b7fd3aa0
Completely reads all the files bytes into memory.
[ { "docid": "c5ea057cdf2b15f5dd861075fb6f6fc5", "score": "0.0", "text": "InputStream getGroupTravelerImportStream() throws Exception;", "title": "" } ]
[ { "docid": "000b30c63789fca31c713ccc28c46eee", "score": "0.6407444", "text": "public void loadFiles() {\n\t\treadFile();\n\t\tSystem.err.println(\"finish image I/O\");\n\t}", "title": "" }, { "docid": "36cae6ea8ff1dbd144e6bb323daa27e3", "score": "0.6406862", "text": "@Override\r\n\tp...
d6d01eeb5a2268515ae8038724724dd2
TODO: Warning this method won't work in the case the id fields are not set
[ { "docid": "af174f528113a7cdf695e4f581d6c0f0", "score": "0.0", "text": "@Override\r\n public boolean equals(Object object) {\n if (!(object instanceof UserDetail)) {\r\n return false;\r\n }\r\n UserDetail other = (UserDetail) object;\r\n if ((this.userId == null...
[ { "docid": "57c157d9d98d88367182b07788ed701c", "score": "0.670496", "text": "public void setId(int id){ this.id = id; }", "title": "" }, { "docid": "3216d0b17cf12ed61e8011fb92d1d036", "score": "0.6611565", "text": "private void clearId() {\n\n id_ = getDefaultInstance().getId();...
b004dacd784aad2ec49cbd7525199f2e
Sets the quantita of this bene inv richiesto.
[ { "docid": "da53b7fb63f1d317944d2254b7e6ddc6", "score": "0.76264626", "text": "public void setQuantita(int quantita);", "title": "" } ]
[ { "docid": "0214968eda5e1c9ab6c917c5fdf12c70", "score": "0.6872704", "text": "public void setQuantidade(int quantidade) {\r\n this.quantidade = quantidade;\r\n }", "title": "" }, { "docid": "9826bbfbdc659afb39bd49d346e4978f", "score": "0.68262434", "text": "public void setQ...
3548833d7d59493a5ef1ecaafccbeba1
Creates a new action for the given type.
[ { "docid": "478b4018d3814c054ec0faf37fcef8d8", "score": "0.7118159", "text": "Action getInstanceOf(String actionType) throws ActionFactoryException;", "title": "" } ]
[ { "docid": "f6c05231d36d5d24618313ec47bcf258", "score": "0.7757846", "text": "public ActionFactory(String type) {\n this.myActionType = type;\n }", "title": "" }, { "docid": "6b59239945d76b7acd173ddf405bb066", "score": "0.76433516", "text": "Action createAction();", "ti...
56b385b8b2952f064548b640af1bb862
Test adding to set.
[ { "docid": "b8dec5774358ed1ac2f7994fc0cd407e", "score": "0.65338373", "text": "@Test\n public void whenAddElementsToSetThenGetItThere() {\n SimpleSet<String> set = new SimpleSortedSet<>();\n set.add(new String(\"one\"));\n set.add(new String(\"one\"));\n set.add(new String...
[ { "docid": "f96441c042d86d5d7ba939a9ca5be66c", "score": "0.77422553", "text": "@Test\r\n public void testAdd() {\r\n System.out.println(\"Testing add\");\r\n System.out.println(\"The current set is: \" + testSet.toString());\r\n System.out.println(\"Adding the same information in...
72e13eaf780c6ca3e9050ac1dc5110d6
Set method for struct member 'defgrp_name'. Field Documentation Blender Source Code MAX_VGROUP_NAME.
[ { "docid": "8832a16f8562a226b549860371e55169", "score": "0.76270574", "text": "public void setDefgrp_name(CArrayFacade<Byte> defgrp_name) throws IOException\n\t{\n\t\tlong __dna__offset;\n\t\tif ((__io__pointersize == 8)) {\n\t\t\t__dna__offset = 124;\n\t\t} else {\n\t\t\t__dna__offset = 108;\n\t\t}\n\t...
[ { "docid": "4fb5835ca4e740515cd6322f64513f5e", "score": "0.7630098", "text": "public void setDefgrp_name(CArrayFacade<Byte> defgrp_name) throws IOException\n\t{\n\t\tlong __dna__offset;\n\t\tif ((__io__pointersize == 8)) {\n\t\t\t__dna__offset = 132;\n\t\t} else {\n\t\t\t__dna__offset = 116;\n\t\t}\n\t\...
3cc21096b6eca779a688539d1968913e
Handle action bar item clicks here. The action bar will automatically handle clicks on the Home/Up button, so long as you specify a parent activity in AndroidManifest.xml.
[ { "docid": "51e2192a96a24c6cd7c0c2b2dc6b3ad5", "score": "0.0", "text": "@Override\n public boolean onOptionsItemSelected(@NonNull @nonnull final MenuItem item) {\n int id = item.getItemId();\n\n if (id == R.id.action_settings) {\n startActivityForResult(new Intent(this, Setti...
[ { "docid": "07ae17b4f0aba18cdb307bd571a38f09", "score": "0.7815787", "text": "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tswitch (item.getItemId()) {\n case android.R.id.home:\n // app icon in action bar clicked; goto parent activity.\n this.finis...
512f2b6fe13503a6278e5d15dc965ed9
send resume to service
[ { "docid": "5bb085a824ff3dba538fdbe0c6734e95", "score": "0.0", "text": "public void onResumeTrack() {\n mServiceController.ResumeTrack();\n }", "title": "" } ]
[ { "docid": "080d7518612e725259563c9a51a40e8a", "score": "0.7382954", "text": "public void resume();", "title": "" }, { "docid": "080d7518612e725259563c9a51a40e8a", "score": "0.7382954", "text": "public void resume();", "title": "" }, { "docid": "0afb38bae42640ad423dfdc766...
34e1310895bc0cd6bcc99c4947700b6c
com.example.ongajong.tourismv3.node start = start from where com.example.ongajong.tourismv3.node end = end where? the purpose is to create a brute attack that looks for all possible permutations.
[ { "docid": "c50613bbe3f1551d03884477a2b19377", "score": "0.5117866", "text": "public LinkedList<Object> findans(LinkedList<node> attractions, node start, double budget){\n this.master = attractions;\n this.budget=budget;\n //this.master.removeFirstOccurrence(start); //remove the sta...
[ { "docid": "e901893bf2ace150670d2272cd725060", "score": "0.5660566", "text": "public List<GraphNode<E>> search(GraphNode<E> start, GraphNode<E> goal);", "title": "" }, { "docid": "5e500cef93e4628a729de52f7218961d", "score": "0.5557587", "text": "List<String> check(Graph.StartNode sta...