Searched
refs:yield (Results
476 -
500 of
641) sorted by null
<<11121314151617181920>>
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheBuilderTest.java | 500 Thread.yield();
|
/external/llvm/utils/lit/lit/ |
TestRunner.py | 344 # Convert the keyword and line to ascii strings and yield the 349 yield (line_number, str(keyword[:-1].decode('ascii')),
|
/external/qemu/target-mips/ |
helper.h | 164 DEF_HELPER_2(yield, tl, env, tl)
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
ImageProcessingActivityJB.java | 495 Thread.yield();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
ThreadTest.java | 575 Thread.yield();
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
SynchronousQueueTest.java | 555 Thread.yield();
|
/libcore/luni/src/main/java/java/util/concurrent/ |
LinkedTransferQueue.java | 303 * to decide to occasionally perform a Thread.yield. While 304 * yield has underdefined specs, we assume that it might help, 387 * to Thread.yield) on multiprocessor before blocking when a node [all...] |
PriorityBlockingQueue.java | 272 Thread.yield();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
fixer_util.py | 186 yield next
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mailbox.py | 113 yield value 129 yield (key, value) 383 yield key 610 yield key [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gc.py | 283 # type pointer and refcount fields, and that can yield horrible 317 yield
|
test_sys_settrace.py | 210 yield True
|
test_wsgiref.py | 544 yield b'blah'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
fixer_util.py | 186 yield next
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mailbox.py | 113 yield value 129 yield (key, value) 383 yield key 610 yield key [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gc.py | 283 # type pointer and refcount fields, and that can yield horrible 317 yield
|
test_sys_settrace.py | 210 yield True
|
test_wsgiref.py | 544 yield b'blah'
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
base.js | 249 // separate steps to allow the framework to yield between any of the
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
speech_rule.js | 305 * '[t] "matrix; 3 by 3"; [n] ./*[1]' with separators ';' would yield
|
/external/chromium_org/v8/benchmarks/ |
base.js | 244 // separate steps to allow the framework to yield between any of the
|
/external/chromium_org/v8/test/perf-test/Collections/ |
base.js | 327 // separate steps to allow the framework to yield between any of the
|
/external/chromium_org/v8/tools/ |
ll_prof.py | 295 yield code 300 yield code [all...] |
/external/littlemock/tests/com/google/testing/littlemock/ |
LittleMockTest.java | [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
Vpn.java | [all...] |
Completed in 909 milliseconds
<<11121314151617181920>>