HomeSort by relevance Sort by last modified time
    Searched refs:yield (Results 251 - 275 of 641) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 307 Thread.yield(); // wait out pending interrupt
385 Thread.yield();
  /prebuilts/misc/common/swig/include/2.0.11/python/
pythonkw.swg 42 PYTHONKW(yield);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 46 yield os.path.splitext(fnm)[0].replace(os.path.sep, ".")
51 yield "%s.%s" % (package.__name__, os.path.splitext(fnm)[0])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dis.py 193 yield (addr, lineno)
198 yield (addr, lineno)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importlib.py 25 yield
59 yield
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 46 yield os.path.splitext(fnm)[0].replace(os.path.sep, ".")
51 yield "%s.%s" % (package.__name__, os.path.splitext(fnm)[0])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dis.py 193 yield (addr, lineno)
198 yield (addr, lineno)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importlib.py 25 yield
59 yield
  /external/chromium_org/tools/deep_memory_profiler/lib/
sorter.py 152 yield self._units[unit_id]
180 yield sub
380 yield rule
467 yield sorter
471 yield sorter
range_dict.py 141 yield range_begin, range_value[0], range_value[1]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 295 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
    [all...]
task.rb 43 block_given? and yield( lib )
70 block_given? and yield( set )
264 yield( self ) if block_given?
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 78 yield info
83 yield item
439 # If it is a library, yield it.
441 yield dep
444 # Otherwise if it is a group, yield or traverse depending on what
448 yield dep
452 yield res
473 yield p
493 yield path
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
LinkedTransferQueueTest.java 778 Thread.yield();
783 Thread.yield();
808 Thread.yield();
831 Thread.yield();
872 Thread.yield();
894 Thread.yield();
971 Thread.yield();
    [all...]
  /external/chromium-trace/trace-viewer/build/
parse_deps.py 22 calc_load_sequence(['foo'], '.') will yield:
106 yield rest
113 yield rest[:min_index]
115 yield rest[min_index:min_index + len(token_with_min)]
  /external/llvm/bindings/python/llvm/
object.py 141 yield last
169 yield last
261 yield last
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 68 static void yield(LLVMContextRef, void *) { function
439 TEST_F(MCJITCAPITest, yield) {
446 LLVMContextSetYieldCallback(C, yield, nullptr);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
autopep8.py 158 yield (0, 'E309 expected 1 blank line after class declaration')
161 yield (0, 'E303 too many blank lines ({0})'.format(blank_lines))
170 yield (0, 'E301 expected 1 blank line, found 0')
249 yield (start, 'E124 {0}'.format(indent[depth]))
254 yield (start, 'E128 {0}'.format(indent[depth]))
260 yield (start, 'E123 {0}'.format(indent_level +
283 yield (start, '{0} {1}'.format(*error))
350 yield (pos, 'E125 {0}'.format(indent_level +
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
ClonedSecureRandomTest.java 153 * If this has looped more than once, try to yield to
157 Thread.yield();
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
compute_interfaces_info_overall.py 146 yield interface_name
  /external/chromium_org/third_party/jinja2/
_compat.py 125 yield None
lexer.py 591 yield Token(lineno, token, value)
642 # yield for the current token the first named
647 yield lineno, key, value
659 yield lineno, token, data
685 # yield items
687 yield lineno, tokens, data
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
diff.py 123 # See if the whole hunk has been parsed. If so, yield it and prepare
126 yield hunk
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
map.py 88 yield x
  /external/chromium_org/tools/grit/grit/gather/
chrome_scaled_image.py 66 '''Given a PNG image, yield its chunks in order.'''
72 yield data[pos:pos+length]

Completed in 2994 milliseconds

<<11121314151617181920>>