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

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 141 * Perform a pre-order traversal non-recursive style.
162 * Perform a pre-order traversal non-recursive style.
211 * Perform a pre-order traversal non-recursive style.
  /external/chromium_org/third_party/sqlite/src/src/
btmutex.c 56 ** and this routine is a no-op. The underlying mutex is non-recursive.
58 ** of this interface is recursive.
128 ** Exit the recursive mutex on a Btree.
  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_operation_delegate.cc 77 dest_url, false /* exclusive */, false /* recursive */, callback);
209 src, true /* recursive */,
287 url_pair.src, true /* recursive */,
file_system_operation_runner.h 67 bool recursive,
100 // Removes a file or directory at |url|. If |recursive| is true, remove
102 OperationID Remove(const FileSystemURL& url, bool recursive,
obfuscated_file_util.h 87 bool recursive) OVERRIDE;
131 // Same as the other CreateFileEnumerator, but with recursive support.
135 bool recursive);
sandbox_origin_database.cc 135 false /* recursive */,
174 true /* recursive */)) {
307 base::DeleteFile(GetDatabasePath(), true /* recursive */);
  /external/clang/include/clang/Analysis/
CallGraph.h 32 /// the recursive AST visitor, which constructs the graph by visiting the given
95 /// Part of recursive declaration visitation. We recursively visit all the
111 /// Part of recursive declaration visitation.
  /ndk/sources/host-tools/make-3.81/
make.1 128 This is typically used with recursive invocations of
268 This is never necessary except in a recursive
295 recursive
  /art/test/088-monitor-verification/src/
Main.java 61 * Recursive synchronized method.
  /dalvik/tests/088-monitor-verification/src/
Main.java 63 * Recursive synchronized method.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 230 ALL_OPS_NEED_SAME_ASSOC(arg) ::= "all operators of alt <alt> of left-recursive rule must have same associativity"
261 ANTLR could not analyze this decision in rule <enclosingRule>; often this is because of recursive rule references visible from the left edge of alternatives. ANTLR will re-analyze the decision with a fixed lookahead of k=1. Consider using "options {k=1;}" for that decision and possibly adding a syntactic predicate.
288 The following sets of rules are mutually left-recursive <listOfCycles:{c| [<c:{r|<r.name>}; separator=", ">]}; separator=" and ">
292 [fatal] rule <ruleName> has non-LL(*) decision due to recursive rule invocations reachable from alts <alts; separator=",">. Resolve by left-factoring or using syntactic predicates or using backtrack=true option.
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TreeWalker2Result.java 63 * Perform a pre-order traversal non-recursive style.
  /external/chromium/chrome/common/extensions/
extension_file_util.h 88 void DeleteFile(const FilePath& path, bool recursive);
  /external/chromium/webkit/glue/
webkit_glue.h 61 // If recursive is false, this is equivalent to DumpDocumentText followed by
62 // a newline. If recursive is true, it recursively dumps all frames as text.
63 string16 DumpFramesAsText(WebKit::WebFrame* web_frame, bool recursive);
86 string16 DumpFrameScrollPosition(WebKit::WebFrame* web_frame, bool recursive);
  /external/chromium_org/base/files/
file_path_watcher_kqueue.cc 67 bool recursive,
436 bool recursive,
443 if (recursive) {
444 // Recursive watch is not supported on this platform.
file_path_watcher_linux.cc 102 bool recursive,
363 bool recursive,
367 if (recursive) {
368 // Recursive watch is not supported on this platform.
  /external/chromium_org/base/message_loop/
message_pump_glib.h 74 // We may make recursive calls to Run, so we save state that needs to be
  /external/chromium_org/chrome/browser/chromeos/drive/
async_file_util.h 44 bool recursive,
change_list_processor.h 93 // version posts to the message loop to avoid recursive stack-overflow.
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_watcher.cc 26 if (!watcher->Watch(watch_path, false /* recursive */, callback))
  /external/chromium_org/chrome/installer/test/
pe_image_resources.cc 26 // Recursive function for enumerating entries in an image's resource segment.
  /external/chromium_org/content/common/
accessibility_node_data.cc 106 std::string AccessibilityNodeData::DebugString(bool recursive) const {
501 std::string AccessibilityNodeDataTreeNode::DebugString(bool recursive) const {
509 result += AccessibilityNodeData::DebugString(recursive);
511 if (recursive) {
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutex_destroy.c 106 * The mutex must be recursive and already locked by us (this thread).
  /external/chromium_org/net/url_request/
url_fetcher_response_writer.cc 135 false /* recursive */));
  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.h 66 // Chromium are never recursive).

Completed in 1504 milliseconds

<<11121314151617181920>>