/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | gattc_lib.py | 339 for j in range(len(characteristic_uuids)): 343 self.discovered_services_index, i, j)) 347 j, k) 351 self.discovered_services_index, i, j, k, 356 self.discovered_services_index, i, j, k) 360 self.discovered_services_index, i, j, True) 372 for j in range(len(characteristic_uuids)): 376 self.discovered_services_index, i, j)) 380 j, k) 384 self.discovered_services_index, i, j, k, [all …]
|
D | bt_gatt_utils.py | 399 for j in range(len(characteristic_uuids)): 402 discovered_services_index, i, j)) 405 bluetooth_gatt, discovered_services_index, i, j) 407 hex(char_inst_id), characteristic_uuids[j])) 410 bluetooth_gatt, discovered_services_index, i, j, k) 415 characteristic_uuids[j]))
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommand.java | 227 for (int j = 0; j < jsonDeviceSerials.length(); j++) { in fromJson() 228 deviceSerials.add(jsonDeviceSerials.getString(j)); in fromJson() 238 for (int j = 0; j < values.length(); j++) { in fromJson() 239 command.mExtraOptions.put(key, values.getString(j)); in fromJson()
|
D | TradefedConfigObject.java | 83 for (int j = 0; j < valueArr.length(); j++) { in fromJson() 84 optionValues.put(key, valueArr.getString(j)); in fromJson()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | StrictShardHelper.java | 323 for (int j = 0; j < listAllTests.size(); j = j + distance) { in normalizeDistribution() 325 IRemoteTest push = listAllTests.remove(j); in normalizeDistribution() 342 for (int j = i + 1; j < dupList.size(); j++) { in aggregateSuiteModules() 344 if (tests.contains(dupList.get(j))) { in aggregateSuiteModules() 345 if (dupList.get(j) instanceof ITestSuite) { in aggregateSuiteModules() 347 (ITestSuite) dupList.get(i), (ITestSuite) dupList.get(j))) { in aggregateSuiteModules() 349 (ITestSuite) dupList.get(i), (ITestSuite) dupList.get(j)); in aggregateSuiteModules() 350 tests.remove(dupList.get(j)); in aggregateSuiteModules() 397 for (int j = 0; j < (allShards.get(give).size() * (0.2f / (i + 1))); j++) { in topBottom()
|
/tools/security/gdb/gdb_json_printer/test_examples/ |
D | basic_types.cpp | 33 double j = -10.0; in main() local 42 std::cout << a + b + c + d + e + f + g + h + i + j << std::endl; in main() 55 const double j = -10.0; in main() local 62 std::cout << a + b + c + d + e + f + g + h + i + j << std::endl; in main()
|
/tools/carrier_settings/java/ |
D | CarrierProtoUtils.java | 92 int j = 0; 93 for (j = 0; j < baseBuilder.getConfigCount(); j++) { 94 if (baseBuilder.getConfig(j).getKey().equals(patchConfig.getKey())) { 100 if (j < baseBuilder.getConfigCount()) { 101 baseBuilder.setConfig(j, patchConfig);
|
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/test/ |
D | PerformanceTestTest.java | 41 for (int j = 0; j < height; j++) { in createImage() 42 img.setRGB(i, j, color); in createImage()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | WifiCommandUtil.java | 94 for (int j = 0; j < columnNames.length; j++) { in parseScanResults() 95 scanResult.addInfo(columnNames[j], columnValues[j]); in parseScanResults()
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | FatLfnDirectoryEntry.java | 220 int j = 0; in compactForm() local 223 entries[i] = createPart(fileName.substring(j * 13, j * 13 + 13), in compactForm() 224 j + 1, checkSum, false); in compactForm() 225 j++; in compactForm() 228 entries[0] = createPart(fileName.substring(j * 13), in compactForm() 229 j + 1, checkSum, true); in compactForm()
|
D | ShortName.java | 260 for (int j = 0; j < ILLEGAL_CHARS.length; j++) { in checkValidChars() 261 if (toTest == ILLEGAL_CHARS[j]) in checkValidChars() 263 ILLEGAL_CHARS[j] + " at " + i); in checkValidChars()
|
/tools/external_updater/ |
D | github_archive_updater.py | 36 for j, chr2 in enumerate(str2): 38 cur.append(prev[j]) 40 cur.append(min(prev[j + 1], prev[j], cur[j]) + 1)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/ |
D | coex_test_utils.py | 1161 for j in plot_info: 1162 if "Packet drops" in legends[i][j]: 1175 plot_i_j.yaxis.axis_label = fig_property['y_label'][j] 1183 legend=legends[i][j], 1185 color=colors[j]) 1189 legend=str(legends[i][j]), 1190 fill_color=colors[j]) 1192 elif "Performance Results" in legends[i][j]: 1203 plot_i_j.yaxis.axis_label = fig_property['y_label'][j] 1209 legend.insert(0, legends[i][j + 1]) [all …]
|
/tools/security/fuzzing/llm/xmlreader_fuzzer/ |
D | XmlRead_Memory_Fuzzer.cpp | 20 for (int j = 0; j < numberOfAttributes; ++j) { in GenerateRandomXML() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | SimpleStatsTest.java | 94 for (int j = 1; j <= i; ++j) { in testStats_skewedMedian()
|
/tools/aadevtools/dev/ |
D | change_report_test.py | 92 for j in range(actual_len, expected_len): 93 print(expected[j]) 94 offending_line_indexes.append(j)
|
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/ |
D | HistogramTest.java | 136 for (int j = 0; j < i; j ++) { in testPlot()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils_tests/ |
D | audio_quality_measurement_integrationtest.py | 104 for j in range(start_index, end_index): 105 self.y[j] = 0 137 for j in range(start_index, end_index): 138 self.y[j] = self.amplitude * (3 + numpy.random.uniform(-1, 1)) 147 for j in range(start_index, end_index): 148 self.y[j] *= 1.4
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | GTestXmlResultParser.java | 134 for (int j = 0 ; j < testcasesList.getLength(); j++) { in parseResult() 135 processTestResult((Element)testcasesList.item(j)); in parseResult()
|
/tools/tradefederation/contrib/src/com/android/tradefed/ |
D | Sl4aBluetoothDiscovery.java | 114 JSONObject j = response.getJSONObject(i); in run() local 115 if (j.has("name") && BLUETOOTH_NAME.equals(j.getString("name"))) { in run()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | CameraPerformanceTest.java | 568 for (int j = 0; j < jsonDataArray.length(); j++) { in parse() 569 metricsData.get(kpiKey).add(jsonDataArray.getDouble(j)); in parse() 591 for (int j = 0; j < jsonDataArray.length(); j++) { in parse() 592 metricsData.get(kpiKey).add(jsonDataArray.getDouble(j)); in parse()
|
/tools/test/connectivity/acts_tests/tests/google/ble/system_tests/ |
D | GattLongevityTest.py | 73 for j in range(i, i + self.mtu - 3): 74 char_value.append(j % 256)
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/ |
D | PerformanceTest.java | 237 for (int j = img.getHeight() / 4; j < img.getHeight() * 3 / 4; j++) { in isImageBlack() 238 int color = img.getRGB(i, j); in isImageBlack()
|
/tools/test/connectivity/acts_tests/tests/google/ble/gatt/ |
D | GattWriteTest.py | 402 for j in range(i, i + self.mtu - 3): 403 char_value.append(j % 256) 469 for j in range(i, i + self.mtu - 3): 470 desc_value.append(j % 256) 543 for j in range(i, i + self.mtu - 3): 544 char_value.append(j % 256)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/ |
D | MacRandomTest.py | 79 for j in range( 81 ndi_interface = "%s%d" % (aconsts.AWARE_NDI_PREFIX, j)
|