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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/tools/binary_size/
binary_size_utils.py 47 yield sym, sym_type, size, path
  /external/chromium_org/tools/telemetry/telemetry/timeline/
async_slice.py 31 yield sub_slice
thread.py 52 yield # pylint: disable=W0101
58 yield s
61 yield s
66 yield async_slice
69 yield sub_slice
74 yield flow_event
79 yield sample
event_container.py 45 yield # pylint: disable=W0101
66 yield e
82 yield e
  /external/chromium_org/v8/test/mjsunit/
regress-3225.js 35 yield a;
36 yield b;
  /external/llvm/utils/lit/lit/formats/
googletest.py 58 yield ''.join(nested_tests) + ln
69 yield lit.Test.Test(testSuite, testPath, localConfig, file_path=execpath)
86 yield test
91 yield test
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
RawTexture.java 65 public void yield() { method in class:RawTexture
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.h 65 bool yield(void);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
RawTexture.java 65 public void yield() { method in class:RawTexture
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
RawTexture.java 65 public void yield() { method in class:RawTexture
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
tokens.py 137 yield node
144 yield node
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadLocalTest.java 65 Thread.yield();
70 Thread.yield();
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
cat.py 154 yield UnhookedUnit(unit_id, pageframe.size, pageframe.size,
157 yield UnhookedUnit(unit_id,
164 yield MMapUnit(unit_id,
169 yield MMapUnit(unit_id,
182 yield MallocUnit(bucket_id, committed, allocs, frees, bucket)
185 yield MallocUnit(bucket_id, committed, allocs, frees, None)
  /external/chromium_org/tools/grit/grit/format/
rc.py 21 yield _FormatHeader(root, lang, output_dir)
27 yield 'STRINGTABLE\nBEGIN\n'
31 yield FormatMessage(subitem, lang)
32 yield 'END\n\n'
35 yield FormatInclude(item, lang, output_dir)
38 yield FormatStructure(item, lang, output_dir)
  /external/chromium_org/testing/gtest/scripts/
pump.py 314 yield MakeToken(lines, pos, Eof(), 'code')
326 yield prev_token_rstripped
327 yield found
329 yield id_token
333 yield eq_token
338 yield exp_token
342 yield prev_token_rstripped
343 yield found
345 yield id_token
349 yield prev_token_rstrippe
    [all...]
  /external/deqp/modules/gles31/scripts/
gen-implicit-conversions.py 311 yield valueToStr(value_type, value)
610 yield "in0[%i] + x[%i]" % (ndx, ndx)
612 yield "in0 + x[%i]" % (ndx)
760 yield typename
774 yield (in_type, out_type)
783 yield pair
801 yield casegroup
821 yield casegroup
849 yield reversegroup
855 yield ArrayCase(name, in_type, out_type, reverse
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 218 yield x
298 yield node
299 yield self
303 yield self
306 yield node
407 yield self
411 yield self
415 yield self
531 yield 1, r
740 yield count,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 218 yield x
298 yield node
299 yield self
303 yield self
306 yield node
407 yield self
411 yield self
415 yield self
531 yield 1, r
740 yield count,
    [all...]
  /external/lldb/test/unittest2/test/
test_suite.py 67 yield unittest2.FunctionTestCase(lambda: None)
68 yield unittest2.FunctionTestCase(lambda: None)
89 yield unittest2.TestSuite([ftc])
90 yield unittest2.FunctionTestCase(lambda: None)
244 yield test_1
245 yield test_2
246 yield inner_suite
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 55 yield """import_name< 'import' (module=%r
58 yield """import_from< 'from' mod_member=%r 'import'
62 yield """import_from< 'from' module_star=%r 'import' star='*' >
64 yield """import_name< 'import'
68 yield """power< bare_with_attr=%r trailer< '.' member=%s > any* >
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 55 yield """import_name< 'import' (module=%r
58 yield """import_from< 'from' mod_member=%r 'import'
62 yield """import_from< 'from' module_star=%r 'import' star='*' >
64 yield """import_name< 'import'
68 yield """power< bare_with_attr=%r trailer< '.' member=%s > any* >
  /external/chromium_org/tools/telemetry/telemetry/core/
video.py 64 yield 0, bmp.Crop(*content_box)
69 yield timestamp - start_time, bmp.Crop(*content_box)
168 yield (GetFrameTimestampMs(proc.stderr),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___all__.py 56 yield pkg_init, modpath + fn
58 yield p, m
62 yield path, modpath + fn[:-3]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___all__.py 56 yield pkg_init, modpath + fn
58 yield p, m
62 yield path, modpath + fn[:-3]
  /external/llvm/test/MC/ARM/
thumb-hints.s 10 yield
15 @ CHECK: yield @ encoding: [0x10,0xbf]
37 @ CHECK-ERROR-NEXT: yield

Completed in 1694 milliseconds

1 2 34 5 6 7 8 91011>>