/external/antlr/src/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/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:
|
hlist.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 | 163 Set<ViewData> visiting = new HashSet<ViewData>(); local 167 findBackwards(view, visiting, reachable, vertical, view); 181 Set<ViewData> visiting, List<ViewData> reachable, 183 visiting.add(view); 195 if (visiting.contains(from)) { 204 findBackwards(from, visiting, reachable, vertical, start); 208 visiting.remove(view); 214 Set<ViewData> visiting = new HashSet<ViewData>(); local 218 return findForwards(view, visiting, path, vertical, to); 224 private List<Constraint> findForwards(ViewData view, Set<ViewData> visiting, [all...] |
/external/libvpx/nestegg/halloc/ |
halloc.h | 10 * You can obtain the copy of the license by visiting:
|
/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/chromium/net/base/ |
openssl_private_key_store.h | 31 // Called to store a private key generated via <keygen> while visiting |url|.
|
/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.
|
BottomClassFilter.java | 28 * <code>ClassVisitor</code>, but only when visiting classes that don't
|
ClassVersionSetter.java | 52 * numbers that it encounters while visiting program classes.
|
LibraryMemberFilter.java | 28 * <code>MemberVisitor</code>, but only when visiting members of library
|
ProgramMemberFilter.java | 28 * <code>MemberVisitor</code>, but only when visiting members of program
|
/external/chromium/chrome/browser/history/ |
multipart_uitest.cc | 24 // Make sure that visiting a multipart/x-mixed-replace site only
|
history_notifications.h | 37 // we have the redirect chain A -> B -> C and this struct represents visiting
|
/external/proguard/src/proguard/shrink/ |
UsedClassFilter.java | 45 * @param classVisitor the class visitor to which the visiting will be
|
UsedMemberFilter.java | 45 * @param memberVisitor the member visitor to which the visiting will be
|
/external/clang/include/clang/AST/ |
StmtVisitor.h | 29 /// visiting Exprs. 172 /// Since Expr derives from Stmt, this also includes support for visiting Exprs. 182 /// visiting Exprs.
|
/external/bluetooth/bluez/doc/ |
bluez-docs.xml | 36 Foundation by visiting <ulink type="http"
|
/external/proguard/src/proguard/ |
ClassSpecificationVisitorFactory.java | 185 // By default, start visiting from the named class name, if specified. 227 // If it's specified, start visiting from the extended class. 231 // Start visiting from the extended class. 258 // Start visiting from the named extended class.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PostCompilerDeltaVisitor.java | 55 * file is a .class file. Upon visiting all the delta resources, if this 62 * files is a .png file. Upon visiting all the delta resources, if this 69 * file is a resource file. Upon visiting all the delta resources, if 77 * file is a non java file (or aidl) in the resource folder. Upon visiting all the
|
/external/clang/include/clang/Analysis/Visitors/ |
CFGStmtVisitor.h | 11 // StmtVisitor. This interface is useful for visiting statements in a CFG 65 /// BlockVisit_XXX - Visitor methods for visiting the "root" statements in
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
RequiredAttributeFilter.java | 46 * Creates a new RequiredAttributeFilter for visiting required attributes. 57 * Creates a new RequiredAttributeFilter for visiting required and
|