query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
f1e471c284b9453e53af5bb445525f42
repeated .CommonII common = 3;
[ { "docid": "6924d70f1b073821120b518f5b3f1151", "score": "0.0", "text": "public Builder addCommon(\n int index, protobuf.clazz.Common.CommonII.Builder builderForValue) {\n if (commonBuilder_ == null) {\n ensureCommonIsMutable();\n common_.add(index, builderForValue.build...
[ { "docid": "f14a9e96f02478853cb6a7e269a09a30", "score": "0.72010046", "text": "protobuf.clazz.Common.CommonII getCommon(int index);", "title": "" }, { "docid": "074a62f7c61ac27bb0965a29ec8df417", "score": "0.6688981", "text": "protobuf.clazz.Common.CommonLII getCommon();", "title...
96895e2f080bd71ebdf413845b915e74
Provides an extension point to customize the record inserted into the table
[ { "docid": "6b095d59c536026b43a5964ce56d3b00", "score": "0.0", "text": "protected void recordSetupExtensionPoint(IRecord record){\r\n\t\t\r\n\t}", "title": "" } ]
[ { "docid": "47e8848eff14d079b49bf3e3fbb84142", "score": "0.66028917", "text": "int insert(CustomValues record);", "title": "" }, { "docid": "67f4565c7298a94448554efae94b78e9", "score": "0.63846326", "text": "@InsertProvider(type=AlertTypeSqlProvider.class, method=\"insertSelective\")...
09ecf5a8d04419eaef39885dc60b63a3
/ clone Creates a clone of this operator.
[ { "docid": "6a1ae0e0600b4e1400d56cd3099dee95", "score": "0.0", "text": "public Object clone(){\n Operator op = new IntegratePeakFile();\n op.CopyParametersFrom( this );\n return op;\n }", "title": "" } ]
[ { "docid": "3c4754621fb39bcaaf1eb8a943d499cf", "score": "0.7967563", "text": "Expression clone();", "title": "" }, { "docid": "9db7e1826cd4443e50e98bc55322cee2", "score": "0.76973975", "text": "public IMOps p_clone()\n {\n\n String oper; // only used in some methods\n StringBu...
83436ba806fc4ef729c3da3094e4f74b
Create the application context,
[ { "docid": "bc08aaf402a194b077f5418a8dce139d", "score": "0.0", "text": "public boolean login(String username, String password) {\n springContext = new ClassPathXmlApplicationContext(SPRING_CONFIG);\n dao = (ITransactionDao) springContext.getBean(\"txnDao\");\n \n // Set the userna...
[ { "docid": "fa4eaf4fc4829f33cdcf8ab1d424767d", "score": "0.7705854", "text": "ABEApplicationContext create();", "title": "" }, { "docid": "8412807088a7179c32977b08094fdc12", "score": "0.70979124", "text": "ABEApplicationContext create(ABEApplicationContext ctx);", "title": "" }...
e394b1843fc1109edb205f6e7d78b07d
Created by tommy on 20180410.
[ { "docid": "72843f96566fcf8e6896388692baea06", "score": "0.0", "text": "public interface SensorDataRepository extends JpaRepository<SensorData, Long> {\n Collection<SensorData> findBySensorName(String name);\n}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.6091008", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "db6adf52deb87c2723f80c6df873c47d", "score": "0.6013864", "text": "public void mo4741aD() {\n }", "title": "" }, { ...
6611c38f4bc0c8041a87117298c2423c
Tests whether a combined configuration can be copied to an XML configuration. This test is related to CONFIGURATION445.
[ { "docid": "7eec40eaae5faae772b8ef3ed7fc3162", "score": "0.72354686", "text": "@Test\n public void testCombinedCopyToXML() throws ConfigurationException\n {\n XMLConfiguration x1 = new XMLConfiguration();\n x1.addProperty(\"key1\", \"value1\");\n x1.addProperty(\"key1[@overrid...
[ { "docid": "85c19b74815e7a8fab8b54e439119659", "score": "0.6367171", "text": "@Test\n public void testCopy()\n {\n Configuration conf1 = new BaseConfiguration();\n conf1.addProperty(\"key1\", \"value1\");\n conf1.addProperty(\"key2\", \"value2\");\n\n // create the targ...
f35357d864171194695a757d6d3b783f
Delete a partner configuration. Delete existing partner configuration.
[ { "docid": "9318604ff60ec4ffa941f85bc3ebc99c", "score": "0.0", "text": "void delete(String resourceGroupName, Context context);", "title": "" } ]
[ { "docid": "6cf366231500f1407c2f887f0beb7b04", "score": "0.6297699", "text": "PartnerConfiguration unauthorizePartner(String resourceGroupName, Partner partnerInfo);", "title": "" }, { "docid": "412dd8dea549499e83aa48231a04e53a", "score": "0.59972054", "text": "@Override\r\n\tpublic ...
89c3f726eedf00b2c230b177d34060ff
public static boolean checkPhone(String TABLE_USER, String COLUMN_USER_ID, String phone)
[ { "docid": "b491337bc30fe1d3d04491221019c7ae", "score": "0.8133985", "text": "public boolean checkPhone(String phone)\n {\n return DBAdapter.checkPhone(TABLE_NAME, USER_ID, phone);\n }", "title": "" } ]
[ { "docid": "4ef027ba0e15e29d6e810cd4cb321960", "score": "0.70326126", "text": "private boolean isUserPhoneValid(String phone) {\n if (phone == null) {\n return false;\n }\n boolean check = false;\n String expression = \"^\\\\s*(?:\\\\+?(\\\\d{1,3}))?[-. (]*(\\\\d{3...
ff5d65a21189d206918493f11cf9be04
This method allows user to modify the initial position of the rotor by calling setPosition() method in the EnigmaMachine class with the rotor the user selected and the initial position the user wants to change the rotor to. Since there're multiple nested conditions, if statements is more readable than switch statement.
[ { "docid": "e31d6699b33e7f9320fd14557dffbf61", "score": "0.7801731", "text": "protected void setRotorPosition() {\n System.out.println(\"Which rotor would you like to change?\");\n int rotorInput = (intValidation(userInput.nextLine(), this::setRotorPosition) - 1);\n\n if (rotorInput...
[ { "docid": "90bd6be7a3434c379782e1d0fe1673f5", "score": "0.7034789", "text": "protected void setRotorType() {\n System.out.println(\"Which rotor would you like to change?\");\n int rotorInput = (intValidation(userInput.nextLine(), this::setRotorPosition) - 1);\n // This is where the...
759b0fe8dcb54aa3d39036a2180199ad
Adjusts the minimum and maximum fraction digits to values that are reasonable for the currency's default fraction digits.
[ { "docid": "e7ccce36558f6cccc2ac2c1cb5ea4d98", "score": "0.82413656", "text": "void adjustForCurrencyDefaultFractionDigits() {\n Currency currency = symbols.getCurrency();\n if (currency == null) {\n try {\n currency = Currency.getInstance(symbols.getInternational...
[ { "docid": "5dcc7b76b8ba5a0e4167089e2bb4b45c", "score": "0.7399849", "text": "public void setMinimumFractionDigits(int newValue) {\n minimumFractionDigits = Math.min(Math.max(0, newValue), MAXIMUM_FRACTION_DIGITS);\n super.setMinimumFractionDigits((minimumFractionDigits > DOUBLE_FRACTION_D...
6170b09a38fd16b9043d6858fcf017e3
Generate the humanreadable text of the genotype, including the program's expression.
[ { "docid": "d4df4b7cfbd65a02b46a370d3226e17e", "score": "0.7128173", "text": "public String genotypeToStringForHumans() {\n\t\tStringBuffer sb = new StringBuffer(\"\");\n\t\tfor (int i = 0; i < genome.length; i++)\n\t\t\tsb.append(\" \" + genome[i]);\n\t\tsb.append(\". Expression: \" + expression);\n\t\...
[ { "docid": "aa03b4440395f09cd0c02e98a0f2d851", "score": "0.65368783", "text": "@Override// Final string generation\n public String toString() {\n StringBuilder r = new StringBuilder(\"; Target\\n\" +\n \"target triple = \\\"x86_64-unknown-linux-gnu\\\"\\n\" +\n ...
e3e64825750f73863aee7aa7edd597a9
(property=[technology::TechnologySpecificProperty] '(' value=PrimitiveValue ')')
[ { "docid": "47c1bdcfd1037ffdcff3149afa52c855", "score": "0.0", "text": "public Group getGroup_1() { return cGroup_1; }", "title": "" } ]
[ { "docid": "c2dcb7f3d09205c394a08670500cd00a", "score": "0.58576745", "text": "public int getPropertyType() {\n/* 67 */ return 20;\n/* */ }", "title": "" }, { "docid": "8ac4c14157e0714c73eb96274a7e8d11", "score": "0.5767358", "text": "public Statement getProperty(Property ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "7f5c4b16319dd0896e5e09c1c3afa855", "score": "0.0", "text": "@Override\n public void onPageStarted(WebView view, String url, Bitmap favicon) {\n super.onPageStarted(view, url, favicon);\n }", "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...
27246b95547d3bd4c53c1b4f43917985
repeated .ubii.processing.ModuleIO outputs = 11;
[ { "docid": "c68ebfcc478da4385c8c200580b4af6d", "score": "0.5267768", "text": "public java.util.List<? extends ubii.processing.ProcessingModuleOuterClass.ModuleIOOrBuilder> \n getOutputsOrBuilderList() {\n if (outputsBuilder_ != null) {\n return outputsBuilder_.getMessageOrBuild...
[ { "docid": "dd479e2c4f313dc5a56b06e037e8d12a", "score": "0.74455667", "text": "ubii.processing.ProcessingModuleOuterClass.ModuleIO getOutputs(int index);", "title": "" }, { "docid": "4fcb95218293b5f3708aa253011664b4", "score": "0.6804204", "text": "ubii.processing.ProcessingModuleOut...
278ed4e444c84672cd2e7ee8afc71e4d
get the Mongo's DB
[ { "docid": "b78074401357c5983f576c7f6d30454d", "score": "0.7201438", "text": "public DB getDB();", "title": "" } ]
[ { "docid": "605772bf944f15fbe85b9051eabd83c4", "score": "0.82704425", "text": "public MongoDatabase getDB() {\n return getMongoClientConnection().getDatabase(TestDb);\n }", "title": "" }, { "docid": "f9bc61e5d0a623a051bf2d1a6dd1a078", "score": "0.81832707", "text": "private...
c48e998a76b9419a5a1a39c70546f41c
Show dialog where to export keys
[ { "docid": "87e5a477e18ef4fdf4ff43b5ca5226e3", "score": "0.66943896", "text": "public void showExportKeysDialog(final long keyRingRowId) {\n String title = null;\n if (keyRingRowId != -1) {\n // single key export\n title = getString(R.string.title_exportKey);\n ...
[ { "docid": "22c5c73a0fe6041b88dda4dfd957968e", "score": "0.63077235", "text": "public void actionPerformed(ActionEvent e) {\n\t\t\t\t\n\t\t\t\tExportUI export = new ExportUI(pathTextField.getText(), keyTextField.getText(), \n\t\t\t\t\t\tcontentTextArea.getText(), resultTextArea.getText());\n\t\t\t\texpo...
6e7171e2ca4933ae8181093bc51a9936
Returns one of the keys with Minimal value.
[ { "docid": "079739872f3e299853ef8b7baf28444e", "score": "0.60589147", "text": "public String getMinKey() {\n // System.out.println(\"min : \" + head.next.val);\n // System.out.println(\"min : \" + head.next.keySet.iterator().next());\n if(head.next == tail) return \"\";\n ret...
[ { "docid": "ad3b34561e92f20c438e1c01b9202b8f", "score": "0.6336576", "text": "public String getMinKey() {\n return min.isEmpty()?\"\":min.peek().key;\n }", "title": "" }, { "docid": "7deb95a9551fe7f182a74d34efb720b7", "score": "0.6131156", "text": "public final E min()\n ...
229e67e3af1286a381a8c70114f9d969
Return a user from the database given a username
[ { "docid": "38e05d8ebe02030e198932833ac6d4d7", "score": "0.7494388", "text": "@Override\n public User getUser(String username) {\n String userInfo = load(username);\n return stringToUser(userInfo);\n }", "title": "" } ]
[ { "docid": "de469c196d6439f8fa23ecf298caa087", "score": "0.820801", "text": "public Profile findUserInDatabase(String username);", "title": "" }, { "docid": "18fe5c5e55c9f0edb6726f9dd75ec5a5", "score": "0.8079221", "text": "User getUserByUsername(String username);", "title": "" ...
beef8f1bd57705607c44a0f97f0becbf
Merge sorts an array.
[ { "docid": "b60e92a858e9578c6cfc088576a2fc72", "score": "0.66014737", "text": "public static void mergeSort(int[] array, int left, int right) {\r\n\t\t\r\n\t\tif (left < right) {\r\n\t\t\t// Get the middle point\r\n\t\t\tint median = (left + right) / 2;\r\n\t\t\t// Sort the first half of the array\r\n\t...
[ { "docid": "63cec52daa68d815b7962f0edc9f34ad", "score": "0.76254916", "text": "public void mergeSort(int[] array){\r\n\tint[] temp = new int[array.length];\t\r\n\tthis.split(array, temp, 0, array.length - 1);\r\n\t}", "title": "" }, { "docid": "3cfd5522d751137fff734d91cfb783c9", "score":...
028b69a32b3ad03d1037d65fc8a1d714
/STARLINE: Displays a long row of asterisks, used to distinguish recently updated/displayed information from previously displayed information; basically, they indicate new 'screens'.
[ { "docid": "ca2185a2533df216987c0d24f48f72f9", "score": "0.71392417", "text": "public static void StarLine(){\r\n\t\tSystem.out.println(\"*************************************************************************************************************\\n\");\r\n\t}", "title": "" } ]
[ { "docid": "b93241a2c399a4f7ee928f8014fe6b1c", "score": "0.6149746", "text": "public static void printHollowRect(){\n System.out.println(\"*****\");\n for (int i = 0;i<=2;i++){\n System.out.println(\"* *\");\n }\n System.out.println(\"*****\");\n\n\n }...
d43c2b05b4d35020f1011b435ddbd5db
Test of if length is zero block will not be created
[ { "docid": "bd3793dcc9effac127d4d5248001c7d3", "score": "0.74884593", "text": "@Test\n public void testzerolength() {\n Block result = Block.createblock(0, \"test\", 1, 1, 0, true, true);\n assertNull(result);\n }", "title": "" } ]
[ { "docid": "1258a75107076034051610b085a14ca9", "score": "0.7289515", "text": "@Test\n public void testnegativelength() {\n Block result = Block.createblock(0, \"test\", 1, 1, -10, true, true);\n assertNull(result);\n }", "title": "" }, { "docid": "f58a58e41741207c5afaaded...
08a02d8afcba20c2f32ad793692cf94d
When worker list gets updated
[ { "docid": "83912ba5122affaa4dc4aa5db781ce65", "score": "0.55804926", "text": "public void valueChanged(ListSelectionEvent e) {\n\t\tif(!e.getValueIsAdjusting() && workerList.getSelectedIndex() != -1) { //Prevents double selection\r\n\t\t\tselectedWorker = contentPanel.getApp().getWorker(workerList.getS...
[ { "docid": "5e9585d237d1b6cf4a938be9cd237cce", "score": "0.73270047", "text": "protected synchronized void updateWorkers(int workersChanger){\n mCurrentWorker += workersChanger; \n }", "title": "" }, { "docid": "ddccb9048f25f8896dfce8d0d44483f4", "score": "0.6476181", "text"...
78df232c0b33106678a53899041aba57
Uses the presenter to show the main menu for the organizer and perform certain actions based on the input
[ { "docid": "500cd70f8b1304333ababc07a851174a", "score": "0.68985176", "text": "public void mainMenu(){\n label:\n while (true){\n String input = getMenuPresenter().printOrganizer();\n switch (input) {\n case \"1\": // Go to the message menu\n ...
[ { "docid": "c1e30654f04c873ebc6ada22d2bf9264", "score": "0.7237985", "text": "private Action displayMenu() {\n IMenuPresenter menuPresenter = new MenuPresenter();\r\n\r\n return menuPresenter.displayMenu();\r\n }", "title": "" }, { "docid": "5b17b2685ce9f4db52bf7f511b9e8fd2"...
2a4f3394d81ffd59092e61287dfd9587
Logs the received Message from pharmacy
[ { "docid": "df5bf03ca000454931c6af7d078e3275", "score": "0.0", "text": "public int logDispensingInterfaceMsgContent(Map<String, Object> paramMap) throws DispensingInterfaceCustomException {\n\t\tint id = 0;\n\t\ttry{\n\t\t\tStringBuilder query = new StringBuilder();\t\n\t\t\tquery.append(\"INSERT INTO \...
[ { "docid": "57b0380ccff85af634c4a065cbe86430", "score": "0.6587778", "text": "public void log() {\n System.out.println(\"Message: Value-\" + value\n + \", clientId-\" + clientId);\n }", "title": "" }, { "docid": "0137a3f2ae63d92958dc83ca6cead2b4", "score": "0.648...
93a7bbf752cd0b937cfaade4197625a8
add explicit logic to return null if the property does not exist This is the behavior Atlas expects. Titan 1 throws an exception in this scenario.
[ { "docid": "9bf74b3562ad3b7a419ba6f5c9fc678a", "score": "0.60485727", "text": "@Override\n public <T> T getProperty(String propertyName, Class<T> clazz) {\n Property p = getWrappedElement().property(propertyName);\n if(p.isPresent()) {\n return (T)p.value();\n }\n ...
[ { "docid": "9f1c45d3c027be0b768c9c04b1f07595", "score": "0.6679227", "text": "public Object getProperty(String property) {\n try {\n Object value = result.get(property);\n if (value != null)\n return value;\n // if property exists and value is null,...
3f32034d566088ec70a737cda1c3022d
Replaces a set of searchString and replaceString pairs, given by the substitutions Map parameter.
[ { "docid": "ebed85609fc9cc86e003f98461f3f119", "score": "0.6434919", "text": "public static String substitute(String source, Map substitions) {\r\n\r\n String result = source;\r\n Iterator it = substitions.entrySet().iterator();\r\n while (it.hasNext()) {\r\n Map.Entry en...
[ { "docid": "9d3d0d75c88e1c180d56a08415a451c4", "score": "0.6920348", "text": "public static String replaceByMap(String _searchStr, Map<String, String> _replacements) {\n if (_searchStr == null) {\n return null;\n }\n if (_replacements == null || _replacements.isEmpty()) {...
63c384464fbd87c88cde1595f8866c0f
Metodo que cierra la ventana actual
[ { "docid": "1388d5c9533826fcb00b4f59bf28ba8f", "score": "0.0", "text": "@FXML\r\n private void closeWindow(MouseEvent event) {\r\n Stage stage = (Stage) Cancelar.getScene().getWindow();\r\n\r\n stage.close();\r\n }", "title": "" } ]
[ { "docid": "3af1d4fc409dfa21196a10078858b3ff", "score": "0.66889656", "text": "private static void tecla() {\n\t\t\r\n\t}", "title": "" }, { "docid": "ee65ec9449c9823915258658a686e7fc", "score": "0.66665065", "text": "private void lanzarVentanaModoUso() {\r\n Mensaje.mostrar(c...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c86ec24d5f00942c3fd9e8db22d225c1", "score": "0.0", "text": "public static void main(String[] args) {\n\t Arrays.sort(w); \n\t dfs(0,100,0); \n\t }", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.6840185", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68005073", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "tit...
12373fd3a342d414fb4bec93f39ac064
System.out.println( "Mouse Exited " + this.getText() );
[ { "docid": "35b05fbfe0a4a0097fb00aaa7c23c0e6", "score": "0.0", "text": "@Override\n\tpublic void mouseExited( MouseEvent event ) {\n\t\tthis.fillColor = this.darkTheme ? this.backgroundColor : this.backgroundColorLight;\n\t\t//repaint();\n\t\t\n\t}", "title": "" } ]
[ { "docid": "b33443578309aa3feb7bedb17572142c", "score": "0.71607006", "text": "@Override\n\tpublic void mouse() {\n\t\t\n\t}", "title": "" }, { "docid": "09f3a56fb567d5a6dc3313e2e3bf4ac8", "score": "0.7030262", "text": "@Override\n\tpublic void mousePressed(MouseEvent e) {\n\t\tSyste...
1d07bd5c0078ebe14ac10be4d1785aab
ToDo: What to do with PropertyVetoException
[ { "docid": "03615dd34a00f71bcaf2275af008ca24", "score": "0.0", "text": "@Bean\n public LocalContainerEntityManagerFactoryBean entityManagerFactoryBean() throws PropertyVetoException{\n LocalContainerEntityManagerFactoryBean factoryBean=\n new LocalContainerEntityManagerFactoryBe...
[ { "docid": "b62cf84766cb9f81763319150310c39a", "score": "0.69497776", "text": "public void vetoableChange(PropertyChangeEvent evt)\n \t\tthrows PropertyVetoException {\n \t\t// TODO updating here is not really necessary isn't it?\n \t\t// Only if we are visible.\n \t\tupdate();\n \t}", "title": "" ...
86c614906178798a3d09b4a68d9ea6ab
Generates a string in the .hd line format
[ { "docid": "04a1c1743ff12e2247ff050adbaaad28", "score": "0.0", "text": "public static String getAtomString(int atomNumber, char residueType, int residueNumber, String atomType, float x, float y, float z, float b, float q) throws Exception {\n String anum, rnum, atyp, mx, my, mz, mb, mq;\n ...
[ { "docid": "375147bf7af5b05691b70ba1b427dd89", "score": "0.613705", "text": "protected void drawHLine(int h, String hStr){\r\n\t\tint i = 0;\r\n\t\twhile (i++ < h)\r\n\t\t\tSystem.out.print(hStr);\r\n\t}", "title": "" }, { "docid": "6a38d044b7884b6d9cdc762d45f1a2af", "score": "0.6052215...
e31d2fe7bb372cb68b6f628d671a5ea8
This method was generated by MyBatis Generator. This method sets the value of the database column TFSTRX.VALID_FROM
[ { "docid": "e686d5953029231b90ffa3884d011255", "score": "0.7301401", "text": "public void setVALID_FROM(Date VALID_FROM) {\r\n this.VALID_FROM = VALID_FROM;\r\n }", "title": "" } ]
[ { "docid": "80df6c771de59f02180c239ca58da1b4", "score": "0.6924052", "text": "public void setDATE_VALID_FROM(Date DATE_VALID_FROM) {\r\n this.DATE_VALID_FROM = DATE_VALID_FROM;\r\n }", "title": "" }, { "docid": "4f591f4be53431a2b7a34cfff306ff23", "score": "0.68332666", "tex...
88c9d67be28ad207c8b71bde4ce20653
CONSTRUCTORS Initialize an empty customer object. (Not actually needed to be defined) Caution: May or may not have a soul.
[ { "docid": "5f403847e65a368295370d900d689418", "score": "0.7704202", "text": "Customer() {\n\t\t\n\t\t// this.soul = null;\n\t\t\n\t}", "title": "" } ]
[ { "docid": "b00291a4d71c1dd7d3250b370f4beac3", "score": "0.8326719", "text": "public Customer (){\n this(0,\"\",0,\"\",\"\",\"\",\"\",\"\",\"\",0,null,\"\",null,\"\");\n }", "title": "" }, { "docid": "85c8216dd5b6d3b91cb7f2dc1c3f094a", "score": "0.8220088", "text": "public ...
56bebef358f89538b767b385bc36dcae
should not apply diag_mm rewrite
[ { "docid": "76ad5c7c21351dea110b688920821ccc", "score": "0.5386238", "text": "@Test\n\tpublic void testDiagMVDenseDenseCP() \n\t{\n\t\trunDiagMatrixMultiplicationTest(false, false, false, true, ExecType.CP, true);\n\t}", "title": "" } ]
[ { "docid": "0ae2c7dc96a40cd52b5a6bd6a50a4d59", "score": "0.58818096", "text": "protected boolean diagonalsAreLegal() {\n return false;\n }", "title": "" }, { "docid": "9060707d74e942b9496c6ec5287b2901", "score": "0.5847988", "text": "@Test\n\tpublic void testDiagMMDenseDenseTrans...
dfa7076242f07360e4f836bca26e684a
Method to get artworkName
[ { "docid": "4ce18c4c5a48925ed1ba2e4047a46fc0", "score": "0.8405947", "text": "public String getArtworkName() {\r\n return artworkName;\r\n }", "title": "" } ]
[ { "docid": "6ff26ea9bc2536c2c76eda23afd39949", "score": "0.6927958", "text": "public java.lang.String getArticlename () {\n\t\treturn articlename;\n\t}", "title": "" }, { "docid": "0f858d1e1f3824040f5e86ee4f00b971", "score": "0.69052833", "text": "public void setArtworkName(String ar...
48540b6cac19bf0faa9bb783d51d2b22
OnDraw() ends here /////////////////////////////////////////// /////////////////////////////////////////////////////////////////// ////////////////////////////////////////// C O L I D E S //////////////////////////////////////////////////////////////
[ { "docid": "0db664e87332ba1f46e2cb27ed72a209", "score": "0.0", "text": "public void ball_colide1(Canvas canvas){//boundary collide\n\n if(ball.getX()+ball.getRadious() >= canvas.getWidth() || ball.getX()-ball.getRadious() <= 0){\n ball.setDx(-ball.getDx());\n //if(ck==2){ck=...
[ { "docid": "e7d2f1737db72ef6551d933469122fe8", "score": "0.7715305", "text": "@Override \n public void onDraw(Canvas canvas) {\n //do drawing stuff here.\n update();\n draw(canvas, paint); \n }", "title": "" }, { "docid": "d28bdcf867daeb7f1869d291d18d881...
4916c88347db29b5e538565f1b56d0be
This method is still kept for a while until android.support.v7.widget.SearchView ver. 26.0 is publicly released because previous implementations of that class had relied on this method via reflection.
[ { "docid": "8f1214fa8b36dc5259f6ea799534d43a", "score": "0.0", "text": "@Deprecated\n @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 123768499)\n public void showSoftInputUnchecked(int flags, ResultReceiver resultReceiver) {\n try {\n Log.w(TAG, \"showSo...
[ { "docid": "c90180ed36f836eede5079ca38b9aa73", "score": "0.6691382", "text": "private void initSearchView() {\n mSearchView = (SearchView) MenuItemCompat.getActionView(mSearchItem);\n\n SearchManager searchManager =\n (SearchManager) getSystemService(Context.SEARCH_SERVICE);...
cf42e163e96708b6cd147956e436e296
repeated .MapKnapsack furknaList = 3;
[ { "docid": "2f21ca7d74213241dd52257f90ebf2ec", "score": "0.71553344", "text": "com.ids.teenage.proto.TFBsGo.MapKnapsack getFurknaList(int index);", "title": "" } ]
[ { "docid": "f8c2b36f906c3894a6d8037333bc2eb0", "score": "0.74129105", "text": "com.ids.teenage.proto.TFBsGo.MapKnapsack getMapknaList(int index);", "title": "" }, { "docid": "a751424e5b0f125478d00284e1f5f890", "score": "0.6959554", "text": "java.util.List<com.ids.teenage.proto.TFBsGo...
13dbc8568f9fe06a3c312975995aa64e
Setting the Slave's Set Point
[ { "docid": "7f4eb387cf775950a99921319fa74880", "score": "0.63614386", "text": "public void syncSlave(){\n pidLoopRight.setSetpoint(liftPotentiometerLeft.get());\n }", "title": "" } ]
[ { "docid": "944ebbf009e4dc06329626a9c181ad6d", "score": "0.6403701", "text": "public void setPoint ()\r\n\t\t{\n\t\t\t\r\n\t\t\tpoint11.x=x1;\r\n\t\t\tpoint11.y=y1;\r\n\t\t\t\r\n\t\t\tpoint22.x=x2;\r\n\t\t\tpoint22.y=y2;\r\n\t\t\t\r\n\t\t\r\n\t\t}", "title": "" }, { "docid": "ba9f43947517f76...
d272c4af580fb0d8e4db3f873a2c2514
check if image entry in imageAddTF already exists in list of images and if there is a nonnull entry in the imageAddTF Textfield.
[ { "docid": "1ca3c360d5978f8ac8552fab48d63d4e", "score": "0.65270185", "text": "@Override\n public void actionPerformed(ActionEvent e) {\n String imgStr = imageAddTF.getText().trim();\n if (imgStr.equals(\"\")) {\n System.out.println(\"No entry ...
[ { "docid": "34227105f56d2a421dc0b86ea871d838", "score": "0.61669695", "text": "protected boolean hasImages(List<Image> images) {\n return images != null && images.size() > 1;\n }", "title": "" }, { "docid": "7f226e91b948bb55779efd669b1f603a", "score": "0.57205325", "text": "boole...
72c9d70d57f44e6c425c375e197f49b8
Variable to hold the current card count. Think someone counting cards to get an advantage over the house Constructor Calls createDeckShoe method to initialize the ArrayList
[ { "docid": "ba39fd9bc64bfd63692bab56d1b76281", "score": "0.0", "text": "public Shoe() {\r\n\t\t\tcreateDeckShoe();\r\n\t\t}", "title": "" } ]
[ { "docid": "76983dc910e899e8beddb95ef8c8abe5", "score": "0.6948417", "text": "public int numCards(){\n return cards.size();\n }", "title": "" }, { "docid": "daf9273d4b54522c5764a0ef024c57e6", "score": "0.6928276", "text": "public void freshDeck()\n {\n collection = n...
0d9dff7a1fd4e06689ed062f27822104
Check BT connectionIf not connected to any bluetooth device
[ { "docid": "cbf7aad119aa6a76b46b12c7f27037c5", "score": "0.0", "text": "public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {\n if (connectedDevice == null) {\n Toast.makeText(getContext(), \"Please connect to bluetooth device first!\", Toast.LENG...
[ { "docid": "0117c7be205493fd1e7d416cfbb2b238", "score": "0.8280192", "text": "private void checkBluetoothConnection() {\n if (bluetoothMessageController.isBluetoothConnected()) {\n Log.d(logCat, \"bluetooth is connected\");\n statusTextView.setText(getResources().getString(R...
d27e90ba17ff050430b5cdbb45e552a1
Creates an empty default rule
[ { "docid": "b5592c2222290b6234f79bafd934f9be", "score": "0.7524566", "text": "public DefaultRule defaultRule() {\n return new DefaultRule();\n }", "title": "" } ]
[ { "docid": "d4e7f85205bc5ef2fc9d10d3258b7419", "score": "0.6715981", "text": "public BasicRule() {\n\t}", "title": "" }, { "docid": "8248e60c14a518c19333da97eb485b5f", "score": "0.6676194", "text": "Rule createRule();", "title": "" }, { "docid": "8248e60c14a518c19333da97e...
10f5cd52e3fa99408372f643fb171a6f
Unsuccessfully logged in(correct Email/Passwordwrong)
[ { "docid": "08e018bc47354a5236477f8528f1627a", "score": "0.71710324", "text": "@Test()\n public void unsuccessfullyLoggedInWithCorrectEmailIncorrectPWD(){\n driver.get(Properties.getBaseUrl());\n SignUpPage signUpPage = new SignUpPage(driver);\n signUpPage.activatedTab();\n ...
[ { "docid": "9596b72e8a0e8eebd4ab2bd8dbef509b", "score": "0.7204529", "text": "@Override\r\n public boolean login(String email, String password) throws LuxuryCouponsException {\r\n String EMAIL = \"admin@admin.com\";\r\n String PASSWORD = \"admin\";\r\n if (!(email.equals(EMAIL) &...
3be7a7898d928e5e70ca36a1905d928d
" " varian segun el tipo de dato
[ { "docid": "264f0bcf6d60f4d9f8d7e64357fa97d4", "score": "0.0", "text": "public void set_horario (String horario)\n {\n\t\tthis.horario = horario;\n\t}", "title": "" } ]
[ { "docid": "a82218153c031922c20191de8674f060", "score": "0.6400503", "text": "public abstract String getDatatype();", "title": "" }, { "docid": "efdf9b95f6638e53d45507a9b714b516", "score": "0.6361025", "text": "String getDataType();", "title": "" }, { "docid": "efdf9b95f6...
ea63d261a946b745049e60d23f54c79d
method that takes a double and sets the value of height
[ { "docid": "cfe3aaad326ce92a91092e90d7ae1c7e", "score": "0.82376623", "text": "public void setHeight (double y){\n height = y;\n }", "title": "" } ]
[ { "docid": "c6c9058afe0e4eeb4703366113ab1956", "score": "0.8892555", "text": "public void setHeight(double height);", "title": "" }, { "docid": "260cc7c6f5b7c11b30870d1e1312ec2d", "score": "0.80894893", "text": "public void setHeight(double height){\n this.height = height;\n ...
56343b78db00fe4fdf6c21720529db6c
Handles the HTTP POST method.
[ { "docid": "4d19e9839f26be15ec2c0da2d7462e06", "score": "0.0", "text": "protected void doPost(HttpServletRequest request, HttpServletResponse response)\n throws ServletException\n {\n //Extract Data\n int ret = CODE_OK;\n String uni = request.getParameter(\"uni\");\n ...
[ { "docid": "033e44022fe44bd474c798737c2b5f69", "score": "0.75422394", "text": "private void httpPost() {\n }", "title": "" }, { "docid": "0017565e3c0b8df03ac67e592ac2d7e9", "score": "0.7285255", "text": "@Override\n\tpublic void doPost(Request request, Response response) throws IO...
61f73c8c566d51fbf062f1772ad27bff
Recibo una oferta para unirme a un partida de catan
[ { "docid": "63b7e506045f23200cc8bc58debea6d0", "score": "0.0", "text": "public void body()\n\t{\n\tIMessageEvent\trequest\t= (IMessageEvent)getInitialEvent();\n\tOfrecerUnirsePartida rj = (OfrecerUnirsePartida)request.getContent();\n\t//Obtengo mi Jugador de las creencias del agente\n\t\n\tJugador\tyo\t...
[ { "docid": "01df41f6843c1e83b2ee8b0dac520a34", "score": "0.59903646", "text": "public void annoncerContreCarte() {\n\t\tpartie.getJoueur(0).annoncerContreCarte(partie.getJoueurActuel());\n\t}", "title": "" }, { "docid": "87a7d79323fb3007e76a03cf1510af1f", "score": "0.5681798", "text"...
340068a8e91e4ed6a563db75eaf17284
Customer on the Order before the Set Customer ID update action.
[ { "docid": "93c29ca1873a53a85c2bc7a4cd475f6e", "score": "0.0", "text": "@Valid\n @JsonProperty(\"oldCustomer\")\n public CustomerReference getOldCustomer();", "title": "" } ]
[ { "docid": "d81863bd4bb99a11b2746b51467ea885", "score": "0.6893867", "text": "public void setCustomerOrderId(\r\n final java.lang.String customerOrderId) {\r\n this._customerOrderId = customerOrderId;\r\n }", "title": "" }, { "docid": "c0593b4a118acc64777518b16762a1cf", ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "6f3da687e49933393c7b8f3778c5453d", "score": "0.0", "text": "@Override\r\n\tpublic List<Catagory> findByPage(int i, int j, String name) {\n\t\treturn catagoryDao.findByPage(i, j, name);\r\n\t}", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
6e33ab15e55b5f31293d15bc702acb68
/ 101: / 102:
[ { "docid": "6e6eefad8177137153ed5af66b9940cb", "score": "0.0", "text": "public MovimientoPartidaPresupuestaria cargarDetalle(int idMovimientoPartidaPresupuestaria)\r\n/* 103: */ {\r\n/* 104:102 */ return this.movimientoPartidaPresupuestariaDao.cargarDetalle(idMovimientoPartidaPresupuestaria);\r...
[ { "docid": "d089e70d13a4733b02defd577d12a723", "score": "0.5185267", "text": "private int abbrLen2(int mask) {\n int count = 0;\n while(mask != 0)\n {\n count++;\n mask = mask & (mask-1);\n }\n return count;\n }", "title": "" }, { ...
ccc2114cbd9614268911c5135d695ce5
Gibt die Menge der LendingObjects anhand der Id zurueck.
[ { "docid": "63b6e8e1b91cb05e2ca383694d58d94e", "score": "0.0", "text": "public int getLendingObjectsQuantityWithLendingId(long lendingId) {\n return this.lending.getLendingObjectsQuantityWithLendingId(lendingId);\n }", "title": "" } ]
[ { "docid": "67ee24258ea4957e7bfba4087ccbf654", "score": "0.63139266", "text": "public int getId() {\r\n return id;\r\n }", "title": "" }, { "docid": "82e99396fc7be5fc7073c6b58d23093f", "scor...
e1539034ff12b1c2ba563fdd2bfa3a70
Returns the plan section plan map with the primary key or returns null if it could not be found.
[ { "docid": "d1d04c5a8335e8c2de85dfe13274adf4", "score": "0.70538473", "text": "@Override\n public PlanSectionPlanMap fetchByPrimaryKey(Serializable primaryKey)\n throws SystemException {\n PlanSectionPlanMap planSectionPlanMap = (PlanSectionPlanMap) EntityCacheUtil.getResult(PlanSection...
[ { "docid": "8db239afd1b809cd16a0ee910a0d9f97", "score": "0.7106676", "text": "@Override\n public PlanSectionPlanMap fetchByPrimaryKey(\n PlanSectionPlanMapPK planSectionPlanMapPK) throws SystemException {\n return fetchByPrimaryKey((Serializable) planSectionPlanMapPK);\n }", "tit...
786269c2bf55c485b0eaf2925e1120d1
Specifies the ueMtu property: The MTU (in bytes) signaled to the UE. The same MTU is set on the user plane data links for all data networks. The MTU set on the user plane access link is calculated to be 60 bytes greater than this value to allow for GTP encapsulation..
[ { "docid": "a919a72708a35cff291537391b842c09", "score": "0.4748196", "text": "WithCreate withUeMtu(Integer ueMtu);", "title": "" } ]
[ { "docid": "b2672b24fa0519f0b85f73e07f617b6f", "score": "0.7276477", "text": "interface WithUeMtu {\n /**\n * Specifies the ueMtu property: The MTU (in bytes) signaled to the UE. The same MTU is set on the user\n * plane data links for all data networks. The MTU set on...
5d39596f4f2a29f1d2d411aafa3588d9
Charity Home Page Details.
[ { "docid": "3f6f0acc9bf25599844ac08d7b5f12d6", "score": "0.6106945", "text": "Page fetchCharityHomePageById(Long pageId);", "title": "" } ]
[ { "docid": "4b6c065f1e065ba2d93f050131595e52", "score": "0.73241293", "text": "java.lang.String getHomedetails();", "title": "" }, { "docid": "8bd48b595f5a9ef5358d2037ed92a60a", "score": "0.6598452", "text": "public void displayHomepage() {\r\n HomepageModel model = new Homepa...
518bf5364cda3c6202a1a392996f93d1
Inflate the menu; this adds items to the action bar if it is present.
[ { "docid": "3d581f8da4e634e0c085638e968bf6dd", "score": "0.0", "text": "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.main, menu);\n return true;\n }", "title": "" } ]
[ { "docid": "b470b12158e9a37414c1897a8fc7b04e", "score": "0.71331793", "text": "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater mif = getMenuInflater();\n\t\tmif.inflate(R.menu.main_activity_action, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "title": "" ...
43a6a80a74f9cb740d788d9c48a512ab
Init the fields that are used by this test only.
[ { "docid": "f727d48d77187af9e9d2c3200e8219e2", "score": "0.0", "text": "@Override\n public void localSetUp() {\n // Get all kinds of request\n if (fVM.canWatchFieldAccess())\n fRequests.add(getAccessWatchpointRequest());\n fRequests.add(getBreakpointRequest());\n ...
[ { "docid": "ba00fbffda475132aff7edd952e6e066", "score": "0.726004", "text": "protected void initVars() {}", "title": "" }, { "docid": "013f16fdb167fc5641e7b9cef249da5d", "score": "0.7219893", "text": "@Before\n public final void initialize() {\n Assert.assertNotNull(this.us...
88848a935aa40c2ce8eac48e8ece676e
Validate a Document against a schema
[ { "docid": "ec9b3ded8fdf014c2866a1bec8e7eb48", "score": "0.5250445", "text": "public static String validateDom(Document document,String fileString,validationErrorHandler errors)\n {\n \n SchemaFactory factory =\n SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI);\...
[ { "docid": "595d238cfc386af340cb11d8ae1be87c", "score": "0.7201024", "text": "public void validate() throws org.apache.thrift.TException {\n if (document != null) {\n document.validate();\n }\n }", "title": "" }, { "docid": "ff878c79790bf86f2695c0a3b9629666", "score": "0.6503...
f214c03935df96b37f57c5a352473740
Building a random index between 0 to size list.
[ { "docid": "b6332c8e57a1307a7746180a49fe4243", "score": "0.55480427", "text": "private int sortIndex() {\n return new Random().nextInt(v1Androids.length);\n }", "title": "" } ]
[ { "docid": "8a90fe8f6b370e4b80298d9881ba6fa0", "score": "0.70563155", "text": "private int generateRandomIndex() {\n Random rand = new Random();\n return rand.nextInt(3);\n }", "title": "" }, { "docid": "072296fe51db62eda23f1e07c8fb19d5", "score": "0.66524416", "text...
c5e8bfe4b714334e51353c2fbba00251
$ANTLR end "FloatTypeSuffix" $ANTLR start "EscapeSequence"
[ { "docid": "528c233901a99b9486896be1d0e43ad7", "score": "0.40796497", "text": "public final void mEscapeSequence() throws RecognitionException {\n try {\n // /Users/zohaibrauf/Documents/workspace/ObjCFYPA/src/com/icona/antlr/main/ObjectiveC.g:2342:5: ( '\\\\\\\\' ( 'b' | 't' | 'n' | 'f...
[ { "docid": "58531802e9df31eef6f925fcf6090720", "score": "0.63263327", "text": "public final void mFloatTypeSuffix() throws RecognitionException {\n try {\n // /Users/zohaibrauf/Documents/workspace/ObjCFYPA/src/com/icona/antlr/main/ObjectiveC.g:2338:17: ( ( 'f' | 'F' | 'd' | 'D' ) )\n ...
1a790a98f2841b151bb4618114111a10
Crea un nuevo AOSigPolicyQualifierInfo con su calificador cPSuri.
[ { "docid": "884900d1ee5ad232763a6e8624a708ca", "score": "0.69230527", "text": "AOSigPolicyQualifierInfo(final String cps) {\n this.sigPolicyQualifierId = PKCSObjectIdentifiers.id_spq_ets_uri;\n this.sigQualifier = new DERIA5String(cps);\n }", "title": "" } ]
[ { "docid": "66c59aac58c8d8fbeca191cbe07afbcc", "score": "0.47473052", "text": "protected void createCdapAnnotations() {\n\t\tString source = \"http://openecomp.org/cdap\";\t\n\t\taddAnnotation\n\t\t (getDcaePolicyEntity_PolicyName(), \n\t\t source, \n\t\t new String[] {\n\t\t\t \"destination\", \"n...
4c9917ea0cfce66e44e76929a29fb112
.protocol.HelloMessage.BlockId genesisBlockId = 4;
[ { "docid": "83e1461635b74bf29ef574b59a545502", "score": "0.5803962", "text": "public BlockId getGenesisBlockId() {\n if (genesisBlockIdBuilder_ == null) {\n return genesisBlockId_ == null ? BlockId.getDefaultInstance() : genesisBlockId_;\n } else {\n return genesisBlockId...
[ { "docid": "47d77b7c53943b2a8299b5fb65f4b790", "score": "0.8285969", "text": "HelloMessage.BlockId getGenesisBlockId();", "title": "" }, { "docid": "f1219950886951d3f47de2fc215fc4f8", "score": "0.78228074", "text": "HelloMessage.BlockIdOrBuilder getGenesisBlockIdOrBuilder();", "t...
b33e0b832eec54d73acf602035415c06
Create and set up the window.
[ { "docid": "3189707f89773e20c356ccd404afea77", "score": "0.0", "text": "public static void createAndShowGUI(boolean visible) {\n\t\tframe = new JFrame(\"Einstellungen\");\n\t\tframe.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);\n\n\t\t// Create and set up the content pane.\n\t\tJComponent newConten...
[ { "docid": "5110b766d39b87a9b79ec5f920fa73e2", "score": "0.7938424", "text": "private void createWindow() {\n\t\tLOG.debug(\"Initializing window...\");\n\t\twindow = new JFrame(windowTitle);\n\t\twindow.setResizable(false);\n\t\twindow.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n\t}", "title": ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "e6397f38f2929a3b1286e45f75eb5dd7", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\r\n\t\tSystem.out.println(\"enter the string:\");\r\n\t\tString name = in.nextLine();\r\n\t\tint len = name.length();\r\n\t\tint count = 0;\r\n\t\tfo...
[ { "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...
ae7e16c3cd2fda0bcf9aeb740dcbb2f7
Method for sending SMS to single user
[ { "docid": "4d787866e1562468c3779a9c1878a22e", "score": "0.6992781", "text": "boolean sendSMS(final SMSConfig smsConfig, final SMSData smsData, String mobileNo) throws Exception;", "title": "" } ]
[ { "docid": "7483ffbe61547bcb9f475df70f6b77fa", "score": "0.7507498", "text": "@RequestMapping(value = \"/sms\", method = RequestMethod.GET, headers = \"Accept=application/json\")\n\tpublic UserSignOnResponse sms() {\n\t\tUserSignOnResponse response = new UserSignOnResponse();\n\t\tSmsMessage mail = new ...
691b8e6c337b1153ec583418f6a1663d
perForm handle the HTTP GET method
[ { "docid": "8a69612518b2ebe27bf01421db851720", "score": "0.70307106", "text": "protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException{\r\n\t perForm(request,response);\r\n\t}", "title": "" } ]
[ { "docid": "54689c1ff794de56a7bf128a1eb7cf7c", "score": "0.6946333", "text": "@Override\n public int getHttpType() {\n return Request.Method.GET;\n }", "title": "" }, { "docid": "39d4515bf63b846049d2aff7e8debbc3", "score": "0.68099815", "text": "@Override\n\tprotected Me...
3488ceac26e0767045c4b4b9156c8cdf
move the root until the top
[ { "docid": "89d7831b561e64944c11843b6e09069f", "score": "0.0", "text": "public void splay(BST_Node node_tosplay) {\n \twhile (node_tosplay != root) {\n\t\t\tBST_Node P = node_tosplay.parent;\n\t\t\t//zig\n\t\t\tif (P.equals(root)){\n\t\t\t\tif (node_tosplay.equals(P.left)) {\n\t \t\trotateRigh...
[ { "docid": "94ef1e004dab260f616d4a9de7218680", "score": "0.7192868", "text": "public void MoveUpToParent() {\n\t\t\n\t\tif(cursor!=root)\n\t\t\tcursor = cursor.getParent();\n\t\telse\n\t\t\tSystem.out.println(\"Error: Already at Root Node.\");\n\t}", "title": "" }, { "docid": "081120438caa9d...
263dcb9838302d75cdd3db372cfbdb5b
Inflate the layout for this fragment
[ { "docid": "333d3afba8c83dff2f7b72a728c1dc5d", "score": "0.0", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View view = inflater.inflate(R.layout.fragment_home, container, false);\n ...
[ { "docid": "6ec4f98428ed58f118e52024dd3171e7", "score": "0.6739604", "text": "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n return inflater.inflate(R.layout.fragment_main_allinfo, container, false...
5a9f499b9c3fc9b3fecf4f89535d3fd8
Returns the pk of this discussion message flag.
[ { "docid": "e00c860547f3625bede7b34110ff5e18", "score": "0.86844635", "text": "@Override\n public long getPk() {\n return _discussionMessageFlag.getPk();\n }", "title": "" } ]
[ { "docid": "d3db04e3aa9d12937bae707674c7dde6", "score": "0.82594544", "text": "@Override\n public long getPrimaryKey() {\n return _discussionMessageFlag.getPrimaryKey();\n }", "title": "" }, { "docid": "cac3b1e3ba69d7a960b354f54eda1a77", "score": "0.7203589", "text": "@O...
53afe36cd25102e7c4d84bf0221c8e0c
Test for being inside a ?: expression
[ { "docid": "57f652e0afe8178a86c17e3f7d56a004", "score": "0.5006723", "text": "boolean test_if() {\n if( _scope.test_if() ) return true;\n if( _scope.stk().is_closure() || _par==null ) return false;\n return _par.test_if();\n }", "title": "" } ]
[ { "docid": "2f60dd716b811a812e0edd98764fc725", "score": "0.5504573", "text": "public void testColonNotInTernaryOpDueToQuestionMarkInCommentsOrQuotes() throws BadLocationException {\n IndentRuleQuestion rule = new QuestionExistsCharInStmt('?', ':', null, null);\n\n // Colon not in ternary op, ignor...
5c428fb22bef782bec28f6b52390ef73
Returns the list that exclusively contains view.
[ { "docid": "573c16c15c7aa57d9de882280d5693bc", "score": "0.5127016", "text": "protected List getParentList(Object view) {\n if (view instanceof CellView) {\n CellView parent = ((CellView) view).getParentView();\n List list = null;\n if (parent == n...
[ { "docid": "6ca30062613a875e79e0fbaeac688daa", "score": "0.6360655", "text": "public Collection<WrappedViewRoot> getActiveViews () {\n\t\tHashMap<String, WrappedViewRoot> activeViews = new HashMap<String, WrappedViewRoot>();\n\t\tIterator<WrappedViewRoot> iter = viewRootHandles.values().iterator();\n\t\...
4331b7f58497e784af783df668ce50fd
/ renamed from: c
[ { "docid": "3d6620501b0dcae811c8b2f046f4ae6b", "score": "0.0", "text": "public final void m22131c(GL10 gl10) {\n C4939n.m22128a(gl10, 5889, this.f18241b);\n }", "title": "" } ]
[ { "docid": "1e50fdc0a079e9ccff8941a7c9d7b183", "score": "0.66310865", "text": "@Override\n\tpublic void c() {\n\t\t\n\t}", "title": "" }, { "docid": "1e50fdc0a079e9ccff8941a7c9d7b183", "score": "0.66310865", "text": "@Override\n\tpublic void c() {\n\t\t\n\t}", "title": "" }, ...
71b16fbac2107d89dbb198fc7fd91e4c
List rows = DataFactory.rows();
[ { "docid": "eee2cf8633a5c0ee11d8fb70bfb181ee", "score": "0.0", "text": "public String show() {\n List<Row> rows = DataFactory.billRow();\n DataFactory.shuffle(rows);\n DataFactory.processRemove(rows);\n ActionContext.getContext().put(\"table\", rows);\n return \"showTa...
[ { "docid": "cadd3ba3382679accd5b8a7790169de6", "score": "0.78213465", "text": "java.util.List<io.dstore.engine.procedures.MiDatatypeTestAd.Response.Row> \n getRowList();", "title": "" }, { "docid": "f56e6e35d9aa0df8fe4bb056e34d68c0", "score": "0.72910136", "text": "java.util.L...
c772236a9c2114cbed68530565c74dcf
Database column used for ON DUPLICATE KEY UPDATE
[ { "docid": "c2a86811b50a3acc45b19cf182c2be9e", "score": "0.63275886", "text": "public String getDuplicateUpdateColumnString() {\n return null;\n }", "title": "" } ]
[ { "docid": "58410f71d0837d8fb8af24880c06d4b2", "score": "0.5614359", "text": "boolean hasInsertOrUpdate();", "title": "" }, { "docid": "2ccb2a1b76506f5d8a0090ccd181fb2e", "score": "0.5580676", "text": "int upsert(UserShare5Min record);", "title": "" }, { "docid": "1bf47e8...
88a57aa85d960dd753460c820c40213a
sort monitors by thread amount
[ { "docid": "a767daff185c2c3344e8598c7f460282", "score": "0.6086884", "text": "private void sortCatByThreads() {\n DefaultMutableTreeNode node = (DefaultMutableTreeNode) tree.getLastSelectedPathComponent();\n ((TreeCategory) node.getUserObject()).sort(new MonitorComparator());\n disp...
[ { "docid": "5f251f416621069d37de86f77e9945b4", "score": "0.57594144", "text": "@Test\n public void testThreadsSorted() {\n if (myIsUnifiedPipeline) {\n long streamId = ProfilersTestData.SESSION_DATA.getStreamId();\n int pid = ProfilersTestData.SESSION_DATA.getPid();\n myTransportServi...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "f58f1f0fd6a62af88cf90fbcd8cef957", "score": "0.0", "text": "@Override\r\n\tpublic void setInfo(String gender, String age) {\n\t\tmRectOnCamera.setPersonInfo(gender, age);\r\n\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...
e2d984020229bb3082fc832a07b03258
Set the spacing between two vertical lines/indicators. Default value is 14 pixels.
[ { "docid": "7310cca29a0e75bfa41f4e3ab92859ab", "score": "0.0", "text": "public void setIndicatorIntervalDistance(final int indicatorIntervalPx) {\n mRulerView.setIndicatorIntervalDistance(indicatorIntervalPx);\n }", "title": "" } ]
[ { "docid": "7109f554d98ad18f63ebc6d13b2abdec", "score": "0.61649054", "text": "public float getLineSpacingExtra() {\n return mSpacingAdd;\n }", "title": "" }, { "docid": "4ab8a470d8e8f88cc16b91cd62dec712", "score": "0.6153533", "text": "public int getSpacing () {\n\tcheckLa...
003c71275a270f122bf950b39f421fe1
Returns all rows from the productservices table that match the criteria ''.
[ { "docid": "8cede822f50ffbc681e1c45fb38127c3", "score": "0.6475124", "text": "public Productservices[] findAll() throws ProductservicesDaoException;", "title": "" } ]
[ { "docid": "0b4d491ded41410bcf52c79ce7cfd845", "score": "0.7001767", "text": "public Productservices[] findWhereIsPrintingEquals(String isPrinting) throws ProductservicesDaoException;", "title": "" }, { "docid": "dd147445587022b740664912e2fc8fd6", "score": "0.6844659", "text": "publi...
3b938715256e824a60da5fcbe300ebb8
Called by ControlCenter to start up the PeerManager
[ { "docid": "25b4aeed8c95c6c56fc07110d9629a86", "score": "0.0", "text": "public static PeerManager startPeerManager(String groupName, String peerName)\n\t\t\tthrows StartUpException {\n\t\tif (instance != null) {\n\t\t\tthrow new StartUpException(\"PeerManager has already been started\");\n\t\t}\n\t\tins...
[ { "docid": "38f873bc6cba2fad7b74df2b6f81da7b", "score": "0.6639937", "text": "private void init() {\n\t\tthis.peers = new PeerList();\n\t}", "title": "" }, { "docid": "d91f3275d0670c9aa07ed353ebe305ed", "score": "0.6607875", "text": "@Inject public PeerManager (Lifecycle cycle)\n ...
12ac3abc3650c2a6d3ca03cefa9aac3a
Proxy android.app.Fragment android.support.v4.app.Fragment onActivityCreated(Bundle savedInstanceState)
[ { "docid": "3ca0a92350d9bd59616c54386fe2b776", "score": "0.6662997", "text": "public static void onFragmentActivityCreated(Object obj) {\n if (obj == null) return;\n String hostName = \"\";\n String pageName = obj.getClass().getSimpleName();\n if (obj instanceof Fragment) {\n...
[ { "docid": "42e3eb7eab9297a7b781e52357a100ff", "score": "0.7442606", "text": "void onFragmentViewCreated(Fragment fragment, View view);", "title": "" }, { "docid": "6dd4ed349aec0404def53827158fc9e3", "score": "0.72852945", "text": "public abstract View onInitFragment(View rootView, B...
a24f2bab3b2c6b606a37a460b9b458b8
Check if the sensor is in use.
[ { "docid": "0681f3cb4cf1177c72241042e4027614", "score": "0.6443084", "text": "Boolean isInUse();", "title": "" } ]
[ { "docid": "401e7811633a505011629dcdae017e6b", "score": "0.70746523", "text": "public boolean checkSensors() {\n throw new RuntimeException( \"Not implemented in version 1\" );\n }", "title": "" }, { "docid": "8a6b546cf1a2b1d210cfaf4a1a26bc3a", "score": "0.6967265", "text": "bool...
6ecb261566c51d9e16ca0968b38039e8
/ consulta no BD
[ { "docid": "be90b629fb9231452bfd31051f9b8323", "score": "0.0", "text": "public Object read(Object key) throws SQLException {\n\n PedidoProdutoArrayList arrayPedProdutos = (PedidoProdutoArrayList) key;\n Pedido pedido = arrayPedProdutos.getPedido();\n\n ArrayList<Produto> arrayProdut...
[ { "docid": "b539cd7c357f838e831c63a328be584a", "score": "0.73594725", "text": "private void buscarBD() throws ClassNotFoundException, SQLException {\n int id;\n String nom;\n Double preu;\n String tipus;\n System.out.println(\"Buscant a la base de dades...\");\n ...
6e7cca991457e34a38284a7dc231e986
.pb4server.CheckMoveServerXyRt checkMoveServerXyRt = 11;
[ { "docid": "a5a67ddfcd553c76b4cda56d62a867fb", "score": "0.8191936", "text": "pb4server.CheckMoveServerXyRt getCheckMoveServerXyRt();", "title": "" } ]
[ { "docid": "afb97e75bc4957af3cf7815a59f58dcd", "score": "0.6852632", "text": "pb4server.CheckMoveServerXyRtOrBuilder getCheckMoveServerXyRtOrBuilder();", "title": "" }, { "docid": "581fbc60fc3ea9019aa06ad0e48f00f9", "score": "0.610368", "text": "Message.MoveResponse.Status getStatus(...
cc15720e262dc2ee89d95510ad9f5116
Gets the value of the 'totalGamesPlayed' field
[ { "docid": "052fe87f81a64b138605865e85b6d51d", "score": "0.83331937", "text": "public java.lang.Integer getTotalGamesPlayed() {\n return totalGamesPlayed;\n }", "title": "" } ]
[ { "docid": "a1823301dd93888c11a5a29fa9203bd1", "score": "0.839392", "text": "public java.lang.Integer getTotalGamesPlayed() {\n return totalGamesPlayed;\n }", "title": "" }, { "docid": "dc3d871dd47ab569e4407fc7a2f757c1", "score": "0.7836401", "text": "public int totalGames()\n\t{...
fe8f489a3bb70bf331918488e41d456b
Set the order way.
[ { "docid": "8d0c650db5faf42be04d67e7a313d183", "score": "0.0", "text": "public void setOrderAsc( boolean isOrderAsc )\r\n {\r\n this._orderAsc = isOrderAsc;\r\n }", "title": "" } ]
[ { "docid": "8fed1e499394a88c7cfc3facecb5b6b7", "score": "0.7448333", "text": "void setOrder(int order);", "title": "" }, { "docid": "cc68efbdc85f4a5584c5bbef59f85c20", "score": "0.7037394", "text": "public void setOrder(Order order)\n {\n this.order = order;\n }", "t...
1bf89447b80ec86ff401a389c9f91f7d
/ access modifiers changed from: protected
[ { "docid": "2c73244c9144bcbfe5d96f77d6dfc034", "score": "0.0", "text": "public byte[] getRequestContent() {\n GetWhiteListInfoReq.Builder builder = new GetWhiteListInfoReq.Builder();\n builder.pkg_name(ProtoUtils.safeEncodeUtf8(MGCContext.getConnectionManager().getContext().getPackageName(...
[ { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.7095287", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "title": "" }, { "docid": "eaeafae753257c4f617a400374c698f3", "score": "0.70800626", "text": "protected void s() {}", "title": "" }, { "docid"...
5e1876252f20c993da4a42002ac3cac8
Build call for pullInteractionFromWorkbin
[ { "docid": "658091b74c7c32069b93700b488c96c7", "score": "0.5562014", "text": "public com.squareup.okhttp.Call pullInteractionFromWorkbinCall(String mediatype, String id, PullInteractionFromWorkbinData pullInteractionFromWorkbinData, final ProgressResponseBody.ProgressListener progressListener, final Pro...
[ { "docid": "dc37dc2f47565b75bb5a99ea1bad5d59", "score": "0.5783396", "text": "public com.squareup.okhttp.Call pullInteractionFromWorkbinAsync(String mediatype, String id, PullInteractionFromWorkbinData pullInteractionFromWorkbinData, final ApiCallback<ApiSuccessResponse> callback) throws ApiException {\...
0bf1a21d85e16740a0586e2ca4b44274
Find all final friend lists
[ { "docid": "5be29ac97b1468e04f88aebe34d11721", "score": "0.0", "text": "@Override\npublic void reduce( Text key, Iterable < IntWritable > values, Context context \n) throws IOException, \nInterruptedException {\n\tArrayList<Integer> V = new ArrayList<Integer>();\n\tfor (IntWritable val : values) \n\t{\n...
[ { "docid": "de2b09f32a6a9d1181dca55765210b57", "score": "0.657631", "text": "java.util.List<benchmark.java.metrics.protobuf.FriendOuterClass.Friend> \n getFriendsList();", "title": "" }, { "docid": "3aad75e56239aff7d8ffc8b52c92dc20", "score": "0.64138645", "text": "public java...
65d1c76f5530d3de4ad0508a05f52d22
Returns the model of rendering properties.
[ { "docid": "a4e684ac5a7c3ee88c088fd38e3cf839", "score": "0.0", "text": "public void updateSettings(PostStack3dRendererModel model) {\n _model.updateFrom(model);\n updateHistogramData(_ps3d, _model);\n }", "title": "" } ]
[ { "docid": "3a77c459def2305f279b0347173574fc", "score": "0.659916", "text": "public Properties getProperties() {\n\t\tfinal String mapBaseKey = type.getName() + \".\" + toString() + \".mapping\";\n\t\tfinal ObjectMapping m = getMapping(0);\n\t\tfinal Properties props = MappingFactory.getProperties(m, ma...
d1d2ba0e47dc745473e8c4dd9ce2ed0f
Permite actualizar un avion
[ { "docid": "163140b3b2d3167e8141e5a602b545b8", "score": "0.74903554", "text": "void actualizar(Avion entidad);", "title": "" } ]
[ { "docid": "fc7b3e4efaea5e518ac59e9831de4d36", "score": "0.7375629", "text": "@Override\n\tpublic void actualizar() {\n\t\t\n\t}", "title": "" }, { "docid": "1039a4db8c54235de688107dfea06346", "score": "0.7243012", "text": "@Override\n public void actualizar(){\n }", "title...
8a916099864df4171221fb312f780263
Adds wheat to the hand
[ { "docid": "993912561f90a42b84e98155ddeb4537", "score": "0.73895514", "text": "public void addWheat(int count)\n {\n this.wheat += count;\n }", "title": "" } ]
[ { "docid": "1b7332c4b547fdb90c76d7f5f9d471d8", "score": "0.60405", "text": "public void makeWater(){\n\t\thCount -= 2;\n\t\t--oCount;\n\t\tLib.debug(ReactTestChar, \"Water was made!\");\n\n\t}", "title": "" }, { "docid": "61fd046f520bd5d0af4cf45f5e5b235c", "score": "0.595714", "text"...
8cbf67e094f4ed5ac17ba9bb927535ed
Objects that inherit from this interface can decide whether they are resizeable or not.
[ { "docid": "8564800e9c8639d8a6c899ebcdb7e37e", "score": "0.8400217", "text": "interface Resizeable {\n\tpublic boolean isResizeable();\n\tpublic void setResizeable(boolean resizeable);\n}", "title": "" } ]
[ { "docid": "fe1ee7f7994cd892e0804a02fa75f618", "score": "0.84080184", "text": "public boolean isResizeable() {\n return resizeable;\n }", "title": "" }, { "docid": "341acde5a50f38e636b741f576237307", "score": "0.8397486", "text": "boolean isResizeable();", "title": "" ...
6bc6ee7cebffd745277e1f08ced360cf
/ Import .json file to the schedule
[ { "docid": "be29b02519c98431a31fa4068f6b2f4f", "score": "0.6767567", "text": "public static void readFile() \r\n\t{\r\n\t\tString fileName;\r\n\t\tSystem.out.println(\"Enter the .json file name\");\r\n\t\tfileName = kb.nextLine();\r\n\t\tJSONParser parser = new JSONParser();\r\n\t\ttry (FileReader reade...
[ { "docid": "157fc67d7eb399dbcbf118f8118bfe8b", "score": "0.6901505", "text": "private void loadScheduleData(ScheduleData dataManager, String filePath) throws IOException {\n\tJsonObject json = loadJSONFile(filePath+\"/ScheduleData.json\");\r\n String startMonMonth = json.getString(JSON_START_MON_...
86b0c460e3e01996b0c5534ac78ee864
Retrieves and prints the user's personal forms list
[ { "docid": "52ef2a5936d9f329ab20b2b14b2eb33e", "score": "0.5476326", "text": "public int doStartTag()\n\t\t throws JspException\n\t{\n\t\tUser user = (User) pageContext.getSession().getAttribute(Config.getProperty(\"cookietag\"));\n\t\tif (user == null)\n\t\t{\n\t\t\tthrow new JspException(\"Trying to a...
[ { "docid": "a23e4247c20854ef347debbca6bbd45d", "score": "0.5790727", "text": "public String list() {\n\t\tuserList = userServices.listUser();\n\t\treturn SUCCESS;\n\t}", "title": "" }, { "docid": "1f8bc4745e594177c61c43408f250021", "score": "0.57891446", "text": "@View( value = VIEW_...
281fdd9ac9b11873e61ebdf335704725
send remote AP "connect" cmd and its info to btConfig thread
[ { "docid": "d9a3df66d0ef016392adcf2d3574ee9d", "score": "0.6422138", "text": "public static void sendAPProfileCmd(byte[] btConfigInfo, Handler handler){\r\n\t\tMessage msg = new Message();\r\n\t\tBundle data = new Bundle();\r\n\t\tdata.putByteArray(BTConfigThread.KEY_BTCONFIG_AP, btConfigInfo);\r\n\t\t\...
[ { "docid": "64d463713044d897e900505ff0861365", "score": "0.66841507", "text": "public void connectWithDevice() {\n\t\tfinish_flag = false;\n\t\tstart_flag = false;\n\t\tBTConnectionTask btTask = new BTConnectionTask();\n\t\tbtTask.execute();\n\t}", "title": "" }, { "docid": "6ba635d80f58bda0...
ff690b2fd87a3d35cf05dfc34743402a
Checks if order is complete
[ { "docid": "819659c5aba751ff8bb7044bd4b764a0", "score": "0.6369386", "text": "public boolean isComplete(){\r\n\t\treturn this.completed;\r\n\t}", "title": "" } ]
[ { "docid": "1806a1f88a8c48d7422c9f6751ab83d2", "score": "0.7977883", "text": "public boolean isComplete() {\n\t\treturn size() == order();\n\t}", "title": "" }, { "docid": "19eea9e35dade696deb41cb97aa6ee44", "score": "0.7398449", "text": "public void checkorderprogress(){\n \t\tif...
304d3702e18436cd282d055980195621
a is older and smaller.
[ { "docid": "ff14b1730bfc3dd3fd9298b7a8d239d7", "score": "0.0", "text": "@Test\n\tpublic void objectLookupComparatorGcFileSize() throws Exception {\n\t\tDfsPackDescription a = create(GC_REST);\n\t\ta.setFileSize(PACK, 100);\n\t\ta.setLastModified(1);\n\t\ta.setObjectCount(2);\n\n\t\t// b is newer and lar...
[ { "docid": "ecf737303c3f59888f6d97cf3c5bedb8", "score": "0.70063484", "text": "private static boolean less(Comparable a, Comparable b) {\n\t\treturn a.compareTo(b)<0;\n\t}", "title": "" }, { "docid": "1896c84f1da8bbd9abeed001155e377f", "score": "0.6850487", "text": "private static <T...
76f0f357823a7198fc7fa8e231f1f1cd
is the single argument constructor.
[ { "docid": "8b5709fbda41438a8fda666db2b46915", "score": "0.0", "text": "public ClassSpec(Class<?> c) {\n super(c);\n }", "title": "" } ]
[ { "docid": "6aa94c2308f57f7ad63cc217790d1f49", "score": "0.7090315", "text": "Constructor createConstructor();", "title": "" }, { "docid": "f66f78ef62fae7a8f617adc660a9aa13", "score": "0.7079748", "text": "ConstructorsOverloading() {\n\n\t\tSystem.out.println(\" I am non argument con...
da0d4f5d376f24396510d58d88fd61ac
Get the reference to the System Table that is held locally, regardless of whether the reference is still active.
[ { "docid": "6411d6488c8291f1cfabf2f98236f306", "score": "0.6021278", "text": "public ISystemTableMigratable getLocalSystemTable();", "title": "" } ]
[ { "docid": "140a881608865284eec11f9ce59d6195", "score": "0.66017175", "text": "public TableReference getTable() {\r\n return table;\r\n }", "title": "" }, { "docid": "0702f09c34ecedeaf5d2c4bed6aeab02", "score": "0.6587515", "text": "public boolean isSystemTableLocal();", "tit...
4b35fd7e7d87876f5c935c765af4112f
Method to evaluate the expression.
[ { "docid": "5c79671a549139a5faafa58cce325ef4", "score": "0.0", "text": "private static String evaluateExpression(String expressionStr, MessageContext messageContext)\n throws AuthException {\n\n Value expression;\n try {\n if (isJSONPath(expressionStr)) {\n ...
[ { "docid": "4d58d9602948ecab8832fb2497d41504", "score": "0.81802136", "text": "EvaluateResult evaluate(String expression);", "title": "" }, { "docid": "2900e7c3f4c9dba6198b037f4da7397e", "score": "0.78004223", "text": "Object Evaluate(REvaluableContext ctx, String expr);", "title...