query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
0a4e73d07d4272a851dc5aff8cc4e790
Busca a quantidade de candidatos a partir de um nome.
[ { "docid": "342ee2c103cb329972e97a9eed16ac99", "score": "0.4556597", "text": "public int verificaVotacaoCandidato(String candidato) throws SQLException {\r\n\t\tSQL = \"SELECT COUNT(candidato) AS qtde FROM votacao_candidatos WHERE votacao_candidatos.candidato = '\" + candidato + \"'\";\r\n\t\tresultado ...
[ { "docid": "292ae83fa931cbf27d84cc0bb8be91bf", "score": "0.6119095", "text": "public int quantidadeVotacaoCandidatos(String cargo) throws SQLException {\r\n\t\tSQL = \"SELECT COUNT(votacao_candidatos.candidato) AS qtde FROM votacao_candidatos WHERE votacao_candidatos.cargo = '\" + cargo + \"'\";\r\n\t\t...
acbf32587796fe600a8604c370d7a849
Sort groups for user based on groups with settings and groups with permission to edit for the highest priority.
[ { "docid": "b7ed585e9a596b073c1f7c2f90975944", "score": "0.6938962", "text": "private List<UserGroup> sortUserGroupsForUser(List<UserGroup> userGroupList) {\n List<UserGroup> newUserGroupList = new ArrayList<>();\n\n // Remove all without settings and permissions. \n List<UserGroup>...
[ { "docid": "835b5b4cad93b03688071ac6043cdf31", "score": "0.69161654", "text": "protected void sortGroups() {\n\t\tCollections.sort( _groups, _groupComparator );\n\t}", "title": "" }, { "docid": "d3bc7c66a385e4b6296b167948cb7fea", "score": "0.57078886", "text": "private List<Solution>...
b61d5fd53f4889ec617a7aac6372d44d
/ access modifiers changed from: private
[ { "docid": "e62fe8a0e1bf9858a62247e010394a48", "score": "0.0", "text": "public void setPath(String value) {\n value.getClass();\n this.path_ = value;\n }", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.68335724", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "838a915c9ea69d56cc37df198cff9cb2", "score": "0.66884047", "text": "@Override\n\t\t\t\tpublic void pintar() {\n\t\t\t\t\t\n\t\t\t\...
2157de21c309de7d3adc9d72d9e15dbf
Meant to be called after loading a map. Restores checkboxes and name from map.
[ { "docid": "6944bb1a7f7a4f762648f6d9e23d243b", "score": "0.6323734", "text": "private void loadWorldParameters() {\n levelNameTextfield.setText(map.getMapName());\n socialDistancingCheckbox.setSelected(map.isSocialDistancing());\n betterMedicineCheckbox.setSelected(map.isBetterMedic...
[ { "docid": "cad89622c163d3e099c528a0a8be6971", "score": "0.5948867", "text": "private void loadMapDown() {\n }", "title": "" }, { "docid": "5bf078e6d6a5d27c54b5bb4e83e7c911", "score": "0.5948705", "text": "private void setWorldParameters() {\n map.setMapName(levelNameTextfi...
76f405e87033eadd5f4b8cdb9201120e
========================================================================= Metoda main =========================================================================
[ { "docid": "9e082106f5e4de74a8bdcd61bd6c26ea", "score": "0.0", "text": "public static void main(String[] args) {\n Diagram diagram = new Diagram(SKATLE, POVEZAVE, D_PAPIR, W_SKATLA);\n diagram.sproziRisanje(args);\n }", "title": "" } ]
[ { "docid": "ef7391ab57d1bdd1056604d34f971ecd", "score": "0.69852567", "text": "private Main() {\r\n\t}", "title": "" }, { "docid": "b8d6c5e12309d23812e345c93be48114", "score": "0.69052196", "text": "public Main() {\n\t\tSystem.out.println(\"Metodo Automatico\");\n\t}", "title": "...
76c59ad87e4279b2562dc577a1c1f0ee
Test case number: 6 /Coverage entropy=0.6931471805599453
[ { "docid": "03c648f05e75a09ecf0492710d1f4d5e", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test006() throws Throwable {\n Contract contract0 = new Contract();\n String string0 = EWrapperMsgGenerator.updatePortfolio(contract0, 0, 268.2991227339088, (-1767.6927709924375), (-1...
[ { "docid": "750e0b888368d1201125a579d4689914", "score": "0.6810724", "text": "@Test(timeout = 4000)\n public void test015() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getDataSet();\n TestInsta...
3fd1eddb3382250b00740f6437c9e366
Used to unregister an EventListener in all events.
[ { "docid": "d9bfd8694663257e2fd8bec21269b391", "score": "0.8195423", "text": "public final void unregisterEventListener(Object eventListener) {\n for (EventType eventType : events) {\n eventType.eventListenerContainer.remove(eventListener);\n }\n }", "title": "" } ]
[ { "docid": "7637c8da3a3d008f86c0f7b6298abfc5", "score": "0.80083483", "text": "public void unregister() {\n removeListener(this);\n }", "title": "" }, { "docid": "16a6162a6c2f033a15d4ec710ab56ee9", "score": "0.8006291", "text": "public void unregisterEvents()\r\n {\r\n ...
6cebb4f2f5df511efb752c10f61ae570
String fileType = f.getName().substring(f.getName().lastIndexOf(".") + 1,f.getName().length()).toLowerCase(); called by readZip()
[ { "docid": "2aabbb57ab67bc0561a063a6231721f1", "score": "0.0", "text": "public void unzip(File f) throws Exception {\r\n String destDir = workplace + \"/temp/\";\r\n File tmp = new File(destDir);\r\n if(!tmp.exists())tmp.mkdir();\r\n byte b[] = new byte [1024];\r\n int...
[ { "docid": "c5b7a4b6477f3cc3b37aea8d2d1c9b79", "score": "0.76274467", "text": "private String getTypeFromExtension()\n {\n String filename = getFileName();\n String ext = \"\";\n\n if (filename != null && filename.length() > 0)\n {\n int index = filename.lastInd...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "682768854e2427a3da9e99a274cd26c2", "score": "0.0", "text": "public void setNClob(int parameterIndex, Reader reader, long length)\n\t\t\tthrows SQLException {\n\t\t\n\t}", "title": "" } ]
[ { "docid": "1acc57d42c31dee937ac33ea6f2a5b0b", "score": "0.68399656", "text": "@Override\r\n\tpublic void comer() {\n\t\t\r\n\t}", "title": "" }, { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.68002176", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "ti...
71968c3089f08ac6ff97e63e71c8d075
A list of snapshot names created in this schedule. string prefix = 3;
[ { "docid": "b2c868ce7c2157e2a282a3d7bc8c5037", "score": "0.0", "text": "public Builder setPrefix(java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n\n prefix_ = value;\n onChanged();\n return this;\n }", "title":...
[ { "docid": "cb5947f0bcfb8e21207a8f6e098ea936", "score": "0.6053179", "text": "public String snapshotName() {\n return String.format(\"snapshot %s\", Snapshots.filenameFromSnapshotId(snapshotId()));\n }", "title": "" }, { "docid": "86295b70d19fe773daac68fe99df1883", "score": "0....
8e92c3f9ec82f4e8e21ca8168c30c650
Specifies the vertex attributes.
[ { "docid": "cc6a6c40e70442b0fa559d925d7a2542", "score": "0.8042779", "text": "private void specifyVertexAttributes() {\n /* Specify Vertex Pointer */\n int posAttrib = program.getAttributeLocation(\"position\");\n program.enableVertexAttribute(posAttrib);\n program.pointVerte...
[ { "docid": "8a4345e51214dfc7970ba71bd0da3381", "score": "0.7945169", "text": "private static void specifyVertexAttributes() {\n\t\tint posAttrib = program.getAttributeLocation(\"position\");\n\t\tprogram.enableVertexAttribute(posAttrib);\n\t\tprogram.pointVertexAttribute(posAttrib, 2, 11 * Float.BYTES, ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4a8e215b9ad8e7aa0e5540929b014055", "score": "0.0", "text": "public static void main(String[] args) {\n\t\tHero.battlewin();\n\t\tADhero.battlewin();\n\t}", "title": "" } ]
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.69742316", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.68059677", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t...
9ee5288f6b791614f023fb34b0cee461
Returns the signed distance of a given point p to the given plane (startend) The distance returned is negative when its on the right side of the plane.
[ { "docid": "d8d594bdec966928a8f8292746b42777", "score": "0.832462", "text": "double planeSignedDistance(Vector start, Vector end, Vector p) {\r\n\t\tdouble dx = end.x - start.x;\r\n\t\tdouble dy = end.y - start.y;\r\n\t\tdouble length = Math.sqrt(dx * dx + dy * dy);\r\n\t\treturn (dy * (start.x - p.x) -...
[ { "docid": "2feaa49261752706746e667b18cb50d9", "score": "0.6714498", "text": "public double getSignedDistance(Pnt2d p) {\n\t\tdouble dx = p.getX() - this.xc;\n\t\tdouble dy = p.getY() - this.yc;\n\t\tdouble rp = Math.hypot(dx, dy);\n\t\treturn rp - this.r;\n\t}", "title": "" }, { "docid": "4...
a5a84bad175ebfafe96f6ec94792f251
Creates new form Accused_phone
[ { "docid": "a460a20e6c996127637f59a12e7c1347", "score": "0.0", "text": "public Accused_phone() {\n initComponents();\n String user = \"root\";\n String password = \"12345\";\n String url = \"jdbc:mysql://localhost/mydb?user=\"+user+\"&password=\"+password;\n \n \n tr...
[ { "docid": "5735dbee7ee0df3612fa1273c23c7b4f", "score": "0.63536316", "text": "PhoneNumber createPhoneNumber();", "title": "" }, { "docid": "563e0ba5b3b44846baf0f1eaded4ae1b", "score": "0.62721336", "text": "public PharmaCoPhone() {\n\t}", "title": "" }, { "docid": "6d712...
03900c50acc139952c1983823549bd0d
Creates Bollinger Bands indicator on the scroller.
[ { "docid": "37313bf4b95eeb9b1f954cf418b743e8", "score": "0.50389475", "text": "public BBands bbands(TableMapping mapping4, Number period3, Number deviation, StockSeriesType upperSeriesType, StockSeriesType lowerSeriesType, StockSeriesType middleSeriesType) {\n if (jsBase == null) {\n t...
[ { "docid": "88b160ce718f540873091964e78ca07d", "score": "0.5772311", "text": "private void createBlotter() {\n\t\tGridLayout gridLayout2 = new GridLayout();\n\t\tgridLayout2.marginHeight = 15;\n\t\tgridLayout2.marginWidth = 15;\n\t\tGridData gridData1 = new org.eclipse.swt.layout.GridData();\n\t\tgridDa...
485c34ddf44599785d8cf6cbbe99e600
getter for the VisualizationViewer
[ { "docid": "3ddaec36c87baca663c23faeaf375b8b", "score": "0.8006338", "text": "public VisualizationViewer<Vertex, Edge> getVisualizationViewer() {\n\t\treturn mVViewerList.get(0);\n\t}", "title": "" } ]
[ { "docid": "d0aef16ea06a0d6479738e074412d618", "score": "0.77002317", "text": "public Visualization getVisualization() {\n\n return this.visualization;\n }", "title": "" }, { "docid": "0af1701719a93ed80d6a8044bd0d9137", "score": "0.75209874", "text": "protected GraphicalVie...
59b038881e59c8f93a954017e77af9fd
count number of record in News table
[ { "docid": "2aa51f2596963bd58a63b3cd0a00d506", "score": "0.69857603", "text": "public int countDB() throws Exception {\n String query = \"select COUNT(*) as numberrecord from News where delete_Status = 0\";\n int numberofrecord = 0;\n DBContext dbManager = new DBContext();\n ...
[ { "docid": "7f3f5f9ea64903e17a5d7915cac5f87f", "score": "0.72524565", "text": "public int countArticle(){\n\n DatabaseHelper databaseHelper = DatabaseHelper.getInstance(this.mExecutionContext);\n SQLiteDatabase sqLiteDatabase = databaseHelper.getReadableDatabase();\n\n Cursor Count...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "372eeaea3575bbaf0f3a17b791bdd575", "score": "0.0", "text": "@Override\n public void onResume() {\n super.onResume();\n LogUtil.d(\"MainActivity\", \"RecordFragment onResume \");\n getActivity().registerReceiver(receiver, new IntentFilter(ConnectivityManager.CONNECTIVI...
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.6904447", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "4862518dedb9e169c3cc620e5ebe04c5", "score": "0.6696056", "text": "@Override\r\n\tpublic void atura() {\n\t\t\r\n\t}", "title": "" ...
11896c0afdd3c08eb4877ce394e11466
Set the sub category type ID of this record, as decoded from the third chunk in the PLOG record
[ { "docid": "aabc3bd2b71312f7a38fc894e8d62897", "score": "0.60565436", "text": "public void setSubTypeId (int subTypeId) {\n this.subTypeId = subTypeId;\n }", "title": "" } ]
[ { "docid": "a76d7d1cb24e803c557874e4e559ad0b", "score": "0.62003475", "text": "void setSubID(java.lang.String subID);", "title": "" }, { "docid": "4a739396f54ea9afdc3200faf9d4d148", "score": "0.6127473", "text": "public void setSubType(String subType) {\n this.subType = subTyp...
f04e52d18da717afab16f29790a6f485
This method was generated by MyBatis Generator. This method corresponds to the database table t_ctr_lucky_draw_history
[ { "docid": "352e89f29a02a511286726b7864056f3", "score": "0.0", "text": "protected Criteria createCriteriaInternal() {\n Criteria criteria = new Criteria();\n return criteria;\n }", "title": "" } ]
[ { "docid": "176ad74f7ad3e0684d140d7edca812d3", "score": "0.54868495", "text": "public ResultSet getDataHistory()\r\n\t{\r\n\t\tString SQL = \"SELECT SUCHWORTE FROM HISTORY\";\r\n\t\t\t\t\r\n\t\treturn DBConnection.executeQuery(SQL);\r\n\t}", "title": "" }, { "docid": "f69f20598a65bc2ec9e16bc...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "1bcfc34057c447ea7afb5e87311f441f", "score": "0.0", "text": "@Override\r\n\tpublic String toString() {\n\t\treturn null;\r\n\t}", "title": "" } ]
[ { "docid": "63a51b9825ac81396e1d7ad0b9f3ed82", "score": "0.6866318", "text": "@Override\n\tpublic void 군무() {\n\t\t\n\t}", "title": "" }, { "docid": "15ae679aae74424c73fde647cf4332f6", "score": "0.68461496", "text": "@Override\r\n\t\t\tpublic void hissetmek() {\n\r\n\t\t\t}", "ti...
e7f7c8033316dc5d572d4dab3684ed17
Hiding the controller constructor.
[ { "docid": "1b979f093c5f984b706a8c88db545d2b", "score": "0.83431166", "text": "private Controller() { }", "title": "" } ]
[ { "docid": "2be7b62818e66e333ab06153f5473863", "score": "0.85392135", "text": "private Controller(){\n //nothing to do\n\t}", "title": "" }, { "docid": "31795f6764e88a6eaefb8b6d4185be41", "score": "0.83212656", "text": "private Controller() {\r\n }", "title": "" }, ...
3cc690af1158506d48bd8fd69e11a799
Reload configuration from file on disk.
[ { "docid": "a383f28081bf1156cfe5003f2fa7e455", "score": "0.61342156", "text": "public void reload() {\n if(file.exists()) {\n try {\n object = (JsonObject) parser.parse(new FileReader(file));\n } catch(Exception e) {\n e.printStackTrace();\n ...
[ { "docid": "f99cdb58f82a4fbb5c80738647c0f2b7", "score": "0.7919165", "text": "public void reload() {\n if (this.configFile == null) {\n this.configFile = new File(this.plugin.getDataFolder(), this.name);\n }\n\n this.config = YamlConfiguration.loadConfiguration(this.confi...
609f55004a256e1d7c74cc18e6e8a891
Asserts that the closeServer does nothing because the server is already closed.
[ { "docid": "d00ca14bc0fd241d4e348851cf84ec3d", "score": "0.7961429", "text": "@Test\n\tpublic void testCloseClosedServer() throws IOException {\n\t\twrapper.closeServer();\n\n\t\tverifyStartsAndCloses(0, 0);\n\t}", "title": "" } ]
[ { "docid": "47537d1e09928b86665a69afa7686e44", "score": "0.70878476", "text": "@Test\n\tpublic void testStartCloseServer() throws IOException {\n\t\twrapper.startServer();\n\t\twrapper.closeServer();\n\n\t\tverifyStartsAndCloses(1, 1);\n\t}", "title": "" }, { "docid": "34a4b47c7e9f373c0dc7c8...
727007db673abf5a08eb80cdafcb62af
An example of a method replace this comment with your own
[ { "docid": "b387df3665e57bac67ff2623e5f92bdc", "score": "0.0", "text": "public int getHijos(){\n return super.getHijos();\n \n }", "title": "" } ]
[ { "docid": "41e50fb9a0b417818374927eb02c67f1", "score": "0.67338276", "text": "protected void mo5608a() {\n }", "title": "" }, { "docid": "4e49f5db36ca664153e54380025b85d4", "score": "0.6670087", "text": "protected boolean method_21825() {\n }", "title": "" }, { "doci...
b9113e16fe5ddc7822e464a7d9c70ed1
Returns a list of all StatisticsConfig files.
[ { "docid": "9d73e2d158c325b0e73ef5a30ed5b60c", "score": "0.7020704", "text": "public List<StatisticsConfig> getConfigurations() {\n return configurations;\n }", "title": "" } ]
[ { "docid": "54c351bdfe6463aa5d8bcb6d2f7a0e39", "score": "0.67856175", "text": "List<String> getConfigFilePaths();", "title": "" }, { "docid": "7427ef06a2f11e7eb989b3d884d6cc9c", "score": "0.60742265", "text": "public List<ProgressConfigurationType> getAllConfigurations();", "titl...
11dee947505c8f67b0f3ffa22b1e4334
Converts the methods of the inventory class into a string
[ { "docid": "65580acd4607933a226af01eb9141241", "score": "0.0", "text": "@Override\r\n public String toString(){\r\n return String.format(\"Item ID: %7s Item Name:%6s QOH:%3d Price: $%4.2f\",id ,name,qoh ,sellPrice);\r\n}", "title": "" } ]
[ { "docid": "dbb77bdcd501d53bf70d4fab83c9fe25", "score": "0.65380746", "text": "public String inventoryToString(){\n String inventoryString = \"\";\n for(int i = 0; i < 2; i++){\n inventoryString += inventory[i].getName() + \" \" + inventory[i].getPrice() + \" \" + inventory[i].g...
4b3b689ae96ac95bdc713e06ecfb6d8a
create a method to draw a line across the middle row
[ { "docid": "29408e5d38c287fe83d516f54424190a", "score": "0.7287575", "text": "public void middleRowLine(int x1, int y1, int x2, int y2){\n\t\t// draw line\n\t\tcanvas.strokeWeight(2);\n\t\tcanvas.line(x1,y1,x2,y2);\n\t}", "title": "" } ]
[ { "docid": "f612b0a3e09414e12da3d1e99e3dd9a4", "score": "0.7175931", "text": "public void drawMidLine(){\r\n\t\t\r\n\t\tint width = 5;\r\n\t\tint height = 30;\r\n\t\t\r\n\t\tchangeColor(white);\r\n\t\tfor(int y = 0; y< 500; y+=40){\r\n\t\t\tdrawSolidRectangle(297.5,y,width,height);\r\n\t\t}\r\n\t\t\r\n\...
05c03c07e1b30648c919b931d221df74
$ANTLR end synpred129_InternalRoute $ANTLR start synpred133_InternalRoute
[ { "docid": "910ef48e404c2c345f3354eceb80b154", "score": "0.5546737", "text": "public final void synpred133_InternalRoute_fragment() throws RecognitionException { \n // ../org.xtext.httprouting.ui/src-gen/org/xtext/httprouting/ui/contentassist/antlr/internal/InternalRoute.g:13970:2: ( rule__XRet...
[ { "docid": "47055544a84594bb46f9f88e1a1d4f7a", "score": "0.7182502", "text": "public final boolean synpred27_InternalRoute() {\n state.backtracking++;\n int start = input.mark();\n try {\n synpred27_InternalRoute_fragment(); // can never throw exception\n } catch (...
dd5e0fb929f8b0ad6af91af179db4cb7
Get current vgtid position of a specific keyspace/shard, or of all shards from a specific keyspace
[ { "docid": "faa4a4b4eb3ee5be9a7bb10265904c53", "score": "0.7074183", "text": "protected Binlogdata.VGtid getPosition() {\n Binlogdata.VGtid.Builder builder = Binlogdata.VGtid.newBuilder();\n if (shards.isEmpty()) {\n Binlogdata.ShardGtid shardGtid = Binlogdata.ShardGtid.newBuild...
[ { "docid": "15187a19eccadaacb57b91b3816e8a10", "score": "0.6053965", "text": "int getShard();", "title": "" }, { "docid": "db20ea2c94e4650d5841d4148f5f4138", "score": "0.5688444", "text": "public int getShard() {\n return shard_;\n }", "title": "" }, { "do...
3c67c5187e0e42300fee6b8d8b31b0f1
Convert text to voice
[ { "docid": "8f33175247f7da781b61b45f262b2322", "score": "0.62692606", "text": "public static void oralOutput(String text)\n\t{\n\t\tSystem.setProperty(\"mbrola.base\",\"E:\\\\Automation\\\\mbrola\");\n\t\tVoiceManager vm=VoiceManager.getInstance();\n\t\tVoice v=vm.getVoice(\"mbrola_us1\"); //or kevin16\...
[ { "docid": "506a54168ea5ae61f42a17fe22407eca", "score": "0.7178406", "text": "private void ConvertTextToSpeech(String voice1) {\n text=voice1;\n //text = et.getText().toString();\n if (text == null || \"\".equals(text)) {\n tts.speak(text, TextToSpeech.QUEUE_FLUSH, null);...
6470a46cb8daf30cc9ea06d2f442c03f
/ access modifiers changed from: packageprivate
[ { "docid": "baac7a0599ec51156b1de9fbd447c866", "score": "0.0", "text": "public boolean isDone() {\n return this.mCoreTask.getStatus() == AsyncTask.Status.FINISHED;\n }", "title": "" } ]
[ { "docid": "f5fd4f1b89ecbb54b8b64a1b9e40552c", "score": "0.6724544", "text": "protected void mo7431b() {\n }", "title": "" }, { "docid": "53e341f0a65f5f2314974705ff4b401c", "score": "0.65332055", "text": "private Ab(){\n\t\t\n\t}", "title": "" }, { "docid": "6f28b85882...
63499c24759d65c0fdf25144b6d4e58a
the method which have created it
[ { "docid": "a738cca5d46d15d5b2c10df4e95ccb55", "score": "0.0", "text": "public String getType() {\r\n\t\treturn type;\r\n\t}", "title": "" } ]
[ { "docid": "18593091750e42f268fe6eeac3c48f57", "score": "0.64968127", "text": "private static final void function()\n\t\t\t\t{\n\t\t\t\t\t\n\t\t\t\t}", "title": "" }, { "docid": "9527a325e4b9b57c013af577caa656fc", "score": "0.6488901", "text": "public void method_6044() {}", "tit...
ae06f691b7d5aca966cab76f24324203
User cancelled the dialog
[ { "docid": "b3931c8128d56e64b76dc30717f86930", "score": "0.0", "text": "public void onClick(DialogInterface dialog, int id) {\n }", "title": "" } ]
[ { "docid": "475bdf181f7743f1bce1187dc42e165c", "score": "0.8829482", "text": "public void cancel() {\n\t\tcancelDialog();\r\n\t}", "title": "" }, { "docid": "fe8c0cd0172f4e68d7c794b41846b262", "score": "0.8409997", "text": "public void dialogCancelled();", "title": "" }, { ...
bf22d144421348048e1f889367a3c223
TODO iFlags is ignored right now
[ { "docid": "e4134bece53c1adcf91eee5a5f90cb00", "score": "0.0", "text": "public String getAttribute(String name, int iFlags) {\n\t\treturn getDElement().getAttribute(name);\r\n\t}", "title": "" } ]
[ { "docid": "ddcaa37169865a927c1fd46f74d4f25e", "score": "0.67022645", "text": "int getFlags();", "title": "" }, { "docid": "ddcaa37169865a927c1fd46f74d4f25e", "score": "0.67022645", "text": "int getFlags();", "title": "" }, { "docid": "7a1eb1aabc107e00be69c6ba743de0c1", ...
38b7399a4979c95ab4bc3e2eff23270d
// Hack Control. // Set the hack to be displayed in this view. This can be called multiple times to change hacks.
[ { "docid": "db208d7590616ca590d79c15adb52aef", "score": "0.587262", "text": "void setHack(EyeCandy hack) {\n eyeCandy = hack;\n \n if (screenWidth > 0 && screenHeight > 0)\n eyeCandy.setConfiguration(screenWidth, screenHeight, screenConfig);\n }", "title": "" ...
[ { "docid": "a78904ac463f02f12a74ed7d71d1b310", "score": "0.52031714", "text": "void register(final SimpleHack<?> hack) {\n\t\tthis.hacks.add(hack);\n\t}", "title": "" }, { "docid": "035d15c8ca905f8d2d5dcf9ceee96a66", "score": "0.48518395", "text": "public void setControlView() {\n\t\...
d49938f92c164254c641264caf7d99b5
Reads the data from the specified fileName in the constructor note: calling trim on returned string is necessary to remove any unused bits which can corrupt the link used in the http request
[ { "docid": "e2524700a71b18bc229240e29a750809", "score": "0.59959", "text": "public String readFile() throws IOException {\n\t\tbyte[] bytes = new byte[50];\n\t\tFileInputStream fileInputStream = new FileInputStream(new File(this.path + \"/\"\n\t\t\t\t+ this.fileName));\n\t\tfileInputStream.read(bytes);\...
[ { "docid": "15dd56f3970cbfbfe0aac21de4369a22", "score": "0.66987354", "text": "private static String read(String fileName) throws Exception{\n FileInputStream f = new FileInputStream(fileName);\n BufferedReader r = new BufferedReader (new InputStreamReader(f));\n StringBuilder sb = new StringB...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "74e153fae3a6798ea829f4b4b0843803", "score": "0.0", "text": "@Override\r\n\tpublic List<Employee> saveUpdatedEmployee(Employee employee) {\n\t\tList<Employee> empDetailsupdated=employeeDao.getupdatedEmployeeDetails(employee);\r\n\t\treturn empDetailsupdated;\r\n\r\n\t}", "title": "" } ]
[ { "docid": "9208773f8d675a45ef2786d0cb668514", "score": "0.654538", "text": "@Override\n\tpublic void addiion() {\n\t\t\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}", "titl...
f0ccc2731c5b8d9f8ef4691a05ba19ff
Test case number: 48 /Coverage entropy=1.467796044911352
[ { "docid": "483f7f08ff9920a05363884b6929f863", "score": "0.0", "text": "@Test(timeout = 4000)\n public void test048() throws Throwable {\n StringReader stringReader0 = new StringReader(\"e{JqE.=qvh`n>'4A*xK\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0);\n Jav...
[ { "docid": "750e0b888368d1201125a579d4689914", "score": "0.6677907", "text": "@Test(timeout = 4000)\n public void test015() throws Throwable {\n TextDirectoryLoader textDirectoryLoader0 = new TextDirectoryLoader();\n Instances instances0 = textDirectoryLoader0.getDataSet();\n TestInsta...
4a47238e99e549ea12973b236a95081f
Get the display name from the address.
[ { "docid": "26e37e676ec984c2ca1e13f62ccbcc48", "score": "0.8157737", "text": "public String getDisplayName() {\n return address.getDisplayName();\n }", "title": "" } ]
[ { "docid": "48aeae88e1bbb26789f4eed7fd4e0e65", "score": "0.7730581", "text": "public String getDisplayName()\n {\n String displayName = this.displayName;\n\n if ((displayName == null) || (displayName.length() < 1)) {\n String address = getAddress();\n\n if ((addres...
701c1bc3f832c26c944678288aef43e2
This is a setter method to set the value of the canBeEnpassanted variable.
[ { "docid": "b5039229b977a226848999cfcef6079b", "score": "0.78774726", "text": "public void setCanBeEnpassanted(boolean b) {\n\t\tthis.canBeEnpassanted = b;\n\t}", "title": "" } ]
[ { "docid": "59c545168f9ed9da73b753f22a38ba04", "score": "0.738476", "text": "public void setWillEnpassant (boolean b) {\n\t\tthis.willEnpassant = b;\n\t}", "title": "" }, { "docid": "7576b18b415f8fc21ed6fb83cf725b27", "score": "0.6937637", "text": "public boolean getCanBeEnpassanted(...
49d4fa244db9afdca1eb33ecf35684ea
repeated .ComboListItemInfo cbo_list_32 = 1;
[ { "docid": "62688d3f8772faae8a50dc7218891c85", "score": "0.0", "text": "public int getCboList32Count() {\n return cboList32_.size();\n }", "title": "" } ]
[ { "docid": "8d9220e447b90108badf41f7d8f45f98", "score": "0.733025", "text": "nta.med.service.ihis.proto.CommonModelProto.ComboListItemInfo getCboList34(int index);", "title": "" }, { "docid": "588cd427f2f796ca759e91fe8646ded3", "score": "0.72699744", "text": "nta.med.service.ihis.pro...
7f6ce1169fa2ea40bc68a75db6906cec
Method used to find a UUID from the CUCM In addition it stores all the UUID found to avoid to Interrogate the CUCM twice
[ { "docid": "dda6f97a5eeebfc058c4b34547af468a", "score": "0.5564303", "text": "public static com.cisco.axl.api._10.XFkType getUUIDV105(itemType type, String itemName) throws Exception\r\n\t\t{\r\n\t\tVariables.getLogger().debug(\"Get UUID from CUCM : \"+type+\" \"+itemName);\r\n\t\t\r\n\t\tif((itemName =...
[ { "docid": "d518011ed5cdefc21a3f14df8d39e814", "score": "0.6472044", "text": "public void getUUID(){\n BluetoothDevice bluetoothDevice = bluetoothAdapter.getRemoteDevice(deviceMAC);\n\n // Finding the correct UUID for the bluetooth device\n ParcelUuid[] parcelUuid = bluetoothDevice....
214154a7b48e98bc8a1e34c17710d6d7
TODO I think this shouldn't exist and task names should be returned TODO from the uri call, mby I'm wrong.
[ { "docid": "85d668124f6d126ab1804bbd6404b571", "score": "0.5737524", "text": "private static String findTaskNameFromLink(List<String> taskNameList, String taskLink) {\n for (String name : taskNameList) {\n if (taskLink.contains(name)) {\n name = Character.toUpperCase(nam...
[ { "docid": "c9ed1e805dafc6ac70b1dfa09c285c6a", "score": "0.63410914", "text": "@Path(\"{task}\")\npublic TaskResource getTask(@PathParam(\"task\") String id) {\nreturn new TaskResource(uriInfo, request, id);\n}", "title": "" }, { "docid": "49a40826bbcc34484b40002f7d9bd635", "score": "0.6...
432169c7f1abff574ebc1296cb67560d
This function creates a new JunitJSON object that will be converted to a JSON file in main().
[ { "docid": "0a8214a6b562b9458db845732e77aabd", "score": "0.7167791", "text": "private static JunitJSON createJunitJSON(ArrayList<Testsuite> testsuiteList) {\r\n JunitJSON junitJSON = new JunitJSON();\r\n ArrayList<FeedbackItems> feedbackItemsList = new ArrayList<>();\r\n ArrayList<O...
[ { "docid": "f222faace5bedb2f7af5175364b1ac99", "score": "0.65166223", "text": "@Test\n public void loadJson() {\n }", "title": "" }, { "docid": "3c1cd1293c0358031553a9f9b8a6fc0a", "score": "0.642235", "text": "@Test\n void importFromJSON() {\n }", "title": "" }, {...
aff1144c73a2659dad2700165496a886
Sets the service provider code.
[ { "docid": "88336271e266709fea323cb8138afa4b", "score": "0.8486612", "text": "public void setServiceProviderCode(String serviceProviderCode)\n\t{\n\t\tthis.serviceProviderCode = serviceProviderCode;\n\t}", "title": "" } ]
[ { "docid": "243368542ae895c3fd104f8b30cd261f", "score": "0.67581874", "text": "public void setServiceProvider(Object serviceProvider) {\r\n \t\tthis.serviceProvider = serviceProvider;\r\n \t}", "title": "" }, { "docid": "3a2c701bef7c98aea19414e2f6af22d8", "score": "0.6724027", "text"...
1b0db9a86fbc30535f4932272842fb48
/ renamed from: a
[ { "docid": "9b52ee5dc47a04810c1629b9b4c947a5", "score": "0.0", "text": "public boolean mo11124a(Object obj) throws IOException, IllegalAccessException {\n boolean z = false;\n if (!this.f6188b) {\n return false;\n }\n if (this.f6179d.get(obj) !=...
[ { "docid": "8c202bef975a1ce9b229619975cdce2f", "score": "0.6234015", "text": "public interface aacac {\n /* renamed from: a */\n void mo29386a(String str);\n}", "title": "" }, { "docid": "d9afe0b047b7674b49c3d401ac2542aa", "score": "0.62241286", "text": "public interface C4823a...
4eb2b0a20bebb8a707e03966dde96ef7
pre: input the path of directory post: output the files in this directory in assending natural order.
[ { "docid": "043538d1e3056853700e7ad4df9ff392", "score": "0.5510546", "text": "public static PriorityQueue<String> getAllFiles(String dirPath) {\r\n\t\tPriorityQueue<String> allFiles = new PriorityQueue<String>();\r\n\t\tString file;\r\n\t\tFile folder = new File(dirPath);\r\n\t\tFile[] listOfFiles = fol...
[ { "docid": "a9c80b58263db654b3be0a3004154c2b", "score": "0.62540984", "text": "public static void listInImperativeSytle(){\r\n\t\tList<File> files = new ArrayList<>();\r\n\r\n\t\tFile[] filesInCurrentDir = new File(\".\").listFiles();\r\n\r\n\t\tfor (File file : filesInCurrentDir) {\r\n\t\t\tFile[] file...
73cb728311b8e1568ff845c915ecfef7
remove an entity by id
[ { "docid": "6c95dd2560e20b5d5538f004bc867c4f", "score": "0.7491765", "text": "@WebMethod(operationName = \"removeById\")\n\tvoid removeById(@WebParam(name = \"id\") Id id) throws BOException;", "title": "" } ]
[ { "docid": "6b102aea62b87774e30f5facf3d791a5", "score": "0.82982856", "text": "public void remove(int id){\n EstudianteEntity estudianteEliminar = entityManager.find(EstudianteEntity.class, id);\n entityManager.remove(estudianteEliminar);\n }", "title": "" }, { "docid": "...
f1ba9fbef29a030b11e516fcf4f010ad
Do not go to the charging station if more than 90% of the battery still remains
[ { "docid": "2b54d036bd2e4214702ee68c5c6af7d1", "score": "0.0", "text": "private double determineChargeBenefits(ChargerReservation chargerReservation, long arrivalAtChargingStation, double batteryLevel) {\n if (batteryLevel / battery.getMaxCapacity() > 0.9) {\n return 0;\n }\n\n ...
[ { "docid": "f37147665b0ae0d549f62f6ff649c8d4", "score": "0.72918147", "text": "@Override\n\tpublic boolean needsToCharge() {\n\t\treturn batteryCharge <= 10;\n\t}", "title": "" }, { "docid": "16c5216c218006e3ebef1cb78490fa3d", "score": "0.6881617", "text": "public void charge() {\n ...
b646ac850df59cb2385d608eb5ca661c
The data type of the parameter. For example, integer:
[ { "docid": "fb2682a84fd96fea85183ad4880c9d6e", "score": "0.0", "text": "public Parameter withDataType(String dataType) {\n setDataType(dataType);\n return this;\n }", "title": "" } ]
[ { "docid": "93d39d2c0adee4ac046eeaed25d4f132", "score": "0.7332625", "text": "public CType get_data_type();", "title": "" }, { "docid": "5487387d0bce7c1c9ab5efd738fd3f40", "score": "0.72929746", "text": "int getDataTypeValue();", "title": "" }, { "docid": "5487387d0bce7c1...
3579596403ef62d4b43c3b0e963bc47d
Body that's either text/plain or application/json.
[ { "docid": "6148a3653665450eb412aeef9e9701ae", "score": "0.5094637", "text": "@ServiceMethod(returns = ReturnType.SINGLE)\n public String putTextAndJsonBody(ContentType3 contentType, String message) {\n return putTextAndJsonBodyWithResponse(contentType, message, Context.NONE).getValue();\n ...
[ { "docid": "ea6bd943f5515093336ada458d522300", "score": "0.6791353", "text": "public RequestBody convertPlainString(String data){\n RequestBody plainString = RequestBody.create(MediaType.parse(\"text/plain\"), data);\n return plainString;\n }", "title": "" }, { "docid": "d1...
15a469773f1fbf02b390d8d1ac79dd78
Protected Sets a copy of a properties map to this builder instance.
[ { "docid": "2aefb8c857ff0224f30f67baa8e975bc", "score": "0.70115864", "text": "protected void setProperties(Map properties)\r\n {\r\n this.properties = new HashMap(properties);\r\n }", "title": "" } ]
[ { "docid": "295008511bff2fb6ad0e12b4acac47dd", "score": "0.73482525", "text": "public void setProperties(Map newProperties);", "title": "" }, { "docid": "1d74ad10b034fe79bf6dd7b4abb9a9cd", "score": "0.70348865", "text": "void setProperties(final Map<String, Object> properties);", ...
05c75da10cfcde9680d1dc774cba591b
Crea un Resultado y lo persiste.
[ { "docid": "60c5744730114a0df83a6e57f044ddac", "score": "0.63277274", "text": "public Resultado CrearResultado(int Resultado, Estudiante EstudianteResultado, Evaluacion EvaluacionResultado){\r\n Resultado resultado = new Resultado(Resultado, EstudianteResultado, EvaluacionResultado);\r\n i...
[ { "docid": "b5816e3b087a403a751539c23a37dd6f", "score": "0.6319931", "text": "@Override\n protected ContaSerie preencheObjeto(ResultSet resultado) {\n ContaSerie tmp = new ContaSerie();\n SerieDAO daoSerie = new SerieDAO();\n Serie serie = new Serie();\n ...
81d26450dd96ab5724314b7890323e23
0 no repeat 1 repeat list 2 repeat one
[ { "docid": "51dafc222a2d5138127d6b101db0e9d4", "score": "0.0", "text": "@Override\n public void onCompletion(MediaPlayer mediaPlayer) {\n\n if (new StorageUtil(getApplicationContext()).getRepeatStatus() == 0) {\n skipToNextNoRepeatList();\n updateMetaData();\n ...
[ { "docid": "0802462bd782c9e8800470277f990f62", "score": "0.619951", "text": "public static void printNonRepeat() {\n\t\tSet<Integer> repeating = new LinkedHashSet<Integer>();\n\t\tList<Integer> nonRepeating = new ArrayList<Integer>();\n\t\tScanner s = new Scanner(System.in);\n\t\tint i= 0;\n\t\twhile(i<...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "719da9d51769c7ddcc92c04c05e44646", "score": "0.0", "text": "@Override\n\t\t\tpublic void mousePressed(MouseEvent e) {\n\t\t\t\t\n\t\t\t}", "title": "" } ]
[ { "docid": "63a51b9825ac81396e1d7ad0b9f3ed82", "score": "0.68664503", "text": "@Override\n\tpublic void 군무() {\n\t\t\n\t}", "title": "" }, { "docid": "15ae679aae74424c73fde647cf4332f6", "score": "0.6846375", "text": "@Override\r\n\t\t\tpublic void hissetmek() {\n\r\n\t\t\t}", "ti...
a48376bd6efe8e358bf5aef74ff316c3
Created by Administrator on 2017/3/29.
[ { "docid": "c755803a96717072abd5fd34b294dfb1", "score": "0.0", "text": "@Service\npublic interface CSDNInformationService {\n\n void addCSDNInformation(InformationEntity entity);\n\n List<InformationEntity> getAllInformation();\n\n List<InformationEntity> getInformationList(int start,int count)...
[ { "docid": "ef1b6c3f597a66c59960d73eadee6f25", "score": "0.64958096", "text": "private void apparence()\n\t\t{\n\n\t\t}", "title": "" }, { "docid": "d07c1f5c9d405e36c1ebf9e7e586652e", "score": "0.59903604", "text": "private Solution() {\n /** Not using this function**/\n ...
61202da982ff6b91e3f669797a52d4b9
Method for determining the direction of light
[ { "docid": "0f4fc75a2ec6810508d7c61bc0e6806f", "score": "0.0", "text": "@Override\n\tpublic Vector3 directionFrom(final Point3 point) {\n\t\tif (point == null) {\n\t\t\tthrow new IllegalArgumentException(\"Point is null!\");\n\t\t}\n\t\t// normale zwischen point und position\n\t\treturn position.sub(poi...
[ { "docid": "1e82a1735a73a8f8bc5004fbb8545803", "score": "0.7101804", "text": "public double getDirection()\n {\n double a=direction;\n while(a>=360)a-=360;\n while(a<0)a+=360;\n return a;\n }", "title": "" }, { "docid": "04109cae4d9e258622ef902d2ffb96bb", ...
b0bf448326365b1afeb24601bd65bac1
repeated int64 seatwork_id = 2;
[ { "docid": "31508c374c28614651912e8a4f1ffd0a", "score": "0.5354748", "text": "public java.util.List<java.lang.Long>\n getSeatworkIdList() {\n return seatworkId_;\n }", "title": "" } ]
[ { "docid": "c2b2a2fea4afb16dee5f1316635b3e50", "score": "0.6879277", "text": "long getSeatworkId();", "title": "" }, { "docid": "c2b2a2fea4afb16dee5f1316635b3e50", "score": "0.6879277", "text": "long getSeatworkId();", "title": "" }, { "docid": "52f5d4f74eadaa3006e236bf7a...
ddbf013eac4f461240a7ceb66094eca5
A method that changes the color of the background. Precondition: The code passed in should be a valid, 6digit hexadecimal color.
[ { "docid": "a16cf0a5e28239073a18b970d4959afa", "score": "0.8164868", "text": "private void changeColor(String code){\n\t\t// if there is not a code passed into\n\t\t// the method, handle this by setting the\n\t\t// background to the default color.\n\t\tif (code.isEmpty()){\n\t\t\tlanding.setBackground(D...
[ { "docid": "52bb7d6690c8aec28aa6996744b7ba76", "score": "0.6899499", "text": "@Override\n public void setBackgroundColour(int backgroundColor) {\n }", "title": "" }, { "docid": "09e0d46ddc26fdecaa2501983f6fb415", "score": "0.6885303", "text": "public void background(int...
aad23aa1e2be67b94dcb3f336ab4019e
Created by qqq34 on 2016/2/17.
[ { "docid": "a61d0629b3dda02bd685d457cffc940d", "score": "0.0", "text": "@ActivityScope\n@Component(modules = FragmentSignUpModule.class,dependencies = AppComponent.class)\npublic interface FragmentSignUpComponent {\n FragmentSignUp inject(FragmentSignUp fragmentSignUp);\n}", "title": "" } ]
[ { "docid": "0c69424878be03e50f19e2ca61ef640b", "score": "0.6245046", "text": "@Override\r\n\tpublic void leggi() {\n\t\t\r\n\t}", "title": "" }, { "docid": "1e34493fdecb11f6bbc24ef12eea2281", "score": "0.60936445", "text": "public void mo27791d() {\n }", "title": "" }, ...
7c23e821471ff95e7560c45a4f838dd6
Time Complexity is O(n)
[ { "docid": "7ad6e3e720fa1e4673e13f481a7b4550", "score": "0.0", "text": "public static String[] generateBinary(int number) {\n String[] result = new String[number];\n Queue<String> queue = new Queue<>(number + 1);\n queue.enqueue(\"1\"); // First enqueue \"1\"\n\n\n for (int ...
[ { "docid": "1176a1ee790d0d48ec007728a8a05ccb", "score": "0.6212996", "text": "private static int f(int n) {\n\t\tint[] sum = new int [n];\n\t\tint index = 0;\n\t\tfor (int i = 2; i < n; i++) {\n\t\t\tif(check(i)){\n\t\t\t\tsum[index ++] = i;\n\t\t\t}\n\t\t}\n\t\tint count = 0;\n\t\t \n\t\tfor (int i = 0...
7cec771a020637efa8e6bf5e1db3b97f
ATTENTION: This was autogenerated to implement the App Indexing API. See for more information.
[ { "docid": "8bedb700b12878197a2e4a33fee1104b", "score": "0.5707996", "text": "public Action getIndexApiAction() {\r\n Thing object = new Thing.Builder()\r\n .setName(\"SearchResults Page\") // TODO(edao): Define a title for the content shown.\r\n // TODO(edao): Make sure this auto-gener...
[ { "docid": "e129a2c569731f1da4d863d7eea27580", "score": "0.6613478", "text": "public long index();", "title": "" }, { "docid": "c7b8b039d19b092c745012e9ddc5ccfb", "score": "0.6507686", "text": "public void setupIndex() {\n }", "title": "" }, { "docid": "83ebc933621f267...
7009e767f3c03c0d14a788906007eeb7
Remove the workers created etc.
[ { "docid": "bdb873c8e479b15d6e8abb2369317680", "score": "0.0", "text": "public void test99TearDownDatabase() throws Exception {\n \n // removeWorker(getSignerIdCMSSigner1());\n }", "title": "" } ]
[ { "docid": "85f3b1d5029645862d3a7bd586a45377", "score": "0.68154967", "text": "protected void cleanUp() {\n \t\tfor (IPQueueControl queue : getQueueControls()) {\n \t\t\tremoveQueue(queue);\n \t\t}\n \t\tfor (IPMachineControl machine : getMachineControls()) {\n \t\t\tremoveMachine(machine);\n \t\t}\n \t...
c37c6d6a3bc72173d9bf778a25656b20
Super realistic simulation of a data request to HealthDoc.
[ { "docid": "22a14a5b80b6c7ba1a8fbdbfa6c27055", "score": "0.6364549", "text": "private void simulatedDataRequest(DataRequest.RequestType rType){\n System.out.println(\"Sending request for \" + rType);\n System.out.println(\"Packaging with session info.\");\n System.out.println(\"Encrypting.\");\...
[ { "docid": "4eefde33613b556059d89ea59ada6f4d", "score": "0.622378", "text": "@Override\n\tpublic void requestData() {\n\n\t}", "title": "" }, { "docid": "332c048f627b392a4cfe80cc446784f5", "score": "0.60916865", "text": "@Override\n public void requestData() {\n dataInterac...
14b58006248190b546b4e727e877b20e
This method was generated by MyBatis Generator. This method sets the value of the database column fc_ds_biz_order.pay_trade_no
[ { "docid": "6cbfea9caa5d88a67d186315076c151a", "score": "0.68735987", "text": "public void setPayTradeNo(Long payTradeNo) {\n this.payTradeNo = payTradeNo;\n }", "title": "" } ]
[ { "docid": "0e84766972e3ffdd4de3481309da6b42", "score": "0.695186", "text": "public void setTradeNo(String tradeNo) {\n this.tradeNo = tradeNo;\n }", "title": "" }, { "docid": "fc5c0d45df3d0867b6123b6471a14f58", "score": "0.6114053", "text": "public Long getPayTradeNo() {\n...
a22b04888a1253d54523624e57b3dbee
Passing some request headers
[ { "docid": "ea418f85f3cd24c4bf84c82059b16187", "score": "0.0", "text": "@Override\n public Map<String, String> getHeaders() throws AuthFailureError {\n HashMap<String, String> headers = new HashMap<String, String>();\n headers.put(\"Content-Type\", \"application/...
[ { "docid": "9e828d72b941007e71ff953bf168c781", "score": "0.740781", "text": "protected void setRequestHeaders(HttpGet request) {}", "title": "" }, { "docid": "61947376e8ee6a776e8909ec66988e55", "score": "0.7253353", "text": "void processRequestHeader(ConfigRequirement require, String...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "086f250c80f598541c096a485790d992", "score": "0.0", "text": "@Override\r\n\t//Draws the bullet\r\n\tpublic void render(Graphics g) {\n\t\tg.setColor(Color.WHITE);\r\n\t\tg.fillRect((int) x, (int) y, 16, 16);\r\n\t}", "title": "" } ]
[ { "docid": "f4bccec648e6eb25ae6f4d7165ffc5a1", "score": "0.7037216", "text": "@Override\n\t\t\tpublic void Goruntule() {\n\t\t\t\t\n\t\t\t}", "title": "" }, { "docid": "27bc40cf2c5e26e0bf8b70807e0bcaed", "score": "0.68683225", "text": "@Override\r\n\tpublic void caminar() {\n\t\t\r\n...
c54bfdc3409a1a7081ce51426b108f41
Returns the extension of this entry.
[ { "docid": "2ec582e3a85e7076e533261ce35e317e", "score": "0.8089652", "text": "public String getExtension()\r\n\t{\r\n\t\treturn this.extension;\r\n\t}", "title": "" } ]
[ { "docid": "e2e205649a1675ce9995398f0b5bead1", "score": "0.818649", "text": "public String getExtension() {\n return getExtension();\n }", "title": "" }, { "docid": "d78f38d1c439468698430e6b37aa465b", "score": "0.8057085", "text": "public String getExtension() {\n re...
cef0b300fb5da13e50b8a1bc15b322ec
Displays the welcome message from Normal Mode to Deck Mode.
[ { "docid": "68bab49266e5d38467a1dbb0a506c426", "score": "0.641457", "text": "public static void printDeckWelcome(int index, Deck deck) {\n printMessage(DECK_WELCOME_LINE + \"[\" + index + \"] \" + deck.getName());\n }", "title": "" } ]
[ { "docid": "4c6321b01a7e4b980dcf251a739f3a94", "score": "0.7756892", "text": "public void welcome() {\n System.out.println(\"\\n---------------------------------------------------------------------\" +\n \"\\n\\tBienvenue sur le plateau de Donjon et Dragons !!!\" +\n ...
08ed2ed19b07bfd60321cbe0f0d550ec
Trying to cancel CREATE INDEX command.
[ { "docid": "3054ed6a4364afaeb31f09b4b8b5fcc8", "score": "0.68509316", "text": "@Test\n public void testCreateIndexCancellationUnsupported() throws Exception {\n checkCreateIndexCancellationUnsupported(false);\n }", "title": "" } ]
[ { "docid": "0e75b9337e920aa22301632113282a53", "score": "0.7070842", "text": "private void checkCancelled() throws IgniteCheckedException {\n if (cancel != null && cancel.isCancelled())\n throw new IgniteCheckedException(\"Index creation was cancelled.\");\n }", "title": "" },...
0ad2426f7c38879709ab08a6c71cda74
List list = new ArrayList(); list.add("aaa"); list.add("bbb"); list.add("ccc"); String s = splice(list,""); System.out.println(s); System.out.println( getCountAppearInString("aaabbbccc",""));
[ { "docid": "b2181a7f300b0668f13118bb4137de98", "score": "0.0", "text": "public static void main(String[] args) {\n String s = CommonUtils.bytes2kb(323);\r\n System.out.println(s);\r\n }", "title": "" } ]
[ { "docid": "cc226284b59ff9f71cfb69a60c67d009", "score": "0.62345785", "text": "int getStringList01Count();", "title": "" }, { "docid": "0feda580b36204c7801b59da65880dc4", "score": "0.5873477", "text": "public static void dublicatesFromList (ArrayList <String> givenString) {\n\n\n ...
43652f5a458cb36bc3df93ef318761f2
The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kickin. The option will be converted to a int type. Group: scheduler
[ { "docid": "c54bdefb05aa666a12b6a5f99613d7ae", "score": "0.0", "text": "default S3EndpointConsumerBuilder backoffErrorThreshold(\n String backoffErrorThreshold) {\n doSetProperty(\"backoffErrorThreshold\", backoffErrorThreshold);\n return this;\n }", "titl...
[ { "docid": "255a281b7e066a40e2f33c1198225763", "score": "0.6501206", "text": "int getRetryCount();", "title": "" }, { "docid": "6d6878984f99d8554e70226c9f5e61f2", "score": "0.62994194", "text": "int getRetryAttempts();", "title": "" }, { "docid": "a354a732ff1056dff4ce2562...
e75d02cd5c9b068f3e6bfa5d34f7cd68
Returns true if value held by this model has changed since the last call to reset or the last time a value came up from the inner model.
[ { "docid": "2b12ff1fcaf7a35b833e9f6852dd19c6", "score": "0.0", "text": "boolean isDirty();", "title": "" } ]
[ { "docid": "95df375e771b0cdbe09a8aad95ff8aaf", "score": "0.7027683", "text": "protected boolean isChanged()\n\t{\n\t\treturn this.changed;\n\t}", "title": "" }, { "docid": "f20544e6b145ea8f4165d34eadc39b92", "score": "0.68510056", "text": "boolean hasChangedValue();", "title": ""...
748b5576547db248122db82f9448665a
Metodo que genera una conexion a la base de datos de mysql con los valores pre definidos Excepciones : No Aplica
[ { "docid": "c5ac9ba3b702700ef92d216fb7fc2e9a", "score": "0.7165448", "text": "public Connection generarConexion() throws SQLException {\n\t\t// Variable donde se almacena la conexion a la base de datos\n\t\tConnection conexion = null;\n\t\t// Valida que el driver de mysql sea valido antes de interntar c...
[ { "docid": "0873596ef63d19f4abf6c8f8b5b522e5", "score": "0.7720607", "text": "public conexion() {\n\t\tbd = vg.baseDeDatos;\n\t\tuser = vg.usuarioMysql;\n\t\tpass = vg.passMysql;\n\t}", "title": "" }, { "docid": "a2fb9db1581d1df5ee074c1839aac414", "score": "0.7319745", "text": "bd(St...
8a0afba9209dd5e51ea2c66fbe568a57
/ / / / / / / / / / / /
[ { "docid": "45aa2af8c717eebd5eb1b89a891edfab", "score": "0.0", "text": "protected IOContext _createContext(Object paramObject, boolean paramBoolean)\n/* */ {\n/* 1373 */ return new IOContext(_getBufferRecycler(), paramObject, paramBoolean);\n/* */ }", "title": "" } ]
[ { "docid": "c4947249f564a8b23a47e2c447581677", "score": "0.5708909", "text": "private static void divide() {\n\t\t\r\n\t}", "title": "" }, { "docid": "ccaf5f7aff0d6de105f523c68f63383c", "score": "0.5338361", "text": "private void cathc() {\n\t\t\r\n\t}", "title": "" }, { ...
323b09fdb520632c30b83b2c8f9dd4bb
i = the index of the selected row
[ { "docid": "35863bdf01fe5038201053adf444168c", "score": "0.0", "text": "@Override\n\t \t\t\t public void actionPerformed(ActionEvent e) {\n\t \t\t\t int i = Stable.getSelectedRow();\n\t \t\t\t \n\t \t\t\t if(i >= 0) \n\t \t\t\t ...
[ { "docid": "74671a3f5ed958d51c7a073c0de384d9", "score": "0.7090076", "text": "public void setSelectedRow(int r){\n\t\t\n\t}", "title": "" }, { "docid": "68c7ad53541febb48c58255a08a478a4", "score": "0.7004783", "text": "public int getSelectedRow() {\n return selectedRow;\n }...
25fb76e09299ba8e3521427a6d45dd57
That is why genPath is used instead for those situations. The map is generated a single time to show every possible path to take to a single tile. Instead of individually pathfinding each of the hundreds of units, you pathfind the map, and the units simply follow the map. GenPath follows the flowfield map generated by ...
[ { "docid": "13842b66e0265f2aa95cbd7bb50f1e7d", "score": "0.72292984", "text": "public void genPath(GameManager gm){\n Path.clear();\n int SearchTile = CenterTile;\n if(gm.getFlowField() == null){\n return;\n }\n while(gm.getFlowField()[SearchTile] != 0){\n ...
[ { "docid": "7e648bbe289e96817c95138a15cb2017", "score": "0.6929986", "text": "@Test\n\tpublic void testSimplePath() {\n\t\tTileMap map = new TileMap(3, 3);\n\t\tmap.setCell(1, 1, true);\n\t\tmap.setCell(1, 2, true);\n\t\t// robots\n\t\tList<MobileRobot> robots = new ArrayList<>();\n\t\trobots.add(create...
6766ca0f6e19e144316138ce0c334333
private static ArrayList rectangles = new ArrayList ();
[ { "docid": "5b895b57731f5897e824fb738c5e7925", "score": "0.0", "text": "public void createIsipship() {\r\n\t\tRandom randomGenerator = new Random();\r\n\t\tint posX = 840;\r\n\t\tint randomPosY = randomGenerator.nextInt(480); \r\n\t\tIsipEngineer isipEngineer = new IsipEngineer(posX, randomPosY);\r\n\t\...
[ { "docid": "b2c3979c4e08c22d51bb4c4d15e69137", "score": "0.67251027", "text": "private ArrayList<Figure> getRectangleData(){\n\n ArrayList<Figure> getRectangleData = new ArrayList<>();\n\n getRectangleData.add(new Rectangle(\"First rectangle\", Color.RED, 2, 3));\n getRectangle...
402eba58776450e31bbd2e7755981d54
Handles all HTTP POST requests to this servlet
[ { "docid": "34060741069da257dd200f5fafdc293b", "score": "0.0", "text": "@Override\n protected void doPost(HttpServletRequest req, HttpServletResponse resp) {\n switch (req.getRequestURI()){\n case \"/reimbursement/create\":\n new ReimbursementCreateController(req, res...
[ { "docid": "30911a5aefbf239e965722f33e1b6647", "score": "0.7535941", "text": "@Override\r\n\tprotected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {\n\t\tdoPost(req, resp);\r\n\t\t\r\n\t}", "title": "" }, { "docid": "f40b6cf0a2e2767a683b...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "c4e6db64fd46ce53703bb03bf6254e5d", "score": "0.0", "text": "@Override\r\n\tpublic void setDureeContrat(int dureeContrat) {\n\t\tthis.dureeContrat = dureeContrat;\r\n\t}", "title": "" } ]
[ { "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}"...
02d03ce0922f144475e9ae73957ccd32
Updates appropriate variables to represent a zoom. Does not update the image, just sets new limits
[ { "docid": "dce7764c3d4cfe7a180da245c7c6f520", "score": "0.0", "text": "private void doPixelZoom(double factor, double pixelCentreX, double pixelCentreY) {\n /*\n * The centre of the zoom in co-ordinate space\n */\n double coordCentreX = minX + (pixelCentreX / getFitWidth()...
[ { "docid": "e8de700c442b66e17d3f1912e4499a52", "score": "0.7275187", "text": "public void setZoomValue( int zoomValue );", "title": "" }, { "docid": "cb1e2332b6868f9c75ea4d6e6f47bb53", "score": "0.72722507", "text": "public void updateZoom() {\n\t\tif (AceUniverse.getSettings().conta...
2f68814cfcb5dfb7b5924094eb5100c3
Returns all rows from the T_DEVICE_INFO table that match the criteria 'RAMUNIT = :ramunit'.
[ { "docid": "03c3033ef2641a4d2364e72d8dd2c599", "score": "0.76732844", "text": "public List<TDeviceInfo> findWhereRamunitEquals(String ramunit) throws TDeviceInfoDaoException;", "title": "" } ]
[ { "docid": "6ab2bd35842f9d64108e94c1da90f38b", "score": "0.7112079", "text": "public List<TDeviceInfo> findWhereNvramunitEquals(String nvramunit) throws TDeviceInfoDaoException;", "title": "" }, { "docid": "71284286970c9ecd775bb6263bb6d2ed", "score": "0.69917727", "text": "public Lis...
303503a32b99df4e2971899780390f9f
Created by Syed Murtaza Mehdi on 21/12/2015.
[ { "docid": "b40ff0f0cab26abb308e347afeb9f586", "score": "0.0", "text": "public interface communicator {\n public void respond(int i);\n}", "title": "" } ]
[ { "docid": "ffe5fe3cec40acf4b0b07ea257dfa06a", "score": "0.64209557", "text": "private void apparence()\r\n\t\t{\r\n\r\n\t\t}", "title": "" }, { "docid": "db6adf52deb87c2723f80c6df873c47d", "score": "0.6310938", "text": "public void mo4741aD() {\n }", "title": "" }, { ...
6da70c717e648bb8b7b47d037f33296e
/ renamed from: com.ss.android.ad.splash.core.video.a.c$f
[ { "docid": "cdf5b9f7c9d6e0f6d81f4d4006cc461f", "score": "0.0", "text": "public interface C19074f {\n /* renamed from: c */\n void mo50700c(C19068c cVar);\n }", "title": "" } ]
[ { "docid": "e1b84034cd23a2ffe0c4bcba16b4d83f", "score": "0.7101197", "text": "private void m123762b() {\n C33187a aVar;\n if (VERSION.SDK_INT >= 21) {\n this.textureVideoView.setClipToOutline(true);\n this.textureVideoView.setOutlineProvider(new C43070ds(C23486n.m7712...
41d0e3bba585918c04d102a64673ddd1
Ensure the constructor is abstract.
[ { "docid": "77d0fb4862da7bc3fe2ab32643823196", "score": "0.68234247", "text": "@Test\n public void testConstructor() throws Exception {\n Constructor<AbstractBolt> constructor = AbstractBolt.class\n .getDeclaredConstructor();\n\n // Must not be accessible (abstract)\n ...
[ { "docid": "3b552c59e339e1e0b4f29422c24c2da2", "score": "0.7241201", "text": "public abstractEx()\r\n\t{\r\n\t\tSystem.out.println(\"Iam constructor of abstract class\");\r\n\t}", "title": "" }, { "docid": "f00628585b4600a30b5ab3689441f7aa", "score": "0.70877284", "text": "public Stu...
7e9e1b10cdaebcf65dda17dfe9fde144
Starts specified in config browser, maximizes window
[ { "docid": "44e3c48426f72a9ad8040550d784289b", "score": "0.0", "text": "protected void launchDriver() throws MalformedURLException {\n\n switch (SessionPrototype.getClient()) {\n case IE:\n startInternetExplorer();\n break;\n case FF:\n ...
[ { "docid": "81c05d859158b835cbe9f8de364dbae4", "score": "0.68453425", "text": "private void maximizeWindow() {\n if(dependencyContainer.propertiesManager.getPropertyAsBoolean(\"windows.maximize\")) {\n dependencyContainer.webDriverManager.getDriver().manage().window().maximize();\n ...
7028519a71aa69be197c043df03c0acb
Echo a command to output with its parameters
[ { "docid": "2928dacc66e1880d73000bd59786f1d8", "score": "0.6464537", "text": "public void printCommand(String[] token)\r\n {\r\n System.out.print(token[0]);\r\n\r\n for (int i = 1; i < token.length; ++i)\r\n {\r\n System.out.print(\" \" + token[i]);\r\n }\r\n\r\...
[ { "docid": "a9a5cb1a1aaef5a14e609c4b182f9377", "score": "0.6420897", "text": "@Override\r\n\t\tpublic void doCommand(String[] args) {\r\n\t\t\tm.doCommand(\"display\", args);\r\n\t\t}", "title": "" }, { "docid": "1417bace75a9bef1149b3cad5b8f8169", "score": "0.638504", "text": "public...
77a534e3f36a2b3e4d97bd9913721ca9
Get context by name.
[ { "docid": "afe5cac0c1547e443e1ed98bde37d12a", "score": "0.63889503", "text": "public static MessageContext context(String contextName) {\n return MessagesUtils.context(contextName);\n }", "title": "" } ]
[ { "docid": "8ab4359b6ae8876f7315c6a3a91dfdd4", "score": "0.6859823", "text": "java.lang.String getContextName();", "title": "" }, { "docid": "ed88772e38f0e0ee1c58627f33ea17b8", "score": "0.67962587", "text": "String getContextName();", "title": "" }, { "docid": "00e4f153f...
5e5a981082e3b1ae8b9674f3e68fe530
Set the value related to the column: POSTCODE
[ { "docid": "ff7139a75fd9d719ee54964f72a6d418", "score": "0.6976237", "text": "public void setPostcode (java.lang.String postcode) {\n\t\tthis.postcode = postcode;\n\t}", "title": "" } ]
[ { "docid": "5b0841d8264985f22358a455e9809b1d", "score": "0.72240984", "text": "public void setPostCode(String postCode) {\n this.postCode = postCode;\n }", "title": "" }, { "docid": "3b3e05c26b6444df129eda11916ce620", "score": "0.71512973", "text": "public void setPostCode(...
01c3a3c5a2ad44e4608e4f35d8ea4b20
One sol / TODO check this logic This is also called Optimum GAME strategy
[ { "docid": "2fa2e962989e2b16336546f23488ff05", "score": "0.0", "text": "public int maxcoin2(int[] A) {\n\n\t\tif (A == null || A.length == 0) {\n\t\t\treturn 0;\n\t\t}\n\n\t\tint n = A.length;\n\t\tint sol[][] = new int[n][n];\n\n\t\tfor (int length = 0; length < n; length++) {\n\t\t\tfor (int i = 0, j ...
[ { "docid": "b46900513e2dcd8b16f0c2679ab9948a", "score": "0.6933038", "text": "public void solveGame() {\n\n\n fillWithZeroes();\n fillSudoku();\n solver.solve(this);\n checkBoard();\n logger1.debug(exceptBundle.getString(\"created\"));\n }", "title": "" }, {...
570364e96a3bbfa619a0a89099ccc1a9
Get the entity's meta packet.
[ { "docid": "d3c6a985d7920b0c6027957ba3e16600", "score": "0.65686965", "text": "public Object getMetaPacket(Object watcher) {\n\n\n Object packet = null;\n try {\n Class<?> DataWatcher = NMSUtils.getNMSClass(\"DataWatcher\");\n\n Class<?> PacketPlayOutEntityMetadata = ...
[ { "docid": "929acde776a39cace534f065a8d4b3f7", "score": "0.7533041", "text": "public EntityMeta getEntityMeta(){\n\t\t\n\t\treturn this.meta;\n\t}", "title": "" }, { "docid": "92105e431151e9cd39cb560621e60b80", "score": "0.6537322", "text": "@Nullable\n public String getMetaData() {...
fe474828e3c8ad98a4268352b7c4533a
Check question one answers .
[ { "docid": "482d2cc2b72352f6c1805e15d84f628d", "score": "0.0", "text": "private String getQuestionOneUserInput() {\n userInputLastName = (EditText) findViewById ( R.id.answerInputUserLanguage );\n String name = userInputLastName.getText ().toString ();\n return name;\n }", "t...
[ { "docid": "c9bf78054136e4644af678c67e8fb398", "score": "0.7656475", "text": "boolean hasAnswer();", "title": "" }, { "docid": "c9bf78054136e4644af678c67e8fb398", "score": "0.7656475", "text": "boolean hasAnswer();", "title": "" }, { "docid": "c9bf78054136e4644af678c67e8f...
d213e0b7a4e4fe53978d7f776c42c0fe
Runs the ray tracer. Takes scene file, output image file and image size as input.
[ { "docid": "24647d993a230fed903486570c8136e5", "score": "0.7761569", "text": "public static void main(String[] args) {\r\n\r\n try {\r\n\r\n RayTracer tracer = new RayTracer();\r\n\r\n // Default values:\r\n tracer.imageWidth = 500;\r\n tracer.imageHeig...
[ { "docid": "6a8f9d92ed0d2f955c55b8c0bc193af4", "score": "0.63576514", "text": "public RayTracerEngine(Dimension image_size, Scene scene, Camera camera) {\n\t\tthis.scene = scene;\n\t\tthis.camera = camera;\n\t\tthis.width = image_size.width;\n\t\tthis.height = image_size.height;\n\t\tforward = new Vecto...
16b0bcc2f74ab9916b0962d8d67f03c9
Inherit java doc for IRSequence
[ { "docid": "cca0dce48d325ad09aa6ad3ab47c7a96", "score": "0.0", "text": "@Override\r\n public boolean isVariable() {\r\n return sequence.isVariable();\r\n }", "title": "" } ]
[ { "docid": "e127497ac20a0f5ed3f2e63173193cc2", "score": "0.68863857", "text": "@Override\r\n public void visitSequence(Sequence sequence) {\n }", "title": "" }, { "docid": "8a838266646a1da81fe0829b46371441", "score": "0.61371756", "text": "Sequence createSequence();", "titl...
7fc23e093e212f3ea616518aa10efc29
If the thread is presently running a Runnable of any kind, blocks until the Runnable has finished running. Else returns immediately. Returns true if the worker was working on some Runnable, else false.
[ { "docid": "b8ae3ab59c3648506776a5367ca3effc", "score": "0.5790518", "text": "public boolean join(Worker thread)\n {\n return ((Node)thread).joinRunnable();\n }", "title": "" } ]
[ { "docid": "b5472c611096fbab9b62802661caeacd", "score": "0.6871424", "text": "boolean joinRunnable()\n {\n synchronized(runLock)\n {\n if (toRun != null)\n return joinRunnable(toRun);\n else return false;\n ...
fb0c8dad629784e6d03ba68c1a728497
constructor / this assumes that cpool has been extended by one and passed in to be updated / list is a Vector of Local_Variable_Tables
[ { "docid": "cde7549382c8cd27b64bd64ec7c461bf", "score": "0.6379626", "text": "public StackAllocLocalVariables_Attribute(Local_Variable_Table lvt[], Vector list, Cp_Info cpool[]) {\n\n attribute_length = 2 + (10*list.size()); \n if ((cpool.length-1) > 32767) {\n\tSystem.err.println(\"ERROR In conve...
[ { "docid": "364cf5a38f262ea5c70b6a48bf8a1524", "score": "0.57359844", "text": "public void addElements(Vector list) {\n\n /* Code_Attribute.updateAttributeLength must be called after using this method */\n\n if (list == null || list.size() == 0) return;\n if (table_length != 0) {\n home:...
44f33bdc3ab9a75d0f7777bdcb2ecac0
Selecciona las subcategira de una categoria de despesa
[ { "docid": "b94fe3dcbc000021190614743bbdf804", "score": "0.0", "text": "public String[] getCatDesValores(String grupo) {\n try {\n String[] valores;\n ResultSet sent = EjecutarSentencia(\"SELECT * FROM categoriades WHERE grupo = '\" + grupo + \"'\");\n sent.first(...
[ { "docid": "30e410da387a7a354bcc8a8e2f522d5c", "score": "0.6843692", "text": "public FiltroSubCategoria() {\r\n }", "title": "" }, { "docid": "b81fd8ba2cdc6b16bf506a3c217eecec", "score": "0.6708218", "text": "public void buscarSubCategoria() {\n int codigo = Integer.parseIn...
c48f365cbc171c1402648e487330c415
ensures an appropriate distribution of nodes at each level
[ { "docid": "b07d963e6de1f65c6f6406873efa483e", "score": "0.0", "text": "private int getLevelForNextInsert(){\r\n\t\tint level;\r\n\t\tint nodesAtLevel;\r\n\t\tfor (level = 0; targetNodesAtLevel(level) > 0;level++){\r\n\t\t\tif(level < levelCounts.size()) nodesAtLevel = levelCounts.get(level);\r\n\t\t\te...
[ { "docid": "9ae87aba1f7988b5283c5bc3e9e30d89", "score": "0.67660534", "text": "private int targetNodesAtLevel(int level){\r\n\t\treturn (int)Math.round((float)size/Math.pow(2.0, level+1));\r\n\t}", "title": "" }, { "docid": "20b0d52f28038518e9ffca84c579646c", "score": "0.62952304", "...
137b05f6508eac16cb33c075aa8517e0
Library construction does not need to care whether their are or are not any entry points.
[ { "docid": "c7ade3967d79db56a8bcd9b9590a00f4", "score": "0.0", "text": "@Override\n protected void checkEntryPoints(String[] entryPointTypeNames, String[] additionalRootTypes) {\n }", "title": "" } ]
[ { "docid": "33ed194d6499f4a427c4daf3b642c37e", "score": "0.6940886", "text": "Library createLibrary();", "title": "" }, { "docid": "33ed194d6499f4a427c4daf3b642c37e", "score": "0.6940886", "text": "Library createLibrary();", "title": "" }, { "docid": "33ed194d6499f4a427c4...