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

1 2 3 45 6

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 45 import android.util.Pools.Pool;
383 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
loopfilter_v6.asm     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vmr9.idl 100 D3DPOOL Pool;
d3d8.h     [all...]
vmr9.h 352 D3DPOOL Pool;
    [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 156 private static final Pools.Pool<Tab> sTabPool = new Pools.SynchronizedPool<>(16);
277 // Pool we use as a simple RecyclerBin
278 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/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,
  /prebuilts/maven_repo/android/com/android/support/constraint/constraint-layout-solver/1.0.0-alpha1/
constraint-layout-solver-1.0.0-alpha1.jar 
  /prebuilts/tools/common/offline-m2/com/android/support/constraint/constraint-layout-solver/1.0.0-alpha3/
constraint-layout-solver-1.0.0-alpha3.jar 
  /prebuilts/tools/common/offline-m2/com/android/support/constraint/constraint-layout-solver/1.0.0-alpha4/
constraint-layout-solver-1.0.0-alpha4.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
xstream-1.4.8.jar 
  /external/libvpx/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h 720 PNDIS_PACKET_POOL Pool;
    [all...]

Completed in 942 milliseconds

1 2 3 45 6