/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
DocumentBuilderImpl.java | 162 * actually more of a tokenizer, and we are doing a classical recursive 171 * @param endToken The token that will end this recursive call. Either 185 * the inner statements have to ensure that (in particular the recursive 293 // Recursive descent 319 // Recursive descent
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
native_media_file_util.cc | 155 bool recursive, 163 url, exclusive, recursive, callback)); 317 bool recursive, 321 CreateDirectorySync(context.get(), url, exclusive, recursive); 430 bool recursive) { 436 file_path, exclusive, recursive); 562 false /* recursive */,
|
/external/chromium_org/storage/browser/fileapi/ |
file_system_operation.h | 143 // Here is an example callback sequence of recursive copy. Suppose 235 // |recursive| is true, create parent directories as needed just like 239 bool recursive, 252 // For recursive case this internally creates new FileSystemOperations and 271 // For recursive case this internally creates new FileSystemOperations and 300 // Removes a file or directory at |path|. If |recursive| is true, remove 302 virtual void Remove(const FileSystemURL& path, bool recursive,
|
file_system_operation_runner.h | 66 bool recursive, 105 // Removes a file or directory at |url|. If |recursive| is true, remove 107 OperationID Remove(const FileSystemURL& url, bool recursive,
|
sandbox_origin_database.cc | 141 false /* recursive */, 180 true /* recursive */)) { 313 base::DeleteFile(GetDatabasePath(), true /* recursive */);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
dwarf-aux.c | 118 /* Inlined function could be recursive. Trace it until fail */ 493 /* Inlined function could be recursive. Trace it until fail */ 574 bool recursive; member in struct:__line_walk_param 596 if (!lw->recursive) 614 static int __die_walk_funclines(Dwarf_Die *sp_die, bool recursive, 618 .recursive = recursive,
|
/external/opencv/cv/src/ |
cvapprox.cpp | 418 int recursive ) 478 if( !recursive ) 617 /* 3. run recursive process */ 822 /* 3. run recursive process */ 935 int recursive = 0; local 947 recursive = parameter2; 1033 if( !recursive )
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
libc-lock.h | 31 locks, maybe recursive. This can be easily and cheaply implemented 112 /* Define an initialized recursive lock variable NAME with storage 187 /* Same as last but this time we initialize a recursive mutex. */ 233 /* Finalize recursive named lock. */ 266 /* Lock the recursive named lock variable. */ 320 /* Try to lock the recursive named lock variable. */ 383 /* Unlock the recursive named lock variable. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
libc-lock.h | 31 locks, maybe recursive. This can be easily and cheaply implemented 112 /* Define an initialized recursive lock variable NAME with storage 187 /* Same as last but this time we initialize a recursive mutex. */ 233 /* Finalize recursive named lock. */ 266 /* Lock the recursive named lock variable. */ 320 /* Try to lock the recursive named lock variable. */ 383 /* Unlock the recursive named lock variable. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
ElementDescriptor.java | 391 * In recursive mode, searches the direct children first before descending in the hierarchy. 395 public ElementDescriptor findChildrenDescriptor(String element_name, boolean recursive) { 396 return findChildrenDescriptorInternal(element_name, recursive, null); 400 boolean recursive, 402 if (recursive && visited == null) { 416 if (recursive) { 424 recursive, visited);
|
/external/bison/lib/glthread/ |
lock.h | 25 Normal (non-recursive) locks: 39 Read-Write (non-recursive) locks: 55 Recursive locks: 301 pthread_mutex_t recmutex; /* recursive mutex */ 329 /* Old versions of POSIX threads on Solaris did not have recursive locks. 450 /* In Pth, mutexes are recursive by default. */ 562 /* Old Solaris threads did not have recursive locks. 713 implements a recursive lock. But we need not rely on it: It's easy to 714 implement a recursive lock without this assumption. */ [all...] |
/development/ndk/tools/ |
headers-diff-bionic-vs-ndk.py | 41 """Non-recursive file scan in directory""" 49 """Recursive includes scan in given root""" 55 ## recursive scanning ##
|
/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/base/files/ |
file_path_watcher_kqueue.cc | 313 bool recursive, 320 if (recursive) { 321 // Recursive watch is not supported using kqueue.
|
/external/chromium_org/content/public/test/ |
async_file_test_helper.cc | 133 bool recursive) { 137 url, recursive, AssignAndQuitCallback(&run_loop, &result)); 164 false /* recursive */,
|
/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/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
|
/external/valgrind/main/memcheck/tests/ |
Makefile.in | 116 realloc3$(EXEEXT) recursive-merge$(EXEEXT) sbfragment$(EXEEXT) \ 476 recursive_merge_SOURCES = recursive-merge.c 477 recursive_merge_OBJECTS = recursive-merge.$(OBJEXT) 678 recursive-merge.c sbfragment.c sendmsg.c sh-mem.c \ 712 recursive-merge.c sbfragment.c sendmsg.c sh-mem.c \ 723 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 724 html-recursive info-recursive install-data-recursive [all...] |
/art/test/088-monitor-verification/src/ |
Main.java | 61 * 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/ceres-solver/internal/ceres/ |
coordinate_descent_minimizer.h | 75 // Find a recursive decomposition of the Hessian matrix as a set
|
/external/chromium_org/athena/content/ |
web_contents_view_delegate_factory_impl.cc | 109 // Enable recursive tasks on the message loop so we can get updates while
|
/external/chromium_org/base/win/ |
scoped_handle.cc | 55 // recursive locking.
|