HomeSort by relevance Sort by last modified time
    Searched defs:Pool (Results 26 - 45 of 45) sorted by null

12

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 38 'Event', 'Queue', 'Manager', 'Pipe', 'Pool', 'JoinableQueue'
149 def Pool(processes=None, initializer=None, initargs=()):
150 from multiprocessing.pool import ThreadPool
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 51 'Event', 'Queue', 'JoinableQueue', 'Pool', 'Value', 'Array',
227 def Pool(processes=None, initializer=None, initargs=(), maxtasksperchild=None):
229 Returns a process pool object
231 from multiprocessing.pool import Pool
232 return Pool(processes, initializer, initargs, maxtasksperchild)
pool.py 2 # Module providing the `Pool` class for managing a process pool
4 # multiprocessing/pool.py
35 __all__ = ['Pool']
51 # Constants representing the state of a pool
127 # Class representing a process pool
130 class Pool(object):
162 target=Pool._handle_workers,
171 target=Pool._handle_tasks,
179 target=Pool._handle_results
    [all...]
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/dummy/
__init__.py 38 'Event', 'Queue', 'Manager', 'Pipe', 'Pool', 'JoinableQueue'
149 def Pool(processes=None, initializer=None, initargs=()):
150 from multiprocessing.pool import ThreadPool
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler.h 45 struct memory_pool Pool;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler.h 45 struct memory_pool Pool;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 2 # Module providing the `Pool` class for managing a process pool
4 # multiprocessing/pool.py
35 __all__ = ['Pool']
51 # Constants representing the state of a pool
127 # Class representing a process pool
130 class Pool(object):
162 target=Pool._handle_workers,
171 target=Pool._handle_tasks,
179 target=Pool._handle_results
    [all...]
managers.py 50 from multiprocessing import Process, current_process, active_children, Pool, util, connection
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextBreakIteratorICU.cpp 47 static WTF::ThreadSpecific<LineBreakIteratorPool>* pool = new WTF::ThreadSpecific<LineBreakIteratorPool>; local
48 return **pool;
104 typedef Vector<Entry, capacity> Pool;
105 Pool m_pool;
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 459 typedef FoldingSet<BitsInit> Pool;
460 static Pool ThePool;
562 class Pool : public T {
564 ~Pool();
567 Pool<T>::~Pool() {
576 static Pool<DenseMap<int64_t, IntInit *> > ThePool;
603 static Pool<StringMap<StringInit *> > ThePool;
624 typedef FoldingSet<ListInit> Pool;
625 static Pool ThePool
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vmr9.h 352 D3DPOOL Pool;
    [all...]
d3d8types.h     [all...]
d3d9types.h     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Renderer9.cpp 716 D3DPOOL Pool = getBufferPool(Usage);
717 return mDevice->CreateVertexBuffer(Length, Usage, 0, Pool, ppVertexBuffer, NULL);
727 D3DPOOL Pool = getBufferPool(Usage);
728 return mDevice->CreateIndexBuffer(Length, Usage, Format, Pool, ppIndexBuffer, NULL);
    [all...]
  /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...]
  /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/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 835 milliseconds

12