HomeSort by relevance Sort by last modified time
    Searched refs:yield (Results 51 - 75 of 292) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/tools/telemetry/telemetry/timeline/
event_container.py 45 yield # pylint: disable=W0101
66 yield e
82 yield e
counter.py 64 yield # pylint: disable=W0101
76 yield CounterSample(self, i)
  /external/llvm/test/MC/ARM/
thumb-hints.s 10 yield
15 @ CHECK: yield @ encoding: [0x10,0xbf]
37 @ CHECK-ERROR-NEXT: yield
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor_pool.py 471 yield (message_name, message_desc)
473 yield symbol
475 yield symbol
494 yield (enum_name, enum_desc)
507 yield desc_proto
509 yield message
525 yield dep_proto
527 yield parent_dep
  /build/tools/releasetools/
sparse_img.py 145 yield f.read(this_read * self.blocksize)
147 yield fill_data * (this_read * (self.blocksize >> 2))
157 yield f.read(this_read * self.blocksize)
159 yield fill_data * (this_read * (self.blocksize >> 2))
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBase.java 61 Thread.yield();
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
RSBase.java 61 Thread.yield();
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSCppTest.java 62 Thread.yield();
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
parameter.rb 43 block_given? and yield( param )
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MonitorContendedEnterAndEnteredDebuggee.java 49 Thread.yield();
  /external/chromium_org/chrome/common/extensions/docs/server2/
path_util.py 76 For example, if we split the path 'foo/bar/baz', it will yield:
83 yield (last_path, path)
95 yield (last_path, rel_path)
  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 51 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/libvpx/source/libvpx/tools/
intersect-diffs.py 49 yield (rhs_hunk, lhs_hunk)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-farabs.asm 10 ; Using seg should yield the segment part.
15 ; Use without seg should yield just the offset part.
  /external/chromium_org/tools/grit/grit/format/policy_templates/
template_formatter.py 48 yield policy_generator.GetTemplateText(writer)
  /external/chromium_org/tools/gyp/pylib/gyp/
ordered_dict.py 95 yield curr[2]
103 yield curr[2]
162 yield self[k]
167 yield (k, self[k])
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
extension_backend.py 40 yield self.ContextIdToExtensionId(context_id)
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports.py 45 yield port, desc, hwid
  /external/chromium_org/v8/test/mjsunit/es6/
generators-mirror.js 10 yield;
12 yield;
  /external/chromium_org/v8/test/webkit/
testcfg.py 124 yield line.strip()
129 yield line.strip()
143 yield ActIterator(lines[start_index:index])
148 yield ActIterator(lines)
  /external/clang/utils/analyzer/
ubiviz 25 yield eval(ln)
  /external/icu/icu4c/source/test/threadtest/
threadtest.cpp 51 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/libvpx/libvpx/tools/
intersect-diffs.py 49 yield (rhs_hunk, lhs_hunk)
  /external/llvm/include/llvm/IR/
LLVMContext.h 75 /// 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/clang/utils/ABITest/
ABITestGen.py 204 yield i+'f'
207 yield i
209 yield '(void*) 0'
210 yield '(void*) -1'
212 yield '(%s) 0'%(t.name,)
213 yield '(%s) -1'%(t.name,)
214 yield '(%s) 1'%(t.name,)
217 yield 'enum%dval%d' % (t.index, i)
223 yield '{ }'
230 yield '{ %s }' %
    [all...]

Completed in 414 milliseconds

1 23 4 5 6 7 8 91011>>