Home
last modified time | relevance | path

Searched refs:n (Results 1 – 25 of 76) sorted by relevance

1234

/tools/test/connectivity/acts/tests/google/bt/system_tests/
DRfcommLongevityTest.py80 for n in range(self.write_iterations):
81 self.log.info("iteration {} data".format(((n + 1) + (
86 self.log.info("Iteration {} completed".format(n))
125 for n in range(self.write_iterations):
126 self.log.info("iteration {} data".format(((n + 1) + (
131 self.log.info("Iteration {} completed".format(n))
170 for n in range(self.write_iterations):
171 self.log.info("iteration {} data".format(((n + 1) + (
176 self.log.info("Iteration {} completed".format(n))
215 for n in range(self.write_iterations):
[all …]
DRfcommStressTest.py72 for n in range(iterations):
78 self.log.info("Iteration {} completed".format(n))
107 for n in range(iterations):
116 self.log.info("Iteration {} completed".format(n))
147 for n in range(iterations):
152 self.log.info("Iteration {} completed".format(n))
DBtStressTest.py67 for n in range(self.iterations):
68 self.log.info("Toggling bluetooth iteration {}.".format(n + 1))
113 for n in range(self.iterations):
114 self.log.info("Pair bluetooth iteration {}.".format(n + 1))
/tools/test/connectivity/acts/tests/google/bt/test_tools/
DToolsTest.py46 n = 0
49 while n < 100:
50 self.log.info("Toggling bluetooth iteration {}.".format(n))
61 print("died at iteration {}".format(n))
64 n += 1
80 n = 0
83 while n < 100:
84 self.log.info("Toggling bluetooth iteration {}.".format(n))
97 print("died at iteration {}".format(n))
100 n += 1
DBtReconnectTest.py44 n = 0
51 while n < int(iteration_count):
52 self.log.info("Test iteration {}.".format(n))
72 n))
74 n += 1
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dnative_bt_test_utils.py26 for n in native_devices:
27 droid = n.droid
28 pid = n.adb.shell("pidof -s bluetoothtbd")
31 ["adb -s " + n.serial + " shell sh -c \"bluetoothtbd\" &"],
/tools/tradefederation/core/src/com/android/tradefed/result/
DBugreportCollector.java91 public Predicate(Relation rp, Freq fp, Noun n) throws IllegalArgumentException { in Predicate() argument
92 assertValidPredicate(rp, fp, n); in Predicate()
96 mSubPredicates.add(n); in Predicate()
109 public static void assertValidPredicate(Relation rp, Freq fp, Noun n) in assertValidPredicate() argument
114 if (n == Noun.FAILED_TESTCASE || n == Noun.FAILED_TESTRUN || in assertValidPredicate()
115 n == Noun.FAILED_INVOCATION) { in assertValidPredicate()
118 "failure on the AFTER event.", fp, n)); in assertValidPredicate()
121 if (n == Noun.INVOCATION || n == Noun.FAILED_INVOCATION) { in assertValidPredicate()
127 "%s %s rather than %s %s for disambiguation.", Freq.EACH, n, fp, n)); in assertValidPredicate()
420 private static Predicate p(Relation rp, Freq fp, Noun n) throws IllegalArgumentException { in p() argument
[all …]
/tools/test/connectivity/acts/framework/tests/test_utils/instrumentation/data/
Dsample_timestamp_proto.txt107 value_string: "\n\nTime: 16.333\n\nOK (1 test)\n\n"
/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/include/
DTradeFedNativeTestSampleLib.h20 unsigned long fibonacci_recursive(int n);
23 unsigned long fibonacci_iterative(int n);
/tools/test/connectivity/acts/tests/google/net/arduino/disconnect_wifi/
Ddisconnect_wifi.ino45 int n = WiFi.scanNetworks();
46 if (n == 0) {
52 Serial.println(n);
54 for (int i = 0; i < n; ++i) {
/tools/dexter/testdata/expected/
Dexit_hooks.rewrite25 3| const-string v2, "Hello, world!\n{"
52 11| const-string v2, "Object(true) : %s\n"
68 34| const-string v2, "Object(false) : %s\n"
84 57| const-string v2, "double : %s\n"
102 84| const-string v2, "int : %s\n"
136 .local v1, "n", int
180 .local v1, "n", int
230 7| const-string v3, "Flag!\n"
264 7| const-string v3, "True!\n"
276 19| const-string v3, "False!\n"
[all …]
Dexit_hooks.compact_cfg28 3| const-string v2, "Hello, world!\n{"
57 11| const-string v2, "Object(true) : %s\n"
73 34| const-string v2, "Object(false) : %s\n"
89 57| const-string v2, "double : %s\n"
107 84| const-string v2, "int : %s\n"
143 .local v1, "n", int
198 .local v1, "n", int
263 7| const-string v3, "Flag!\n"
305 7| const-string v3, "True!\n"
321 19| const-string v3, "False!\n"
[all …]
Dexit_hooks.exit_hook26 3| const-string v2, "Hello, world!\n{"
54 11| const-string v2, "Object(true) : %s\n"
70 34| const-string v2, "Object(false) : %s\n"
86 57| const-string v2, "double : %s\n"
104 84| const-string v2, "int : %s\n"
139 .local v1, "n", int
185 .local v1, "n", int
237 7| const-string v3, "Flag!\n"
273 7| const-string v3, "True!\n"
286 22| const-string v3, "False!\n"
[all …]
Dexit_hooks.scratch_regs31 12| const-string v12, "Hello, world!\n{"
58 11| const-string v2, "Object(true) : %s\n"
74 34| const-string v2, "Object(false) : %s\n"
90 57| const-string v2, "double : %s\n"
108 84| const-string v2, "int : %s\n"
148 .local v9, "n", int
198 .local v10, "n", int
254 25| const-string v10, "Flag!\n"
294 25| const-string v10, "True!\n"
306 37| const-string v10, "False!\n"
[all …]
Dhello.wrap_invoke57 .local v1, "n", int
102 .local v1, "n", int
145 3| const-string v3, "-------------------------------------------------------\n"
156 21| const-string v3, "-------------------------------------------------------\n"
175 46| const-string v3, "-------------------------------------------------------\n"
229 31| const-string v6, " %s\n"
261 .local v1, "n", int
263 4| const-string v3, ">>> %s.test(int n = %d)\n"
Dhello.rewrite57 .local v1, "n", int
102 .local v1, "n", int
145 3| const-string v3, "-------------------------------------------------------\n"
156 21| const-string v3, "-------------------------------------------------------\n"
175 46| const-string v3, "-------------------------------------------------------\n"
229 31| const-string v6, " %s\n"
261 .local v1, "n", int
263 4| const-string v3, ">>> %s.test(int n = %d)\n"
Dtry_catch.rewrite113 8| const-string v4, "finally\n"
130 22| const-string v4, "catch: B\n"
148 37| const-string v4, "catch: A\n"
157 48| const-string v4, "finally\n"
170 63| const-string v4, "finally\n"
Dtry_catch.exit_hook118 8| const-string v4, "finally\n"
136 25| const-string v4, "catch: B\n"
154 40| const-string v4, "catch: A\n"
163 51| const-string v4, "finally\n"
176 66| const-string v4, "finally\n"
Dexit_hooks.verbose_cfg32 3| const-string v2, "Hello, world!\n{"
79 11| const-string v2, "Object(true) : %s\n"
107 34| const-string v2, "Object(false) : %s\n"
135 57| const-string v2, "double : %s\n"
167 84| const-string v2, "int : %s\n"
217 .local v1, "n", int
272 .local v1, "n", int
339 7| const-string v3, "Flag!\n"
393 7| const-string v3, "True!\n"
417 19| const-string v3, "False!\n"
[all …]
Dhello.compact_cfg64 .local v1, "n", int
113 .local v1, "n", int
160 3| const-string v3, "-------------------------------------------------------\n"
171 21| const-string v3, "-------------------------------------------------------\n"
190 46| const-string v3, "-------------------------------------------------------\n"
250 31| const-string v6, " %s\n"
286 .local v1, "n", int
288 4| const-string v3, ">>> %s.test(int n = %d)\n"
Dhello.entry_hook61 .local v1, "n", int
108 .local v1, "n", int
153 6| const-string v3, "-------------------------------------------------------\n"
164 24| const-string v3, "-------------------------------------------------------\n"
183 49| const-string v3, "-------------------------------------------------------\n"
238 34| const-string v6, " %s\n"
271 .local v1, "n", int
273 7| const-string v3, ">>> %s.test(int n = %d)\n"
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/
DV4Signature.java163 int n = 0; in readFully() local
164 while (n < len) { in readFully()
165 int count = stream.read(buffer, n, len - n); in readFully()
169 n += count; in readFully()
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
DInputStreamBerDataValueReader.java277 public long skip(long n) throws IOException { in skip() argument
278 if (n <= 0) { in skip()
279 return mIn.skip(n); in skip()
283 int len = mIn.read(buf, 0, (int) Math.min(buf.length, n)); in skip()
/tools/test/connectivity/acts/tests/google/native/bt/
DBtNativeTest.py56 for n in self.native_android_devices:
57 d = n.droid
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DBootSector.java295 private static boolean isPowerOfTwo(int n) { in isPowerOfTwo() argument
296 return ((n!=0) && (n&(n-1))==0); in isPowerOfTwo()

1234