Home
last modified time | relevance | path

Searched refs:j (Results 1 – 25 of 36) sorted by relevance

12

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dgattc_lib.py340 for j in range(len(characteristic_uuids)):
344 self.discovered_services_index, i, j))
348 j, k)
352 self.discovered_services_index, i, j, k,
357 self.discovered_services_index, i, j, k)
361 self.discovered_services_index, i, j, True)
373 for j in range(len(characteristic_uuids)):
377 self.discovered_services_index, i, j))
381 j, k)
385 self.discovered_services_index, i, j, k,
[all …]
Dbt_gatt_utils.py399 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/carrier_settings/java/
DCarrierProtoUtils.java92 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/security/gdb/gdb_json_printer/test_examples/
Dbasic_types.cpp33 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/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/test/
DPerformanceTestTest.java41 for (int j = 0; j < height; j++) { in createImage()
42 img.setRGB(i, j, color); in createImage()
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatLfnDirectoryEntry.java220 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()
DShortName.java260 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/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py1161 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/external_updater/
Dgithub_archive_updater.py39 for j, chr2 in enumerate(str2):
41 cur.append(prev[j])
43 cur.append(min(prev[j + 1], prev[j], cur[j]) + 1)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils_tests/
Daudio_quality_measurement_integrationtest.py109 for j in range(start_index, end_index):
110 self.y[j] = 0
142 for j in range(start_index, end_index):
143 self.y[j] = self.amplitude * (3 + numpy.random.uniform(-1, 1))
152 for j in range(start_index, end_index):
153 self.y[j] *= 1.4
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/
DHistogramTest.java136 for (int j = 0; j < i; j ++) { in testPlot()
/tools/test/connectivity/acts_tests/tests/google/ble/gatt/
DGattWriteTest.py402 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/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/
DPerformanceTest.java237 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/system_tests/
DGattLongevityTest.py73 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/testtype/
DGameQualificationHostsideController.java198 for(int j = i; j < mApks.size(); j += shardCountHint) { in split()
199 apkInfo.add(mApks.get(j)); in split()
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/
DMacRandomTest.py79 for j in range(
81 ndi_interface = "%s%d" % (aconsts.AWARE_NDI_PREFIX, j)
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_capture.py232 for i, j in CENTER_CHANNEL_MAP[VHT_CHANNEL[bandwidth]]["channels"]:
233 if channel in range(i, j + 1):
234 center_freq = (FREQUENCY_MAP[i] + FREQUENCY_MAP[j]) / 2
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DFileUseMap.java580 StringJoiner j = new StringJoiner(", ");
583 .forEach(j::add);
584 return "FileUseMap[" + j.toString() + "]";
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DZFileTest.java570 for (int j = 0; j < 4; j++) { in zipFileWithEocdSignatureInComment()
571 if (zipBytes[i + j] != 'X') { in zipFileWithEocdSignatureInComment()
927 try (ZFile j = new ZFile(jar)) { in java7JarSupported() argument
928 assertEquals(8, j.entries().size()); in java7JarSupported()
936 try (ZFile j = new ZFile(jar)) { in java8JarSupported() argument
937 assertEquals(8, j.entries().size()); in java8JarSupported()
1086 for (int j = 0; j < seqCount; j++) { in deferredCompression()
1087 compressableData[i * seqCount + j] = i; in deferredCompression()
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/
DAsn1BerParser.java160 for (int j = i + 1; j < fields.size(); j++) { in parseChoice()
161 AnnotatedField f2 = fields.get(j); in parseChoice()
/tools/asuite/aidegen/
DREADME.md63 | `-i` | `--ide` | Launch IDE type, j=IntelliJ s=Android Studio e=Eclipse c=CLion v=VS …
71 | `-l` | `--language` | Launch IDE with a specific language,j=java c=C/C++ r=Rust|
/tools/apksig/src/main/java/com/android/apksig/
DSigningCertificateLineage.java521 for (int j = 0; j < signerConfigs.size(); j++) { in sortSignerConfigs()
522 DefaultApkSignerEngine.SignerConfig config = signerConfigs.get(j); in sortSignerConfigs()
/tools/asuite/
Dpylintrc27 good-names=e, f, i, j
/tools/test/connectivity/acts/framework/acts/
Dutils.py1101 for j, char2 in enumerate(string2):
1102 insertions = previous_row[j + 1] + 1
1103 deletions = current_row[j] + 1
1104 substitutions = previous_row[j] + (char1 != char2)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRvrTwTest.py463 for j in range(self.MindB,self.MaxdB+self.stepdB,self.stepdB):
464 self.DB=j

12