/prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/ |
test_guard.cpp | 9 #define MAX_THREADS 100 30 static Foo* sInstances[MAX_THREADS]; 31 static pthread_t sThreads[MAX_THREADS]; 43 for (int nn = 0; nn < MAX_THREADS; nn++) { 47 for (int nn = 0; nn < MAX_THREADS; nn++) { 66 for (int nn = 0; nn < MAX_THREADS; nn++) {
|
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/ |
test_guard.cpp | 9 #define MAX_THREADS 100 30 static Foo* sInstances[MAX_THREADS]; 31 static pthread_t sThreads[MAX_THREADS]; 43 for (int nn = 0; nn < MAX_THREADS; nn++) { 47 for (int nn = 0; nn < MAX_THREADS; nn++) { 66 for (int nn = 0; nn < MAX_THREADS; nn++) {
|
/external/autotest/client/tests/monotonic_time/src/ |
threads.c | 17 #define MAX_THREADS MAX_CPUS 26 static thread_t threads[MAX_THREADS]; 61 if (num_threads >= MAX_THREADS) 88 if (nthreads > MAX_THREADS) 89 nthreads = MAX_THREADS;
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
threadtest.c | 44 #define MAX_THREADS 128 137 pthread_t pth[MAX_THREADS]; 168 if (thread_count > MAX_THREADS) 169 thread_count = MAX_THREADS;
|
/external/ltp/testcases/kernel/io/disktest/ |
threading.h | 105 #define MAX_THREADS 65536 /* max number of threads, reader/writer, per test */
|
parse.c | 609 if (atoi(optarg) > MAX_THREADS) { 612 atoi(optarg), MAX_THREADS); [all...] |
/system/netd/tests/benchmarks/ |
dns_benchmark.cpp | 80 constexpr int MAX_THREADS = 32; 177 ->ThreadRange(MIN_THREADS, MAX_THREADS) 185 ->ThreadRange(MIN_THREADS, MAX_THREADS) 193 ->ThreadRange(MIN_THREADS, MAX_THREADS)
|
connect_benchmark.cpp | 287 constexpr int MAX_THREADS = 1; 312 ->ThreadRange(MIN_THREADS, MAX_THREADS)->MinTime(MIN_TIME)->UseRealTime(); 318 ->ThreadRange(MIN_THREADS, MAX_THREADS)->MinTime(MIN_TIME)->UseRealTime(); 343 ->ThreadRange(MIN_THREADS, MAX_THREADS)->MinTime(MIN_TIME)->UseRealTime(); 349 ->ThreadRange(MIN_THREADS, MAX_THREADS)->MinTime(MIN_TIME)->UseRealTime();
|
/frameworks/base/services/core/java/com/android/server/pm/ |
ParallelPackageParser.java | 37 * <p>Parsing requests are processed by a thread-pool of {@link #MAX_THREADS}. 43 private static final int MAX_THREADS = 4; 54 private final ExecutorService mService = ConcurrentUtils.newFixedThreadPool(MAX_THREADS,
|
/external/libmpeg2/decoder/ |
impeg2d_api.h | 53 #define NUM_MEM_RECORDS 4 * MAX_THREADS + NUM_INT_FRAME_BUFFERS + 5 + 2
|
impeg2d_structs.h | 401 #define MAX_THREADS 4 409 dec_state_t *ps_dec_state[MAX_THREADS]; 410 UWORD32 au4_thread_launched[MAX_THREADS];
|
impeg2d_api_main.c | 287 for(i = 0; i < MAX_THREADS; i++) 505 for(i4_num_threads = 0; i4_num_threads < MAX_THREADS; i4_num_threads++) [all...] |
/system/extras/ioshark/ |
ioshark_bench.c | 49 #define MAX_THREADS 8192 62 pthread_t tid[MAX_THREADS]; 698 if (num_threads > MAX_THREADS)
|
/external/ltp/testcases/network/tcp_fastopen/ |
tcp_fastopen.c | 172 #define MAX_THREADS 10000 420 if (clients_num >= MAX_THREADS) {
|
/art/tools/dmtracedump/ |
tracedump.cc | 46 #define MAX_THREADS 32768 233 CallStack* stacks[MAX_THREADS]; 234 int32_t depth[MAX_THREADS]; 1046 for (int32_t i = 0; i < MAX_THREADS; i++) [all...] |
/frameworks/base/tools/aapt/ |
Resource.cpp | 35 static const size_t MAX_THREADS = 4; 370 WorkQueue wq(MAX_THREADS, false); [all...] |
/prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.0/ |
rxjava-1.1.0.jar | |
/prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/ |
rxjava-1.1.3.jar | |
/prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.4/ |
rxjava-1.1.4.jar | |
/prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.5/ |
rxjava-1.1.5.jar | |
/prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.6/ |
rxjava-1.1.6.jar | |
/prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/ |
rxjava-1.2.3.jar | |
/external/dagger2/lib/ |
google-java-format-0.1-20151017.042846-2.jar | |
/prebuilts/tools/common/google-java-format/ |
google-java-format-1.0-all-deps.jar | |
google-java-format-all-deps.jar | |