HomeSort by relevance Sort by last modified time
    Searched refs:ttype (Results 126 - 150 of 156) sorted by null

1 2 3 4 56 7

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreenodestream.c 43 static void addNavigationNode (pANTLR3_COMMON_TREE_NODE_STREAM ctns, ANTLR3_UINT32 ttype);
752 addNavigationNode (pANTLR3_COMMON_TREE_NODE_STREAM ctns, ANTLR3_UINT32 ttype)
758 if (ttype == ANTLR3_TOKEN_DOWN)
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 842 * char literal translated to the target language. For example, ttype=10
847 public String getTokenTypeAsTargetLabel(int ttype) {
849 String name = grammar.getTokenDisplayName(ttype);
852 return target.getTokenTypeAsTargetLabel(this,ttype);
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtree.py 39 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)
    [all...]
testtreewizard.py 339 (ttype, [str(node) for node in nodes])
340 for ttype, nodes in indexMap.items()
  /external/libsepol/include/sepol/policydb/
policydb.h 146 uint32_t ttype; member in struct:filename_trans
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
target.h 142 /* Emit a ttype table reference to a typeinfo object. */
143 bool (* ttype) (rtx); member in struct:gcc_target::asm_out
    [all...]
  /prebuilt/common/jython/
jython.jar 
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
BaseTest.java 542 public void setTokenTypeChannel(int ttype, int channel) {
543 hide.add(ttype);
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 566 ANTLR3_API pANTLR3_COMMON_TOKEN antlr3CommonTokenNew (ANTLR3_UINT32 ttype);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 225 /* Emit a ttype table reference to a typeinfo object. */
227 (ttype,
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def 225 /* Emit a ttype table reference to a typeinfo object. */
227 (ttype,
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 225 /* Emit a ttype table reference to a typeinfo object. */
227 (ttype,
    [all...]
  /external/checkpolicy/
policy_define.c     [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/libsepol/src/
write.c 558 buf[1] = cpu_to_le32(ft->ttype);
    [all...]
policydb.c     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
Antlr.Runtime.pas 709 /// Match current input symbol against ttype. Attempt
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 1544 milliseconds

1 2 3 4 56 7