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

1 2 3 45 6 7 8 91011>>

  /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
  /external/chromium_org/tools/telemetry/telemetry/timeline/
counter.py 64 yield # pylint: disable=W0101
76 yield CounterSample(self, i)
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BasicTexture.java 163 // yield() is called when the texture will not be used temporarily,
168 public void yield() { method in class:BasicTexture
199 t.yield();
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BasicTexture.java 163 // yield() is called when the texture will not be used temporarily,
168 public void yield() { method in class:BasicTexture
199 t.yield();
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
BasicTexture.java 163 // yield() is called when the texture will not be used temporarily,
168 public void yield() { method in class:BasicTexture
199 t.yield();
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/
types.py 108 yield k, v
111 yield i
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
types.py 108 yield k, v
111 yield i
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 108 yield k, v
111 yield i
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/
types.py 108 yield k, v
111 yield i
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
types.py 108 yield k, v
111 yield i
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/
types.py 108 yield k, v
111 yield i
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/
types.py 108 yield k, v
111 yield i
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/
types.py 108 yield k, v
111 yield i
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
types.py 108 yield k, v
111 yield i
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 108 yield k, v
111 yield i
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/
types.py 108 yield k, v
111 yield i
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
types.py 108 yield k, v
111 yield i
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/
types.py 108 yield k, v
111 yield i
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/
types.py 108 yield k, v
111 yield i
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 67 """This will import and yield modules whose names start with test_
91 yield importlib.import_module(
98 """Yield all the tests in the modules found by get_tests_modules.
110 yield test
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 27 yield node.value
29 yield "".join([ch.value for ch in node.children])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 67 """This will import and yield modules whose names start with test_
91 yield importlib.import_module(
98 """Yield all the tests in the modules found by get_tests_modules.
110 yield test
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 27 yield node.value
29 yield "".join([ch.value for ch in node.children])
  /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();

Completed in 3336 milliseconds

1 2 3 45 6 7 8 91011>>