/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/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/chromium_org/base/files/ |
file_util_proxy.cc | 211 PlatformFileError DeleteAdapter(const FilePath& file_path, bool recursive) { 215 if (!base::DeleteFile(file_path, recursive)) { 216 if (!recursive && !file_util::IsDirectoryEmpty(file_path)) { 292 bool recursive, 296 Bind(&DeleteAdapter, file_path, recursive),
|
/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/extensions/ |
external_cache.cc | 230 base::FileEnumerator enumerator(dir, false /* recursive */, types); 238 base::DeleteFile(path, true /* recursive */); 271 base::DeleteFile(path, true /* recursive */); 309 base::DeleteFile(base::FilePath(prev_crx), true /* recursive */); 318 base::DeleteFile(path, true /* recursive */); 396 base::DeleteFile(path, true /* recursive */); 407 base::DeleteFile(cached_crx_path, true /* recursive */); 415 base::DeleteFile(path, true /* recursive */); 423 base::DeleteFile(path, true /* recursive */);
|
/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/chromium_org/base/synchronization/ |
lock.h | 37 // NOTE: Although windows critical sections support recursive locks, we do not 74 // Note that this checks for recursive locks and allows them
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
syncable_file_system_operation.h | 41 bool recursive, 57 virtual void Remove(const fileapi::FileSystemURL& url, bool recursive,
|
/external/chromium_org/content/common/fileapi/ |
file_system_messages.h | 94 bool /* recursive */) 107 bool /* recursive */)
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
filetools.cpp | 31 * Goes through the given directory recursive to compare each file's modification time with that of the file given. 57 /* If this new path is a directory, make a recursive call with the newpath. */
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFResourceDict.h | 64 * @param recursive Whether or not to add resources of resources. 69 bool recursive) const;
|
/external/chromium_org/webkit/browser/fileapi/ |
file_system_operation_impl.cc | 65 bool recursive, 71 AsWeakPtr(), url, callback, exclusive, recursive), 137 bool recursive, 142 if (recursive) { 143 // For recursive removal, try to delegate the operation to AsyncFileUtil 378 bool exclusive, bool recursive) { 381 url, exclusive, recursive, 488 // Recursive removal is not supported on this platform.
|
sandbox_database_test_helper.cc | 23 base::FileEnumerator file_enum(db_path, false /* not recursive */, 84 base::FileEnumerator file_enum(db_path, false /* not 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...] |