query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
d02ce16c325aa2dbb2c58fe540dcd9ab
Trigger the event notifying that the focus has been changed.
[ { "docid": "e623c629ea0d295fe98e4801e73a2765", "score": "0.7527816", "text": "protected void onFocusChange() {\r\n\t}", "title": "" } ]
[ { "docid": "42c9476dcf19239f87c63f4dc367c62c", "score": "0.7405587", "text": "public void focusGained () {\n }", "title": "" }, { "docid": "8490965fa39fcd96c4f0ad1753c0f24c", "score": "0.73550165", "text": "public void onGainsFocus() {}", "title": "" }, { "docid": "26b...
b1b5d6b1efc98907957854479b52a1a2
method for getting cause of penalty
[ { "docid": "43a6b107bba8fabdce610512ef818a8a", "score": "0.0", "text": "public String getInfo() {\n\t\treturn info;\n\t}", "title": "" } ]
[ { "docid": "d71417730cb0c9f25b256dd5a41568c2", "score": "0.7703905", "text": "int penalty();", "title": "" }, { "docid": "54ba07e47a3443a9b4bb469dbf08b17f", "score": "0.6737017", "text": "public void penaltyShot() { }", "title": "" }, { "docid": "0d47cdf7dd11fe351d30a488d...
f7f159e9fc6cd0b7f2c4f6249b398f87
Sets the value of the 'args' field. Optional arguments supplied to
[ { "docid": "f33f6ee3fe048d575a281ec2e115cdc1", "score": "0.58082056", "text": "public void setArgs(java.util.List<java.lang.CharSequence> value) {\n throw new java.lang.UnsupportedOperationException(\n \"Set is not supported on tombstones\");\n }", "title": "" } ]
[ { "docid": "cfc48d5afedbb8cc4062b5b7b3bb2da6", "score": "0.8071929", "text": "public void setArgs(String args) {\n this.additionalArgs = args;\n }", "title": "" }, { "docid": "dfc01579110a119302011f0db845fefa", "score": "0.7994186", "text": "public void setArgs(ArrayList<...
f2d518af75a67e4b2e1f218f279fb3ae
Compare attacking and defender scores and find a number between +ACTIONCOMPARE_UNIT and ACTIONCOMPARE_UNIT "+" means attack wins, while "" means the defense.. max(a, d) / ACTIONCOMPARE_UNIT defines 1 unit.. (a d) / one unit is the returning number.. in case one unit means zero.. it should be calculated as 1.. but i don...
[ { "docid": "a430483613aba31a93083f4108bbdd54", "score": "0.7046867", "text": "public static int compare(int attackingScore, int defenderScore){\n\t\tlogger.info(\"comparing attacking[\"+attackingScore+\"] vs defender[\"+defenderScore+\"]\");\n\t\tint oneUnit = Math.max(attackingScore, defenderScore)/ACT...
[ { "docid": "21c636a0ce5331d5143b8ae27d7026ac", "score": "0.63559693", "text": "private float calculateMatchScore(float execution, float heat, float action, float story) {\n float score;\n \n // Come up with base value first with our base formula\n if (heat != 99F) \n ...
4eedfe4abc8eceb8991eeafa1120eec4
_dbl_rate[0] = 0 _dbl_state[0] + 1 _dbl_state[1] + 1; _dbl_rate[1] = 1 _dbl_state[0] + 20000 _dbl_state[1]; _dbl_rate[2] = 1;
[ { "docid": "96f7d133c31ee9b23d470006a0cda0e3", "score": "0.7711274", "text": "public void getRate(double[] _dbl_state, double[] _dbl_rate) {\n }", "title": "" } ]
[ { "docid": "3af888210bcfdc2c25c37cacad73aceb", "score": "0.6278417", "text": "abstract protected double learningRateUpdate();", "title": "" }, { "docid": "ccf4921a75bcbf79926c2ef900b61508", "score": "0.5943386", "text": "double getRate();", "title": "" }, { "docid": "ccf4...
e9a1c9f77e23652c55b6ad50a0b4c69d
this is the method for building the roof
[ { "docid": "f46c786d136a0ab4b8b30ef1e7b03b5e", "score": "0.7822549", "text": "public abstract void buildroof();", "title": "" } ]
[ { "docid": "56a4e4e20191fbabe891fdc501abaffa", "score": "0.61594903", "text": "public void make_ship(int mode){\n boolean building_is_available = false;//checks if there is not enough resorce avialable\n \n switch(mode){\n case 0:\n if(list_of_HQ.elementAt(selected...
8413ef53126200c3d79a8f642671d08f
Gets the date and time when the operation was performed.
[ { "docid": "c9c18f2ec8c0780eb8d84ce18958d82a", "score": "0.69179493", "text": "public DateTime getOperationDate()\n\t{\n\t\treturn operationDate;\n\t}", "title": "" } ]
[ { "docid": "f0eef4dd256a4a8d6420b1bfdbb25fa6", "score": "0.7414824", "text": "public Date getOperationTime() {\n return operationTime;\n }", "title": "" }, { "docid": "f0eef4dd256a4a8d6420b1bfdbb25fa6", "score": "0.7414824", "text": "public Date getOperationTime() {\n ...
2357c01315232dc3a1beb9221bb55441
Returns the down arrow button.
[ { "docid": "2f0bb30b49e3f0edf79c9aefe28bf616", "score": "0.8088288", "text": "public Button getDownButton() {\n return new Button() {\n @Override\n public boolean get() {\n return getPOV() == 180;\n }\n };\n }", "title": "" } ]
[ { "docid": "e775e9caed99c1a6803198f7d3ace726", "score": "0.69431394", "text": "public final EventButtonType getMouseButton() {\t \n return ButtonTypeDown;\n }", "title": "" }, { "docid": "4fbf9fffa30a71367a2b787cdab2cd57", "score": "0.67558676", "text": "public Button getUpButto...
6768b9d37131eb31cf13ebc6df8521e6
Set detailed error message with HTTP code, help link, etc.
[ { "docid": "6605e20a50aca40a6211b41466a366d2", "score": "0.0", "text": "public void setMessage(String message) {\n this.message = message;\n }", "title": "" } ]
[ { "docid": "b15b2e19e6d3049c1a63e08d4b9678fd", "score": "0.6523318", "text": "@Override\n protected void customizedErrorPage(Request req, Response res) throws Exception {\n byte[] errorBody = null;\n if (res.getStatus() == 404){\n errorBody = HttpUtils.getErrorPage(Version.ge...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b7223d091cd9d212491913e4cc5cee7f", "score": "0.0", "text": "@Override\r\n\tpublic Object getMarkedItems() {\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...
5727a25293fe99f1925256c7545716c2
Used for loading sound settings from GameSettings
[ { "docid": "e71dde7b3e28b61784f103a4764701ed", "score": "0.78836304", "text": "public void loadSoundSettings(GameSettings par1GameSettings)\n {\n this.soundPoolStreaming.isGetRandomSound = false;\n this.options = par1GameSettings;\n\n if (!loaded && (par1GameSettings == null || p...
[ { "docid": "4e35cca4738b6d9d2b381fb10439f4e0", "score": "0.7172089", "text": "private void initSound() {\n\n\t\tsoundMap = new HashMap<String, Integer>();\n\n\t\tsoundMap.put(\"p\", R.raw.single_p);\n\t\tsoundMap.put(\"t\", R.raw.single_t);\n\t\tsoundMap.put(\"k\", R.raw.single_k);\n\t\tsoundMap.put(\"ʧ...
e75641aef0692a05d36abe4d76336bf5
Write description of and sound produced by Critter c.
[ { "docid": "2d840aea65ede796968dbdfe0d51089d", "score": "0.5963004", "text": "public static void writeInfo(Critter c)\r\n {\r\n\t System.out.println(\"Dynamic type = \" + c.getClass());\r\n\t c.describe();\r\n\t c.speak();\r\n\t if (c instanceof Trainable){\r\n\t\t Trainable t = (Trainable) c;\r\n...
[ { "docid": "5c8bc6c9c06b16beda205b1a72db9010", "score": "0.69394493", "text": "public void sound() {\r\n System.out.print(\"Car sound: Vroom Vroom\\n\");\r\n }", "title": "" }, { "docid": "3278ca8c714c7e6a89708a541cc3d751", "score": "0.6901291", "text": "public void makeSou...
c9ef60cc7ce43cf88470f3dd0ead975a
Appends a string representation of this Uniform Fuzzy Hash Block to an existing String Builder. The block is represented as two hexadecimal integers, the first one representing its hash and the second one representing its size.
[ { "docid": "866b45fcc7da9aeb201c74738c9d42a1", "score": "0.63404787", "text": "protected void toString(\r\n StringBuilder strB) {\r\n\r\n strB.append(Integer.toHexString(blockHash));\r\n strB.append(BLOCK_INNER_SEPARATOR);\r\n strB.append(Integer.toHexString(getBlockSize(...
[ { "docid": "64db40bd9c1afaa760c3dc48d43d9274", "score": "0.591017", "text": "private static String MD2StringBuilder(String blockRecStr) {\n StringBuffer hexString;\n String hash256DigestStr = \"\";\n try {\n // creating msgDigest object, using SHA256 algorithm for hashing...
b9685f99738c198399339f429a8d0bd1
repeated .cn.wsds.gamemaster.pb.SupportAppInfo list = 1;
[ { "docid": "2cf3af949c6e2834cabd3098d964845f", "score": "0.0", "text": "public Builder clearList() {\n if (listBuilder_ == null) {\n list_ = java.util.Collections.emptyList();\n bitField0_ = (bitField0_ & ~0x00000001);\n onChanged();\n } else {\n listBui...
[ { "docid": "16dc401da7b1dc292fc00759a7d0a937", "score": "0.7530809", "text": "java.util.List<cn.wsds.gamemaster.pb.Proto.SupportAppInfo> \n getListList();", "title": "" }, { "docid": "d271bbd030b220bf6afae1fcb43dadbe", "score": "0.7452708", "text": "java.util.List<? extends cn...
1bbc76c443d34f4239eb9aa8bb6b83de
Returns a list of tags for a specified resource.
[ { "docid": "960d737548d5331e58ea2976a46b1541", "score": "0.66890013", "text": "java.util.concurrent.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest);", "title": "" } ]
[ { "docid": "fd634af9af06550dc25abd4d026b6330", "score": "0.7321359", "text": "ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest);", "title": "" }, { "docid": "fd634af9af06550dc25abd4d026b6330", "score": "0.7321359", "text": "ListTagsF...
45f5f3a99afc334d6a0d5c96643d0125
This method will get call when user click on folder data button
[ { "docid": "d05f3a1746141c746d94b79191b7201a", "score": "0.64089763", "text": "public void getFolderData(View view) {\n if (mDriveServiceHelper != null) {\n Intent intent = new Intent(this, ListActivity.class);\n\n mDriveServiceHelper.getFolderFileList()\n ...
[ { "docid": "babcfa56315b43f79cddeea6ed806b5f", "score": "0.6666028", "text": "private void selectFolderBtnMouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_selectFolderBtnMouseClicked\n if (workingDirectory == null)\n {\n workingDirectory = new File(\".\");\n ...
b797ba9b0bffe48953bbfeee6f991632
para el progress dialog
[ { "docid": "896503cc757fc29e90f44d98f84e75d5", "score": "0.0", "text": "protected void onPreExecute() {\n pDialog = new ProgressDialog(FacturaCodigo.this);\n pDialog.setMessage(\"Buscando....\");\n pDialog.setIndeterminate(false);\n pDialog.set...
[ { "docid": "90c94751edeeae4ba4f5099977650f87", "score": "0.7608065", "text": "protected void SwiftCreateProgress() {\n\t\t_dialog = new ProgressDialog(ScriptActivity.this);\n\t _dialog.setCancelable(true);\n\t _dialog.setMessage(\"Downloading...\");\n\t // set the progress to be horizontal\n\t _dial...
28a8825ca4e37cc8043b583b522f7393
$ANTLR end "rule__TermExpr__Group_18__0__Impl" $ANTLR start "rule__TermExpr__Group_18__1" InternalSafetyParser.g:30481:1: rule__TermExpr__Group_18__1 : rule__TermExpr__Group_18__1__Impl rule__TermExpr__Group_18__2 ;
[ { "docid": "bedeba42ac6cf9e9703fc277a931d5c7", "score": "0.6941944", "text": "public final void rule__TermExpr__Group_18__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalSafetyParser.g:30485:1: ( rule__TermExpr__Group...
[ { "docid": "1186e9737e85885284fe3670e792019d", "score": "0.74267423", "text": "public final void rule__TermExpr__Group_0_0__1() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // InternalSafetyParser.g:27638:1: ( rule__TermExpr__Gro...
6098901d35c50beb083db84b3382152a
add to the element to the binarySearchTree.
[ { "docid": "7fbde302d7f2dcc042750950d0d89d34", "score": "0.7128868", "text": "public void add(E element) {\n root = add(root, element);\n modCount++;\n }", "title": "" } ]
[ { "docid": "a5b59250c22095d42c62ca8f5b1181be", "score": "0.7800062", "text": "void add(TreeElement element);", "title": "" }, { "docid": "9ecde4d1fc03597fd81efc7abcbdd83b", "score": "0.74675965", "text": "public void add(E element){\n if(this.element.compareTo(element) > 0){\r...
7c172f8ab170bf47146de68ae6799dfa
Ricerca delle quote afferenti al documento di spesa
[ { "docid": "979b6e1fa5f8e4b61189c46c2cc1e776", "score": "0.6136859", "text": "@WebMethod\n\t@WebResult\n\tRicercaQuoteByDocumentoSpesaResponse ricercaQuoteByDocumentoSpesa(@WebParam RicercaQuoteByDocumentoSpesa parameters);", "title": "" } ]
[ { "docid": "4b84783948b46f18ea66cde934f183e4", "score": "0.6389221", "text": "public String getQuotes();", "title": "" }, { "docid": "5712dd427e242de52d4a751924c55a61", "score": "0.6144307", "text": "public String getQuoteText() {\n return quoteText;\n }", "title": "" ...
30f40015a5110435699cf7d7160ec1a3
Create a new ImageView and set it's properties
[ { "docid": "d4e1bc275055a9cb83904e61d5c7119f", "score": "0.6319849", "text": "public View makeView() {\n ImageView imageView = new ImageView(getApplicationContext());\n imageView.setScaleType(ImageView.ScaleType.FIT_CENTER);\n imageView.setLayoutParams(new Im...
[ { "docid": "dfe24fe341eb2c28133c129f71c18543", "score": "0.6908197", "text": "public ImageView CreateImageTower_1(){\n Image image1 = new Image(\"file:/home/nguyen/Desktop/Image/Tower1.png\");\n ImageView imageView1 = new ImageView(image1);\n return imageView1;\n }", "title":...
6d12f67428616da6f6fb629d835fc90f
da co 1 chong sach, xep chong sach vao ke
[ { "docid": "cbf82c36646e8fd432b7ec2b573da61d", "score": "0.0", "text": "public int addListBookToShelf(Book[] listBook) {\n if (listBook == null)\n return -1;\n if (this.index == this.dsBook.length) {\n return 0;\n }\n int i = 0;\n for(Book book : ...
[ { "docid": "2707ca1ba04858673f11bd36a8a9337e", "score": "0.6283489", "text": "public static void main(String[] args) {\n\t\tStringBuilder cad = new StringBuilder(\"Para el resto de números reales, esta representación puede ampliarse todavía más utilizando infinitas cifras decimales periódicas y no perió...
fef7e5204725d1d6a9b09c1087646148
/ If we didn't break statement, if condition satisfied in any case then it will execute next statement also If we use break statement then it will execute statement which satisfied the condition the it will break the statement
[ { "docid": "8a67da2d08b6d01d16f9ee63315ebf70", "score": "0.0", "text": "public static void main(String args[])\n\t{\n\t\tint a=2;\n\t\tswitch(a/2)\n\t\t{\n\t\tcase 1:\n\t\t\tSystem.out.println(\"dsdsd\");\n\t\tcase 2:\n\t\t\tSystem.out.println(2);\n\t\tcase 3:\n\t\t\tSystem.out.println(3);\n\t\tcase 4:\...
[ { "docid": "4d337655a8af5cd4945a89686683ce57", "score": "0.66592985", "text": "boolean BreakStatement()\n {\n if (saved(\"BreakStatement\",BreakStatement)) return reuse();\n if (!BREAK()) return reject();\n Identifier();\n if (!SEMI()) return reject();\n return accept();\n ...
4d6b15f287fde4e4b42449347dee5d48
construido a partir de tutorial de /11/aprendiendoconjcomboboxselecionesdiversas/
[ { "docid": "cb5dfdde76ff48d76508685b6f43bee9", "score": "0.71755934", "text": "public void construirSetOperadores() {\n\n\t\tlabeltituloSeleccionOperador = new JLabel();\n\n\t\tcomboOperadores = new JComboBox(operadores);// creamos el Cuarto combo,y le pasamos un array de cadenas\n\t\tcomboOperadores.se...
[ { "docid": "c40c1e20d9747217006fad9ff7b7ec67", "score": "0.7551688", "text": "public void iniciar_combo() {\n try {\n Connection cn = DriverManager.getConnection(mdi_Principal.BD, mdi_Principal.Usuario, mdi_Principal.Contraseña);\n PreparedStatement psttt = cn.prepareStateme...
eaecd91eb2e19430c57cca756e912341
Creates an element for a model element with an arbitrary type.
[ { "docid": "6e2dfd3ff35960bae6dc8b4904539a8e", "score": "0.6097059", "text": "private static DocModelElement generateDocElement(String name, String type) {\n\t\treturn new DocModelElement(name, type);\n\t}", "title": "" } ]
[ { "docid": "0a1ccda2cf0087a26088784a103cfad2", "score": "0.6634537", "text": "MuddleElementType createMuddleElementType();", "title": "" }, { "docid": "a78949651fa4c3b81106caf65e4b8ae9", "score": "0.64413244", "text": "public T create(NamedElement modelElement) {\n initialize(...
8078ee0cf9671f2e78d3797444235648
Fetches the FullTextLink information of the object specified by object_id
[ { "docid": "16507707a089f69c810aa619761187d8", "score": "0.6184209", "text": "public PreparedStatement FullTextLinks(Connection connection, BigDecimal object_id) throws SQLException {\n\n\t\tPreparedStatement preparedstmt = connection\n\t\t\t\t.prepareStatement(\"SELECT object_id, mimeformat, link FROM ...
[ { "docid": "0160303a4ec0da132e0af1becd7515cc", "score": "0.558671", "text": "public Object getEntity(String object, int id) {\n EntityManager em = emf.createEntityManager();\n //Begin Transaction\n em.getTransaction().begin();\n\n String queryString = \"SELECT o FROM \" + obj...
1c27bac037306fb43e68cce341b65750
optional uint64 itemid = 1;
[ { "docid": "c9f5b6cb5794f4afe8390ee381901aad", "score": "0.0", "text": "@java.lang.Override\n public boolean hasItemid() {\n return ((bitField0_ & 0x00000001) != 0);\n }", "title": "" } ]
[ { "docid": "b9a92388e0cbed1bc6b2bdab35b5e199", "score": "0.7643751", "text": "long getFromitemid();", "title": "" }, { "docid": "8528a0a7ef16d585279a1c7620b57e67", "score": "0.7546367", "text": "long getItemid();", "title": "" }, { "docid": "8528a0a7ef16d585279a1c7620b57e...
63c055a774814d43b12a8a4e5fe44d7c
Constructs a new dynamic chart application.
[ { "docid": "1aa842610832fd94848e65e0713f384a", "score": "0.48396444", "text": "public DynamicLineAndTimeSeriesChart(final String title,String com) {\r\n\r\n super(title);\r\n \r\n \r\n donnees = new Donnees();\r\n donnees.SimpleRead(com);\r\n this.series = new T...
[ { "docid": "3b1fddb420705fdd7cc7d1d053c048ed", "score": "0.6318917", "text": "Chart createChart();", "title": "" }, { "docid": "e6e1bc60736f465a1ad5ebd69911284e", "score": "0.6220138", "text": "Application createApplication();", "title": "" }, { "docid": "ce4a7d43d9895826...
9125145cba8b22f4a2603a6d42c79b7c
hook that is called before search input starts
[ { "docid": "09268b52fd12b338355159b0a493acda", "score": "0.657682", "text": "public void beforeInput() {\n }", "title": "" } ]
[ { "docid": "12901dcb532956b5f8ee3608a48b1283", "score": "0.7773729", "text": "@Override\n\tpublic void onSearchStart() {\n\n\t}", "title": "" }, { "docid": "4c6c3017d5e97c0c187a68cb20e668e2", "score": "0.7759833", "text": "private void initSearch() {\r\n\t\t\t \r\n\r\n\t\t ...
c6ae52e85812b74b5c9dbffba731358e
optional string s2c_msg = 2;
[ { "docid": "7a9414775261efee9ab10b184f624724", "score": "0.6198308", "text": "public java.lang.String getS2CMsg() {\n java.lang.Object ref = s2CMsg_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.protobuf.ByteString bs = \n...
[ { "docid": "f7a0c55f2e3af981359c0f59109fc6db", "score": "0.6812197", "text": "public Builder setS2CMsg(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000002;\n s2CMsg_ = value;\n onChanged();\n ret...
579ecfbcebb58d7bbe7a3a7854857dcc
.google.protobuf.Int64Value last_updated_date = 3;
[ { "docid": "08c09e9c9a0cf3ee3d835f96d95ea9c3", "score": "0.0", "text": "boolean hasLastUpdatedDate();", "title": "" } ]
[ { "docid": "d76a8e7e9386718502c24c67a4da9969", "score": "0.9091843", "text": "com.google.protobuf.Int64Value getLastUpdatedDate();", "title": "" }, { "docid": "d76a8e7e9386718502c24c67a4da9969", "score": "0.9091843", "text": "com.google.protobuf.Int64Value getLastUpdatedDate();", ...
6a824645a3d7be29c38798ee32526a38
Generate a ListX from the provided Supplier up to the provided limit number of times
[ { "docid": "ab626aa39471d40ad37e208e543ba792", "score": "0.7462906", "text": "public static <T> ListX<T> generate(final long limit, final Supplier<T> s) {\n\n return ReactiveSeq.generate(s)\n .limit(limit)\n .toListX();\n }", "title": "" ...
[ { "docid": "3898e0269ebaafb327d755b59b631b60", "score": "0.7036979", "text": "<T> @NotNull List<T> build(@NotNull Supplier<T> supplier, @Range(from = 0, to = Integer.MAX_VALUE) int amount);", "title": "" }, { "docid": "739723ffa6c6d867e7448ede1e2a246a", "score": "0.6562576", "text": ...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "199db07d2b852f7259f0b406d8d84508", "score": "0.0", "text": "@Override\n\tpublic int getOrderLineIndex(int parseInt) {\n\t\treturn 0;\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...
a4867ebf1c65207dd696a614c1d01805
TODO: this interaction with sort comparators is really ugly... Returns numeric docvalues view of raw double bits
[ { "docid": "c1f5acabbd12dfbb2d67bb4594401d21", "score": "0.67900527", "text": "public NumericDocValues getRawDoubleValues() {\n return new AbstractNumericDocValues() {\n private int docID = -1;\n\n @Override\n public boolean advanceExact(int target) throws IOExcep...
[ { "docid": "e318e45b86018729592b4c4c4f68842d", "score": "0.5790608", "text": "public final double readDouble(byte[] w)\n\t{\n\t\treturn Double.longBitsToDouble(readLong(w));\n\t}", "title": "" }, { "docid": "1f281f6e0d2b692aa05be5c296f9a916", "score": "0.56158864", "text": "public Nu...
c6b7072e30dd717644f04c3ade8e6197
This function will return the physical path of the servlet context
[ { "docid": "058b964bc9d5275a4709259a999b0495", "score": "0.0", "text": "public static String getDefaultInitializationFilePath(HttpServletRequest request) {\n return initialization.getDefaultInitializationFilePath(request.getSession().getServletContext());\n }", "title": "" } ]
[ { "docid": "45c4616b5828bfe49be157770ef47168", "score": "0.7827986", "text": "@Override\n public String getContextPath() {\n return getServletContext().getContextPath();\n }", "title": "" }, { "docid": "9fc9f55151a5a416145df44661e92936", "score": "0.76793337", "text": "@...
87f73b6fd9b006cf9f2148272c6e999d
Convert the given object to string with each line indented by 4 spaces (except the first line).
[ { "docid": "382f0f99ca06d72d0a9bfd1e520383ed", "score": "0.0", "text": "private String toIndentedString(Object o) {\n if (o == null) {\n return \"null\";\n }\n return o.toString().replace(\"\\n\", \"\\n \");\n }", "title": "" } ]
[ { "docid": "7419f41e4dd5628f7271949c83270a33", "score": "0.752699", "text": "private String toIndentedString(java.lang.Object o) {\n if (o == null) {\n return \"null\";\n }\n return o.toString().replace(\"\\n\", \"\\n \");\n }", "title": "" }, { "docid": "060c307f35bb4...
6bfbacb8368bb48c1cef4de2a39794e8
Remove the VIF from the gateway
[ { "docid": "edc8fdef76af7fffc6ddd0b51b741466", "score": "0.7879314", "text": "public abstract void removeVif(Gateway gateay, Vlan vlan) throws CPEException;", "title": "" } ]
[ { "docid": "854d08deacaef810fb3b687f46df64c3", "score": "0.626639", "text": "@Override\r\n public void deleteVivarium() {\r\n this.inVivarium = null;\r\n }", "title": "" }, { "docid": "b6828b59752767e7b75e4bf4a26b419c", "score": "0.6044246", "text": "public void removeHa...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "4b1ec016a333924d725e3757e93899b5", "score": "0.0", "text": "@Override\n\tpublic Staff createStaff(Staff staff) {\n\t\treturn null;\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...
2a377db8a34dcfc8067bb3760cd532d9
/////////////////////////////////////////////////////////////////// /////////// Public properties //////////////////////////////////// ///////////////////////////////////////////////////////////////////
[ { "docid": "900a5435a66df31d73576c8248791142", "score": "0.0", "text": "public void addRegex(WdkModelText regex) {\n _regexes.add(regex);\n }", "title": "" } ]
[ { "docid": "a6c2db17f79f35f8fc3b8e99eee9ab48", "score": "0.6497332", "text": "@Override\r\n\tprotected void init() {\n\t\t\r\n\t}", "title": "" }, { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.64594305", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}",...
c89d8b9c99d7f54787122225f27ffa86
Get simple moving average
[ { "docid": "de52d450250adeef787bfccf96001c6f", "score": "0.0", "text": "public double get(int i)\n\t{\n\t\treturn values.get(i);\n\t}", "title": "" } ]
[ { "docid": "e5633f824db6ea5be8d19c2b3491ad87", "score": "0.672034", "text": "public ComputeMovingAverage(){\n super(1,1,2);\n //this.num_days = num_days;\n }", "title": "" }, { "docid": "2900b8b4d81080fcb357e0a802b6dbd5", "score": "0.6537899", "text": "pu...
da76d348e15c22e7b7b599607bdeac35
Gets the currently active position.
[ { "docid": "a702c7606f14f1686be60e8c4e047245", "score": "0.7584535", "text": "public PositionDescription getActivePosition() {\n return activeRole;\n }", "title": "" } ]
[ { "docid": "2f99606e5dd1527a41c2ca0fe2f12e07", "score": "0.8045192", "text": "public Position getCurrentPosition() {\n\t\treturn this.position;\n\t\t\n\t}", "title": "" }, { "docid": "cd340843aabdc0fedef95da1f25cb1b1", "score": "0.80450493", "text": "public int getCurrentPosition()\n...
1b2210346afb1c8d05bd10b677214e24
Adds a JSONObject into this array
[ { "docid": "61f1fc3d0eb1417496e9820bd9423c23", "score": "0.60948175", "text": "public void add(final int index, final JSONObject object) {\n\t\tif (object.getParent() != this) throw new IllegalArgumentException(\"Wrong hierarchy\");\n\t\tarray.add(index, object);\n\t}", "title": "" } ]
[ { "docid": "a1ccea4d91e4562a68aac3aadef51b79", "score": "0.78083134", "text": "public void add(final JSONObject object) {\n\t\tarray.add(object);\n\t}", "title": "" }, { "docid": "44224a64d03f3668122a7d60ae1d6fb9", "score": "0.69326884", "text": "public void AddtoJSONArray(JSONArray ...
44ccefab647e84cc746c29d6058a1520
Created by Abderrahim El imame on 7/11/18.
[ { "docid": "ad861774fea33a1604e26993f52803ea", "score": "0.0", "text": "public interface DragListener {\n\n /**\n * Invoked when the view has just started to be dragged.\n */\n void onStartDraggingView();\n /**\n * Invoked when the view has dragging.\n */\n void onDraggingVi...
[ { "docid": "93de84d0e77a5e19e12e7d0655c39af3", "score": "0.6190781", "text": "@Override\n\tpublic void agit() {\n\t\t\n\t}", "title": "" }, { "docid": "da34ed11fe7c5649b3cd0bdad6dca5df", "score": "0.60417366", "text": "@Override\n\t\tpublic void 비행() {\n\t\t\t\n\t\t}", "title": "...
7d7be16391675e0b8a05735532c2edeb
List p2 = new ArrayList(); p2 = ArquivoTxt.capturaTxt("dados_pessoas.txt"); p2 = CadastraPessoa.cadastraPessoa(p2);
[ { "docid": "d3dd266782f58a5562246948fc836d2a", "score": "0.0", "text": "public void cadastrar() throws IOException{\n Parent root = FXMLLoader.load(getClass().getResource(\"/Fxml/Cadastrar_Pessoa.fxml\"));\r\n TrocarCenas.trocarcena_baixo(root, id_cadastrar, id_anchor);\r\n }", "tit...
[ { "docid": "3675801bd4f84e95185c032136492d77", "score": "0.7235293", "text": "public void caricaPunteggi()\r\n {\r\n ObjectInputStream in;\r\n \r\n File file = new File(this.filePath); \r\n \r\n \r\n try {\r\n if(file.exists() && file.length...
ac2bb65738ce93c39688f5d1631b15a3
/ When the like button is clicked, like or unlike the post.
[ { "docid": "e896a97c1534c272296f40753fdc565d", "score": "0.7671256", "text": "public void btnLikeClicked(View v) {\n int position = getAdapterPosition();\n Post post = posts.get(position);\n\n // Like\n if (likeByCurrentUser == null) {\n itemPos...
[ { "docid": "aa78606ea838cc53045f6738ba03f429", "score": "0.77622086", "text": "private void setupLikes(Post post) {\n // Show the number of likes\n itemPostBinding.tvLikeInfo.setText(String.format(Locale.US, \"%d likes\", post.getNumLikes()));\n itemPostBinding.tvLikeInf...
7f3907ab05ec209d99c15e84bfc4cdff
returns right child (if there is no right child return null)
[ { "docid": "4fb761d20edbd09ec10fe47ffb564cb6", "score": "0.0", "text": "public void setParent(IAVLNode node);", "title": "" } ]
[ { "docid": "b2a021b54e9433384df08982a5f278de", "score": "0.8120192", "text": "public Node getRightChild() {\n\t\treturn this.children[1];\n\t}", "title": "" }, { "docid": "3707d429d9a22807a38151ec2ecef6a0", "score": "0.7925118", "text": "public ExpressionNode getRightChild() {\n\t\t\...
00564f0c307ac9f841ae71b0b92222af
Overridden to change EmbeddedChannel's default behavior. We went to keep the messages in the ChannelOutboundBuffer.
[ { "docid": "41a59bb19c4c53d67970872a22a84fee", "score": "0.5944949", "text": "@Override\n protected void doWrite(ChannelOutboundBuffer in) throws Exception {\n }", "title": "" } ]
[ { "docid": "35a9c846d4e1937417a1057ac8cfaac1", "score": "0.606723", "text": "@Override\n\tprotected Object encode(ChannelHandlerContext ctx, Channel channel,\n\t\t\tObject msg) throws Exception {\n\t\tif (msg instanceof OFMessage) {\n\t\t\tOFMessage ofMessage = (OFMessage) msg;\n\t\t\tChannelBuffer buff...
8d8ca8486077ed32a3b82ae25027c7f5
master method that utilizes other pixel converter methods
[ { "docid": "b5cc4edb50be64373cac2dc9c44c9f98", "score": "0.0", "text": "public byte[] BitmapToByteArray(Bitmap bitmap, int dimX, int dimY) {\r\n ArrayList[][] panelList = new ArrayList[dimX][dimY];\r\n Bitmap[][] bitmapArray = SplitBitmap(bitmap, dimX, dimY);\r\n for (int i = 0; i <...
[ { "docid": "efdf8c2cfce1e1400b677c04528282f5", "score": "0.6821842", "text": "private ImageConversions() {}", "title": "" }, { "docid": "1c826d315891a884849bc11dd665b828", "score": "0.63226974", "text": "private void setPixelsImpl(int pX, int pY, int pWidth, int pHeight, ColorModel p...
f6efc5c810a42443306a82df8b73722b
An iterator might be faster, but we don't want to call methods on the alert within the lock.
[ { "docid": "026a6e25dbce6b1558c0cd445926e932", "score": "0.0", "text": "public void dumpEvents(HashSet<String> toDump) {\n\t\tUserAlert[] alerts = getAlerts();\n\t\tfor(int i=0;i<alerts.length;i++) {\n\t\t\tif(!alerts[i].isEventNotification()) continue;\n\t\t\tif(!toDump.contains(alerts[i].anchor())) co...
[ { "docid": "febdb1ad9ad36a66bd6253c5523e2c55", "score": "0.5958735", "text": "@Test\n public final void whenUseIteratorShouldCheckThatIteratorCorrect() {\n SynchronizedList<Integer> list = new SynchronizedList<>(new SimpleList<>());\n list.add(VALUE);\n Iterator<Integer> iterator...
1c44771211029ac1bf95aec23c446372
IMAGE/VIDEO HANDLING METHODS OPEN CAMERA
[ { "docid": "50869041959041c41c73a45959505075", "score": "0.6380404", "text": "public void openCamera(int requestCode) {\n Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);\n File imageTakenFile = createEmptyFile();\n imageTakenPath = imageTakenFile.getAbsolutePath();\n\n ...
[ { "docid": "b9fbb619e07c44b9b1eff5f2087cf66e", "score": "0.68894386", "text": "private void dispatchOpenCamera() {\n Intent openCamera = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);\n // Ensure there is a camera\n if (openCamera.resolveActivity(getPackageManager()) != null) {\n ...
1064607e4dd784d43cee83a0f9de5114
/ Using cursor BC000J11
[ { "docid": "d2b927cd16ff7540d4066279fa372298", "score": "0.0", "text": "public void scanKeyStart0J18( )\n {\n pr_default.execute(9, new Object[] {new Long(A217TBM31_STUDY_ID), new Short(A218TBM31_CRF_ID)});\n RcdFound18 = (short)(0) ;\n if ( (pr_default.getStatus(9) != 101) )\n {\n...
[ { "docid": "82c3dd4b6b049ee46efce1c046e08de8", "score": "0.68973047", "text": "Cursor mo265a(C0141e eVar);", "title": "" }, { "docid": "7c32e80248a63ac1d3bfe4d7b7d8b0c1", "score": "0.62312835", "text": "Cursor mo267b(String str);", "title": "" }, { "docid": "6fc1bc8405449...
c6756f9f1d2db8cf065b8d92104e5ffd
// // MONITOR FOR DEMO OFFERS //
[ { "docid": "cb33cc52237b745ff11da2b7b9d94473", "score": "0.0", "text": "public void startMonitoringRequest(Driver driver, OffersInterface offersLists, CloudDemoOfferInterface.StartMonitoringResponse response){\n Timber.tag(TAG).d(\"startMonitoringRequest START...\");\n\n Timber.tag(TAG).d(...
[ { "docid": "901ce62377f16b6431306879f9c6580d", "score": "0.5633382", "text": "TestBench(){\r\n\t}", "title": "" }, { "docid": "7721677c9c247497df61f02707d2c6d5", "score": "0.5619635", "text": "void mo15172af();", "title": "" }, { "docid": "7897a46bb3a696b5b773ed7fe975e6e8...
f98374878009cec1972bf226a9ce92b3
onStart() > Carrega as fazendas do Banco de Dados ...
[ { "docid": "f5cd9333df435547e94658193abf94e8", "score": "0.7044288", "text": "@Override\n protected void onStart(){\n super.onStart();\n\n SharedPreferences prefs = getSharedPreferences(\"PREFS_NAME\", MODE_PRIVATE);\n\n Call<List<Fazenda>> call = new RetrofitConfig()\n ...
[ { "docid": "9f0517774419cf10195be94061f5c774", "score": "0.80158585", "text": "@Override\n protected void onStart() {\n carregarlistatarefas();\n super.onStart();\n }", "title": "" }, { "docid": "12fa1937c313322a6a90eaa728508b9c", "score": "0.72836703", "text": "@...
011b0346bdf2c57ff9431de9f5040388
Sets up the way of looking for the views, it will be in the folder /views/ with the extension jsp
[ { "docid": "77a4bb8902ef09f251d3f4cc347eeebb", "score": "0.64733344", "text": "@Bean\r\n\tpublic UrlBasedViewResolver setupViewResolver() {\r\n\r\n\t\tfinal UrlBasedViewResolver resolver = new UrlBasedViewResolver();\r\n\t\tresolver.setPrefix(\"/views/\");\r\n\t\tresolver.setSuffix(\".jsp\");\r\n\t\tres...
[ { "docid": "80ad7fbb536a80f51a311ff5b9ba5eb2", "score": "0.6552812", "text": "protected void findViews() {\r\n }", "title": "" }, { "docid": "565a246fc3ab4c0fe849c50a6838e942", "score": "0.62907857", "text": "@Bean\n public ViewResolver viewResolver() {\n InternalResourc...
20613114637390c8a077adf687d03375
Return all competitions that the user is in.
[ { "docid": "a9f86eb50c44d5affa023bb668e8e8f8", "score": "0.6450317", "text": "private List<CompetitionSummary> getUserCompetitions(Connection conn, int userId)\n throws SQLException {\n String stmt = \"SELECT \"\n + \"competitions.id, \"\n + \"competitions.competition_name, \"\n ...
[ { "docid": "4035667974104a7efe0b4c329b912397", "score": "0.7549233", "text": "@Override\r\n\tpublic List<Competition> findAllCompetitions() {\n\t\treturn entityManager.createQuery(\"select c from Competition c \").getResultList();\r\n\t}", "title": "" }, { "docid": "2b1ff0e1502c022e72426f5f4...
6777b980bf2078c2f294ef902b531771
repeated .boa.types.Modifier modifiers = 2;
[ { "docid": "8d184a36a0eb01ef1b697b80332e089b", "score": "0.54254097", "text": "public boa.types.Ast.Modifier getModifiers(int index) {\n return modifiers_.get(index);\n }", "title": "" } ]
[ { "docid": "5c020557f6b8ba8660c254556beafba7", "score": "0.6959585", "text": "boa.types.Ast.Modifier.ModifierKind getKind();", "title": "" }, { "docid": "e1ec6a36744a0b13de0d3f95729f54a7", "score": "0.69187295", "text": "public void addModifiers();", "title": "" }, { "do...
f5acf5945ff13d50c03427aca1965c19
Rounding for decimal point selection and string output
[ { "docid": "c1ae2a7b1d289e10154becc08ae0699e", "score": "0.0", "text": "public double round(double value, int places) {\n\t\tif (places < 0) throw new IllegalArgumentException();\n\n\t\tBigDecimal bd = new BigDecimal(value);\n\t\tbd = bd.setScale(places, RoundingMode.HALF_UP);\n\t\treturn bd.doubleValue...
[ { "docid": "16e7b5f38f65889ba880fe6a8e235ba5", "score": "0.691022", "text": "public void displayRoundResult();", "title": "" }, { "docid": "d49cab404386948bb0b603494ad0d155", "score": "0.68941796", "text": "public static String roundToString(String s){\n dfs.setDecimalSeparato...
a0c2d6acfa27cc30e631b19e9f9b497f
Returns the removed reason of this feed reference.
[ { "docid": "6b0643518b396798e4d2af4cbe519082", "score": "0.70392907", "text": "@AutoEscape\n public String getRemovedReason();", "title": "" } ]
[ { "docid": "e756beff225459bb8f58c6f9273b4729", "score": "0.69736373", "text": "public String getDelReason() {\n return delReason;\n }", "title": "" }, { "docid": "3ad82b3624055ff6f190a40f0ceaa67c", "score": "0.6534468", "text": "public String getReason() {\n return (...
3a0ec15bf9d35257d4285b9a06d0b1a7
Set the icon in the header. Callers should also consider calling setIconContentDescription to provide a description of this icon for accessibility purposes.
[ { "docid": "b8bedd0cc6468c9ca0baba479524296b", "score": "0.7216565", "text": "public EntityHeaderController setIcon(Drawable icon) {\n if (icon != null) {\n mIcon = icon.getConstantState().newDrawable(mAppContext.getResources());\n }\n return this;\n }", "title": "...
[ { "docid": "c6ccb475b931437c42ee65634205d5e5", "score": "0.675516", "text": "public void setIcon(javax.swing.Icon icon) {\n this.icon = icon;\n }", "title": "" }, { "docid": "ae3794b367d2ae77e2bd561072470370", "score": "0.67549336", "text": "public void setNavHeaderIcon(@Dr...
84b4a209398fbd252755a11f1c22853b
getY returns the y field of GameObject
[ { "docid": "7fa2002b143047f6781036deed030089", "score": "0.7929787", "text": "public int getY()\r\n\t{\r\n\t\treturn y;\r\n\t}", "title": "" } ]
[ { "docid": "98ad895a9182fc51f954c45764a3e446", "score": "0.80369836", "text": "public int getY() {\n return y;\n }", "title": "" }, { "docid": "98ad895a9182fc51f954c45764a3e446", "score": "0.80369836", "text": "public int getY() {\n return y;\n }", "title": ""...
a16b1495e1d5a53b24b746a329349c15
Broadcast doubleblinded secrets: leader > members : doubleblinded secrets
[ { "docid": "fa91abbe0e452b3d9e225ca69d72dc0e", "score": "0.55195403", "text": "private GKAProtocolRound r2s(PMessage message, PMessage response) throws IOException, NoSuchAlgorithmException {\n\t\tGKAProtocolRound round = new GKAProtocolRound();\n\t\tGKAParticipant originator = participants.getParticipa...
[ { "docid": "fe691367bd496821937f98821bb5b446", "score": "0.5638239", "text": "private static void refreshSecret() {\n\t\tBigInteger temp = new BigInteger(\"1\");\n\t\tfor (int i = 0; i < members.size(); i++) {\n\t\t\ttemp.multiply(members.get(i).prkey);\n\t\t}\n\t\tsecret = BigInteger.valueOf(generator)...
5e1337744ab72bae1acfe388d3cba371
Function Name:GetCommonTestdata Purpose:This Function is used to get the common test data which can be accessed commonly for each testcase such as Environment,Url,Username,Password Input Parameters:User must send an argument stating what data that is required Output Parameters:This method will return a string value for...
[ { "docid": "95d5f3dfafa221cf3ac81b5a0ae5431c", "score": "0.6255502", "text": "public static String getCommontestdata(String data)\r\n\t{\r\n\t\t\r\n\t\tString strQuery=\"Select \"+ data+\" from CommonTestdata\";\r\n\t\t\r\n\t\tSystem.out.println(strQuery);\r\n\t\t\r\n\t\tRecordset recordset;\r\n\t\t\r\n...
[ { "docid": "b9347602c216ac86cc1f6aed2db7e370", "score": "0.5973042", "text": "@DataProvider(name=\"testData\")\n\t public static Object[][] userTestData (testData1 testData) {\n\t testData1 testData1 = new testData1();\n\t testData1.setUsername(\"C:/HaudAPI/CombineFramework/third.xml\");\n...
d5ef5b2a01727604f7714b6381a3f0f8
This method was generated by MyBatis Generator. This method corresponds to the database table yyzj_c_producer_ele_value
[ { "docid": "37bd36b38ae5625a2c15685e07f7fa91", "score": "0.0", "text": "long countByExample(YyzjCProducerEleValueExample example);", "title": "" } ]
[ { "docid": "ebf2e9656f7199c0d5e7a3cd5be67033", "score": "0.65644795", "text": "YyzjCProducerEleValue selectByPrimaryKey(String eleValueId);", "title": "" }, { "docid": "7dcfeff0f48eb4ccee996c047935176b", "score": "0.57031596", "text": "YyzjCProducerEleValue selectByPrimaryKeySelectiv...
a767fe9e7b21afa222f82a6e8c3eb29b
Returns this node's value as a string
[ { "docid": "d9db67658cb844cbb278af3d4f140d25", "score": "0.72163415", "text": "String getValueToString();", "title": "" } ]
[ { "docid": "3017a7cffb6301e850cd4bc045e42aae", "score": "0.7857249", "text": "public final String getNodeValue() {\n \t\treturn ot.getNodeValue();\n \t}", "title": "" }, { "docid": "b695cced7cb272e6e55409d09e5219a1", "score": "0.7847919", "text": "public String toString() {\n\t\tretu...
339bb6194dddd038ade647424dbe2f5c
Static method to find exponent for 2 to the specified power
[ { "docid": "b41715297fb8052e384e2e702dfb5ea0", "score": "0.7327117", "text": "public static int calcPower(int power) {\n int sum = 1;\n for(int i = 0; i < power; i++) {\n //Calculates exponent with base 2, by repeating a multiplication by 2 by the number of times defined by the user\n su...
[ { "docid": "e9b73ddb058e3898d622e00dafa3db79", "score": "0.7085025", "text": "public int getExponent(int i);", "title": "" }, { "docid": "0f79ff894bfba7aa126c285eebde2b09", "score": "0.7082301", "text": "static double powerOfTwoD(int n) {\n assert(n >= Double.MIN_EXPONENT && n...
fb5ae4c9c6d2e29500e91a10f2cf04df
Enables/disables the Edit menu items.
[ { "docid": "09b9667eca2ae576c4c647d937420cba", "score": "0.66405725", "text": "public void setEditMenu(boolean c, boolean p, boolean d) {\n\t\teditCopy.setDisable(c);\n\t\teditPaste.setDisable(p);\n\t\teditDelete.setDisable(d);\n\t}", "title": "" } ]
[ { "docid": "04602bda0daa7392c1a7a5a6281fddea", "score": "0.74029994", "text": "private void enableEditMode() {\n mBackArrowContainer.setVisibility(View.GONE);\n mCheckContainer.setVisibility(View.VISIBLE);\n\n mViewTitle.setVisibility(View.GONE);\n mEditTitle.setVisibility(Vi...
4e068e1f607d2de3bad4a7c855859bce
Sets (replaces) the collection of tags assigned to this credential.
[ { "docid": "6a608b7df501e93bfe0808c80835cb7f", "score": "0.67421186", "text": "void setTags(Set<? extends Tag> tags);", "title": "" } ]
[ { "docid": "cbf934fb3a3571d4f353ee223dfb6c1d", "score": "0.6938045", "text": "public void setTags(List<Tag> tags)\n {\n mTags = tags;\n }", "title": "" }, { "docid": "c29cf45d12d482826cf9bbef5dec3e58", "score": "0.6894444", "text": "public void setTags(Set<Tag> tags)\n ...
7bff206ee5b93d99a611fb23e224cdb3
efface aleatoirement une trame
[ { "docid": "8415ee39e6b5a586b858f3de6036929c", "score": "0.0", "text": "public static ArrayList<String> lostTrame(ArrayList<String> trameList){\r\n\t\tArrayList<String> trames = trameList;\r\n\t\tint lost = new Random().nextInt(2);\r\n\t\tif(lost == 0){\r\n\t\t\tint trameNum = new Random().nextInt(trame...
[ { "docid": "96685547d9a2840fc10c3710837dc2b7", "score": "0.6650676", "text": "public abstract void mettreEngrais();", "title": "" }, { "docid": "b5150eaf6be46f9e663c2f277f2d2880", "score": "0.6587144", "text": "@Override\n\tpublic void SeAlimenta() {\n\n\t}", "title": "" }, {...
377f25e720f872c89e2ee0250cb78984
this will the pieces of each team
[ { "docid": "97086df45d3cbe317f568cc3a7715a90", "score": "0.0", "text": "private void initializeBoard()\n\t{\n\t\t//create the pawns\n\t\tfor(int i=0; i<8; i++)\n\t\t{\n\t\t\twhitePieces.addPiece(new Pawn(1,i));\n\t\t\tblackPieces.addPiece(new Pawn(6,i));\n\t\t}\n\t\t\n\t\t//create the rooks\n\t\twhitePi...
[ { "docid": "4b59307eb398393ec82227971812c90f", "score": "0.6984734", "text": "private void populateTeams() {\n\t\tint j = 0;\n\t\tfor (int i = 0; i < TEAM_NUMBER; i++) {\n\t\t\t// mette i primi due giocatori nel team 1 e gli altri 2 nel team 2\n\t\t\tteams.get(i).addPlayer(players.get(j));\n\t\t\tj++; /...
940f62210e07cb4d59b1611dceb3b63b
This method initializes judgementsScroll
[ { "docid": "9defe568ad4b887628e0622dbc5eab5f", "score": "0.73464775", "text": "private JScrollPane getJudgementsScroll() {\n if (judgementsScroll == null) {\n judgementsScroll = new JScrollPane();\n judgementsScroll.setViewportView(getJudgementListBox());\n }\n ...
[ { "docid": "ebdbb2d1546f36d48bed52e3021ff01d", "score": "0.664197", "text": "private void setupScrollbar() {\r\n scrollpane.setContent(gamesgrid);\r\n arenaframe.setCenter(scrollpane);\r\n }", "title": "" }, { "docid": "4c3fd94c6627237c7ada58b22acd753c", "score": "0.6538...
51e10edbcef19750320f79523606387a
Whether the user can customize any workspace control settings.
[ { "docid": "cf2d7b2592fd890df293e8430a76b1f5", "score": "0.8115144", "text": "public boolean userCanCustomizeWorkspaceControl() {\r\n return userCanCustomizeLogOff() || userCanCustomizeReconnectAtLogin();\r\n }", "title": "" } ]
[ { "docid": "fb1bdb2d28d4c9182b2db7ed35729602", "score": "0.7093294", "text": "public boolean userCanCustomizeLogOff() {\r\n return Include.isWorkspaceControlEnabled(wiContext) && \r\n workspaceControlConfiguration.getAllowCustomizeLogOff();\r\n }", "title": "" }, { "d...
82d661c4c5391831f13add0f91765668
DatabaseManager databaseManager = session.getDatabaseManager();
[ { "docid": "8b84700a24739a8b3a4e5d7aa1324a0d", "score": "0.0", "text": "private String GenerateDevicesListJSON(Device device/*, Session session*/) {\n List<Device> devicesList = new ArrayList<>();\n\n devicesList.add(device);\n\n Type type = new TypeToken<List<Device>>() {\n ...
[ { "docid": "aa998887a1c856b6b74e16676a2cdbcd", "score": "0.68625706", "text": "public DatabaseAccess getDatabase();", "title": "" }, { "docid": "44c83f4719fa6f3fa713b9ecff3175f6", "score": "0.6724755", "text": "@Override\n public Session getSession() {\n System.out.println(...
714827478561925c3cfb0e772920d481
repeated .RoomInfo roomInfos = 1;
[ { "docid": "8fcfff595ee102a31965a6f82e11f3a2", "score": "0.0", "text": "public Builder addRoomInfos(\n sezikim.protocol.ProtocolOuterClass.RoomInfo.Builder builderForValue) {\n if (roomInfosBuilder_ == null) {\n ensureRoomInfosIsMutable();\n roomInfos_.add(builderForVal...
[ { "docid": "e6d3d9d1e0dc13407ffc445b0e2a6c39", "score": "0.62641704", "text": "sezikim.protocol.ProtocolOuterClass.RoomInfo getRoomInfos(int index);", "title": "" }, { "docid": "d3e9a22d9a7d9f584641a342b467bb28", "score": "0.62327427", "text": "protobuf.clazz.yyqf.YYQFRsp.RoomInfoYYQ...
9218e9660ca2aaa17c088aaa24bfc64c
Contexts: statement_part returns statement_part Constraint: sequence=statement_sequence
[ { "docid": "1e91c064567b6e114d419a72e8180f57", "score": "0.7331489", "text": "protected void sequence_statement_part(ISerializationContext context, statement_part semanticObject) {\r\n\t\tif (errorAcceptor != null) {\r\n\t\t\tif (transientValues.isValueTransient(semanticObject, PascalPackage.Literals.ST...
[ { "docid": "12e99321f7e455b75e848717f88d95f5", "score": "0.59731025", "text": "protected void sequence_statement_sequence(ISerializationContext context, statement_sequence semanticObject) {\r\n\t\tgenericSequencer.createSequence(context, semanticObject);\r\n\t}", "title": "" }, { "docid": "4...
16c371b6777f97855365dc05f96777ec
Test the method getPresentationName().
[ { "docid": "6de4d96ad6fd8edbf8ad7999f8fceedb", "score": "0.81746453", "text": "public void testGetPresentationName() {\n assertTrue(\"The presentation name should be correct.\",\n action.getPresentationName().equals(\"Paste Include\"));\n }", "title": "" } ]
[ { "docid": "c7c4ed1382d4bc2d5282dd8eb32bb74c", "score": "0.7782416", "text": "@Override\r\n public String getPresentationName()\r\n {\r\n return presentationName;\r\n }", "title": "" }, { "docid": "e6350d36f548411565d8f9bf554815e4", "score": "0.7745052", "text": "publ...
56733c4210f6e21e76cfb2cc1494f656
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
[ { "docid": "a4d5d88614df739c818695017fb05ade", "score": "0.0", "text": "public static _Fields findByThriftIdOrThrow(int fieldId) {\n _Fields fields = findByThriftId(fieldId);\n if (fields == null) throw new java.lang.IllegalArgumentException(\"Field \" + fieldId + \" doesn't exist!\");\n ...
[ { "docid": "0f0d2aece5032ba23ae36e49e573d8ed", "score": "0.7671767", "text": "@org.apache.thrift.annotation.Nullable\n public static _Fields findByThriftId(int fieldId) {\n switch(fieldId) {\n case 1: // NEEDS_MORE_INPUT\n return NEEDS_MORE_INPUT;\n case 2: // EX...
f313c1dc19cf593420d6f476a31dbdf8
Create the Edit menu and populate it with appropriate actions.
[ { "docid": "ef9650505240ca1b1b7da38d20c5c37f", "score": "0.64524615", "text": "private void createEditMenu()\n {\n JMenu editMenu = new JMenu( \"Edit\" );\n editMenu.setMnemonic( KeyEvent.VK_E );\n menuBar.add( editMenu );\n \n // Add an action to remove the selected...
[ { "docid": "ac693715908d53cb59a72780461f8af6", "score": "0.74758816", "text": "@SuppressWarnings(\"serial\")\n private JMenu createEditMenu () {\n JMenu menu = new JMenu(RESOURCE.getString(\"EditMenu\"));\n menu.add(new AbstractAction(RESOURCE.getString(\"UndoCommand\")) {\n ...
fc468c1905b0c858200ef476e20b9543
Gets the mon 603 a 11.
[ { "docid": "86af3d7517c3c81b79ddf6a77a870851", "score": "0.72543186", "text": "public double getMon603a11() {\r\n\t\treturn mon603a11;\r\n\t}", "title": "" } ]
[ { "docid": "bc696d8a6f748a28a52320ce74280db8", "score": "0.7158385", "text": "public double getMon603a12() {\r\n\t\treturn mon603a12;\r\n\t}", "title": "" }, { "docid": "02764849c2bcf8f82235ccba567e052e", "score": "0.7130628", "text": "public double getMon603a7() {\r\n\t\treturn mon6...
bd4105f3f3d30d15e590b3ffce45f92e
to work as a pointer making a constructor to set the size
[ { "docid": "e78f195279b9e753700eddd8c1fcd5a1", "score": "0.0", "text": "public StackArray(int size ) {\n this.size = size ;\n this.array = new int [size ] ;\n this.top = -1;\n }", "title": "" } ]
[ { "docid": "6a2969a6834e07961ba9074feebf3e8f", "score": "0.643851", "text": "@Override\n\tpublic void initialize(final int size)\n\t{\n\t\tinitialize(1, size);\n\t}", "title": "" }, { "docid": "95a28e662383dd2bf47fdec212f63a3d", "score": "0.6423465", "text": "private Size() {\n ...
b9d85c4d1407ee4df0fbfd73880143d3
/ This method return the employee created with the values inserted by the user Make sure to call this methods after the check for the values
[ { "docid": "d5262733eac29ceab3f225b51120be3b", "score": "0.72523445", "text": "private Employee getNewEmployee() throws SQLException {\r\n\t\tEmployee e = new Employee();\r\n\t\te.setFirstName(nome.getText());\r\n\t\te.setLastName(cognome.getText());\r\n\t\te.setBirthDate(datanascita.getValue());\r\n\t\...
[ { "docid": "76ca5252037cc3cb42b209e757274f94", "score": "0.7376626", "text": "public static Employee addEmployee(){\n\t\tSystem.out.println(\"==Add New Employee==\");\n\t\tSystem.out.println(\"Enter Employee ID (9 digits):\");\n\t\tint id = Store.getNumber();\n\t\twhile(searchEmployee(\"ID\",id+\"\").le...
05196b77cf95c422f1df579366d71570
When application start, user should input arguments, like standName and moduleName
[ { "docid": "a77d2386dcacbb5540b2c52035b2488b", "score": "0.0", "text": "public static String userInput() {\n String userInput = \"\";\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String userInputWithoutUtf = reader.readLine();\...
[ { "docid": "047160fa7428fe797661ec8a6387b740", "score": "0.6661104", "text": "public static void main(String[] args) {\n\n try {\n start(args);\n } catch (Exception e) {\n e.printStackTrace();\n }\n\n }", "title": "" }, { "docid": "1ac897cbf0963c0...
74a1aa0c8f7157207ea3cffd42fffe21
$ANTLR end "rule__Component__UnorderedGroup_2__1" $ANTLR start "rule__Component__UnorderedGroup_2__2" InternalSpringConfigDsl.g:28048:1: rule__Component__UnorderedGroup_2__2 : rule__Component__UnorderedGroup_2__Impl ( rule__Component__UnorderedGroup_2__3 )? ;
[ { "docid": "02b7f13d2117ecde466b02e3af68b497", "score": "0.8080882", "text": "public final void rule__Component__UnorderedGroup_2__2() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalSpringConfigDsl.g:28052:1: ( r...
[ { "docid": "c3beab3563dfcf7a97bd59e099e021a2", "score": "0.8239924", "text": "public final void rule__Component__Group__2__Impl() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \t\r\n try {\r\n // InternalSpringConfigDsl.g:14788:1: ( ( ( ru...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "383d100ec89f721e87767582136a4fd2", "score": "0.0", "text": "public void reduceRoom() {\n\t\troomSet.reduceRoom();\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...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "6b524976255ccca0ed589715662222cd", "score": "0.0", "text": "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tif (isAmPm) {\n\t\t\t\t\tisAmPm = false;\n\t\t\t\t\tlocal_user_editor = local_user_information.edit();\n\t\t\t\t\tlocal_user_editor.putBoolean(\"isAmPm\", false);\n\t\t\t\t\tlo...
[ { "docid": "c4efc9f9911178a27ec9261384d5f141", "score": "0.66616714", "text": "public void mo12644zk() {\n }", "title": "" }, { "docid": "81758c2988d9979c7d4b3fd5b3cce0e5", "score": "0.6566483", "text": "@Override\r\n\tpublic void pular() {\n\r\n\t}", "title": "" }, { ...
4a5fcf4ce9821651bcd0a7625ee326de
Retrieves the database to work with.
[ { "docid": "1a89ee9ee951d50f4a9762646ae70316", "score": "0.7594983", "text": "public final IDatabase getDatabase() {\n\t\treturn database;\n\t}", "title": "" } ]
[ { "docid": "bfa1ec010a1d06047045c1a74d8f43a6", "score": "0.77554584", "text": "protected Database getDatabase() {\r\n\t\treturn database;\r\n\t}", "title": "" }, { "docid": "75d330f6ae0b45f0abf0319419dea431", "score": "0.7646246", "text": "private void getDB() {\n appDAO = Roo...
d480e750c5977badd51381f5c5549b83
Returns a GraphGroupVo from a Kind entity.
[ { "docid": "dd1e593425ba5b2595812ce75382e691", "score": "0.6173372", "text": "public static GraphGroupVo getInstance(GraphGroup entity,boolean cascadable) throws Exception{\n\t GraphGroupVo vo = new GraphGroupVo();\n\t\n\t if(null == entity)\n\t\t throw new Exception(\"Unable to create GraphGroupV...
[ { "docid": "6ce3ad26389db64ea05422c13ebbc99b", "score": "0.5622425", "text": "public static GraphGroup toEntity(GraphGroupVo vo, boolean cascadable,Persistable...persistables ) throws Exception {\n\t GraphGroup entity = new GraphGroupImpl();\n\t\t\n\t\tentity.setId(vo.getId());\n\t\t\n\t\tif(cascadabl...
a35402296205ac1028323dc1a9cd5002
Check if Circuit is Close Otherwise try to open It if time spend after last open time is greater then failure interval
[ { "docid": "6986c14c1177c7a55380356531f70ae3", "score": "0.0", "text": "public synchronized boolean checkIfClosedOrHalfOpen() {\n\t\treturn (isClosed() || isHalfOpen());\n\t}", "title": "" } ]
[ { "docid": "2faf31fb14cb2ed08b154da977d8e9c5", "score": "0.608954", "text": "public boolean checkIfIsOpen(RuleEngine ruleEngine) {\n DateFormat formatDate = new SimpleDateFormat(\"M/dd/yy HH:mm\");\n Date currentDate = new Date(); //Hora actual\n Calendar c = Calendar.getInstance();...
24cad449087dedb26127359d77ff2dbb
Remove the value for Creator property
[ { "docid": "c344ae046ae7463bddc6df79d20ef865", "score": "0.8188476", "text": "public void removeCreator()\r\n {\r\n getSemanticObject().removeProperty(swb_creator);\r\n }", "title": "" } ]
[ { "docid": "8b11416eee0099176a00163913dcf701", "score": "0.6894785", "text": "public boolean removeCreator(String value) {\n/* 115 */ return removeStringFromArray(\"creator\", value);\n/* */ }", "title": "" }, { "docid": "8e58d7b5687e3f7d9af1555402faee60", "score": "0.6401826",...
f10523205420cd7d75f39328e8b9ee02
Set value of DrillDownOQLEmpty
[ { "docid": "840bce8b187ff37d77900af8e0fb987b", "score": "0.7913389", "text": "public final void setDrillDownOQLEmpty(java.lang.String drilldownoqlempty)\r\n\t{\r\n\t\tsetDrillDownOQLEmpty(getContext(), drilldownoqlempty);\r\n\t}", "title": "" } ]
[ { "docid": "9a0e53e50ea656fd411d474810b10621", "score": "0.7468601", "text": "public final void setDrillDownOQLEmpty(com.mendix.systemwideinterfaces.core.IContext context, java.lang.String drilldownoqlempty)\r\n\t{\r\n\t\tgetMendixObject().setValue(context, MemberNames.DrillDownOQLEmpty.toString(), dril...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "d0ca368c5f7d5f1ec9c376544ed58021", "score": "0.0", "text": "@Override\n\t\tprotected void onPostExecute(String result) {\n\t\t\tsuper.onPostExecute(result);\n\t\t\talertDialog(result);\n\t\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...
a904d12faf1b1ed4249f81571c5776e4
detUsingLU matrix determinant (optionally destroys the contents of M in the process, but faster)
[ { "docid": "bed52401e75ea9bf5ab8d248128370a7", "score": "0.6402604", "text": "public static double det(double M[][], boolean destructive)\n {\n int n = M.length;\n CHECK_EQ(n, ROWLENGTH(M));\n\n if (true)\n {\n // optimize for small cases...\n switch ...
[ { "docid": "a8fd6717af2beca8b812c78ac012fe69", "score": "0.68411803", "text": "public static double detUsingLQ(int nRows, int nCols, double M[][], boolean destructive)\n {\n double betas[] = null; // don't care about betas\n double LQcompressed[][] = destructive ? M : copymat(nRows, nCo...
d9504600487fbddb67ee8e0de3a38bb7
Gets the attribute value for SOMS_CLSBY using the alias name SomsClsby.
[ { "docid": "ee4cddddd68964a070aa49d2e1e20f0a", "score": "0.804463", "text": "public String getSomsClsby() {\n return (String) getAttributeInternal(SOMSCLSBY);\n }", "title": "" } ]
[ { "docid": "1587c6c1840d8d0369c430d2f85eca1a", "score": "0.7531868", "text": "public String getCiaaClsby() {\n return (String) getAttributeInternal(CIAACLSBY);\n }", "title": "" }, { "docid": "019eec89d4d9afbc9d6436b7b8b1c81c", "score": "0.6897827", "text": "public void set...
88dfb81d44920c69c7ac4d05b440e4a7
bytes second_token_id = 4;
[ { "docid": "002dea44d848e6aaa8171a6db19290bd", "score": "0.0", "text": "public Builder clearSecondTokenId() {\n\n secondTokenId_ = getDefaultInstance().getSecondTokenId();\n onChanged();\n return this;\n }", "title": "" } ]
[ { "docid": "b4dcba144ec775cfd41da408b1fb8836", "score": "0.7256049", "text": "com.google.protobuf.ByteString getSecondTokenId();", "title": "" }, { "docid": "186776cc080e72d29d3dbba0d1eccb34", "score": "0.68222237", "text": "long getToken();", "title": "" }, { "docid": "a...
3941fbb4f3d2161d74adf875291acd75
required uint64 UpdateTime = 26;
[ { "docid": "f93789c9da2a8d070f1d6893de4ba43a", "score": "0.0", "text": "boolean hasUpdateTime();", "title": "" } ]
[ { "docid": "c163c0e03df9945b5e456519d129f26e", "score": "0.6723374", "text": "int getUpdateTime();", "title": "" }, { "docid": "c163c0e03df9945b5e456519d129f26e", "score": "0.6723374", "text": "int getUpdateTime();", "title": "" }, { "docid": "c2d3efffc7fbdeeb99a12a80d298...
c36d3d0d7226017f5533a584693e217a
Import System View with NO 'jcr:root' node but WITH uuids
[ { "docid": "80d564fb08c79896bcaf9df65adc6c58", "score": "0.6234448", "text": "@Test\n public void shouldImportCarsSystemViewWithCreateNewBehaviorWhenImportedContentDoesNotContainJcrRootButDoesContainUnusedUuids()\n throws Exception {\n // Register the Cars node types ...\n to...
[ { "docid": "e02d3b3a156a4957ea6597e962ed461a", "score": "0.67573893", "text": "@Test\n public void shouldImportSystemViewOfEntireWorkspaceExportedFromJackrabbit() throws Exception {\n tools.registerNodeTypes(session, \"cars.cnd\");\n\n // Set up the repository ...\n assertImport(...
a14a58c3f25995675caef051ad2b0c52
/ Method added by AFUSYS3 for VIP This method is used to buyer and vendor uploaded images
[ { "docid": "cb26f6e1f465bcfd8f0f4a94bcbd00a3", "score": "0.6182006", "text": "@Transient\n\tpublic ArrayList<CarImage> getCarVendorImages() {\n ArrayList<CarImage> uploadedImages = new ArrayList<CarImage>(0);\n for (CarImage ci : this.getCarImages()) {\n Image i = ci.getImage(...
[ { "docid": "bb98aaf727fdb1a3e8e087612d3c40b2", "score": "0.7003284", "text": "protected void uploadDistortedImage() {\n\t\t\n\t}", "title": "" }, { "docid": "2760c30f11533b69ce3c60339bfb6778", "score": "0.6562665", "text": "private void uploadImage() {\n }", "title": "" }, ...
9f0fe8cb6fbde6b8f5f49979fe0ce52d
Gets the resourceId property: Resource ID.
[ { "docid": "2df9eddc0cf3555661172b279af6c4fa", "score": "0.801733", "text": "String resourceId();", "title": "" } ]
[ { "docid": "ecf8ce1abc83c4e6e7e9d7122371c194", "score": "0.8591802", "text": "public String getResourceId() {\n return resourceId;\n }", "title": "" }, { "docid": "835bec57fefdeace7a22e38a33fa4bd4", "score": "0.85761297", "text": "public String getResourceId() {\n\t\t\tretu...
9d4e777e6ec902a97c628f157c398e66
method close Reports on whether the Reader/Writer exists
[ { "docid": "282603ee9ad1160cd118a9d4e0380d2e", "score": "0.0", "text": "public boolean exists()\n {\n boolean exists = false; // assume it does not exist\n \n if ( mode == READING )\n exists = (reader != null );\n else if ( mode == WRITING )\n exists ...
[ { "docid": "6717fd85d66484e76ec3789d97f20b72", "score": "0.70728654", "text": "public synchronized void close() {\n try {\n if(writer!=null) {\n writer.close();\n }\n } catch (IOException e) {\n LOGGER.error(\"Could not close \"+getFileName()...
08fc96d87757a71802c496e37f89ebd2
required bool is_reply = 2;
[ { "docid": "776e3786e6ee4d9ca80f48b08c990085", "score": "0.76964176", "text": "boolean hasIsReply();", "title": "" } ]
[ { "docid": "2f5b4e25984bed1a38f29176acecf47b", "score": "0.77643764", "text": "boolean getIsReply();", "title": "" }, { "docid": "9b06e62483b889a99ffef63a82dd399b", "score": "0.772053", "text": "public Boolean getReply () { return this.reply; }", "title": "" }, { "docid":...
61231ecfada28591763e7a20f8cdde0a
Read the Opcode located at the place in memory indicated by the program counter
[ { "docid": "5f540c66fec798921a345d24662ad00d", "score": "0.78202796", "text": "private void readOpcode() {\n int a = M[PC] & 0x000000FF;\n int b = M[PC + 1] & 0x000000FF;\n op = ((a << 8) | b);\n }", "title": "" } ]
[ { "docid": "e6b0cee03cf0267378b0d93fe106066b", "score": "0.6502821", "text": "private static int read(int addr)\n\t{\n\t\treturn memory[addr];\n\t}", "title": "" }, { "docid": "1562c4221b103711b2c28d5191b154d3", "score": "0.6385631", "text": "public int getOpcode(final int opcode) {\...