Searched refs:ID (Results 201 - 225 of 1186) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreePatternParser.cs52 } else if (ttype == TreePatternLexer.ID) {
72 ttype == TreePatternLexer.ID ||
99 if (ttype != TreePatternLexer.ID) {
107 ttype = tokenizer.NextToken(); // move to ID following colon
122 // "ID" or "ID[arg]"
123 if (ttype != TreePatternLexer.ID) {
H A DTreePatternLexer.cs40 public const int ID = 3; field in class:Antlr.Runtime.Tree.TreePatternLexer
58 /** <summary>Set when token type is ID or ARG (name mimics Java's StreamTokenizer)</summary> */
84 return ID;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTParser.h31 #define ID 4 macro
83 * an ID *dynamically*. :)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableLexer.h29 #define ID 4 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.h24 #define ID 6 macro
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dpredicates.rb23 : identifier {$enumIs = "ID"}
28 : ID
36 ID : ('a'..'z'|'A'..'Z'|'_') ('a'..'z'|'A'..'Z'|'0'..'9'|'_')*
59 example "'enum' is an ID" do
63 parser.stat.should == 'ID'
/external/clang/unittests/Tooling/
H A DRewriterTestContext.h82 SourceLocation getLocation(FileID ID, unsigned Line, unsigned Column) { argument
84 Sources.getFileEntryForID(ID), Line, Column);
89 std::string getRewrittenText(FileID ID) { argument
92 Rewrite.getEditBuffer(ID).write(OS);
/external/elfutils/src/libcpu/
H A Di386_lex.l45 ID [a-zA-Z_][a-zA-Z0-9_/]*
82 <MAIN>{ID} { i386_lval.str = xstrndup (yytext, yyleng);
/external/icu/icu4c/source/i18n/
H A Dnortrans.h80 static Transliterator* _create(const UnicodeString& ID,
H A Dunesctrn.h59 * @param ID the string identifier for this transliterator
62 UnescapeTransliterator(const UnicodeString& ID,
H A Dutrans.cpp153 UnicodeString ID(idLength<0, id, idLength); // r-o alias
159 trans = Transliterator::createInstance(ID, dir, *parseError, *status);
171 trans = Transliterator::createFromRules(ID, ruleStr, dir, *parseError, *status);
187 UnicodeString ID(id, -1, US_INV); // use invariant converter
188 return utrans_openU(ID.getBuffer(), ID.length(), dir,
231 // Transliterator keeps its ID NUL-terminated
232 const UnicodeString &ID=((Transliterator*) trans)->getID(); local
234 *resultLength=ID.length();
236 return ID
[all...]
/external/libxml2/python/tests/
H A Dresolver.py14 def myResolver(URL, ID, ctxt):
/external/llvm/include/llvm/Analysis/
H A DJumpInstrTableInfo.h37 static char ID; member in class:llvm::JumpInstrTableInfo
/external/llvm/include/llvm/CodeGen/
H A DMachineFunctionAnalysis.h32 static char ID; member in struct:llvm::MachineFunctionAnalysis
/external/llvm/include/llvm/Target/
H A DTargetIntrinsicInfo.h46 /// Look up target intrinsic by name. Return intrinsic ID or 0 for unknown
50 /// Return the target intrinsic ID of a function, or 0.
59 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = nullptr,
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.h38 static char ID; // Pass identification, replacement for typeid member in class:llvm::LiveDebugVariables
H A DStackMapLivenessAnalysis.cpp57 static char ID; member in class:__anon10499::StackMapLiveness
82 char StackMapLiveness::ID = 0; member in class:StackMapLiveness
83 char &llvm::StackMapLivenessID = StackMapLiveness::ID;
88 StackMapLiveness::StackMapLiveness() : MachineFunctionPass(ID) {
/external/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp39 static char ID; // Pass identification, replacement for typeid member in struct:__anon11064::RegToMem
40 RegToMem() : FunctionPass(ID) {
63 char RegToMem::ID = 0; member in class:RegToMem
130 char &llvm::DemoteRegisterToMemoryID = RegToMem::ID;
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java166 * A transliterator is designated by a short identifier string or <em>ID</em>. IDs follow the format
183 * transliterator given its ID. Valid IDs may be enumerated using <code>getAvailableIDs()</code>. Since transliterators
184 * are stateless, multiple calls to <code>getInstance()</code> with the same ID will return the same object.
423 private String ID; field in class:Transliterator
444 * transliterator. The ID is appended to this to form the key.
451 * transliterator SCRIPT. The ID is appended to this to form the key.
465 * Delimiter between elements in a compound ID.
470 * Delimiter before target in an ID.
475 * Delimiter before variant in an ID.
493 * @param ID th
500 Transliterator(String ID, UnicodeFilter filter) argument
1174 getDisplayName(String ID) argument
1325 getInstance(String ID) argument
1344 getInstance(String ID, int dir) argument
1409 createFromRules(String ID, String rules, int dir) argument
1709 registerClass(String ID, Class<? extends Transliterator> transClass, String displayName) argument
1728 registerFactory(String ID, Factory factory) argument
1823 unregister(String ID) argument
2002 getInstance(String ID) argument
[all...]
/external/clang/include/clang/Serialization/
H A DASTWriter.h88 /// \brief Map that provides the ID numbers of each type within the
91 /// The ID numbers of types are consecutive (in order of discovery)
93 /// stored in the stream, the ID number is shifted by 2 bits to
161 /// \brief The first ID number we can use for our own declarations.
164 /// \brief The decl ID that will be assigned to the next new decl.
167 /// \brief Map that provides the ID numbers of each declaration within
170 /// The ID numbers of declarations are consecutive (in order of
176 /// the declaration's ID.
196 /// \brief The first ID number we can use for our own types.
199 /// \brief The type ID tha
243 serialization::MacroID ID; member in struct:clang::ASTWriter::MacroInfoToEmitData
370 serialization::DeclID ID; member in struct:clang::ASTWriter::ReplacedDeclInfo
375 ReplacedDeclInfo(serialization::DeclID ID, uint64_t Offset, SourceLocation Loc) argument
432 QueuedCXXBaseSpecifiers(serialization::CXXBaseSpecifiersID ID, CXXBaseSpecifier const *Bases, CXXBaseSpecifier const *BasesEnd) argument
437 serialization::CXXBaseSpecifiersID ID; member in struct:clang::ASTWriter::QueuedCXXBaseSpecifiers
461 QueuedCXXCtorInitializers(serialization::CXXCtorInitializersID ID, ArrayRef<CXXCtorInitializer*> Inits) argument
465 serialization::CXXCtorInitializersID ID; member in struct:clang::ASTWriter::QueuedCXXCtorInitializers
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreePatternLexer.java34 public static final int ID = 3; field in class:TreePatternLexer
52 /** Set when token type is ID or ARG (name mimics Java's StreamTokenizer) */
79 return ID;
/external/clang/include/clang/AST/
H A DCommentCommandTraits.h35 return ID;
43 /// DRY definition of the number of bits used for a command ID.
46 /// The ID of the command.
47 unsigned ID : NumCommandIDBits; member in struct:clang::comments::CommandInfo
164 /// \returns a CommandInfo object for a given command ID or
/external/clang/lib/AST/
H A DDeclFriend.cpp56 FriendDecl *FriendDecl::CreateDeserialized(ASTContext &C, unsigned ID, argument
59 return new (C, ID, Extra) FriendDecl(EmptyShell(), FriendTypeNumTPLists);
/external/clang/lib/Analysis/
H A DObjCNoReturn.cpp57 if (const ObjCInterfaceDecl *ID = ME->getReceiverInterface()) {
58 if (isSubclass(ID, NSExceptionII)) {
/external/clang/lib/Index/
H A DSimpleFormatContext.h57 std::string getRewrittenText(FileID ID) { argument
60 Rewrite.getEditBuffer(ID).write(OS);

Completed in 666 milliseconds

1234567891011>>