Home
last modified time | relevance | path

Searched refs:yield (Results 1 – 25 of 128) sorted by relevance

123456

/external/chromium_org/third_party/tlslite/patches/
Dchannel_id.patch10 + yield result
12 yield result
17 yield result
19 + yield result
21 yield result
38 yield result
43 yield result
45 + yield result
48 + yield result
50 yield result
[all …]
Dtls_intolerant.patch39 yield result
51 yield result
62 + yield result
Dfallback_scsv.patch63 yield result
76 yield result
92 + yield result
Dclose_notify.patch6 yield result
/external/v8/test/cctest/
Dtest-platform-nullos.cc17 static void yield() { in yield() function
33 yield(); in LoopIncrement()
42 yield(); in LoopIncrement()
Dtest-platform-linux.cc17 static void yield() { in yield() function
33 yield(); in LoopIncrement()
42 yield(); in LoopIncrement()
/external/chromium_org/third_party/WebKit/Source/wtf/
DThreading.h62 WTF_EXPORT void yield();
74 using WTF::yield;
/external/icu4c/test/threadtest/
Dthreadtest.cpp51 static void yield() {::Sleep(0);}; in yield() function in ThreadFuncs
100 static void yield() {sched_yield();}; in yield() function in ThreadFuncs
482 ThreadFuncs::yield(); in main()
511 ThreadFuncs::yield(); in main()
/external/chromium_org/third_party/icu/source/test/threadtest/
Dthreadtest.cpp50 static void yield() {::Sleep(0);}; in yield() function in ThreadFuncs
99 static void yield() {sched_yield();}; in yield() function in ThreadFuncs
481 ThreadFuncs::yield(); in main()
510 ThreadFuncs::yield(); in main()
/external/valgrind/main/none/tests/x86/
DMakefile.am63 yield.stderr.exp yield.stdout.exp yield.disabled \
96 yield \ program
Dyield.disabled3 prog: yield
DMakefile.in69 smc1$(EXEEXT) x86locked$(EXEEXT) yield$(EXEEXT) xadd$(EXEEXT) \
234 yield_SOURCES = yield.c
235 yield_OBJECTS = yield.$(OBJEXT)
258 ssse3_misaligned.c x86locked.c xadd.c yield.c
269 ssse3_misaligned.c x86locked.c xadd.c yield.c
599 yield.stderr.exp yield.stdout.exp yield.disabled \
791 yield$(EXEEXT): $(yield_OBJECTS) $(yield_DEPENDENCIES)
792 @rm -f yield$(EXEEXT)
844 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yield.Po@am__quote@
/external/ceres-solver/data/nist/
DRat42.dat13 The response variable is pasture yield, and the
25 Data: 1 Response (y = pasture yield)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
Dbin-farabs.asm10 ; Using seg should yield the segment part.
/external/guava/guava-tests/test/com/google/common/testing/
DGcFinalizationTest.java93 Thread.yield(); in Interruptenator()
101 Thread.yield(); in shutdown()
/external/chromium/testing/gmock/scripts/generator/
DREADME.cppclean79 yield '/path1'
80 yield os.path.join('/path2', os.path.dirname(filename))
81 yield '/path3'
/external/llvm/test/CodeGen/X86/
D2007-11-03-x86-64-q-constraint.ll6 define void @yield() {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.cpp533 void RenderInline::generateLineBoxRects(GeneratorContext& yield) const in generateLineBoxRects()
536 generateCulledLineBoxRects(yield, this); in generateLineBoxRects()
539 yield(FloatRect(curr->topLeft(), curr->size())); in generateLineBoxRects()
541 yield(FloatRect()); in generateLineBoxRects()
545 void RenderInline::generateCulledLineBoxRects(GeneratorContext& yield, const RenderInline* containe… in generateCulledLineBoxRects() argument
548 yield(FloatRect()); in generateCulledLineBoxRects()
567yield(FloatRect(currBox->inlineBoxWrapper()->x() - currBox->marginLeft(), logicalTop, currBox->wid… in generateCulledLineBoxRects()
569yield(FloatRect(logicalTop, currBox->inlineBoxWrapper()->y() - currBox->marginTop(), logicalHeight… in generateCulledLineBoxRects()
575 currInline->generateCulledLineBoxRects(yield, container); in generateCulledLineBoxRects()
582 yield(FloatRect(childLine->x() - childLine->marginLogicalLeft(), in generateCulledLineBoxRects()
[all …]
DRenderInline.h120 void generateLineBoxRects(GeneratorContext& yield) const;
122 void generateCulledLineBoxRects(GeneratorContext& yield, const RenderInline* container) const;
/external/llvm/utils/lit/lit/ExampleTests/ManyTests/
Dlit.local.cfg13 yield Test.Test(testSuite, path_in_suite + (test_name,),
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DLooperTest.java56 Thread.yield(); in differentThreadsGetDifferentLoopers()
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/
Dintdiv0.m440 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DStringReaderTest.java166 Thread.yield(); in test_synchronization()
/external/llvm/test/MC/ARM/
Dthumb-diagnostics.s147 yield
156 @ CHECK-ERRORS: yield
/external/guava/guava-tests/test/com/google/common/base/
DSuppliersTest.java305 Thread.yield(); in testSupplierThreadSafe()
343 Thread.yield(); in testSynchronizedSupplierThreadSafe()

123456