Searched refs:ttype (Results 126 - 147 of 147) sorted by relevance

123456

/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttree.py39 def __init__(self, token=None, ttype=None, x=None):
43 if ttype is not None and token is None:
44 self.token = CommonToken(type=ttype)
59 t = V(ttype=101, x=2)
H A Dtesttreewizard.py339 (ttype, [str(node) for node in nodes])
340 for ttype, nodes in indexMap.items()
/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h160 uint32_t ttype; member in struct:filename_trans
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DBaseTest.java542 public void setTokenTypeChannel(int ttype, int channel) { argument
543 hide.add(ttype);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlapi.c445 switch (ttype(o)) {
1190 switch (ttype(fi)) {
1259 switch (ttype(fi)) {
H A Dldo.c300 switch (ttype(func)) {
H A Dlvm.c263 switch (ttype(t1)) {
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3defs.h566 ANTLR3_API pANTLR3_COMMON_TOKEN antlr3CommonTokenNew (ANTLR3_UINT32 ttype);
/external/qemu/tcg/i386/
H A Dtcg-target.c1085 TCGType ttype = TCG_TYPE_I32; local
1091 ttype = TCG_TYPE_I64;
1101 tcg_out_mov(s, ttype, r1, addrlo);
1124 tcg_out_mov(s, ttype, r1, addrlo);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtclsqlite.c2693 int ttype; local
2695 0, &ttype) ){
2698 switch( (enum TTYPE_enum)ttype ){
/external/checkpolicy/
H A Dpolicy_define.c2552 /* ttype */
2633 ft->ttype == (t + 1) &&
2661 ft->ttype = t + 1;
/external/elfutils/0.153/src/
H A Dreadelf.c7073 uint64_t ttype; local
7074 readp = read_encoded (ttype_encoding, readp, ttype_base, &ttype,
7076 printf (" [%4u] %#" PRIx64 "\n", max_ar_filter--, ttype);
/external/libsepol/src/
H A Dwrite.c558 buf[1] = cpu_to_le32(ft->ttype);
H A Dpolicydb.c2456 ft->ttype = le32_to_cpu(buf[1]);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas955 /// <summary>Return a List of tree nodes with token type ttype</summary>
965 /// Visit every ttype node in t, invoking the visitor.
981 /// with visit(t, ttype, visitor) so nil-rooted patterns are not allowed.
H A DAntlr.Runtime.pas709 /// Match current input symbol against ttype. Attempt
2018 /// differently. Override and call MismatchRecover(input, ttype, follow)
2040 /// ttype then it is ok to "insert" the missing token, else throw
4654 Input.Consume; // move past ttype token as if all were ok
/external/bison/tests/
H A Dtestsuite[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1189 milliseconds

123456