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

123

/external/webkit/Source/JavaScriptCore/wtf/
H A DThreading.h104 void yield();
116 using WTF::yield;
/external/v8/test/cctest/
H A Dtest-platform-linux.cc17 static void yield() { function
33 yield();
42 yield();
H A Dtest-platform-nullos.cc17 static void yield() { function
33 yield();
42 yield();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dparameter.rb43 block_given? and yield( param )
/external/clang/utils/analyzer/
H A Dubiviz25 yield eval(ln)
/external/icu4c/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
H A Dstreams.rb295 yield tokens that have the same value for <tt>channel</tt>. The stream skips
797 @tokens = block_given? ? tokens.select { | t | yield( t, self ) } : tokens
819 @tokens = block_given? ? @token_source.select { |token| yield( token ) } :
890 yield
998 tokens( *args ).each { |token| yield( token ) }
1010 token.channel == channel and yield( token )
1028 yield( token )
1050 tokens.delete_if { |t| not yield( t ) }
H A Dtask.rb43 block_given? and yield( lib )
70 block_given? and yield( set )
264 yield( self ) if block_given?
H A Dtree.rb108 block_given? ? yield( main ) : main.execute( argv )
243 yield( parent_node = cursor.parent )
271 yield( parent_node = cursor.parent )
287 yield( cursor )
423 yield( cursor )
730 yield( child_of( tree, i ) )
738 begin yield( tree ) end while tree = parent_of( tree )
740 while tree = parent_of( tree ) do yield( tree ) end
920 yield( child )
1182 for node in @nodes do yield( nod
[all...]
/external/guava/guava-tests/test/com/google/common/testing/
H A DGcFinalizationTest.java93 Thread.yield();
101 Thread.yield();
/external/clang/utils/
H A DCmpDriver13 yield current + '"'
24 yield c
71 yield aElt,bElt
H A DFindSpecRefs666 yield RefItem(name, section, filename, path, i+1)
673 yield RefItem(None, section, filename, path, i+1)
798 yield parents+(node,)
801 yield item
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DStringReaderTest.java166 Thread.yield();
H A DPipedOutputStreamTest.java56 Thread.yield();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DLooperTest.java56 Thread.yield();
/external/clang/tools/scan-build/
H A Dset-xcode-analyzer25 yield os.path.join(root, f)
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerTest.java146 Thread.yield();
/external/libpcap/
H A Dpcap.h307 void pcap_set_wait (pcap_t *p, void (*yield)(void), int wait);
/external/webkit/Source/JavaScriptCore/wtf/gtk/
H A DThreadingGtk.cpp170 void yield() function in namespace:WTF
/external/webkit/Source/JavaScriptCore/wtf/qt/
H A DThreadingQt.cpp211 void yield() function in namespace:WTF
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb74 yield( self ) if block_given?
286 yield( self ) if block_given?
/external/llvm/test/MC/ARM/
H A Dthumb-diagnostics.s147 yield
156 @ CHECK-ERRORS: yield

Completed in 4038 milliseconds

123