Searched defs:yield (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/v8/test/mjsunit/harmony/
H A Dgenerators-parsing.js33 function* g() { yield 3; yield 4; }
36 function* g() { (yield 3) + (yield 4); }
39 function* g() { "use strict"; yield 3; yield 4; }
42 // of yield expression.
43 function* g() { yield 1; return; }
44 function* g() { yield 1; return 2; }
45 function* g() { yield
72 function yield(yield) { yield: yield (yield + yield (0)); } function
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-arm.c22 void yield() { function
/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dthreadtest.cpp50 static void yield() {::Sleep(0);}; function in class:ThreadFuncs
99 static void yield() {sched_yield();}; function in class:ThreadFuncs
481 ThreadFuncs::yield();
510 ThreadFuncs::yield();
/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/llvm/lib/IR/
H A DLLVMContext.cpp124 void LLVMContext::yield() { function in class:LLVMContext
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadingPthreads.cpp277 void yield() function in namespace:WTF
H A DThreadingWin.cpp257 void yield() function in namespace:WTF
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp68 static void yield(LLVMContextRef, void *) { function
439 TEST_F(MCJITCAPITest, yield) {
446 LLVMContextSetYieldCallback(C, yield, nullptr);
/external/libpcap/
H A Dpcap-dos.c317 (*p->wait_proc)(); /* call yield func */
347 _w32_os_yield(); /* allow SIGINT generation, yield to Win95/NT */
605 * For pcap_offline_read(): wait and yield between printing packets
608 void pcap_set_wait (pcap_t *p, void (*yield)(void), int wait) argument
614 pd->wait_proc = yield;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp544 void RenderInline::generateLineBoxRects(GeneratorContext& yield) const
547 generateCulledLineBoxRects(yield, this);
550 yield(FloatRect(curr->topLeft(), curr->size()));
552 yield(FloatRect());
556 void RenderInline::generateCulledLineBoxRects(GeneratorContext& yield, const RenderInline* container) const argument
559 yield(FloatRect());
578 yield(FloatRect(currBox->inlineBoxWrapper()->x() - currBox->marginLeft(), logicalTop, (currBox->width() + currBox->marginWidth()).toFloat(), logicalHeight));
580 yield(FloatRect(logicalTop, currBox->inlineBoxWrapper()->y() - currBox->marginTop(), logicalHeight, (currBox->height() + currBox->marginHeight()).toFloat()));
586 currInline->generateCulledLineBoxRects(yield, container);
593 yield(FloatRec
[all...]
/external/chromium_org/v8/src/
H A Dparser.cc2484 Expression* yield = factory()->NewYield( local
2486 result = factory()->NewExpressionStatement(yield, loc.beg_pos);
3394 // in a temporary variable, a definition that is used by "yield"
3684 // For generators, allocate and yield an iterator on function entry.
3698 Yield* yield = factory()->NewYield( local
3701 yield, RelocInfo::kNoPosition), zone());
3711 Yield* yield = factory()->NewYield( local
3714 yield, RelocInfo::kNoPosition), zone());
H A Dpreparser.h200 // is used by yield expressions and return statements. It is not necessary
1753 // 'yield' '*'? AssignmentExpression
1762 typename Traits::Type::YieldExpression yield = local
1765 yield->set_index(function_state_->NextHandlerIndex());
1767 return yield;
H A Dast.h2223 INITIAL, // The initial yield that returns the unboxed generator object.
2224 SUSPEND, // A normal yield: { value: EXPRESSION, done: false }
2225 DELEGATING, // A yield*.
2233 // Delegating yield surrounds the "yield" in a "try/catch". This index
3303 Yield* yield = new(zone_) Yield( local
3305 VISIT_AND_RETURN(Yield, yield)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 362 milliseconds