HomeSort by relevance Sort by last modified time
    Searched full:recursive (Results 226 - 250 of 1418) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr.h 52 non-recursive mutex.
61 as above, but for a recursive mutex.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
gthr.h 52 non-recursive mutex.
61 as above, but for a recursive mutex.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
gthr.h 52 non-recursive mutex.
61 as above, but for a recursive mutex.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
gthr.h 52 non-recursive mutex.
61 as above, but for a recursive mutex.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
gthr.h 52 non-recursive mutex.
61 as above, but for a recursive mutex.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
concurrence.h 271 // matches a gthr-win32.h recursive mutex
280 // matches a recursive mutex with a member 'actual'
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr.h 52 non-recursive mutex.
61 as above, but for a recursive mutex.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr.h 52 non-recursive mutex.
61 as above, but for a recursive mutex.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr.h 52 non-recursive mutex.
61 as above, but for a recursive mutex.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr.h 52 non-recursive mutex.
61 as above, but for a recursive mutex.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
concurrence.h 265 // matches a gthr-win32.h recursive mutex
274 // matches a recursive mutex with a member 'actual'
  /external/valgrind/main/memcheck/tests/
Makefile.in 647 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
648 html-recursive info-recursive install-data-recursive \
649 install-dvi-recursive install-exec-recursive \
650 install-html-recursive install-info-recursive \
    [all...]
  /ndk/sources/host-tools/make-3.81/
variable.c 160 If RECURSIVE is nonzero a flag is set in the variable saying
166 int recursive, struct variable_set *set,
204 v->recursive = recursive;
221 v->recursive = recursive;
967 if (v->recursive
1039 /* A recursive variable definition "var = value".
1064 This becomes a normal recursive definition. */
    [all...]
make.1 128 This is typically used with recursive invocations of
268 This is never necessary except in a recursive
295 recursive
  /external/chromium/chrome/browser/extensions/
extension_menu_manager.cc 42 bool recursive) {
49 } else if (recursive) {
50 child = (*i)->ReleaseChild(child_id, recursive);
201 old_parent->ReleaseChild(child_id, false /* non-recursive search*/);
260 ExtensionMenuItem* child = (*j)->ReleaseChild(id, true /* recursive */);
  /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/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 )
  /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...]
  /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/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.
  /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);

Completed in 968 milliseconds

1 2 3 4 5 6 7 8 91011>>