/external/chromium/chrome/common/ |
multi_process_lock.h | 14 // the exit is due to a crash. Locks are not recursive.
|
/external/llvm/include/llvm/Analysis/ |
CallGraphSCCPass.h | 13 // SCC order: that is, they process function bottom-up, except for recursive 53 /// non-recursive (or only self-recursive) functions will have an SCC size of 54 /// 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/Transforms/DeadArgElim/ |
basictest.ll | 17 ; evenhardertest - recursive dead argument...
|
/external/openssh/regress/ |
scp.sh | 64 verbose "$tid: recursive local dir to remote dir" 71 verbose "$tid: recursive local dir to local dir" 78 verbose "$tid: recursive remote dir to local dir" 112 [ -d ${DIR}/dotpathdir ] && fail "allows dir creation in non-recursive mode"
|
/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/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
|
/libcore/ |
Docs.mk | 14 # Note dalvik/system is non-recursive to exclude dalvik.system.profiler
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
dash-n | 36 # recursive commands, even with -n.
|
/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/valgrind/main/none/tests/ |
Makefile.in | 429 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 430 html-recursive info-recursive install-data-recursive \ 431 install-dvi-recursive install-exec-recursive \ 432 install-html-recursive install-info-recursive \ [all...] |
/external/chromium/base/ |
file_util_win.cc | 119 bool Delete(const FilePath& path, bool recursive) { 125 if (!recursive) { 150 if (!recursive) 247 bool recursive) { 273 if (!recursive) 280 bool recursive) { 283 if (recursive) 292 // Except that Vista fails to do that, and instead do a recursive copy if 842 bool recursive, 844 : recursive_(recursive), [all...] |
/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...] |
/external/chromium/base/synchronization/ |
lock.h | 38 // NOTE: Although windows critical sections support recursive locks, we do not 72 // Note that this checks for recursive locks and allows them
|
/external/chromium/net/base/ |
address_list.h | 40 // Copies the given addrinfo rather than adopting it. If |recursive| is true, 43 void Copy(const struct addrinfo* head, bool recursive);
|
directory_lister_unittest.cc | 19 explicit ListerDelegate(bool recursive) : error_(-1), recursive_(recursive) {
|
/external/icu4c/tools/toolutil/ |
filetools.cpp | 32 * Goes through the given directory recursive to compare each file's modification time with that of the file given. 58 /* If this new path is a directory, make a recursive call with the newpath. */
|
/external/libffi/ |
Makefile.in | 189 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 190 html-recursive info-recursive install-data-recursive \ 191 install-dvi-recursive install-exec-recursive \ 192 install-html-recursive install-info-recursive \ [all...] |
/external/oprofile/libutil++/ |
file_manip.cpp | 121 string const & filter, bool recursive) 125 recursive ? MATCH_ANY_ENTRY_RECURSION :
|
/external/stlport/stlport/ |
functional | 106 #ifndef BOOST_FUNCTION_NUM_ARGS // avoid recursive includes 118 #ifndef BOOST_FUNCTION_BASE_HEADER // avoid recursive includes
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSLock.h | 34 // must be held. The lock is recursive so nesting is ok. The JSLock 39 // release the lock. Since it is recursive you actually have to
|
/external/webkit/Source/WebKit/chromium/public/ |
WebPageSerializer.h | 57 // The parameter recursive specifies whether we need to 68 bool recursive,
|
/ndk/sources/cxx-stl/stlport/stlport/ |
functional | 106 #ifndef BOOST_FUNCTION_NUM_ARGS // avoid recursive includes 118 #ifndef BOOST_FUNCTION_BASE_HEADER // avoid recursive includes
|