HomeSort by relevance Sort by last modified time
    Searched full:visiting (Results 1 - 25 of 306) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/public/renderer/
render_view_visitor.h 14 // Return true to continue visiting RenderViews or false to stop.
  /external/clang/test/Analysis/
test-variably-modified-types.c 3 // Test that we process variably modified type correctly - the call graph construction should pick up function_with_bug while recursively visiting test_variably_modifiable_types.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeVisitorAction.cs 37 * pre() before visiting children and execute post() after visiting children.
43 * Execute an action before visiting children of t. Return t or
52 * Execute an action after visiting children of t. Return t or
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeVisitorAction.cs 39 * pre() before visiting children and execute post() after visiting children.
45 * Execute an action before visiting children of t. Return t or
54 * Execute an action after visiting children of t. Return t or
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeVisitorAction.java 32 * pre() before visiting children and execute post() after visiting children.
35 /** Execute an action before visiting children of t. Return t or
42 /** Execute an action after visiting children of t. Return t or
  /external/chromium_org/third_party/pyftpdlib/
README.chromium 15 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ
  /external/libvpx/libvpx/nestegg/halloc/src/
align.h 10 * You can obtain the copy of the license by visiting:
macros.h 10 * You can obtain the copy of the license by visiting:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DependencyGraph.java 165 Set<ViewData> visiting = new HashSet<ViewData>(); local
169 findBackwards(view, visiting, reachable, vertical, view);
183 Set<ViewData> visiting, List<ViewData> reachable,
185 visiting.add(view);
197 if (visiting.contains(from)) {
206 findBackwards(from, visiting, reachable, vertical, start);
210 visiting.remove(view);
216 Set<ViewData> visiting = new HashSet<ViewData>(); local
220 return findForwards(view, visiting, path, vertical, to);
226 private List<Constraint> findForwards(ViewData view, Set<ViewData> visiting,
    [all...]
  /external/libvpx/libvpx/nestegg/halloc/
halloc.h 10 * You can obtain the copy of the license by visiting:
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_hierarchical_visitor.h 33 visit_continue, /**< Continue visiting as normal. */
35 visit_stop /**< Stop visiting immediately. */
52 * can choose to continue visiting the tree as normal (by returning \c
53 * visit_continue), terminate visiting any further nodes immediately (by
54 * returning \c visit_stop), or stop visiting sibling nodes (by returning \c
92 * leaf here for a couple reasons. By not automatically visiting the one
  /external/mesa3d/src/glsl/
ir_hierarchical_visitor.h 33 visit_continue, /**< Continue visiting as normal. */
35 visit_stop /**< Stop visiting immediately. */
52 * can choose to continue visiting the tree as normal (by returning \c
53 * visit_continue), terminate visiting any further nodes immediately (by
54 * returning \c visit_stop), or stop visiting sibling nodes (by returning \c
92 * leaf here for a couple reasons. By not automatically visiting the one
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeVisitorAction.h 43 /** Execute an action before visiting children of t. Return t or
50 /** Execute an action after visiting children of t. Return t or
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeVisitorAction.h 43 /** Execute an action before visiting children of t. Return t or
50 /** Execute an action after visiting children of t. Return t or
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeVisitorAction.h 43 /** Execute an action before visiting children of t. Return t or
50 /** Execute an action after visiting children of t. Return t or
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeVisitorAction.h 43 /** Execute an action before visiting children of t. Return t or
50 /** Execute an action after visiting children of t. Return t or
ANTLRTreeVisitorAction.m 49 /** Execute an action before visiting children of t. Return t or
59 /** Execute an action after visiting children of t. Return t or
  /external/chromium/net/base/
openssl_private_key_store.h 36 // Called to store a private key generated via <keygen> while visiting |url|.
  /external/chromium_org/chrome/browser/history/
multipart_browsertest.cc 35 // Make sure that visiting a multipart/x-mixed-replace site only
  /external/chromium_org/net/base/
openssl_private_key_store.h 29 // via <keygen> while visiting |url|, to an appropriate system
  /external/chromium_org/third_party/re2/re2/testing/
null_walker.cc 29 // Called after visiting re's children. child_args contains the return
  /external/proguard/src/proguard/classfile/
VisitorAccepter.java 29 * objects they are visiting. Note that every visitor accepter has only one
  /external/proguard/src/proguard/classfile/visitor/
LibraryClassFilter.java 28 * <code>ClassVisitor</code>, but only when visiting library classes.
ProgramClassFilter.java 28 * <code>ClassVisitor</code>, but only when visiting program classes.
  /external/regex-re2/re2/testing/
null_walker.cc 29 // Called after visiting re's children. child_args contains the return

Completed in 515 milliseconds

1 2 3 4 5 6 7 8 91011>>