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

1 23 4 5 6

  /frameworks/base/tools/layoutlib/rename_font/
build_font.py 26 from multiprocessing import Pool
93 pool = Pool(processes=None)
94 pool.map(convert_font, input_fonts)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
dc_only_idct_add_v6.asm 68 ; Constant Pool
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 555 node_classes = memory_pool_malloc(&s->C->Pool,
557 input_classes = memory_pool_malloc(&s->C->Pool,
727 s.Input = memory_pool_malloc(&cc->Pool,
732 s.Temporary = memory_pool_malloc(&cc->Pool,
radeon_program.c 171 struct rc_instruction * inst = memory_pool_malloc(&c->Pool, sizeof(struct rc_instruction));
radeon_pair_schedule.c 489 rc_list_add(&s->PendingTEX, rc_list(&s->C->Pool, readytex));
1142 rc_list_add(&writer->TexReaders, rc_list(&s->C->Pool, reader));
    [all...]
r500_fragprog_emit.c 466 memory_pool_array_reserve(&s->C->Pool, struct r500_loop_info,
481 memory_pool_array_reserve(&s->C->Pool, int, loop->Brks,
496 memory_pool_array_reserve(&s->C->Pool, int, loop->Conts,
546 memory_pool_array_reserve(&s->C->Pool, struct branch_info,
  /external/v8/tools/testrunner/local/
pool.py 66 class Pool():
execution.py 35 from pool import Pool
205 def _MaybeRerun(self, pool, test):
225 pool.add([TestJob(test)])
229 def _ProcessTestNormal(self, test, result, pool):
248 self._MaybeRerun(pool, test)
252 def _ProcessTestPredictable(self, test, result, pool):
295 pool.add([TestJob(test)])
310 pool = Pool(jobs
    [all...]
  /external/vixl/tools/
lint.py 134 pool = multiprocessing.Pool(jobs)
142 results = pool.map_async(LintWrapper, tasks).get(9999999)
143 pool.close()
144 pool.join()
146 pool.terminate()
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/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/clang/lib/Sema/
IdentifierResolver.cpp 41 IdDeclInfo Pool[POOL_SIZE];
403 IdDeclInfo *IDI = &CurPool->Pool[CurIndex];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 696 STDMETHOD_(HRESULT,CreateSurface)(THIS_ UINT Width,UINT Height,UINT BackBuffers,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DWORD DxvaType,IDirect3DSurface9 **ppSurface,HANDLE *pSharedHandle) PURE;
704 #define IDirectXVideoAccelerationService_CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle) (This)->lpVtbl->CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle)
719 STDMETHOD_(HRESULT,CreateSurface)(THIS_ UINT Width,UINT Height,UINT BackBuffers,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DWORD DxvaType,IDirect3DSurface9 **ppSurface,HANDLE *pSharedHandle) PURE;
733 #define IDirectXVideoDecoderService_CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle) (This)->lpVtbl->CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle)
dxvahd.h 399 STDMETHOD_(HRESULT,CreateVideoSurface)(THIS_ UINT Width,UINT Height,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DXVAHD_SURFACE_TYPE Type,UINT NumSurfaces,IDirect3DSurface9 **ppSurfaces,HANDLE *pSharedHandle) PURE;
414 #define IDXVAHD_Device_CreateVideoSurface(This,Width,Height,Format,Pool,Usage,Type,NumSurfaces,ppSurfaces,pSharedHandle) (This)->lpVtbl->CreateVideoSurface(This,Width,Height,Format,Pool,Usage,Type,NumSurfaces,ppSurfaces,pSharedHandle)
d3d8types.h     [all...]
d3d9types.h     [all...]
  /cts/tools/utils/
buildCts.py 28 from multiprocessing import Pool
96 pool = Pool(processes=2)
100 pool.close()
101 pool.join()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
s3put 36 from multiprocessing import Pool
212 pool = Pool(processes=parallel_processes)
218 pool.apply_async(_upload_part, [bucketname, aws_key, aws_secret, mp.id,
221 pool.close()
222 pool.join()
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 40 ATTRIBUTE Ascend-Assign-IP-Global-Pool 146 string
42 ATTRIBUTE Ascend-DHCP-Pool-Number 148 integer
111 ATTRIBUTE Ascend-IP-Pool-Definition 217 string
112 ATTRIBUTE Ascend-Assign-IP-Pool 218 integer
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
gjslint.py 105 pool = multiprocessing.Pool()
107 path_results = pool.imap(_CheckPath, paths)
115 pool.close()
116 pool.join()
117 del pool
  /external/pdfium/testing/tools/
run_corpus_tests.py 134 pool = multiprocessing.Pool(options.num_workers)
137 worker_results = pool.imap(worker_func, test_cases)
144 pool.close()
146 pool.terminate()
148 pool.join()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 35 import multiprocessing.pool namespace
1110 papply = self.pool.apply
1115 pmap = self.pool.map
1122 self.pool.map_async(sqr, [], chunksize=1).get(timeout=TIMEOUT1)
1124 self.fail("pool.map_async with chunksize stalled on null list")
1127 res = self.pool.apply_async(sqr, (7, TIMEOUT1,))
1133 res = self.pool.apply_async(sqr, (6, TIMEOUT2 + 0.2))
1139 it = self.pool.imap(sqr, range(10))
1142 it = self.pool.imap(sqr, range(10))
1147 it = self.pool.imap(sqr, range(1000), chunksize=100
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 35 import multiprocessing.pool namespace
1110 papply = self.pool.apply
1115 pmap = self.pool.map
1122 self.pool.map_async(sqr, [], chunksize=1).get(timeout=TIMEOUT1)
1124 self.fail("pool.map_async with chunksize stalled on null list")
1127 res = self.pool.apply_async(sqr, (7, TIMEOUT1,))
1133 res = self.pool.apply_async(sqr, (6, TIMEOUT2 + 0.2))
1139 it = self.pool.imap(sqr, range(10))
1142 it = self.pool.imap(sqr, range(10))
1147 it = self.pool.imap(sqr, range(1000), chunksize=100
    [all...]

Completed in 514 milliseconds

1 23 4 5 6