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

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreePatternLexer.cs 41 public const int ARG = 4;
58 /** <summary>Set when token type is ID or ARG (name mimics Java's StreamTokenizer)</summary> */
121 return ARG;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreePatternLexer.java 35 public static final int ARG = 4;
52 /** Set when token type is ID or ARG (name mimics Java's StreamTokenizer) */
117 return ARG;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.h 21 #define ARG 4
FuzzyLexer.h 35 #define ARG 12
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
FuzzyLexer.h 35 #define ARG 12
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 61 ARG = 4
80 ## Set when token type is ID or ARG
145 return ARG
238 # "ID" or "ID[arg]"
249 # check for arg
250 arg = None
251 if self.ttype == ARG:
252 arg = self.tokenizer.sval
253 text = arg
265 if arg is not None and isinstance(node, TreePattern)
    [all...]
  /external/openssl/crypto/bio/
b_sock.c 547 int BIO_socket_ioctl(int fd, long type, void *arg)
552 i=ioctlsocket(fd,type,(char *)arg);
556 * VMS ioctl() can't tolerate a 64-bit "void *arg", but we
562 # define ARG arg_32p
569 arg_32 = *((unsigned long *) arg);
571 # define ARG arg
574 # define ARG arg
577 i=ioctlsocket(fd,type,ARG);
    [all...]
  /external/qemu/
arm-semi.c 168 #define ARG(n) \
193 if (!(s = lock_user_string(ARG(0))))
196 if (ARG(1) >= 12)
199 if (ARG(1) < 4)
205 gdb_do_syscall(arm_semi_cb, "open,%s,%x,1a4", ARG(0),
206 (int)ARG(2)+1, gdb_open_modeflags[ARG(1)]);
209 ret = set_swi_errno(ts, open(s, open_modeflags[ARG(1)], 0644));
211 unlock_user(s, ARG(0), 0);
215 gdb_do_syscall(arm_semi_cb, "close,%x", ARG(0))
    [all...]
  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 42 * Delete, it must be in order of uri, select, and arg:
81 private final static String ARG = "arg";
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtreewizard.py 9 TreePatternLexer, EOF, ID, BEGIN, END, PERCENT, COLON, DOT, ARG, \
107 """TreePatternLexer(): ARG"""
111 self.failUnlessEqual(type, ARG)
564 # C pattern has no text arg so despite [bar] in t, no need
573 # C pattern has no text arg so despite [bar] in t, no need
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 95 milliseconds