HomeSort by relevance Sort by last modified time
    Searched refs:Pool (Results 176 - 200 of 219) sorted by null

1 2 3 4 5 6 78 9

  /external/v8/tools/
presubmit.py 234 pool = multiprocessing.Pool(count)
236 results = pool.map_async(CppLintWorker, commands).get(999999)
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
AdapterHelper.java 56 private Pools.Pool<UpdateOp> mUpdateOpPool = new Pools.SimplePool<UpdateOp>(UpdateOp.POOL_SIZE);
  /external/libvpx/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 281 ; Constant Pool
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 29 StringMap<DwarfStringPoolEntry> Pool;
35 DwarfStringPoolEntryRef(*Pool.insert(std::make_pair(S, Entry)).first));
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 47 import android.util.Pools.Pool;
386 final Pool<PendingEvent> mPendingEventPool = new SimplePool<>(20);
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvInputManager.java 37 import android.util.Pools.Pool;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 281 ; Constant Pool
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vmr9.idl 100 D3DPOOL Pool;
d3d8.h     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 50 from multiprocessing import Process, current_process, active_children, Pool, util, connection
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 50 from multiprocessing import Process, current_process, active_children, Pool, util, connection
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 50 from multiprocessing import Process, current_process, active_children, Pool, util, connection
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 50 from multiprocessing import Process, current_process, active_children, Pool, util, connection
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h 63 class Pool {
65 explicit Pool(MacroAssembler* masm)
90 // Next buffer offset at which a check is required for this pool.
92 // Indicates whether the emission of this pool is blocked.
94 // The MacroAssembler using this pool.
99 class LiteralPool : public Pool {
123 // Recommended not exact since the pool can be blocked for short periods.
130 // The parent class `Pool` provides a `checkpoint_`, which is the buffer
132 // indicates when we would like to start emitting the constant pool. The
142 // Account for the pool header
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
TabLayout.java 159 private static final Pools.Pool<Tab> sTabPool = new Pools.SynchronizedPool<>(16);
282 // Pool we use as a simple RecyclerBin
283 private final Pools.Pool<TabView> mTabViewPool = new Pools.SimplePool<>(12);
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
output_writers.py 330 class _RecordsPoolBase(context.Pool):
331 """Base class for Pool of append operations for records files."""
347 exclusive: a boolean flag indicating if the pool has an exclusive
374 """Flush pool contents."""
417 """Pool of append operations for records using GCS."""
438 """Flush pool contents.
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
Stage.java 42 import com.badlogic.gdx.utils.Pool.Poolable;
499 // Cannot return TouchFocus to pool, as it may still be in use (eg if cancelTouchFocus is called from touchDragged).
536 // Cannot return TouchFocus to pool, as it may still be in use (eg if cancelTouchFocus is called from touchDragged).
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Cell.java 9 import com.badlogic.gdx.utils.Pool.Poolable;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
MultipleRenderTargetTest.java 682 protected static class RenderablePool extends Pool<Renderable> {
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 305 uint32_t NameOffset; ///< Offset of Name in the string pool.
525 /// \brief Emit the string table described by \p Pool.
526 void emitStrings(const NonRelocatableStringpool &Pool);
701 /// \brief Emit the debug_str section stored in \p Pool.
702 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) {
704 for (auto *Entry = Pool.getFirstEntry(); Entry;
705 Entry = Pool.getNextEntry(Entry))
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 585 ta = (struct temporary_allocation*)memory_pool_malloc(&compiler->Base.Pool,
  /external/v8/tools/gyp/pylib/gyp/generator/
cmake.py     [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
xstream-1.4.8.jar 
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMathJNI.java 16 import com.badlogic.gdx.utils.Pool;
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
MeshBuilder.java 47 import com.badlogic.gdx.utils.Pool;
    [all...]

Completed in 1352 milliseconds

1 2 3 4 5 6 78 9