HomeSort by relevance Sort by last modified time
    Searched full:threaded (Results 1 - 25 of 1090) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
threaded-fork.vgtest 1 prog: threaded-fork
  /external/valgrind/main/drd/tests/
threaded-fork.vgtest 2 prog: threaded-fork
  /external/chromium_org/content/browser/gpu/
compositor_util_browsertest.cc 18 // Test that threaded compositing and FCM are in the expected mode on the bots
24 THREADED, // Implies FCM
25 DELEGATED, // Implies threaded
30 expected_mode = THREADED;
32 expected_mode = THREADED;
41 expected_mode = THREADED;
45 expected_mode == THREADED ||
48 EXPECT_EQ(expected_mode == THREADED ||
  /external/eigen/bench/btl/cmake/
FindACML.cmake 25 message(STATUS "Multi-threaded library not found, looking for single-threaded")
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
example.dsc 20 'TITLE': 'Multi-Threaded Earth Demo',
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
example.dsc 19 'TITLE': 'Multi-Threaded Voronoi Demo',
  /external/valgrind/main/exp-bbv/tests/
filter_bb 10 # multi-threaded benchmark
  /external/chromium_org/base/allocator/
type_profiler.h 22 // of this function except for single-threaded unit tests.
30 // They must be used only from single-threaded unit tests.
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_apply.3 19 If you are doing multi-threaded programming, calling this function will only set capabilities on the calling thread. All other threads are unaffected. If you want to set overall capabilities for a multi-threaded process, you will need to do that before creating any threads. See the capset syscall for more information on this topic.
capng_get_caps_process.3 19 If you are doing multi-threaded programming, calling this function will only get capabilities on the calling thread. If you want to get overall capabilities for a multi-threaded process, you can only do that before creating any threads. Afterwards, threads may be able to independantly set capabilities.
  /external/chromium_org/media/audio/pulse/
pulse_util.h 52 // Create a recording stream for the threaded mainloop, return true if success,
54 // threaded mainloop and the handle of the created stream will be returned by
64 // Create a playback stream for the threaded mainloop, return true if success,
65 // otherwise false. This function will create a new Pulse threaded mainloop,
  /external/chromium_org/third_party/sqlite/src/src/
mutex.h 31 ** SQLITE_MUTEX_NOOP For single-threaded applications. No
36 ** SQLITE_MUTEX_PTHREADS For multi-threaded applications on Unix.
38 ** SQLITE_MUTEX_W32 For multi-threaded applications on Win32.
40 ** SQLITE_MUTEX_OS2 For multi-threaded applications on OS/2.
  /external/chromium/net/tools/fetch/
http_server.h 13 // Implements a simple, single-threaded HttpServer.
  /external/chromium_org/net/tools/fetch/
http_server.h 12 // Implements a simple, single-threaded HttpServer.
  /external/chromium_org/ui/compositor/test/
layer_animator_test_controller.h 25 // Starts threaded animations that are waiting for an effective start time.
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/
html-parser-threaded.html 5 // Use the threaded parser if available:
30 // causes the threaded-parser to never send the load event for the main page.
  /external/chromium_org/third_party/sqlite/
separate_cache_pool.patch 18 ** * Always use a unified cache in single-threaded applications
20 ** * Otherwise (if multi-threaded and ENABLE_MEMORY_MANAGEMENT is off)
  /external/chromium_org/ui/compositor/
compositor_switches.cc 15 const char kUIDisableThreadedCompositing[] = "ui-disable-threaded-compositing";
21 const char kUIEnableThreadedCompositing[] = "ui-enable-threaded-compositing";
  /external/llvm/include/llvm/Support/
RWMutex.h 97 // Single-threaded debugging code. This would be racy in multithreaded
98 // mode, but provides not sanity checks in single threaded mode.
107 // Single-threaded debugging code. This would be racy in multithreaded
108 // mode, but provides not sanity checks in single threaded mode.
118 // Single-threaded debugging code. This would be racy in multithreaded
119 // mode, but provides not sanity checks in single threaded mode.
129 // Single-threaded debugging code. This would be racy in multithreaded
130 // mode, but provides not sanity checks in single threaded mode.
  /external/qemu/distrib/sdl-1.2.15/test/
README 13 testerror Tests multi-threaded error handling
34 threadwin Test multi-threaded event handling
  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.h 25 // The constructor will be called in a single-threaded environment,
30 // the test in the full multi-threaded environment.
32 // check() will be called periodically in a single threaded
  /external/chromium_org/third_party/sqlite/src/test/
thread_common.tcl 86 # Return true if this build can run the multi-threaded tests.
98 if {![info exists ::tcl_platform(threaded)]} {
102 puts "WARNING: Multi-threaded tests skipped: $zProblem"
  /external/icu4c/test/threadtest/
threadtest.h 25 // The constructor will be called in a single-threaded environment,
30 // the test in the full multi-threaded environment.
32 // check() will be called periodically in a single threaded
  /system/core/include/log/
logprint.h 72 * Assumes single threaded execution
86 * Assumes single threaded execution
142 * Assumes single threaded execution
  /external/chromium_org/chrome/renderer/net/
renderer_predictor_unittest.cc 5 // Single threaded tests of RendererNetPredictor functionality.

Completed in 707 milliseconds

1 2 3 4 5 6 7 8 91011>>