Searched defs:POOL_SIZE (Results 1 - 14 of 14) sorted by relevance

/external/autotest/site_utils/
H A Ddeploy_server.py18 POOL_SIZE = 124 variable
228 pool = multiprocessing.pool.ThreadPool(POOL_SIZE)
/external/autotest/site_utils/suite_scheduler/
H A Ddriver.py24 POOL_SIZE = 32 variable
215 thread_pool = pool.ThreadPool(POOL_SIZE)
/external/clang/lib/Sema/
H A DIdentifierResolver.cpp32 static const unsigned int POOL_SIZE = 512; member in class:IdentifierResolver::IdDeclInfoMap
41 IdDeclInfo Pool[POOL_SIZE];
48 IdDeclInfoMap() : CurPool(nullptr), CurIndex(POOL_SIZE) {}
399 if (CurIndex == POOL_SIZE) {
/external/python/cpython2/Objects/
H A Dobmalloc.c227 #define POOL_SIZE SYSTEM_PAGE_SIZE /* must be 2^N */ macro
345 #define NUMBLOCKS(I) ((uint)(POOL_SIZE - POOL_OVERHEAD) / INDEX2SIZE(I))
643 arenaobj->nfreepools = ARENA_SIZE / POOL_SIZE;
644 assert(POOL_SIZE * arenaobj->nfreepools == ARENA_SIZE);
648 arenaobj->pool_address += POOL_SIZE - excess;
913 ARENA_SIZE - POOL_SIZE);
942 pool->maxnextoffset = POOL_SIZE - size;
954 ARENA_SIZE - POOL_SIZE);
958 usable_arenas->pool_address += POOL_SIZE;
1839 arena_alignment += POOL_SIZE;
[all...]
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 200 milliseconds