Searched refs:pool (Results 1 – 5 of 5) sorted by relevance
198 ExecutorService pool = in testCodec() local231 decodeResultList = pool.invokeAll(decodeList); in testCodec()233 List<Future<CodecMetrics>> transcodeResultList = pool.invokeAll(transcodeList); in testCodec()
181 ExecutorService pool = Executors.newFixedThreadPool(maxInstances); in invokeWithThread() local183 List<Future<CodecMetrics>> resultList = pool.invokeAll(testList); in invokeWithThread()190 pool.shutdown(); in invokeWithThread()
96 pool = Pool(processes=2)100 pool.close()101 pool.join()
325 public void onLoadComplete(SoundPool pool, int sampleId, int status) { in testAutoPauseResume()326 assertEquals(fpool, pool); in testAutoPauseResume()
153 STRING_POOL pool; member