HomeSort by relevance Sort by last modified time
    Searched defs:is_recursive (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.h 39 bool is_recursive; member in struct:__tsan::SyncVar
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc 165 const bool is_exclusive = false, is_recursive = true; local
168 is_exclusive, is_recursive, local
file_system.cc 245 bool is_recursive; member in struct:drive::FileSystem::CreateDirectoryParams
437 bool is_recursive,
441 remove_operation_->Remove(file_path, is_recursive, callback);
447 bool is_recursive,
455 params.is_recursive = is_recursive;
474 params.directory_path, params.is_exclusive, params.is_recursive,
    [all...]
  /bionic/linker/
linker.cpp 881 static bool is_recursive(soinfo* si, soinfo* parent) { function
892 return !is_recursive(si, grandparent);
930 if (is_recursive(si, needed_by)) {
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 4243 int is_recursive = recursive_value && local
    [all...]
  /external/chromium_org/v8/src/
hydrogen.h 419 bool is_recursive() const { function in class:v8::internal::FINAL
    [all...]

Completed in 303 milliseconds