HomeSort by relevance Sort by last modified time
    Searched full:recursive (Results 526 - 550 of 2183) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/printing/
print_job_worker.cc 82 // Recursive task processing is needed for the dialog in case it needs to be
138 // message recursively, so disable recursive task processing.
  /external/chromium_org/chrome/browser/printing/
print_job_worker.cc 88 // Recursive task processing is needed for the dialog in case it needs to be
156 // message recursively, so disable recursive task processing.
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_operation_runner_unittest.cc 201 URL(kParent), true /* recursive */,
215 URL(kOther), false /* exclusive */, false /* recursive */,
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_flash_file_message_filter.cc 182 bool recursive) {
190 bool result = base::DeleteFile(full_path, recursive);
  /external/chromium_org/net/disk_cache/simple/
simple_index_file.cc 60 base::DeleteFile(temp_index_filename, /* recursive = */ false);
398 base::DeleteFile(index_file_path, /* recursive = */ false);
  /external/chromium_org/third_party/WebKit/Source/core/history/
HistoryItem.cpp 381 // Does a recursive check that this item and its descendants have the same
401 // Does a non-recursive check that this item and its immediate children have the
  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializer.cpp 228 bool recursive,
235 frame, recursive, client, links, localPaths, localDirectoryName);
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_drawable.c 177 /* Stupid recursive locks */
257 * There are some patterns that require a recursive mutex,
  /external/chromium_org/v8/test/mjsunit/harmony/
module-linking.js 179 // Recursive self reference.
205 // Define recursive module alias.
  /external/chromium_org/webkit/browser/fileapi/
async_file_util_adapter.cc 182 bool recursive,
189 base::Owned(context_ptr), url, exclusive, recursive),
native_file_util_unittest.cc 99 false /* recursive */));
107 false /* recursive */));
  /external/guava/guava/src/com/google/common/collect/
ComputingConcurrentHashMap.java 158 checkState(!Thread.holdsLock(e), "Recursive computation");
180 // Synchronizes on the entry to allow failing fast when a recursive computation is
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 116 /// make the visit be iterative rather than recursive.
178 /// The recursive visit of uses is accomplished with a worklist, so the only
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.c 177 /* Stupid recursive locks */
257 * There are some patterns that require a recursive mutex,
  /external/openssh/
sftp.0 223 performing recursive transfers.
301 performing recursive transfers.
  /external/valgrind/main/helgrind/
hg_lock_n_thread.h 115 LK_mbRec=1001, /* normal mutex, possibly recursive */
116 LK_nonRec, /* normal mutex, definitely non recursive */
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtilsTests.java 327 insertAndCheckWord(file, "recursive", 60, true, banana, null, formatVersion);
329 final PtNodeInfo info = findWordFromFile(file, "recursive");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
thread-mainloop.h 67 * The lock is recursive, so it's safe to use it multiple times from the same
264 * lock is recursive. This function may not be called inside the event
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
thread-mainloop.h 67 * The lock is recursive, so it's safe to use it multiple times from the same
264 * lock is recursive. This function may not be called inside the event
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
thread-mainloop.h 67 * The lock is recursive, so it's safe to use it multiple times from the same
264 * lock is recursive. This function may not be called inside the event
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 141 # Non-recursive lock
166 # Recursive lock
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_richcmp.py 226 # Check that comparison for recursive objects fails gracefully
240 # Even recursive lists of different lengths are different,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 141 # Non-recursive lock
166 # Recursive lock
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_richcmp.py 226 # Check that comparison for recursive objects fails gracefully
240 # Even recursive lists of different lengths are different,
  /art/runtime/
monitor.h 158 // Owner's recursive lock depth.

Completed in 2307 milliseconds

<<21222324252627282930>>