HomeSort by relevance Sort by last modified time
    Searched defs:VISIT (Results 1 - 21 of 21) sorted by null

  /bionic/libc/include/
search.h 30 } VISIT;
62 void twalk(const void* __root, void (*__visitor)(const void*, VISIT, int)) __INTRODUCED_IN(21);
  /external/libmicrohttpd/src/microhttpd/
tsearch.h 31 } VISIT;
46 void twalk(const void *, void (*)(const void *, VISIT, int));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
search.h 51 } VISIT;
63 void __cdecl twalk (const void *, void (*)(const void *, VISIT, int));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
search.h 126 VISIT;
145 typedef void (*__action_fn_t) (__const void *__nodep, VISIT __value,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c 938 /* VISIT, VISIT_SEQ and VIST_SEQ_TAIL take an ASDL type as their second argument.
939 They use the ASDL name to synthesize the name of the C type and the visit
946 #define VISIT(ST, TYPE, V) \
    [all...]
compile.c 1139 /* VISIT and VISIT_SEQ takes an ASDL type as their second argument. They use
1140 the ASDL name to synthesize the name of the C type and the visit function.
1143 #define VISIT(C, TYPE, V) {\
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
symtable.c 936 /* VISIT, VISIT_SEQ and VIST_SEQ_TAIL take an ASDL type as their second argument.
937 They use the ASDL name to synthesize the name of the C type and the visit
944 #define VISIT(ST, TYPE, V) \
    [all...]
compile.c 1116 /* VISIT and VISIT_SEQ takes an ASDL type as their second argument. They use
1117 the ASDL name to synthesize the name of the C type and the visit function.
1120 #define VISIT(C, TYPE, V) {\
    [all...]
  /external/python/cpython2/Python/
symtable.c 938 /* VISIT, VISIT_SEQ and VIST_SEQ_TAIL take an ASDL type as their second argument.
939 They use the ASDL name to synthesize the name of the C type and the visit
946 #define VISIT(ST, TYPE, V) \
    [all...]
compile.c 1098 /* VISIT and VISIT_SEQ takes an ASDL type as their second argument. They use
1099 the ASDL name to synthesize the name of the C type and the visit function.
1102 #define VISIT(C, TYPE, V) {\
1163 VISIT(c, expr, st->v.Expr.value);
1168 VISIT(c, stmt, (stmt_ty)asdl_seq_GET(stmts, i));
    [all...]
  /external/python/cpython3/Python/
symtable.c     [all...]
compile.c     [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
GeneratedMessageLite.java 111 visit(visitor, (MessageType) this); method
122 visit(visitor, (MessageType) this); method
141 visit(EqualsVisitor.INSTANCE, (MessageType) other); method
161 visit(visitor, (MessageType) other); method
239 VISIT,
266 * <li>{@code VISIT} is parameterized with a {@code Visitor} and a {@code MessageType} and
291 void visit(Visitor visitor, MessageType other) { method in class:GeneratedMessageLite
292 dynamicMethod(MethodToInvoke.VISIT, visitor, other);
331 newInstance.visit(MergeFromVisitor.INSTANCE, instance);
386 instance.visit(MergeFromVisitor.INSTANCE, message)
465 final void visit(Visitor visitor, MessageType other) { method in class:GeneratedMessageLite.ExtendableMessage
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 559 #define VISIT(type) \
563 return Visit##type(concrete_expr, env); \
567 VISIT(AbstractConditionalOperator);
568 VISIT(AddrLabelExpr);
569 VISIT(ArraySubscriptExpr);
570 VISIT(BinaryOperator);
571 VISIT(BlockExpr);
572 VISIT(CallExpr);
573 VISIT(CastExpr);
574 VISIT(CharacterLiteral)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.11.ALPHA.jar 

Completed in 263 milliseconds