/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
lock_tests.py | 258 results2 = []
261 results2.append(evt.wait())
269 self.assertEqual(results2, [True] * N)
282 results2 = []
289 results2.append((r, t2 - t1))
292 for r, dt in results2:
297 results2 = []
301 for r, dt in results2:
340 results2 = []
350 results2.append(phase_num) [all...] |
/external/python/cpython2/Lib/test/ |
lock_tests.py | 262 results2 = [] 265 results2.append(evt.wait()) 273 self.assertEqual(results2, [True] * N) 286 results2 = [] 293 results2.append((r, t2 - t1)) 296 for r, dt in results2: 301 results2 = [] 305 for r, dt in results2: 364 results2 = [] 376 results2.append(phase_num [all...] |
/external/python/cpython3/Lib/test/ |
lock_tests.py | 357 results2 = [] 360 results2.append(evt.wait()) 368 self.assertEqual(results2, [True] * N) 381 results2 = [] 388 results2.append((r, t2 - t1)) 391 for r, dt in results2: 396 results2 = [] 400 for r, dt in results2: 477 results2 = [] 489 results2.append((result, phase_num) [all...] |
_test_multiprocessing.py | [all...] |
/external/Reactive-Extensions/RxCpp/Rx/v2/test/subjects/ |
subject.cpp | 474 auto results2 = w.make_subscriber<int>(); variable 499 w.schedule_absolute(400, [&s, &results2, &record](const rxsc::schedulable&){ 500 s.get_observable().subscribe(results2); record(400);}); 506 w.schedule_absolute(700, [&results2, &record](const rxsc::schedulable&){ 507 results2.unsubscribe(); record(700);}); 531 auto actual = results2.get_observer().messages(); 589 auto results2 = w.make_subscriber<int>(); variable 606 w.schedule_absolute(400, [&s, &results2](const rxsc::schedulable&){ 607 s.get_observable().subscribe(results2);}); 613 w.schedule_absolute(700, [&results2](const rxsc::schedulable&) 682 auto results2 = w.make_subscriber<int>(); variable [all...] |
/external/cldr/tools/java/org/unicode/cldr/draft/ |
Rule.java | 77 public Rule(String pre, String post, List<String> results2) { 93 for (String s : results2) {
|
/external/icu/icu4c/source/test/cintltst/ |
nucnvtst.c | 1940 static const int32_t results2[]={ local 2011 static const int32_t results2[]={ local 2058 static const int32_t results2[]={ local 2226 static const int32_t results2[]={ local 2305 static const int32_t results2[]={ local 2376 static const int32_t results2[]={ local 4673 static const int32_t results2[]={ local [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
gtest_unittest.cc | 1648 TPRVector* results2 = const_cast<TPRVector*>( local [all...] |
/external/googletest/googletest/test/ |
gtest_unittest.cc | 1438 TPRVector* results2 = const_cast<TPRVector*>( variable [all...] |
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
TestCharset.java | 726 char[][] results2 = new char[][] { local 753 CharBuffer expected = CharBuffer.wrap(results2[i]); [all...] |
/external/kotlinc/lib/ |
kotlin-compiler.jar | |