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

<<11121314151617181920>>

  /external/regex-re2/doc/
syntax.txt 348 (?n) recursive call to regexp capturing group «n» NOT SUPPORTED
349 (?+n) recursive call to relative group «+n» NOT SUPPORTED
350 (?-n) recursive call to relative group «-n» NOT SUPPORTED
352 (?R) recursive call to entire regexp (== (?0)) NOT SUPPORTED
353 (?&name) recursive call to named group NOT SUPPORTED
355 (?P>name) recursive call to named group NOT SUPPORTED
  /ndk/sources/host-tools/make-3.81/
expand.c 129 _("Recursive variable `%s' references itself (eventually)"),
178 value = (v->recursive ? recursively_expand (v) : v->value);
182 if (v->recursive)
331 char *value = (v->recursive
369 if (v->recursive)
511 if (! v->recursive)
variable.h 39 f_recursive, /* Recursive definition (=) */
57 unsigned int recursive:1; /* Gets recursively re-evaluated. */ member in struct:variable
159 enum variable_origin origin, int recursive,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 92 elif action in ('recursive-include', 'recursive-exclude'):
152 elif action == 'recursive-include':
153 self.debug_print("recursive-include %s %s" %
161 elif action == 'recursive-exclude':
162 self.debug_print("recursive-exclude %s %s" %
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 92 elif action in ('recursive-include', 'recursive-exclude'):
152 elif action == 'recursive-include':
153 self.debug_print("recursive-include %s %s" %
161 elif action == 'recursive-exclude':
162 self.debug_print("recursive-exclude %s %s" %
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util.h 43 bool recursive,
101 bool recursive,
138 bool recursive);
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_unittest.cc 212 file_system_.Remove(URL(kPath3), false /* recursive */));
221 file_system_.Remove(URL(kPath0), true /* recursive */));
271 kSrcDir, false /* exclusive */, false /* recursive */));
syncable_file_system_operation.cc 100 bool recursive,
118 url, exclusive, recursive,
198 const FileSystemURL& url, bool recursive,
212 url, recursive,
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
stacktrace_unittest.cc 58 // Start should be a label somewhere before recursive call, end somewhere
70 // the recursive call.
74 // performing recursive call may end up later in the code then the return
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
stacktrace_unittest.cc 58 // Start should be a label somewhere before recursive call, end somewhere
70 // the recursive call.
74 // performing recursive call may end up later in the code then the return
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_impl.h 49 bool recursive,
65 virtual void Remove(const FileSystemURL& url, bool recursive,
191 bool recursive);
local_file_util.cc 27 : file_enum_(platform_root_path, false /* recursive */, file_type),
114 bool recursive) {
119 return NativeFileUtil::CreateDirectory(file_path, exclusive, recursive);
  /external/e2fsprogs/misc/
chattr.c 66 static int recursive; variable
135 recursive = 1;
266 if (S_ISDIR(st.st_mode) && recursive)
  /dalvik/vm/alloc/
HeapInternal.h 54 /* Is the GC running? Used to avoid recursive calls to GC.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/
LeftRecursiveRules.stg 29 /** How to generate rules derived from left-recursive rules.
  /external/chromium/base/
file_util.cc 376 bool recursive) {
379 recursive);
381 bool Delete(const std::wstring& path, bool recursive) {
382 return Delete(FilePath::FromWStringHack(path), recursive);
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.h 42 // |recursive| indicates whether to recurse into sub-directories (if false,
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_win.h 33 // separate to avoid recursive calling of the frame from its constructor.
  /external/chromium/net/base/
directory_lister.h 67 bool recursive,
  /external/chromium_org/chrome/browser/chromeos/
camera_detector.cc 71 base::FilePath(kV4LSubsystemDir), false /* not recursive */,
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.h 41 // |recursive| indicates whether to recurse into sub-directories (if false,
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_flash_file_message_filter.h 64 bool recursive);
  /external/chromium_org/ppapi/cpp/private/
flash_file.h 36 bool recursive);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintPhase.h 33 * a recursive descent into the layer's render objects. The first phase is the background phase.
  /external/chromium_org/third_party/icu/source/test/testdata/
testnorm.txt 65 E002=E001 308 # recursive mapping needs reordering

Completed in 4156 milliseconds

<<11121314151617181920>>