/external/chromium/chrome/browser/extensions/ |
extension_bookmark_helpers.cc | 86 bool recursive, 99 if (node->is_folder() && node->child_count() > 0 && !recursive) {
|
/external/chromium_org/net/base/ |
directory_lister.h | 62 bool recursive, 80 bool recursive,
|
directory_lister.cc | 99 bool recursive, 102 : core_(new Core(dir, recursive, sort, this)), 121 bool recursive, 125 recursive_(recursive),
|
/external/chromium_org/ppapi/api/private/finish_writing_these/ |
ppb_flash_file.idl | 42 /* Deletes a module-local file or directory. If recursive is set and the path 50 [in] PP_Bool recursive);
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFResourceDict.cpp | 85 bool recursive) const { 95 if (recursive) {
|
/external/chromium_org/webkit/browser/fileapi/ |
native_file_util.h | 43 bool recursive); 48 bool recursive);
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
ContainerBox.java | 53 * @param recursive step down the tree 56 <T extends Box> List<T> getBoxes(Class<T> clazz, boolean recursive);
|
/external/oprofile/libutil++/ |
file_manip.h | 59 * @param recursive if true lookup in sub-directory 68 bool recursive = false);
|
/external/skia/src/pdf/ |
SkPDFResourceDict.cpp | 85 bool recursive) const { 95 if (recursive) {
|
/external/chromium/base/ |
file_util_posix.cc | 143 // which works both with and without the recursive flag. I'm not sure we need 146 bool Delete(const FilePath& path, bool recursive) { 158 if (!recursive) 218 bool recursive) { 255 if (recursive) 258 FileEnumerator traversal(from_path, recursive, traverse_type); 271 if (recursive && stat(to_path.value().c_str(), &to_path_stat) == 0 && 278 // The Windows version of this function assumes that non-recursive calls 280 DCHECK(recursive || S_ISDIR(info.stat.st_mode)); 618 bool recursive, [all...] |
/external/bison/m4/ |
lock.m4 | 26 error "No, in FreeBSD 4.0 recursive mutexes actually don't work."
|
/external/chromium/chrome/common/ |
multi_process_lock.h | 14 // the exit is due to a crash. Locks are not recursive.
|
/external/chromium_org/base/files/ |
file_enumerator.h | 84 // If |recursive| is true, this will enumerate all matches in any 99 // recursive subdirectories. 102 bool recursive, 105 bool recursive,
|
/external/chromium_org/chrome/browser/extensions/api/bookmarks/ |
bookmark_api_helpers.h | 57 bool recursive,
|
/external/chromium_org/chrome/common/ |
multi_process_lock.h | 13 // the exit is due to a crash. Locks are not recursive.
|
/external/chromium_org/content/public/test/ |
nested_message_pump_android.h | 33 // We may make recursive calls to Run, so we save state that needs to be
|
/external/chromium_org/ppapi/proxy/ |
flash_file_resource.h | 38 PP_Bool recursive) OVERRIDE;
|
/external/chromium_org/ppapi/thunk/ |
ppb_flash_file_api.h | 34 PP_Bool recursive) = 0;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
sunspider-controlflow-recursive.html | 25 window.onload = function(){ startTest("sunspider-controlflow-recursive", '558ed308');
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
DetectCallDepth.h | 49 // Returns kInifinityCallDepth if recursive function calls are detected.
|
/external/chromium_org/third_party/sqlite/src/test/ |
mutex1.test | 41 # is called it obtains the 'static_master' mutex 3 times and a recursive 109 fast recursive static_lru static_master static_mem static_open 146 # Open and use a connection in "nomutex" mode. Test that no recursive 156 set counters(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"
|