Searched refs:yield (Results 1 - 25 of 85) sorted by relevance

1234

/external/libcxx/test/thread/thread.threads/thread.thread.this/
H A Dyield.pass.cpp12 // void this_thread::yield();
19 std::this_thread::yield();
H A DAndroid.mk19 test_name := thread/thread.threads/thread.thread.this/yield
20 test_src := yield.pass.cpp
/external/pcre/dist/
H A DCheckMan8 $yield = 0;
23 $yield = 1;
50 $yield = 1;
58 $yield = 1;
66 exit $yield;
H A Dpcre_maketables.c80 unsigned char *yield, *p; local
84 yield = (unsigned char*)(PUBL(malloc))(tables_length);
86 yield = (unsigned char*)malloc(tables_length);
89 if (yield == NULL) return NULL;
90 p = yield;
153 return yield;
H A Dpcre_get.c318 (i.e. the yield of the pcre_exec call, unless
347 int yield; local
351 yield = ovector[stringnumber+1] - ovector[stringnumber];
352 if (size < yield + 1) return PCRE_ERROR_NOMEMORY;
353 memcpy(buffer, subject + ovector[stringnumber], IN_UCHARS(yield));
354 buffer[yield] = 0;
355 return yield;
373 (i.e. the yield of the pcre_exec call, unless
429 (i.e. the yield of the pcre_exec call, unless
528 (i.e. the yield o
556 int yield; local
[all...]
H A Dpcretest.c2022 int yield = 0; local
2037 yield += pchar(c, f);
2043 yield += pchar(c, f);
2046 return yield;
2092 int yield = 0; local
2112 yield += pchar(c, f);
2115 return yield;
2131 int yield = 0; local
2141 yield += pchar(c, f);
2144 return yield;
2999 int yield = 0; local
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-arm.c22 void yield() { function
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
H A Drelease_helper.rb30 yield if block_given?
68 yield if block_given?
/external/llvm/test/MC/ARM/
H A Dthumb-hints.s10 yield
15 @ CHECK: yield @ encoding: [0x10,0xbf]
37 @ CHECK-ERROR-NEXT: yield
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dparameter.rb43 block_given? and yield( param )
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DMonitorContendedEnterAndEnteredDebuggee.java49 Thread.yield();
/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dthreadtest.cpp51 static void yield() {::Sleep(0);}; function in class:ThreadFuncs
100 static void yield() {sched_yield();}; function in class:ThreadFuncs
482 ThreadFuncs::yield();
511 ThreadFuncs::yield();
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
H A Dbin-farabs.asm10 ; Using seg should yield the segment part.
15 ; Use without seg should yield just the offset part.
/external/clang/utils/analyzer/
H A Dubiviz25 yield eval(ln)
/external/icu/icu4c/source/test/threadtest/
H A Dthreadtest.cpp51 static void yield() {::Sleep(0);}; function in class:ThreadFuncs
100 static void yield() {sched_yield();}; function in class:ThreadFuncs
482 ThreadFuncs::yield();
511 ThreadFuncs::yield();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddebug.rb204 yield( self )
222 begin yield
249 yield
261 result = yield
272 yield
279 yield
481 successful = yield( self )
572 yield( self )
H A Dtemplate.rb224 block_given? and yield( new )
236 block_given? and yield( self )
268 block_given? and yield( self )
320 block_given? and yield( param )
H A Dutil.rb34 return yield
/external/guava/guava-tests/test/com/google/common/testing/
H A DGcFinalizationTest.java93 Thread.yield();
101 Thread.yield();
/external/llvm/include/llvm/IR/
H A DLLVMContext.h75 /// Defines the type of a yield callback.
125 /// \brief Registers a yield callback with the given context.
127 /// The yield callback function may be called by LLVM to transfer control back
128 /// to the client that invoked the LLVM compilation. This can be used to yield
139 /// yield callback are allowed to be used. Any other API calls into the
140 /// context are not supported until the yield callback function returns
144 /// \brief Calls the yield callback (if applicable).
149 void yield();
/external/chromium_org/tools/telemetry/
H A Dcloud_storage83 yield path
89 yield os.path.join(root, filename)
92 yield os.path.join(path, filename)
/external/clang/utils/
H A DCmpDriver18 yield current + '"'
29 yield c
76 yield aElt,bElt
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp562 void RenderInline::generateLineBoxRects(GeneratorContext& yield) const
565 generateCulledLineBoxRects(yield, this);
568 yield(FloatRect(curr->topLeft(), curr->size()));
570 yield(FloatRect());
574 void RenderInline::generateCulledLineBoxRects(GeneratorContext& yield, const RenderInline* container) const argument
577 yield(FloatRect());
596 yield(FloatRect(currBox->inlineBoxWrapper()->x() - currBox->marginLeft(), logicalTop, (currBox->width() + currBox->marginWidth()).toFloat(), logicalHeight));
598 yield(FloatRect(logicalTop, currBox->inlineBoxWrapper()->y() - currBox->marginTop(), logicalHeight, (currBox->height() + currBox->marginHeight()).toFloat()));
604 currInline->generateCulledLineBoxRects(yield, container);
611 yield(FloatRec
[all...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
H A Dgl-matrix.rb66 js = yield js if block_given?
/external/clang/tools/scan-build/
H A Dset-xcode-analyzer25 yield os.path.join(root, f)

Completed in 511 milliseconds

1234