HomeSort by relevance Sort by last modified time
    Searched refs:threads (Results 701 - 725 of 1186) sorted by null

<<21222324252627282930>>

  /development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h 25 #include <linux/threads.h>
processor_32.h 34 #include <linux/threads.h>
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 26 #include <utils/threads.h>
  /external/autotest/client/bin/
kernel_unittest.py 460 threads = 2 * 4
461 build_string = 'make -j %d %s %s' % (threads, '', 'build_target')
464 utils.system.expect_call('make -j %d modules' % (threads))
492 self.kernel.build_timed(threads=8)
  /external/google-benchmark/include/benchmark/
benchmark_api.h 123 In a multithreaded test, it is guaranteed that none of the threads will start
139 BENCHMARK(BM_MultiThreaded)->Threads(4);
250 // function will block until all threads have made their ith call.
264 // function will block until all threads have made their ith call.
361 // Index of the executing thread. Values from [0, threads).
363 // Number of threads concurrently executing the benchmark.
364 const int threads; member in class:benchmark::State
416 // Threads, etc.
423 // If a particular benchmark is I/O bound, runs multiple threads internally or
431 // in multiple threads. This may be useful when measuring the scalin
    [all...]
  /external/google-benchmark/test/
benchmark_test.cc 80 BENCHMARK(BM_CalculatePi)->Threads(8);
155 int thread_size = size / state.threads;
166 // do not overlap between threads.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
TestCharsetDetector.java 1232 Thread threads[] = new Thread[10]; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
TestCharsetDetector.java 1228 Thread threads[] = new Thread[10]; local
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 40 ARG_DEF("th", "threads", 1, "number of threads to use");
178 svc_ctx->threads = default_threads;
229 svc_ctx->threads = arg_parse_uint(&arg);
694 if (svc_ctx.threads)
695 vpx_codec_control(&codec, VP9E_SET_TILE_COLUMNS, (svc_ctx.threads >> 1));
    [all...]
  /external/libvpx/libvpx/test/
vp9_arf_freq_test.cc 108 dec_cfg_.threads = 4;
vp9_thread_test.cc 102 // Create a large number of threads to increase the chances of detecting a
167 cfg.threads = num_threads;
195 << "threads = " << t;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 119 /** The scene currently being rasterized by the threads */
126 pipe_thread threads[LP_MAX_THREADS]; member in struct:lp_rasterizer
128 /** For synchronizing the rasterization threads */
  /external/valgrind/none/tests/
cmdline1.stdout.exp 97 --fair-sched=no|yes|try schedule threads fairly on multicore systems [no]
129 --max-threads=<number> maximum number of threads that valgrind can
  /frameworks/av/camera/
CameraBase.cpp 21 #include <utils/threads.h>
  /frameworks/av/include/media/
AudioRecord.h 25 #include <utils/threads.h>
Drm.h 25 #include <utils/threads.h>
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 88 cfg.threads = GetCPUCoreCount();
  /frameworks/av/media/libstagefright/include/
OMX.h 21 #include <utils/threads.h>
  /frameworks/av/radio/
Radio.cpp 22 #include <utils/threads.h>
  /frameworks/av/soundtrigger/
SoundTrigger.cpp 22 #include <utils/threads.h>
  /frameworks/base/include/androidfw/
AssetManager.h 30 #include <utils/threads.h>
59 * single instance may be shared across multiple threads, and a single
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 26 #include <utils/threads.h>
  /frameworks/base/media/jni/
android_mtp_MtpServer.cpp 25 #include <utils/threads.h>
  /frameworks/base/media/jni/soundpool/
SoundPool.h 20 #include <utils/threads.h>
  /frameworks/base/native/android/
storage_manager.cpp 30 #include <utils/threads.h>

Completed in 1666 milliseconds

<<21222324252627282930>>