query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
b64f865f5da72c0d266a56e65ddfd032
.DoctorDiagnosticCatalogEnum catalog = 4;
[ { "docid": "289df4fc6c067dcbdb14a59ca86de7f0", "score": "0.0", "text": "public Builder setCatalogValue(int value) {\n catalog_ = value;\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "d9f057a11f4fd35767e2166d857406d6", "score": "0.76435226", "text": "top.itcat.pb_gen.common.MedicalRecordModel.DoctorDiagnosticCatalogEnum getCatalog();", "title": "" }, { "docid": "d9f057a11f4fd35767e2166d857406d6", "score": "0.76435226", "text": "top.itcat.pb_gen.common....
541d794040323055697a26b331dfb201
invoke the application's "NewStatus" event handler.
[ { "docid": "3cf2d49770e27e23b1f949494eed9d7b", "score": "0.7507368", "text": "@SimpleEvent\r\n public void NewStatus(int iStatus)\r\n {\n EventDispatcher.dispatchEvent(this, \"NewStatus\", iStatus);\r\n }", "title": "" } ]
[ { "docid": "a3b38bb3e86abb4ad56313338e8e5755", "score": "0.71261746", "text": "public void statusChanged(int status);", "title": "" }, { "docid": "b7ef4bbbd54aa270ed7111bbe08b3e29", "score": "0.66982406", "text": "protected void statusChanged() {\n // Process state changed\n ...
c91ab846c758208399e70fb78725223f
construtor com entrada da chave e Node dir e esq
[ { "docid": "f84b11b050a3f1a66ff180826c3d95e4", "score": "0.61973065", "text": "public Node(int x,Node esq,Node dir){\r\n\t\tthis.info = x;\r\n\t\tthis.dir = dir;\r\n\t\tthis.esq = esq;\r\n\t\tthis.pai = null;\r\n\t\tthis.dir.pai = this;\r\n\t\tthis.esq.pai =this;\r\n\r\n\t}", "title": "" } ]
[ { "docid": "dd94a518cea1655592ea40ac1957531c", "score": "0.6545569", "text": "public DireccionMaquinas(String dir){\n\t\tdireccion = dir;\n\t\tmaquinas = new BSTree<MaquinaContador>();\n\t}", "title": "" }, { "docid": "7ac6c949d71c4e5ea8f5cd6132bdcd18", "score": "0.6224365", "text": ...
b8b636c2c9c71ebed3c3c899c98910c2
Declare the interface. The method messageReceived(String message) will must be implemented in the Activity class at on asyncTask doInBackground
[ { "docid": "242ebc9c4a5a82883e258d129353f39d", "score": "0.7751403", "text": "public interface OnMessageReceived {\n void messageReceived(String message);\n }", "title": "" } ]
[ { "docid": "67546562b53e2b457bcea9a6b1c4e66c", "score": "0.77085674", "text": "public interface OnMessageReceived {\n public void messageReceived(String message);\n }", "title": "" }, { "docid": "71d7225cbddc69ca8302df4c0e22404e", "score": "0.755098", "text": "public abstra...
71590cc8ca6d2fc791cb4cfe2b0a1ed0
optional .proto.TimeStringMessage delete_time = 7;
[ { "docid": "e353f56001658786eeda104035939757", "score": "0.764923", "text": "public Builder setDeleteTime(loader.elbrus.proto.CommonProto.TimeStringMessage value) {\n if (deleteTimeBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ...
[ { "docid": "5afa31d98a25dbcae738bb3baab2cbbc", "score": "0.8938106", "text": "loader.elbrus.proto.CommonProto.TimeStringMessageOrBuilder getDeleteTimeOrBuilder();", "title": "" }, { "docid": "3861dadeac9f91aeabb7cebfa658363b", "score": "0.88097745", "text": "loader.elbrus.proto.Commo...
061787d135eadfddf0c3b88b9482e20c
Called when the command is initially scheduled.
[ { "docid": "fbc405f5e26d1b254e6558326a7bdb4f", "score": "0.0", "text": "@Override\n public void initialize() {\n //talonOrchestra.playMusic();\n }", "title": "" } ]
[ { "docid": "756ba566574103571931d98a087cdf6a", "score": "0.6946123", "text": "private void beginSchedule(){\n\t\tDivaApp.getInstance().submitScheduledTask(new RandomUpdater(this), RandomUpdater.DELAY, RandomUpdater.PERIOD);\n\t}", "title": "" }, { "docid": "04cdd56a151d17d6f0dc2984a1bdef37",...
87baa5d40726bd213ede74548e6ef167
deck ID ist der eindeutige Schl?ssel um auf die Card Objekte im HashMap zugreifen zu k?nnen.
[ { "docid": "065960aae7b7584d147e8f153b3cd04d", "score": "0.0", "text": "private void fillDeck(int noOfSuits) {\n\t\tint deckID = 0;\r\n\r\n\t\t// Alle 45 Karten werden die entsprechenden Farben und Rankings\r\n\t\t// zugeordnet\r\n\r\n\t\tfor (int i = 0; i < noOfSuits; i++) { // Zuerst werden alle gelbe...
[ { "docid": "c3aa3cc69d6e5006e665e2753a8e00e6", "score": "0.66451585", "text": "public String getIdCard() {\r\n return idCard;\r\n }", "title": "" }, { "docid": "7624819caaf2d8540e28f5afe647a0de", "score": "0.66063887", "text": "List<Carddeck> findDeckByCardId(long id);", ...
765d94ffce816ba86552c132dc4db0ad
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
[ { "docid": "aaef44e0c6bdbf03c3f4cc0ee55abacc", "score": "0.0", "text": "public boolean isSet(_Fields field) {\n if (field == null) {\n throw new java.lang.IllegalArgumentException();\n }\n\n switch (field) {\n case T_TOGGLE_OFF_REQUEST:\n return isSetTToggleOffRequest()...
[ { "docid": "9d6cf1f4b0cf9dd5a9e3dc8c0c85a356", "score": "0.8070097", "text": "public boolean isSet(int fieldID) {\n switch (fieldID) {\n case NAME:\n return isSetName();\n case VALUE:\n return isSetValue();\n case TIMESTAMP:\n return isSetTimestamp();\n default:\n thro...
f65824e45288a5038b4eba56f852a46c
Consulta informacion de saldoscuenta.
[ { "docid": "a7e045e0b5d4c6f3137b78314c22ae97", "score": "0.5609829", "text": "@SuppressWarnings({ \"unchecked\" })\n\tpublic List<Saldoscuenta> listSaldoscuentasByUsername(Saldoscuenta saldoscuenta, String id) {\n\t\tList<Saldoscuenta> saldoscuentas = sessionFactory.getCurrentSession().createCriteria(Sa...
[ { "docid": "1496c1d199d174f6658b9a6dda436b7e", "score": "0.6508704", "text": "public int getSaldo() {\n final FinancedataDao dao = getDbi().open(FinancedataDao.class);\n try {\n return dao.selectSaldo();\n } finally {\n dao.close();\n }\n }", "tit...
8f300dc1e34bf3bbd88b6de02c4506a6
TODO it needs to be created a second jsp for when already connected
[ { "docid": "f191662fc265f4f929a322a8aa4d8f4f", "score": "0.0", "text": "@RequestMapping(\"/contact\")\n\tpublic ModelAndView contact() {\n\t\treturn new ModelAndView(\"contact\");\n\t}", "title": "" } ]
[ { "docid": "1f3e0bddc4d3044b2422dc14be69a028", "score": "0.63962823", "text": "public void jspInit() {\n\t\t\n\t}", "title": "" }, { "docid": "b11840bcdd822f07be4a6df1a707a8da", "score": "0.6167646", "text": "public void jspInit()\r\n {\r\n super.jspInit();\r\n try\r\n {\r\...
8a6057852aaa3d1779b341b4678da9d1
/ access modifiers changed from: 0000
[ { "docid": "95dc9c3d83bc41ea858ae111a98b7556", "score": "0.0", "text": "public abstract void zzf(Object obj);", "title": "" } ]
[ { "docid": "40cc4730f745534f2162681c375f178f", "score": "0.6631543", "text": "AbstractC7369o0OO0O0 m18905OooO00o();", "title": "" }, { "docid": "b8b97012f0364f42dbdcdcb5e2c35622", "score": "0.642921", "text": "private PermissionBitIndex() {\n }", "title": "" }, { "doci...
9fe425db7da09d86e250f439d1e00ff8
Test case number: 111 /Coverage entropy=0.3250829733914482
[ { "docid": "8545f1620be6ea92959f2f67e16dd815", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test111() throws Throwable {\n ClassWriter classWriter0 = new ClassWriter(1299);\n String[] stringArray0 = new String[4];\n stringArray0[0] = \"StackMapTable\";\n stringArra...
[ { "docid": "d6df76b4cd9e17e2c3e4b99debdb01f6", "score": "0.7125739", "text": "@Test\n public void test16() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getDataSet();\n Evaluation evaluation0 = n...
90c436b95e627e5b9a36df917a89860b
/ Callback invoked when the surface dimensions change.
[ { "docid": "e87415c571d775085b05d04ce3ada05a", "score": "0.72550446", "text": "public void surfaceChanged(SurfaceHolder holder, int format, int width,\n\t\t\tint height) {\n\t\tthread.setSurfaceSize(width, height);\n\t}", "title": "" } ]
[ { "docid": "9fe2cf31a417e70e5ddbbf5afb3bf6c8", "score": "0.79065305", "text": "void onSurfaceChanged(int width, int height);", "title": "" }, { "docid": "eb902044ae2a3df03317a9dcc9d8188c", "score": "0.78976417", "text": "public abstract void onSurfaceChanged(int width, int height);",...
c338a80b7411d530835d3404e63c1ab6
iValue = iNo;// not possible cannot assign a value to final variable iValue
[ { "docid": "f827c22b106e3e921d33827d663333b7", "score": "0.6907801", "text": "public void setValue(int iNo)\n \t{\n \t}", "title": "" } ]
[ { "docid": "dfa38cafb8e4ba6baebc8abb9040b828", "score": "0.72146434", "text": "private int finalValue(int num) {\r\n\t\tint value = num;\r\n\t\treturn value;\r\n\t}", "title": "" }, { "docid": "0817f8453abdb11342295e6c97d6ddee", "score": "0.64333093", "text": "public PSObjectInt(fina...
8dc0d6096a503025819b7ac74e37a63f
ARRANGE for simple methods, this means setting up the parameters
[ { "docid": "f291fa46608b8e852853a5298ef56d3a", "score": "0.0", "text": "@Test\n public void testArrayOneNumNegative() {\n int[] array = {-5};\n \n \n // ACT - for simple methods, this generally means calling the method under test\n // and then capturing its return t...
[ { "docid": "49801c54da80c2877b23f8478faca40b", "score": "0.61925846", "text": "@Override\n\tprotected void initAdditionalParameters() {\n\t\t\n\t}", "title": "" }, { "docid": "46106d0325f9affc02d5efd5121c9bbc", "score": "0.61874545", "text": "@Override\n protected void initAdditiona...
ddc6b408da8cadf3b0983a69c8512e46
Clean memory. Note: This method is automatically called after timer is over and after a restoration.
[ { "docid": "28e2460ced9ac6a79ada4e2fcc51c288", "score": "0.0", "text": "public void emptyBin() {\n\t\tmDeletedItems = null;\n\t\tmOriginalPosition = null;\n\t}", "title": "" } ]
[ { "docid": "48c11adde8d0153582e6c3a867a9b5c1", "score": "0.7832182", "text": "public void cleanMemory(){\r\n\t\tthis.runFinializationOnObjects();\r\n\t\tthis.runGarbageCollection();\r\n\t}", "title": "" }, { "docid": "ab11216f2f189cd6d0b4458c917ab3ea", "score": "0.7093507", "text": "...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4111ae6c0407a594e909edc05895ea27", "score": "0.0", "text": "@Override\n\tpublic void removeTopicType(String topicTypeId) throws Exception {\n\n\t}", "title": "" } ]
[ { "docid": "3d9823aba51891281b4bbd4b1818b970", "score": "0.66708666", "text": "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "title": "" }, { "docid": "0b5b11f4251ace8b3d0f5ead186f7beb", "score": "0.65675074", "text": "@Override\n\tpublic void comer() {\n\t\t\n\t}", "...
2149d3c5a7e85a047fbdc5ec38981a54
/ constant_declarator [(',' constant_declarator)]
[ { "docid": "2fbcbccffa60683c6b42cfd7f0776e88", "score": "0.5453695", "text": "public static boolean constant_declarators(PsiBuilder b, int l) {\n if (!recursion_guard_(b, l, \"constant_declarators\")) return false;\n if (!nextTokenIs(b, IDENTIFIER)) return false;\n boolean r;\n Marker m = en...
[ { "docid": "c9027c15cc8ecaae1fed026216131690", "score": "0.6342605", "text": "public static boolean constant_declarator(PsiBuilder b, int l) {\n if (!recursion_guard_(b, l, \"constant_declarator\")) return false;\n if (!nextTokenIs(b, IDENTIFIER)) return false;\n boolean r;\n Marker m = ente...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "8eb2fcab9dae3ad82124d1e85132d6e4", "score": "0.0", "text": "public static void print(String comment, String str) {\n\t\tSystem.out.println(comment + str);\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...
df72d0bc1649b1460796e7dbbdff73de
TODO create a proper to String
[ { "docid": "39902adc111fca3615748be5ffe2df0f", "score": "0.0", "text": "@Override\n public String toString()\n {\n return \"Logger has logged\";\n }", "title": "" } ]
[ { "docid": "bef247d68a25f78625636fcc03ee5865", "score": "0.6576424", "text": "public abstract String toInfoString();", "title": "" }, { "docid": "a0ee2e8f211459628f20f5afe0ccd01b", "score": "0.65102345", "text": "java.lang.String getConverted();", "title": "" }, { "docid"...
8eda1cd7df9a9b5edf65c2b716078728
This method was generated by MyBatis Generator. This method returns the value of the database column TFSTRX.BILL_OF_LANDING_NO
[ { "docid": "bea710df22be978a8684086f6423700c", "score": "0.7639571", "text": "public String getBILL_OF_LANDING_NO() {\r\n return BILL_OF_LANDING_NO;\r\n }", "title": "" } ]
[ { "docid": "98a45b00dc59a852e7aeb8335a759ab2", "score": "0.71251005", "text": "public void setBILL_OF_LANDING_NO(String BILL_OF_LANDING_NO) {\r\n this.BILL_OF_LANDING_NO = BILL_OF_LANDING_NO == null ? null : BILL_OF_LANDING_NO.trim();\r\n }", "title": "" }, { "docid": "1110736058eb...
a61c6a28320abf4e717ef8a4b92b2cc5
/final int prime = 31; int result = 1; result = prime result + ((empId == null) ? 0 : empId.hashCode()); return result;
[ { "docid": "f0b25ebdd3d7b2e013344d70c935c794", "score": "0.79264814", "text": "@Override\r\n\tpublic int hashCode() {\r\n\t\treturn empId.hashCode();\r\n\t}", "title": "" } ]
[ { "docid": "5dd59fb79e4a5baf0f42c1a06ae79ff0", "score": "0.82691216", "text": "@Override\n public int hashCode() {\n int hash = 0;\n hash += (empId != null ? empId.hashCode() : 0);\n return hash;\n }", "title": "" }, { "docid": "af150a524d192d70d90096739c2579e5", ...
cbcd7d037533cab65450840a4fd4b1f7
Cierre de la conexion
[ { "docid": "8b3904beffbe42d7111a1898e3d752a7", "score": "0.0", "text": "public static void close(Connection conn) {\r\n\t\ttry {\r\n\t\t\tif (conn != null) {\r\n\t\t\t\tconn.close();\r\n\t\t\t}\r\n\t\t} catch (SQLException sqle) {\r\n\t\t\tsqle.printStackTrace();\r\n\t\t}\r\n\t}", "title": "" } ]
[ { "docid": "e39671074c52b95f33707defb2ffaae7", "score": "0.7845013", "text": "public void conNacional(){\n System.out.println(\"Se realizo la conexion con el registro\");\n }", "title": "" }, { "docid": "04641bcb5f400ca0c53e2223adde9baf", "score": "0.75710255", "text": "pub...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "df375f58aabec1bbceca1b8e1f44d286", "score": "0.0", "text": "@Override\n\tpublic Friends getModel() {\n\t\treturn friend;\n\t}", "title": "" } ]
[ { "docid": "74a4209c94e08d9f5eb0b60e580f5e04", "score": "0.68873143", "text": "@Override\r\n\tpublic void comit() {\n\t\t\r\n\t}", "title": "" }, { "docid": "b645eacb329adc01490ab5013a6c4f7f", "score": "0.6730782", "text": "@Override\n\t\t\tpublic void perfom() {\n\n\t\t\t}", "ti...
5b6f89402c93de18a019e7a7e4bf6263
End of formal parameters Statements
[ { "docid": "b70d0ef363ddeea861d850b5d241cfdb", "score": "0.0", "text": "public VariableDeclaratorListTreeImpl LOCAL_VARIABLE_DECLARATION_STATEMENT() {\n return b.<VariableDeclaratorListTreeImpl> nonterminal(JavaLexer.LOCAL_VARIABLE_DECLARATION_STATEMENT).is(\n f.completeLocalVariab...
[ { "docid": "2d69ae4b970b44ff26c49d5fac0b461a", "score": "0.65097123", "text": "public void endVisit(MethodRefParameter node) {\n // default implementation: do nothing\n }", "title": "" }, { "docid": "6bb77b9f0780add275e265928006b430", "score": "0.6234801", "text": "@Overrid...
9625c1ad1dd47b30fc908e93c4f76c9a
int32 client_uuid = 1;
[ { "docid": "ed00e42081efdb0daa384e5b356813d2", "score": "0.631114", "text": "@java.lang.Override\n public int getClientUuid() {\n return clientUuid_;\n }", "title": "" } ]
[ { "docid": "cce28da517e0e26fde39672e7bdd92c1", "score": "0.8365834", "text": "int getClientuuid();", "title": "" }, { "docid": "cce28da517e0e26fde39672e7bdd92c1", "score": "0.8365834", "text": "int getClientuuid();", "title": "" }, { "docid": "cce28da517e0e26fde39672e7bdd...
134249f239f2855cfef168a9b2635096
The interface defining all the services for AzureQueueStorageServices to be used by the proxy service to perform REST calls.
[ { "docid": "b45b4478ae509ada145d845a63966543", "score": "0.70673877", "text": "@Host(\"{url}\")\n @ServiceInterface(name = \"AzureQueueStorageSer\")\n public interface ServicesService {\n @Put(\"/\")\n @ExpectedResponses({202})\n @UnexpectedResponseExceptionType(QueueStorageEx...
[ { "docid": "48a7a2ecadd432761802f9e7b980ac45", "score": "0.7308164", "text": "ServicesImpl(AzureQueueStorageImpl client) {\n this.service = RestProxy.create(ServicesService.class, client.getHttpPipeline(), client.getSerializerAdapter());\n this.client = client;\n }", "title": "" }...
27995d61225e1fcfe03ac28a2005d69a
Containers: '[[' typeContainer=TypeContainer conditions+=Condition ']]';
[ { "docid": "6d0de5f635a279bdae9abef499fbd82d", "score": "0.0", "text": "@Override public ParserRule getRule() { return rule; }", "title": "" } ]
[ { "docid": "1504d6bae8e3c9be3574a2773fcad38d", "score": "0.5333075", "text": "private boolean isContainer(String type) {\n for (int i=0; i<CONTAINER_TYPES.length; i++) {\n if (type.equals(CONTAINER_TYPES[i])) return true;\n }\n return false;\n }", "title": "" }, { "docid": "ec...
7e10d94edbf6820c0271797aebc61b6a
just to make sure there are no DOUBLE pages being sent
[ { "docid": "22a81039a320fd286d831aa00f3658c0", "score": "0.0", "text": "protected static void streamJSP(AuthRequest ar, String jspName) throws Exception {\n if (ar.req.getAttribute(\"wrappedJSP\")!=null) {\r\n throw new Exception(\"wrappedJSP has already been set to (\"+ar.req.getAttri...
[ { "docid": "d152a465acd38796a89b75b23a646ac5", "score": "0.56320995", "text": "public void denyNext() {\n deny = true;\n }", "title": "" }, { "docid": "d91abd98d06e1ec63707adf22041c929", "score": "0.5580418", "text": "@Test\n\tvoid dontStoreNotRenderedPage()\n\t{\n\t\tteste...
b91f8047f9c75d175fa74dc5e848ab97
Get the msec delta between this computer's time and the server time. Don't worry about time zones, because we correct for this later.
[ { "docid": "51ed8a66056a8ae8cfc153727624a929", "score": "0.7455796", "text": "private long getTimeDelta() throws IOException\n {\n long beforeRefresh = System.currentTimeMillis();\n String timeStr = refreshTime();\n long afterRefresh = System.currentTimeMillis();\n \n // Syste...
[ { "docid": "060d892289c2590a2c66794a1e62b6b3", "score": "0.6313004", "text": "double getServertime();", "title": "" }, { "docid": "bdaf8253484103beb23f42f615fe01af", "score": "0.62790924", "text": "int get_time_delta()\n \t{\n \t\tlong new_time = Time.get_time_ms();\n \t\tint delta =...
e3e417010954e6c978b06bc22ee30b12
Rule 5 Generic interface can have any number of type parameters. Class implementing generic interface at least must have same type of parameters and at most can have any number of parameters
[ { "docid": "c08b71c3aa3160a2924ed3d27333d6ce", "score": "0.7478285", "text": "interface GenericInterfacesss<T1, T2, T3, T4>\r\n{\r\n //Generic interface with 4 type parameters\r\n}", "title": "" } ]
[ { "docid": "eba1cb994d6debf5e5b3a43ab4de9778", "score": "0.6494266", "text": "interface GenericInterfacee<T>\r\n{\r\n //Generic interface with one type parameter\r\n}", "title": "" }, { "docid": "b8114ee374046fe617ec59d256f7c4d6", "score": "0.6061422", "text": "public interface Ac...
2b394c77ec491e105d6f244cb1878872
validates the string and returns the max valid size. GFG link:
[ { "docid": "2d8dacd18c10fadb295de2a761fd1615", "score": "0.0", "text": "public int validSubString(String expression) {\n\t\tif (expression.isEmpty()) {\n\t\t\treturn 0;\n\t\t}\n\t\tDeque<Integer> deque = new ArrayDeque<>();\n\t\tint maximum = 0;\n\t\tfor (int i = 0; i < expression.length(); i++) {\n\t\t...
[ { "docid": "24f07714e8d9f719ed6c0a8523ba5388", "score": "0.77955806", "text": "private boolean validateMax(String str, Long size) {\n return str.length() > size ? true : false;\n }", "title": "" }, { "docid": "4f8602f6ed74b1e5aab638e04fb4f2f2", "score": "0.75490886", "text"...
f061043a52b69ded9b4a2a7d3ea5b984
listen for horizontal list item click
[ { "docid": "0de8561de25fa61ad5063d12a634d854", "score": "0.642545", "text": "@Override\n\tpublic void onListClick(String title) {\n\n\t}", "title": "" } ]
[ { "docid": "cac9227a6372c338b738d37e56799cfd", "score": "0.6749265", "text": "@Override\r\n public void onItemClick(AdapterView<?> adapterView, View view, int pos, long l) {\n listListenerAct(values[pos]);\r\n }", "title": "" }, { "docid": "05d93b82c4ef5f...
b2a9687414ed7fec242f2a1ee6038659
Removes the specified property change listener.
[ { "docid": "0686426e1e1287fc6716513563323002", "score": "0.7223007", "text": "public synchronized void removePropertyChangeListener(String string,\n PropertyChangeListener propertyChangeListener) {\n pcs.removePropertyChangeListener(string, propertyChangeListener);\n }", "title"...
[ { "docid": "41fb124f24f77e632a8b5cbed12317a1", "score": "0.8817295", "text": "public void removePropertyChangeListener(@NotNull PropertyChangeListener listener) {\n }", "title": "" }, { "docid": "3032ace02eee4f8b6456472b5ae55c56", "score": "0.8643112", "text": "public void removeP...
ee1076c25878b03faf2a6e35e28cb08c
Generates a hash code for the receiver. This method is supported primarily for hash tables, such as those provided in java.util.
[ { "docid": "c8932fafa83c61e3ec6ad0eb8671f5fa", "score": "0.0", "text": "public int hashCode() {\n\t// Insert code to generate a hash code for the receiver here.\n\t// This implementation forwards the message to super. You may replace or supplement this.\n\t// NOTE: if two objects are equal (equals(Obje...
[ { "docid": "8b59096484d258d8abd7b17d6daa2343", "score": "0.74303097", "text": "public int hashcode();", "title": "" }, { "docid": "fec1069ac0b32cae9fe540d27191d6d2", "score": "0.7353069", "text": "public int generateHashCode() {\n int code = getClass().hashCode();\n boo...
339e561172a13dec2abf09d39b6890ea
Creates a new Tatli RecordBuilder by copying an existing Builder
[ { "docid": "d3be5eb506d5a8e54f283b85137bfbed", "score": "0.67068034", "text": "public static tr.com.siparis.sistemi.kafka.model.Tatli.Builder newBuilder(tr.com.siparis.sistemi.kafka.model.Tatli.Builder other) {\n return new tr.com.siparis.sistemi.kafka.model.Tatli.Builder(other);\n }", "title": ...
[ { "docid": "5f78625df886154c2079de31f08bf494", "score": "0.7098542", "text": "private Builder(com.aakash.wal.record.WALRecord.Builder other) {\n super(other);\n if (isValidValue(fields()[0], other.trxId)) {\n this.trxId = data().deepCopy(fields()[0].schema(), other.trxId);\n fiel...
88c43d260adc0245563911bc9df05a05
SCREEN STATE To insert the screen state into the database
[ { "docid": "2b233e1d25bd8756be2794ce0a1a3fc4", "score": "0.715258", "text": "public void inserScreenstate(String state,String time){\n\t\ttry {\n\t\t\tif (!getLastrow().equals(\"noLastDetails\") || id != 0) {\n\t\t\t\tgetTotal(state, time);\n\t\t\t\tLog.d(\"De\", id+\"\");\n\t\t\t} else {\n\t\t\t\tid++;...
[ { "docid": "8b265a11d249c4396341ab590f8e416c", "score": "0.60759515", "text": "private void saveState() {\n\n\t\tif (!backbuttom) {\n\t\t\tString user = mUserText.getText().toString();\n\t\t\tString pill = mPillText.getText().toString();\n\t\t\tString days = mDaysText.getText().toString();\n\t\t\tString...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "55688c1fc7474a13daa364257c71955b", "score": "0.0", "text": "@Override\n\tpublic int insert5(YiJianHuiFu record) {\n\t\treturn yijianhuifuMapper.insert5(record);\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...
98bbe6f22b257816de943059393edd16
Constructor for empty Props with parent override.
[ { "docid": "3ac723613f809bc7d9a3a8896dbc3be5", "score": "0.6712018", "text": "public Props(Props parent) {\n this._current = new HashMap<String, String>();\n this._parent = parent;\n }", "title": "" } ]
[ { "docid": "fda687967ad5efeb5491c3afdb368ef6", "score": "0.78277314", "text": "public Props() {\n this(null);\n }", "title": "" }, { "docid": "a94dd0d8366a5534d3ebf187182fd140", "score": "0.6622348", "text": "@Override\r\n public void init(Properties props) {\r\n // do nothin...
783771fec25b662d9dfab6d036c87bbc
Getter method for property wechatId.
[ { "docid": "20bdaf37b8423f1dce4a8c19066eab88", "score": "0.8541545", "text": "public String getWechatId() {\n\t\treturn wechatId;\n\t}", "title": "" } ]
[ { "docid": "176a9314b449a33cc13bae65c4249c4e", "score": "0.84696454", "text": "public String getWechatid() {\n return wechatid;\n }", "title": "" }, { "docid": "6a554fdcbb6e86c8baeceb82120964ad", "score": "0.78016496", "text": "public Integer getChatId()\n {\n ret...
7090710edee84483213ea0e5beae12ee
MARK: Arithmetic Creates a 3D unit vector with the same direction as this vector. If this vector is a zero vector, a zero vector is returned.
[ { "docid": "18ad453f6c3ae84a46f00418df8e9de1", "score": "0.7329336", "text": "public Vector3D unitVector() {\n // copy vector\n Vector3D unitVector = clone();\n \n // normalize and return copy\n unitVector.normalize();\n return unitVector;\n }", "title": ...
[ { "docid": "39ffe1d1af7c98091362946951209253", "score": "0.7570096", "text": "public Vector3 Vector3Zero(){\r\n return new Vector3();\r\n }", "title": "" }, { "docid": "6ed3e079187b2ac731efb664cd14c701", "score": "0.7361919", "text": "public Vector3 asVector() {\n\t\treturn...
073baf9b75cc7ae6cf6f3efdede49604
Created by Shanxf on 2017/11/16.
[ { "docid": "3d190625d53305ba1849ba4fe7a428a6", "score": "0.0", "text": "@Repository\npublic interface MoDisplayMessageRepository extends MongoRepository<MoDisplayMessage,String> {\n\n @Query(value = \"{'messageType._id':?0}\")\n MoDisplayMessage findByMessageType(Long messageTypeId);\n}", "tit...
[ { "docid": "092f51e9c99cd4188e1aae23e1830dfd", "score": "0.61541414", "text": "protected void func_70626_be() {}", "title": "" }, { "docid": "69ade76a69c0f6c07e66b5d0e5136eb3", "score": "0.5964275", "text": "@Override\r\n\tpublic void grabar() {\n\t\t\r\n\t}", "title": "" }, ...
928ffc1dfb2e500bb93f6885fbf08827
Specifies the clientAffinityEnabled property: true to enable client affinity; false to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is true..
[ { "docid": "efe1e581228d7cdb6d2b157cb399376e", "score": "0.7206587", "text": "WithCreate withClientAffinityEnabled(Boolean clientAffinityEnabled);", "title": "" } ]
[ { "docid": "0c7ced3a29b68c7aa13b8b9e986c0672", "score": "0.8102329", "text": "Boolean clientAffinityEnabled();", "title": "" }, { "docid": "bed8990e016702913696d737fc6064aa", "score": "0.7760112", "text": "interface WithClientAffinityEnabled {\n /**\n * Specifi...
34f1730889294f1fb1d77b6f9a5326f0
Metodo que calcula los pasos
[ { "docid": "489189238a1c7236d50b559251394265", "score": "0.5508924", "text": "public void pasos() {\n pasos = (int)(Math.random()*3+1);\n }", "title": "" } ]
[ { "docid": "d281a12bbb3869ba42dd7bbc506d933f", "score": "0.61703706", "text": "public String paso(){\n\t\tint indice = 0, total = this.superficie.actualizarOcupadas();\n\t\tStringBuilder sb = new StringBuilder();\n\t if(total == 0) sb.append(Textos.imposibleDeJugar());\n\t\telse{ \n\t\t\twhile(indice...
93c566392b22ce39c924d6cb0b53b074
end binomialDistribution / Calculates factorial
[ { "docid": "2e5b64300bc1021abf73b9ceda965c37", "score": "0.0", "text": "public static int fact(int num){\n\t\tint nfact = 1;\n\n\t\tfor(int i = 1; num > 0; num--){\n\t\t\tnfact *= num;\n\t\t} \n\n\t\treturn nfact;\n\t}", "title": "" } ]
[ { "docid": "84e10b6e124b1e1859267b8d605a1a0a", "score": "0.6585548", "text": "public static double factorial ( double n ) {\t\t\n\t\tif (n == 0) return 1;\n\t\telse return n * factorial(n-1);\n\t}", "title": "" }, { "docid": "d7a28e38a918130b3c69a0644fc7b1b7", "score": "0.6561676", "...
ba53028fab85b90be8b7b95a69303513
Request to pause the emulation
[ { "docid": "174aa3d9ce99ed95b90f0c3ddcf9e3f3", "score": "0.75024265", "text": "public void pause()\n {\n changeState(State.PAUSE);\n }", "title": "" } ]
[ { "docid": "1b879b0bd3dbff461c75ade14f3093ff", "score": "0.7670907", "text": "public void pause(){\n\t\t\n\t}", "title": "" }, { "docid": "54389491a65680bb8acf36df9fec0092", "score": "0.766392", "text": "@Override\r\n\tpublic void pause() {\r\n\t}", "title": "" }, { "doci...
d304e95df4f14054a60ee6b048a21ecc
Splitpoint is the latest common ancestor of the current and given branch heads.
[ { "docid": "c25ab2ee36961d66ef167cb54b9647ad", "score": "0.61090946", "text": "public String splitPoint(String currBrant, String givenBranch) {\n ArrayList<String> currBranchC = new ArrayList<String>();\n ArrayList<String> givenBranchC = new ArrayList<String>();\n String currParent ...
[ { "docid": "dc171047222d72a4eaca3314dbb35b8f", "score": "0.6541312", "text": "private static String getsplitpoint(String b1, String b2) {\n File comsplitfile = new File(\".gitlet/commits/\"\n + b1);\n File combranchfile = new File(\".gitlet/commits/\"\n + b2);...
7b59d13ab2260e3d35be037d5221a8a2
Constructor for a ScreenSquare with no text display (solid color).
[ { "docid": "cc92af6b2a6912d68758c61bb50318c7", "score": "0.7296151", "text": "public ScreenSquare(int xpos, int ypos, int width, int height, int color) {\r\n\t\tthis.xpos = xpos;\r\n\t\tthis.ypos = ypos;\r\n\t\tthis.startx = xpos;\r\n\t\tthis.starty = ypos;\r\n\t\tthis.width = width;\r\n\t\tthis.height ...
[ { "docid": "71e7463f7b153afafffc63f6a274d576", "score": "0.74388623", "text": "public Square() {\n\t\tcolor = Color.MAGENTA;\n\t\tsideLength = 15;\n\t}", "title": "" }, { "docid": "818e9cdc2d0b0c661fa7b2742fb8f0fe", "score": "0.7423516", "text": "public BlankSquare() {\r\n\t\t\r\n\t}...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "91bb427721641809df89af3caa5c3744", "score": "0.0", "text": "@Test\n\tpublic void testController_fail() throws Exception {\n\t\tmockMvc.perform(post(\"/rest/add?firstVal=5&secondVal=5\").contentType(MediaType.TEXT_PLAIN))\n\t\t\t\t.andExpect(MockMvcResultMatchers.status().isMethodNotAllowed()...
[ { "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": "" }, ...
b424251c3091482ffc0e9a66f9910bfc
Check if task is ready for execution.
[ { "docid": "9cbc9a0d32035a5236116e66b6d090e4", "score": "0.73013735", "text": "protected boolean readyForExecution(TaskContainer taskContainer) {\r\n return timeProcessor.isTaskTime(taskContainer);\r\n }", "title": "" } ]
[ { "docid": "d20d0d54fa72c401394ecb487261cb11", "score": "0.70756865", "text": "boolean isReadyToUse();", "title": "" }, { "docid": "6e29198f37d793e7090a2ccc0ebbee44", "score": "0.69484496", "text": "public boolean isReady();", "title": "" }, { "docid": "5b10a008f579bf316c...
8ea7d69249cd4e7e040684cab4421b4f
Getter for CatalogVersion. The specific version of the catalog objects to be included in the response. This allows you to retrieve historical versions of objects. The specified version value is matched against the [CatalogObject]($m/CatalogObject)s' `version` attribute.
[ { "docid": "fd4dbb8a7da4ec3db99033f1deb2898f", "score": "0.700834", "text": "@JsonGetter(\"catalog_version\")\r\n public Long getCatalogVersion() {\r\n return catalogVersion;\r\n }", "title": "" } ]
[ { "docid": "24edcba0d88b565618105dfb4de598be", "score": "0.7611137", "text": "@Accessor(qualifier = \"catalogVersion\", type = Accessor.Type.GETTER)\n\tpublic CatalogVersionModel getCatalogVersion()\n\t{\n\t\treturn getPersistenceContext().getPropertyValue(CATALOGVERSION);\n\t}", "title": "" }, ...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "f6bb2916da35f111eccafd31e0f4674f", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n view= inflater.inflate(R.layout.fragment_tutorial, container, false);\n ...
[ { "docid": "e4a07f9e56beb5c09bafea61fb480337", "score": "0.6792006", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n return inflater.inflate(R.layout.fragment_student_graph, container, fals...
20317e3b508fd0171de51e93c5066671
Returns the string representation of the guitar.
[ { "docid": "92465ac4c79b026d915847b7e199d16e", "score": "0.81822675", "text": "public String toString() {\n\t\treturn \"(\"\n\t\t\t\t+ \"numStrings=\" + getNumStrings()\n\t\t\t\t+ \", Length=\" + getGuitarLength()\n\t\t\t\t+ \", manufacturer=\" + getGuitarManufacturer()\n\t\t\t\t+ \", color=\" + getGuit...
[ { "docid": "e69a2a0ee6b7869393f3bdee2bdc07bb", "score": "0.73624176", "text": "public String playGuitar() {\n\t\tString guitarNotes = \"\";\n\n\t\t// Only play the guitar if the constant 'NOTES_TO_PLAY' is at least 1.\n\t\tif (NOTES_TO_PLAY >= 1) {\n\t\t\t// Play the first note and assign it to the guit...
0f3d08a0763a9e1da460d075a8a59e02
TODO Autogenerated method stub The Lap Timings related to each Participant or the chest number is inserted into the second table. The Lap Timings is accepted as an Array List
[ { "docid": "709b33914cadfcbfbcf1979078917566", "score": "0.0", "text": "@Override\n\tpublic boolean insertData(int chestNo, String firstName, String lastName,\n\t\t\tString imagePath) {\n\n\t\tSQLiteDatabase db = this.getWritableDatabase();\n\t\tContentValues contentValues = new ContentValues();\n\n\t\t...
[ { "docid": "7069a4447405b385fa0c8460fb3a48be", "score": "0.6008369", "text": "@Override\n public List<Long> getLapTimes() {\n synchronized (lock) {\n return lapTimes;\n }\n }", "title": "" }, { "docid": "7c937c447b7da7022a40a9df9c6651a9", "score": "0.5683539", "text": "@...
dac38fc69b238c562f8306a0297269ab
The name of the template parameter that will contain this value.
[ { "docid": "a0cbca612e9e634a880f759e56c4a6d7", "score": "0.0", "text": "public Secret withParameterName(String parameterName) {\n\t\tthis.parameterName = parameterName;\n\t\treturn this;\n\t}", "title": "" } ]
[ { "docid": "ecd26243a5e2b4eaecaf5f2c7a010f81", "score": "0.6731339", "text": "@objid (\"c9430e32-5923-4873-9196-70620b195552\")\n public String getPatternParameterName() {\n return this.elt.getTagValue(PatternParameter.MdaTypes.PATTERNPARAMETER_NAME_TAGTYPE_ELT);\n }", "title": "" }, ...
c6ea8daa0acbf22d40df2252875f28e2
Ensure the factory throws an NPE on an null String
[ { "docid": "938facea9ae329e3320406237e2571e1", "score": "0.62073797", "text": "public void testCreateFromNullString() throws Exception {\r\n String code = null;\r\n try {\r\n assertNotNull(\"No script created\", ScriptFactory.createScript(code));\r\n fail(\"Null scrip...
[ { "docid": "9a5329b80d892c0f5856fe364063d9c0", "score": "0.6222418", "text": "@Test\n public void create_inputNull_throwNullPointerException() {\n assertThrows(NullPointerException.class, () -> idsRepresentationBuilder.create(null));\n }", "title": "" }, { "docid": "c496bf5ea2ad...
90ead16b5fe9903af06f92fbc7bec976
needed if variables are used Get the corresponding Procedure object that results from the compilation of this StylesheetProcedure
[ { "docid": "7a660f2bf19328e950318b6a35419f80", "score": "0.56734335", "text": "public ComponentBody getCompiledProcedure() {\r\n // TODO: handle keys with more than one xsl:key declaration\r\n KeyDefinition def = getContainingPackage().getKeyManager().getKeyDefinitionSet(getObjectName()).g...
[ { "docid": "87473504e2e67c4c6a8133c62db37b27", "score": "0.58536595", "text": "ProcedureDecl createProcedureDecl();", "title": "" }, { "docid": "f212cebdf61405b2ef5881655dcf841a", "score": "0.5681733", "text": "public void tweakProcedure(Procedure proc) {\n }", "title": "" }...
8a0afba9209dd5e51ea2c66fbe568a57
/ / / / / / / / / / / /
[ { "docid": "b2c282b4c57520666745e94bfd31667e", "score": "0.0", "text": "public void firePropertyChange(String paramString, double paramDouble1, double paramDouble2)\n/* */ {\n/* 8568 */ if ((this.changeSupport == null) || (paramDouble1 == paramDouble2)) {\n/* 8569 */ return;\n/* ...
[ { "docid": "b858c6ff6e97cd194310df71bbeb64ca", "score": "0.5566819", "text": "private int s(int pos){return (pos+up)%Global.array_size;}", "title": "" }, { "docid": "e482d4998c13216ac8acb8b77fc3b020", "score": "0.53648597", "text": "private int w(int pos){return pos-1;}", "title"...
b61d5fd53f4889ec617a7aac6372d44d
/ access modifiers changed from: private
[ { "docid": "e9c2a54e2eabef219257bde57ecf1308", "score": "0.0", "text": "public void notifyAPPRttInfoCallback(HwAPPStateInfo data) {\n String str = TAG;\n HwAPPQoEUtils.logD(str, \"notifyAPPRttInfoCallback:\" + data.toString());\n HwAPPQoEManager hwAPPQoEManager = HwAPPQoEManager.get...
[ { "docid": "8e44716b5ee10b9661605afb83ad4dc2", "score": "0.6859645", "text": "private void priv() {}", "title": "" }, { "docid": "bc3a08c64e443ee86473be048cb9738a", "score": "0.6749077", "text": "private void smth() {\n\n\t\t}", "title": "" }, { "docid": "f0705d77863f0fa7...
3210d7d0d2e02526d428ecc26881b6c0
called by internal mechanisms, do not call yourself.
[ { "docid": "77726d85a5a935747b4958ffd47dee89", "score": "0.0", "text": "@Generated(hash = 1483822610)\n public void __setDaoSession(DaoSession daoSession) {\n this.daoSession = daoSession;\n myDao = daoSession != null ? daoSession.getVideoFileDao() : null;\n }", "title": "" } ]
[ { "docid": "bc3a08c64e443ee86473be048cb9738a", "score": "0.6351972", "text": "private void smth() {\n\n\t\t}", "title": "" }, { "docid": "f0705d77863f0fa7c516a99a8eca8134", "score": "0.6287522", "text": "private void zbudujSciezkeiRozpocznij() {\n\t\t\r\n\t}", "title": "" }, ...
ce22c60d594b1ee705c4457c5c718d59
Give health to the unit
[ { "docid": "5c10c65f01ec839837a0e18258bfeaf1", "score": "0.622067", "text": "public void heal(double amount)\r\n\t{\r\n\t\tSystem.out.println(\"HEALING: HP = \" + this.getHealth() + \", MAX = \" + this.getMaxHealth()\r\n\t\t\t\t+ \", AMOUNT = \" + amount);\r\n\t\tif (this.getHealth() + amount > this.get...
[ { "docid": "71f3725e53488404dfb0e708fe4381af", "score": "0.7647538", "text": "void setHealth(int health);", "title": "" }, { "docid": "f2c6a1da8d38a67307c633a054fbc602", "score": "0.748491", "text": "public void setHealth(int health)\n {\n this.health = health;\n }", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9dbe6ba197635de24fc9f5c8be9db50c", "score": "0.0", "text": "@Override\n\t\t\tpublic void handle(ActionEvent event) {\n\t\t\t\tmain.showAssetOverview();\n\t\t\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697644", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
52f69fbef72f417c9bdf38fc7a4037a7
Deployment environment of the MySQL cluster. .yandex.cloud.mdb.mysql.v1alpha.Cluster.Environment environment = 7;
[ { "docid": "47c2e2d460b2675937c49ab5882da174", "score": "0.7889863", "text": "yandex.cloud.api.mdb.mysql.v1alpha.ClusterOuterClass.Cluster.Environment getEnvironment();", "title": "" } ]
[ { "docid": "85b9b779d53b03d6f06937347dbbb424", "score": "0.6389311", "text": "@java.lang.Override public yandex.cloud.api.mdb.mysql.v1alpha.ClusterOuterClass.Cluster.Environment getEnvironment() {\n @SuppressWarnings(\"deprecation\")\n yandex.cloud.api.mdb.mysql.v1alpha.ClusterOuterClass.Clust...
454386eff0a167a5327286ae72a34899
Removes the ith "ml" element
[ { "docid": "8380742d14bd5c4b04fbfa590776caf7", "score": "0.73913234", "text": "public void removeMl(int i)\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n get_store().remove_element(ML$2, i);\r\n ...
[ { "docid": "556a53288d85c6e7982b4e23a72bd7b3", "score": "0.68687004", "text": "public void remove() {\n\t\tlabeledLemmas.remove(0);\n\t}", "title": "" }, { "docid": "b4bfaacc94f4c3a28b15f421cfa88142", "score": "0.6408893", "text": "public void remove (SceneElement element)\n {\n ...
61c46e7aad4cbdc42a49c9a5551aa125
/ / Wait for data to arrive before moving on. /
[ { "docid": "1dc05d0c7b1c3d6b09cdbcb9029e6b32", "score": "0.6697283", "text": "public boolean waitForData(){\r\n while( !cancel ) {\r\n \r\n long then = System.currentTimeMillis(); \r\n try{\r\n synchronized( dataSync ) {\r\n ...
[ { "docid": "30853d102aeac5569f7fb6fac48f1540", "score": "0.73276055", "text": "public void sendData() {\n waitingForData = true;\n }", "title": "" }, { "docid": "25cf4f760e46eba94646c957f456bbb9", "score": "0.7045208", "text": "private synchronized void dataReady() {\n\t\tw...
5068e8bef9cf9e7d36a36bab5285f331
click a tab wait for video to complete and appear the drag and drop sort question to answer
[ { "docid": "837bc07949a4049dfffa042e2e1346b3", "score": "0.64451456", "text": "public void clickSubVideoOneInAPage() throws InterruptedException {\r\n\t\tCommonUtils.clickTabsInsideAPage(driver, getHealthyRelationShipsProperty(\"story1\"),\r\n\t\t\t\tgetHealthyRelationShipsProperty(\"expectedLaurenAndOl...
[ { "docid": "68e8c67c338e8bbcd7cd8cc25bbcf86e", "score": "0.6306579", "text": "public void clickSubVideoTwoInAPage() throws InterruptedException {\r\n\t\tCommonUtils.clickTabsInsideAPage(driver, getHealthyRelationShipsProperty(\"story2\"),\r\n\t\t\t\tgetHealthyRelationShipsProperty(\"expectedbenAndKeisha...
b62779f2570399d8fd1585e02c08ff72
function for creating random int
[ { "docid": "710d93fb8d95c1f1b514f385afeaa4a1", "score": "0.6861486", "text": "public static int createRandom(int start, int end) {\r\n \treturn start + (int) Math.round(Math.random() * (end - start));\r\n }", "title": "" } ]
[ { "docid": "4608a3eb88f188ff32f5ea7030e67c7c", "score": "0.8135436", "text": "Integer generate();", "title": "" }, { "docid": "59ff78336363522677acf627b2c5d521", "score": "0.81330305", "text": "int randomGenerator(){\n return (int) Math.floor((Math.random()*9+1));\n }", ...
fefbfabf92cc197b23e8ee84719ecf09
invalid combinations for JSQLParser
[ { "docid": "ac0e0dda066774d416e4147634e63a41", "score": "0.5570614", "text": "@Test(expected = JSQLParserException.class)\n public void select_natural_outer_join() throws Exception {\n parse(\"SELECT * FROM P NATURAL OUTER JOIN Q\");\n }", "title": "" } ]
[ { "docid": "563a6bf1eb002949efccf789e7776c53", "score": "0.7194651", "text": "@Test\n public void test1() throws JSQLParserException {\n List<Expression> sqlParser = JsqlparserUtil.getSQLParser(\"select * from tt where ss between '20200801' and '20200809' and ss in (1.1,2.2,3,4,5) and ss not i...
1da7b459efad2e76d9adca09d309543f
/ Gets the graph being constructed. /
[ { "docid": "20b4baebba890900fad60bece57184df", "score": "0.74109125", "text": "public abstract StructuredGraph getGraph();", "title": "" } ]
[ { "docid": "e8247b41ab4b6ac5b45a7a864fa8be95", "score": "0.82520944", "text": "Graph getGraph();", "title": "" }, { "docid": "3c75a06b04e2a8ab8d0fa1a6b0d1df87", "score": "0.825059", "text": "public Graph graph()\n {\n return this.___graph;\n }", "title": "" }, { ...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "bdabeb8a9b9818b297be6680eda8ab7e", "score": "0.0", "text": "private void m32476a(JSONObject jSONObject) {\n WebView webView = this.f30155d;\n if (webView != null) {\n StringBuilder sb = new StringBuilder();\n sb.append(this.f30154c);\n sb.append...
[ { "docid": "cf68b8623ef8f2e72e5d568391d43ec2", "score": "0.622906", "text": "protected interface C3579b<T> {\n /* renamed from: a */\n void mo55348a(T t);\n }", "title": "" }, { "docid": "a738e6fdc907c3783fa577aa7db7f737", "score": "0.6167874", "text": "public interf...
42e4283344f4305b0d7efca551a14cd1
Set the value of currentSpeed
[ { "docid": "b7124927c74a1627eb53dcedf44c8669", "score": "0.77896774", "text": "public void setCurrentSpeed(int currentSpeed) {\n if (currentSpeed < 0) {\n throw new IllegalArgumentException(\"currentSpeed must be non-negative: set forwardDirection = false for reverse.\");\n }\n ...
[ { "docid": "9bb0981e8272ea3fdbb52dfb8198a9ff", "score": "0.8384065", "text": "void setSpeed(double value);", "title": "" }, { "docid": "134ec11c8c02b7f621167976414883f2", "score": "0.83371174", "text": "public void setCurrentSpeed(int c) {\r\n currentSpeed = c;\r\n }", "title...
50d413fd1f0c3328fc0d2c92ddef0102
Le joueur va reprendre le meme etat que lors de sa creation
[ { "docid": "5192d0dbab460daf9b776a3ea7eb9bc4", "score": "0.0", "text": "public void reset() {\n\tthis.pinguins = new ArrayList<>();\n\tthis.pinguinCourant = null;\n\tthis.pret = false;\n\tthis.scoreGlacons = 0;\n\tthis.scorePoissons = 0;\n }", "title": "" } ]
[ { "docid": "5c8fdf646bb9009f4d94720dafa2089e", "score": "0.67122", "text": "private UsineJoueur() {}", "title": "" }, { "docid": "494b17b1c27c83564974bc7ad28c8f6d", "score": "0.67096627", "text": "Vaisseau_longueur createVaisseau_longueur();", "title": "" }, { "docid": "6...
6ded735f2bc43a1b5d0e19dfe6e9b7dd
Simulate network access. Thread.sleep(2000);
[ { "docid": "6f6b5b29c70ea70db699d3ce4856ef30", "score": "0.0", "text": "@Override\n protected Boolean doInBackground(Void... params) {\n\n requestFailure[0] = false;\n Long tsLong = System.currentTimeMillis()/1000;\n String ts = tsLong.toString();\n App...
[ { "docid": "5c9512d22cc261352ea529fb98d020c1", "score": "0.668948", "text": "private void ping() {\n\t\ttry {\n\t\t\tThread.sleep(10000);\n\t\t} catch (final InterruptedException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "title": "" }, { "docid": "e6515ee495f98371f1228ec7357e392a", ...
d345aa0a6c4f0cecabd09a77226e2311
Flushes all data in the output stream and sends it to the server.
[ { "docid": "53326b183e3182a9795499dcd86ec1d9", "score": "0.73077416", "text": "void flush( )\n throws IOException\n {\n if ( connection.isClosed() ) {\n //hopefully this isn't too slow to check.\n throw new ClosedChannelException();\n }\n\n out.write( outputBuffer, 0, outputOffset...
[ { "docid": "569ffe5009c064e25fa157c2c76831ae", "score": "0.7089307", "text": "public void _flushBuffer() throws IOException {\n int len = this._outputTail - this._outputHead;\n if (len > 0) {\n int offset = this._outputHead;\n this._outputHead = 0;\n this._...
f1dd31d4bd0a14a577537201388bff70
write your code here
[ { "docid": "4d7b021c5960d5924f27f1b3b6a36d71", "score": "0.0", "text": "public static void sortIntegers(int[] A) {\n for(int j = 0; j < A.length; j++){\n for(int i = 0; i < A.length-1; i++){\n if(A[i] > A[i+1]){\n A[i+1]= A[i+1] ^ A[i];\n ...
[ { "docid": "bc3a08c64e443ee86473be048cb9738a", "score": "0.62181956", "text": "private void smth() {\n\n\t\t}", "title": "" }, { "docid": "915cd499c707ca694353925d740e0725", "score": "0.60154855", "text": "private void comprimiendo() \n\t{\n\t}", "title": "" }, { "docid":...
c2644494bd11c5c12317cf49b94f057f
read an XML file that has just patterns in it. Add these patterns to the nets patterns.
[ { "docid": "a406166e20f14a49e0ed811ac8ee05b9", "score": "0.6768268", "text": "public static void readPatternFile(String fileName,CANTNet net){\n try{\n\t\tDocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();\n\t\tfactory.setIgnoringComments(true);\t// kailash\n\t\tDocumentBuilder bu...
[ { "docid": "502c2fd2fd30a389a0b8b07578ec0fd5", "score": "0.6422677", "text": "private void parseXmlFile(){\n\t\t//get the factory\n\t\tDocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();\n\t\t\n\t\ttry {\n\t\t\t\n\t\t\t//Using factory get an instance of document builder\n\t\t\tDocumentBui...
cc695099df620c1c002299ea3d35b863
get the latitude and longitude from the location
[ { "docid": "12a48af9951e9d7cfb44c24fedd712a8", "score": "0.0", "text": "@Override\n public void onLocationChanged(Location location) {\n double latitude = location.getLatitude();\n double longitude = location.getLongitude();\n LatLn...
[ { "docid": "e1205501e0c3a398e6521eea11eb4d07", "score": "0.75978327", "text": "Location getLocation();", "title": "" }, { "docid": "e1205501e0c3a398e6521eea11eb4d07", "score": "0.75978327", "text": "Location getLocation();", "title": "" }, { "docid": "1bbafc16df24ad4b0445...
6e0f22b81293f7e9b22927c02c70c79d
repeated string DependencyJarNames = 19;
[ { "docid": "976cbd2a1e8ee6b0e8ddcf22ee5b81dd", "score": "0.6431151", "text": "public int getDependencyJarNamesCount() {\n return dependencyJarNames_.size();\n }", "title": "" } ]
[ { "docid": "bee88128284edfdde5145306a826dc77", "score": "0.72885215", "text": "int getDependencyJarNamesCount();", "title": "" }, { "docid": "16e7cd818bb9eb94f940fad663fbca5a", "score": "0.70887643", "text": "com.google.protobuf.ProtocolStringList\n getDependencyJarNamesList...
2ec6c87f741fed1323f1fe955b20caa9
adds a projectile to the list of projectiles the tower has shot. This projectile is honed for a particular slicer verified to be in the effect radius.
[ { "docid": "18dc6f30d8dbacf2c10110dd8d9d0c73", "score": "0.70918", "text": "private void addProjectileTarget(List<Slicer> slicers) {\r\n for (Slicer slicer : slicers) {\r\n Point projectedSlicerPos = slicer.positionAfterFrames(0.0);\r\n if (withinEffectRadius(projectedSlicer...
[ { "docid": "3ca685463a3199bea156f71ffe5797d8", "score": "0.7362444", "text": "public void shoot() {\n\t\tProjectile p = new Projectile(centerX + 50, centerY - 25);\n\t\tprojectiles.add(p);\n\t}", "title": "" }, { "docid": "f0c6212949390e2954628c0ad4544263", "score": "0.6871643", "tex...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d9eb96a9772725ea4368a53adf381555", "score": "0.0", "text": "@Override\r\n\tprotected void findViewById() {\n\t\tleftTextView = (TextView) findViewById(R.id.nav_text);\r\n\t\tleftButton = findViewById(R.id.left_btn_bg);\r\n\t\theadImageView = (ImageView) findViewById(R.id.headimage);\r\n\t\tc...
[ { "docid": "e5fa0eebc721dea67da872fd14413bc7", "score": "0.69744676", "text": "@Override\n\tpublic void formule() {\n\t\t\n\t}", "title": "" }, { "docid": "8b7f87c22e268a87686c66398c2c442b", "score": "0.6936331", "text": "@Override\r\n\t\t\tpublic void atras() {\n\t\t\t\t\r\n\t\t\t}"...
c7a1607aa647cdb623d792340eb64657
[END speech_transcribe_sync_gcs] [START speech_transcribe_async] Performs nonblocking speech recognition on raw PCM audio and prints the transcription. Note that transcription is limited to 60 seconds audio.
[ { "docid": "b4ee4223cda294bc22ddfdef7353df62", "score": "0.6234246", "text": "public static void asyncRecognizeFile(String fileName) throws Exception {\n // Instantiates a client with GOOGLE_APPLICATION_CREDENTIALS\n try (SpeechClient speech = SpeechClient.create()) {\n\n Path path = Paths.ge...
[ { "docid": "e6af0fd1cc0e4622c9e7b1e393c2e604", "score": "0.6747407", "text": "public static void transcribeMultiChannelGcs(String gcsUri) throws Exception {\n\n try (SpeechClient speechClient = SpeechClient.create()) {\n\n // Configure request to enable multiple channels\n RecognitionConfig...
bfc2af76c41308ddc2b42e7923175d1e
Unique ID of the Amazon Machine Image (AMI) which was assigned during registration. For more information about Amazon EC2 images, please see Constraints: Length: 1 255 Pattern: [\u0020\uD7FF\uE000\uFFFD\uD800\uDC00\uDBFF\uDFFF\r\n\t]
[ { "docid": "46b341dbcf325d9f3a74d5385cd7484c", "score": "0.50131446", "text": "public String getImageId() {\n return imageId;\n }", "title": "" } ]
[ { "docid": "257fdc8a262db184568bda8366ed6de9", "score": "0.6198337", "text": "java.lang.String getImageId();", "title": "" }, { "docid": "257fdc8a262db184568bda8366ed6de9", "score": "0.6198337", "text": "java.lang.String getImageId();", "title": "" }, { "docid": "257fdc8a...
a21aef79f2720d00da2613cbba0cf065
////////////////////////// GUI Refreshers //////////////////////////
[ { "docid": "99a6032263736ebe74ed62906ae0f8f7", "score": "0.0", "text": "private void updateStartButton() {\n if (mProgramming) {\n mBtnStart.setText(R.string.cancel);\n mProgressInfo.setText(\"Programming...\");\n } else {\n mProgressBar.setProgress(0);\n ...
[ { "docid": "24842b8697a797326b021b5921d248f7", "score": "0.7762771", "text": "@Override\n\tpublic void refreshUI() {\n\t}", "title": "" }, { "docid": "944e3eb160e00b79968fcbdefd7113ba", "score": "0.7750699", "text": "@Override\n protected void refreshUI() {\n }"...
38230156e919c749120cbbddcd944e12
Transition route group coverages. repeated .google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroupCoverage.Coverage coverages = 1;
[ { "docid": "e6017b7ec196b0dd0f0b34616220e081", "score": "0.75241303", "text": "@java.lang.Override\n public com.google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroupCoverage.Coverage getCoverages(\n int index) {\n return coverages_.get(index);\n }", "title": "" } ]
[ { "docid": "f39604c979c36921041949351efb8e9e", "score": "0.7468108", "text": "public Builder addCoverages(\n com.google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroupCoverage.Coverage value) {\n if (coveragesBuilder_ == null) {\n if (value == null) {\n throw new NullPointer...
43d031b595f97a2733c4f8d1608501a2
Solution Use 2 pointers advancing at different speeds. If the list is circular then eventually both pointers will point to the same node.
[ { "docid": "a8d275ecb6183403864afe9cd5aba273", "score": "0.5618395", "text": "public static boolean circular(LinkedList list) {\n Node slow = list.head;\n Node fast = list.head;\n\n while (fast != null && \n fast.next != null && \n fast.next.next != null)...
[ { "docid": "54fe3bed5344b4201f81513da33d06f3", "score": "0.65547943", "text": "static void detectLoopAndFix(Node x){\r\n Node p1; Node p2;\r\n p1 = x;\r\n p2 = x;//STRANGELY ENOUGH, YES THIS HAS TO START WITH X, AND NOT X.NEXT\r\n //otherwise it will fail for cases where no. of elements in l...
fb704ab55655e5fdab998c62da76e9a7
Not sure about all methods below this comment
[ { "docid": "abdcaf80dbef9b69c7248ae87452c943", "score": "0.0", "text": "public Player getLocalPlayer() {\n\t\treturn localPlayer;\n\t}", "title": "" } ]
[ { "docid": "3e2b6cecdab3b4495e39686fcb37522b", "score": "0.69959587", "text": "public void method_7608() {}", "title": "" }, { "docid": "ccbad2fe39581989696edf7ff479266d", "score": "0.6927729", "text": "private static void somrtinhg() {\n\t\t\r\n\t}", "title": "" }, { "do...
91b75897a3b4d3f09af36a245d5a3081
Getter for the UNIX timestamp of the expected time when the rate limit will reset.
[ { "docid": "71865a56e305d3b27def0293eb392665", "score": "0.72793585", "text": "public long getExpectedResetTimestamp() {\n return expectedResetTimestamp;\n }", "title": "" } ]
[ { "docid": "63fbb9f9b900257b2b435e227eb91fac", "score": "0.67302644", "text": "public int getTime() {\n\t\treturn lastCurrentTime;\n\t}", "title": "" }, { "docid": "dbd5c08853a256c7c1d56dd3c5a36828", "score": "0.66940224", "text": "public long getTime() {\n return time-1;\n ...
362dd15a5d741bbbf5fb8653be5db180
Objects which this object depends on. repeated .tensorflow.contrib.eager.CheckpointableObjectGraph.Object.ObjectReference children = 1;
[ { "docid": "2b627cd45a7bf62d268a1e85d0c721fc", "score": "0.4878795", "text": "public Builder setChildren(\n int index, tensorflow.contrib.eager.CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.Object.ObjectReference value) {\n if (childrenBuilder_ == null) {\n ...
[ { "docid": "786ecf2c5493159462c4bba59c302f56", "score": "0.71686274", "text": "tensorflow.contrib.eager.CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.Object.ObjectReference getChildren(int index);", "title": "" }, { "docid": "5290480266016c5681550457a9cbcd70", "score": "0...
b9ffdb3c936458d72dde67071112b916
check for required fields check for substruct validity
[ { "docid": "7d77630af00596e8b0492da00a65440a", "score": "0.0", "text": "public void validate() throws org.apache.thrift.TException {\n if (success != null) {\n success.validate();\n }\n }", "title": "" } ]
[ { "docid": "33f223ba59608e0729d6e9e4fa506b48", "score": "0.7669862", "text": "public void validate() throws org.apache.thrift.TException {\n if (sequence == null) {\n throw new org.apache.thrift.protocol.TProtocolException(\"Required field 'sequence' was not present! Struct: \" + toString());\n ...
b5119908361228037c13885beb5009dc
This method Finalizes a project passed to it and saves Database Generates an invoice if amount paid is less than full amount
[ { "docid": "ecd3af0eecc9408146f030fe23c1d4b2", "score": "0.8116586", "text": "public void finalizeProject(Project projObj) {\n\t\t// generate customer invoice only if amount paid is less than the full amount yet\n\t\tString invoice = \"\";\n\t\t\n\t\tif(projObj.getAmountPaid() < projObj.getFee()) {\n\t...
[ { "docid": "8352b4c689fb4c345da0d9d31cbb7584", "score": "0.6598119", "text": "public static void FinaliseProjectByProjectNumber( List<saveProject> proj,\n\t\t\tint numberOfProjects) throws IOException, ParseException {\n\t\tScanner in = new Scanner(System.in);\n\t\tint project_number = 0; //init the pro...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "0e56f77ec6db8949c80276051b28e715", "score": "0.0", "text": "public void onClick(View v)\n {\n System.out.println(\"In OnClick\");\n //Check has the use made a choice of location\n if (listItem == \"Please select a location...\")\n {\n ...
[ { "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...
e84c399fde416b86e556f426ddf1afd2
Converts a Comma Seperated Volume (delimited by ",") to a List of type String
[ { "docid": "c748db462c3df07cc9f25f3f8870d801", "score": "0.62962574", "text": "private static List<String> convertCommaDelimitedStringToList(String delimitedString) {\n\n\t\tList<String> result = new ArrayList<String>();\n\n\t\tif (!StringUtils.isEmpty(delimitedString)) {\n\t\t\tresult = Arrays.asList(S...
[ { "docid": "14d75716f5518eff540736c9b2e33426", "score": "0.70531595", "text": "private List<String> getStringListValue() {\n\t\tArrayList<String> result = new ArrayList<String>();\r\n\r\n\t\tString[] values = value.split(\",\");\r\n\t\tfor (String s : values) {\r\n\t\t\tresult.add(String.valueOf(s));\r\...
86726f0f591d2a53863023747a70ed23
Get an array which contains the indices of all selected columns. If no columns are selected, this returns an empty array. If the selection mode is SELECT_ROWS, the value returned by this method is meaningless and should be ignored.
[ { "docid": "e0a52b6b9b4558ec7f14e82a69b409ad", "score": "0.73842174", "text": "public int[] getSelectedColumns()\n {\n return getComponent().getSelectedColumns();\n }", "title": "" } ]
[ { "docid": "9cad6a75d07ce212c8b11dc0ce24f267", "score": "0.7730999", "text": "public int[] getSelectedColumns();", "title": "" }, { "docid": "06843443f3f18cde095c7029be8e2a88", "score": "0.7185218", "text": "public int[] getSelectedRowIndexes() {\n return getSelectedRows();\n ...
2372f95d1e6586156ebcf7d0b095f498
Placeholder. Purely in place to prevent Checkstyle inferring this class is pointless. will be removed in the next story
[ { "docid": "338d919761c4529a220854629d8b5cc7", "score": "0.0", "text": "void placeholder();", "title": "" } ]
[ { "docid": "4e19d820d98fac9e9331dc656e621812", "score": "0.62246305", "text": "private Classification() {\n // Intentionally left blank.\n }", "title": "" }, { "docid": "04adc7151aca871db3e5f8ce67325be3", "score": "0.61265326", "text": "public ClassExpression() {\n\t}", ...
6c38bdcb030c3409163c2992e8c801e6
Toast.makeText(context, "Transaction sent for approval.", Toast.LENGTH_SHORT).show();
[ { "docid": "df6be10786eae0556fa8b92c8bf7846d", "score": "0.0", "text": "@Override\n public void onClick(View view) {\n ParseService updateTransactionService = new ParseService(RecentTransactions.this);\n updateTransactionService.updateTransaction(cust...
[ { "docid": "78297d6a63955ae347c43634d40e246e", "score": "0.7621573", "text": "public void displayToast (String message)\n {\n Toast.makeText(getApplicationContext(), message, Toast.LENGTH_SHORT).show();\n }", "title": "" }, { "docid": "5c908216d8c33c375001eba461d11480", "sco...
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": "6b26477ea923e3fd0f0eb1034e872523", "score": "0.0", "text": "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n Fixo = new javax.swing.JPanel();\n jLabel1 = ...
[ { "docid": "0683d7c04886f33eb3de4cd0ed5cbadc", "score": "0.74529076", "text": "public Herrendjimi1() {\n initComponents();\n }", "title": "" }, { "docid": "a265c28895719fa5abe69bc5acb37bbf", "score": "0.7301484", "text": "public FormLat3() {\n initComponents();\n ...
6b573aa8fccaf31ca74969a5db37fd09
RecordSet getFriends0(String userId, String circleIds, int page, int count) throws AvroRemoteException;
[ { "docid": "a40f3ab41e5abfd9fda334572f2e433c", "score": "0.7364384", "text": "@WebMethod(\"internal/getFriends0\")\n public RecordSet getFriends0(QueryParams qp) throws AvroRemoteException {\n Context ctx = WutongContext.getContext(qp, false);\n return GlobalLogics.getFriendship().getFr...
[ { "docid": "657f92bb74333d21ad23d796eeb2c918", "score": "0.6940158", "text": "@WebMethod(\"internal/getFriends\")\n public RecordSet getFriends(QueryParams qp) throws AvroRemoteException {\n Context ctx = WutongContext.getContext(qp, false);\n return GlobalLogics.getFriendship().getFrie...
1b544633c2886b0d8ef18c775c81cd06
/ renamed from: b
[ { "docid": "3faf6f695ba6774c071d4f662d4bef03", "score": "0.0", "text": "public String m1960b() {\n return this.f1414b;\n }", "title": "" } ]
[ { "docid": "296c620927f5ac829962efb5e91985b0", "score": "0.6268342", "text": "public void b() {\n }", "title": "" }, { "docid": "296c620927f5ac829962efb5e91985b0", "score": "0.6268342", "text": "public void b() {\n }", "title": "" }, { "docid": "da0c4ac2bb0e...
14388f987d33b7f409d1e3d05aab410e
Test case number: 23 /Coverage entropy=0.0
[ { "docid": "188536bb20b4b499953f632b4da86590", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test23() throws Throwable {\n Order order0 = new Order();\n Vector<Integer> vector0 = new Vector<Integer>();\n order0.m_algoParams = vector0;\n vector0.add((Integer) Integer...
[ { "docid": "eefcb8163fe844db41b4e7f3007cf287", "score": "0.6556619", "text": "@Test(timeout = 4000)\n public void test24() throws Throwable {\n Discretize discretize0 = new Discretize(\"h&uYpUC]>5dku/m]CS\");\n discretize0.m_ClassIndex = 102;\n double[][] doubleArray0 = new double[4][0...
54d47e312f5f4e29a5a57ae048cead40
implements the predicate to filter the students.
[ { "docid": "b56ed7e7ca24c146a61b3c7a428648fd", "score": "0.6883723", "text": "private static List<Student> extractStudentsUsingPredicate(List<Student> students, String language, Integer minScore){\n return students.stream()\n .filter(studentFilter(language, minScore)).collect(Colle...
[ { "docid": "8be7e9d36c1ab0d073a4158a3bc40e1f", "score": "0.7539175", "text": "private static Predicate<Student> studentFilter(String language, Integer minScore){\n return student -> student.getLanguage().equalsIgnoreCase(language) && student.getScore() > minScore\n && (student.getName().startsWi...