/external/chromium_org/third_party/webrtc/voice_engine/ |
network_predictor.cc | 24 // Update the recursive average filter.
|
/external/clang/test/Modules/ |
recursive.c | 8 // CHECK: While building module 'recursive1'{{( imported from .*[/\]recursive.c:3)?}}:
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interface_java.h | 63 // Can be called on recursive reentry. 71 // Recursive mutex lock, intended for handling of Object.wait(). 75 // Recursive mutex unlock, intended for handling of Object.wait(). 77 // w/o a pairing unlock() (i.e. how many recursive levels it unlocked).
|
/external/llvm/include/llvm/Analysis/ |
CallGraphSCCPass.h | 13 // SCC order: that is, they process function bottom-up, except for recursive 54 /// non-recursive (or only self-recursive) functions will have an SCC size of 55 /// 1, where recursive portions of the call graph will have SCC size > 1.
|
/external/llvm/lib/Support/ |
Mutex.cpp | 26 MutexImpl::MutexImpl( bool recursive) { } 44 MutexImpl::MutexImpl( bool recursive) 56 // Initialize the mutex as a recursive mutex, if requested, or normal 58 int kind = ( recursive ? PTHREAD_MUTEX_RECURSIVE : PTHREAD_MUTEX_NORMAL );
|
/external/llvm/test/DebugInfo/ |
template-recursive-void.ll | 6 ; This was pulled from clang's debug-info-template-recursive.cpp test. 28 !0 = metadata !{i32 786449, metadata !1, i32 4, metadata !"clang version 3.4 (trunk 187958) (llvm/trunk 187964)", i1 false, metadata !"", i32 0, metadata !2, metadata !2, metadata !2, metadata !3, metadata !2, metadata !""} ; [ DW_TAG_compile_unit ] [/usr/local/google/home/echristo/tmp/debug-info-template-recursive.cpp] [DW_LANG_C_plus_plus] 29 !1 = metadata !{metadata !"debug-info-template-recursive.cpp", metadata !"/usr/local/google/home/echristo/tmp"} 33 !5 = metadata !{i32 786473, metadata !1} ; [ DW_TAG_file_type ] [/usr/local/google/home/echristo/tmp/debug-info-template-recursive.cpp]
|
/external/llvm/test/Transforms/DeadArgElim/ |
basictest.ll | 17 ; evenhardertest - recursive dead argument...
|
/external/llvm/unittests/Support/ |
Path.cpp | 421 fs::create_directories(Twine(TestDirectory) + "/recursive/a0/aa1")); 423 fs::create_directories(Twine(TestDirectory) + "/recursive/a0/ab1")); 425 "/recursive/dontlookhere/da1")); 427 fs::create_directories(Twine(TestDirectory) + "/recursive/z0/za1")); 429 fs::create_directories(Twine(TestDirectory) + "/recursive/pop/p1")); 433 + "/recursive", ec), e; i != e; i.increment(ec)){ 472 ASSERT_NO_ERROR(fs::remove(Twine(TestDirectory) + "/recursive/a0/aa1")); 473 ASSERT_NO_ERROR(fs::remove(Twine(TestDirectory) + "/recursive/a0/ab1")); 474 ASSERT_NO_ERROR(fs::remove(Twine(TestDirectory) + "/recursive/a0")); 476 fs::remove(Twine(TestDirectory) + "/recursive/dontlookhere/da1")) [all...] |
/external/valgrind/main/drd/tests/ |
recursive_mutex.stderr.exp-darwin | 3 Non-recursive mutex.
|
trylock.stderr.exp | 9 Recursive writer locking not allowed: rwlock 0x.........
|
/external/valgrind/main/gdbserver_tests/ |
mchelp.stdoutB.exp | 13 v.set merge-recursive-frames <num> : merge recursive calls in max <num> frames 58 v.set merge-recursive-frames <num> : merge recursive calls in max <num> frames
|
/external/valgrind/main/helgrind/tests/ |
tc10_rec_lock.c | 2 /* Do simple things with a recursive mutex. */
|
/external/valgrind/main/memcheck/tests/ |
wrap3.c | 5 /* Check that function wrapping works for a mutually recursive
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
dash-n | 36 # recursive commands, even with -n.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
memory_region_map.h | 104 // The lock is recursive. 138 // This usually happens in recursive calls, when the stack-unwinder 248 // (which are permitted due to recursive locking) 277 // Hence we protect the non-recursive lock used inside of arena_ 278 // with our recursive Lock(). This lets a user prevent deadlocks 280 // simply by acquiring our recursive Lock() before that. 285 // Lock to protect the recursive lock itself. 288 // Recursion count for the recursive lock. 290 // The thread id of the thread that's inside the recursive lock. 312 // that handles the case of recursive allocator calls [all...] |
/external/bison/ |
Makefile.in | 193 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 194 html-recursive info-recursive install-data-recursive \ 195 install-dvi-recursive install-exec-recursive \ 196 install-html-recursive install-info-recursive \ [all...] |
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/ |
provider_async_file_util.cc | 104 bool recursive, 113 parser.file_path(), recursive, callback); 135 bool recursive, 143 parser.file_system()->DeleteEntry(parser.file_path(), recursive, callback); 303 bool recursive, 313 recursive, 424 false, // recursive 438 false, // recursive 452 true, // recursive
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
description_util.js | 95 * @param {boolean} recursive Whether or not the element's subtree should 101 ancestorsArray, recursive, verbosity) { 102 if (typeof(recursive) === 'undefined') { 103 recursive = true; 115 text = cvox.DomUtil.getName(ancestorsArray[len - 1], recursive); 182 * @param {boolean} recursive Whether or not the element's subtree should 189 function(prevNode, node, recursive, verbosity) { 212 ancestors, recursive, verbosity); 216 prevAncestors, recursive, verbosity);
|
/bionic/libc/bionic/ |
pthread_mutex.cpp | 48 * 31-16 tid owner thread's tid (recursive and errorcheck only) 51 * 12-2 counter counter of recursive mutexes 131 * We support normal, recursive and errorcheck mutexes. 157 * This is only used for recursive and errorcheck mutexes. It holds the 297 * Lock a non-recursive mutex. 304 * Non-recursive mutexes don't use the thread-id or counter fields, and the 344 * Release a non-recursive mutex. The caller is responsible for determining 398 * errorcheck or recursive mutex. 415 /* Detect recursive lock overflow and return EAGAIN. 455 /* Handle non-recursive case first * [all...] |
/external/valgrind/main/cachegrind/ |
Makefile.in | 139 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 140 html-recursive info-recursive install-data-recursive \ 141 install-dvi-recursive install-exec-recursive \ 142 install-html-recursive install-info-recursive \ [all...] |
/external/valgrind/main/exp-sgcheck/ |
Makefile.in | 135 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 136 html-recursive info-recursive install-data-recursive \ 137 install-dvi-recursive install-exec-recursive \ 138 install-html-recursive install-info-recursive \ [all...] |
/external/valgrind/main/none/tests/ |
Makefile.in | 438 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 439 html-recursive info-recursive install-data-recursive \ 440 install-dvi-recursive install-exec-recursive \ 441 install-html-recursive install-info-recursive \ [all...] |
/external/chromium_org/storage/browser/fileapi/ |
native_file_util.cc | 79 bool recursive, 81 : file_enum_(root_path, recursive, file_type) { 168 bool recursive) { 170 if (!recursive && !base::PathExists(path.DirName())) 207 bool recursive) { 209 root_path, recursive,
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
Makefile.in | 117 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 118 html-recursive info-recursive install-data-recursive \ 119 install-dvi-recursive install-exec-recursive \ 120 install-html-recursive install-info-recursive \ [all...] |
/cts/tests/sample/src/android/sample/cts/ |
SampleDeviceResultTest.java | 50 * Measures the time taken to compute the factorial of 15 with a recursive method. 80 * Computes the factorial of a number with a recursive method.
|