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

1234567891011>>

/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/Frontend/
H A DChainedIncludesSource.h42 virtual Decl *GetExternalDecl(uint32_t ID);
43 virtual Selector GetExternalSelector(uint32_t ID);
/external/clang/lib/AST/
H A DDeclFriend.cpp51 FriendDecl *FriendDecl::CreateDeserialized(ASTContext &C, unsigned ID) { argument
52 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(FriendDecl));
/external/icu4c/i18n/
H A Dtranslit.cpp60 * transliterator. The ID is appended to this to form the key.
67 * transliterator SCRIPT. The ID is appended to this to form the key.
83 * being a valid ID. The ID will be appended to RB_RULE_BASED_PREFIX
131 UObject(), ID(theID), filter(adoptedFilter),
134 // NUL-terminate the ID string, which is a non-aliased copy.
135 ID.append((UChar)0);
136 ID.truncate(ID.length()-1);
152 UObject(other), ID(othe
712 getDisplayName(const UnicodeString& ID, UnicodeString& result) argument
892 createInstance(const UnicodeString& ID, UTransDirection dir, UErrorCode& status) argument
912 createInstance(const UnicodeString& ID, UTransDirection dir, UParseError& parseError, UErrorCode& status) argument
1051 createFromRules(const UnicodeString& ID, const UnicodeString& rules, UTransDirection dir, UParseError& parseError, UErrorCode& status) argument
1289 unregister(const UnicodeString& ID) argument
[all...]
/external/icu4c/i18n/unicode/
H A Dtimezone.h61 * with a time zone ID. For instance, the time zone ID for the US Pacific
71 * supported ID to get a <code>TimeZone</code>.
73 * supported IDs, then you can create a custom time zone ID with
83 * time zone ID. The <code>TimeZone</code> that is returned
84 * when you specify a custom time zone ID does not include
97 * <li>An ID. This is a text string that uniquely identifies the time zone.</li>
100 * (Only the ID is actually implemented in TimeZone; subclasses of TimeZone may handle
106 * world, each with a unique ID. Each ID consist
844 setID(const UnicodeString& ID) argument
[all...]
/external/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h41 static char ID; member in class:llvm::BranchProbabilityInfo
43 BranchProbabilityInfo() : FunctionPass(ID) {
H A DIntervalPartition.h49 static char ID; // Pass identification, replacement for typeid member in class:llvm::IntervalPartition
51 IntervalPartition() : FunctionPass(ID), RootInterval(0) {
H A DLazyValueInfo.h35 static char ID; member in class:llvm::LazyValueInfo
36 LazyValueInfo() : FunctionPass(ID), PImpl(0) {
/external/llvm/include/llvm/CodeGen/
H A DMachineLoopRanges.h95 static char ID; // Pass identification, replacement for typeid member in class:llvm::MachineLoopRanges
97 MachineLoopRanges() : MachineFunctionPass(ID), Indexes(0) {}
/external/llvm/lib/CodeGen/
H A DLiveStackAnalysis.cpp27 char LiveStacks::ID = 0; member in class:LiveStacks
31 char &llvm::LiveStacksID = LiveStacks::ID;
H A DMachineInstrBundle.cpp24 static char ID; // Pass identification member in class:__anon8679::UnpackMachineBundles
25 UnpackMachineBundles() : MachineFunctionPass(ID) {
33 char UnpackMachineBundles::ID = 0; member in class:UnpackMachineBundles
34 char &llvm::UnpackMachineBundlesID = UnpackMachineBundles::ID;
75 static char ID; // Pass identification member in class:__anon8680::FinalizeMachineBundles
76 FinalizeMachineBundles() : MachineFunctionPass(ID) {
84 char FinalizeMachineBundles::ID = 0; member in class:FinalizeMachineBundles
85 char &llvm::FinalizeMachineBundlesID = FinalizeMachineBundles::ID;
H A DMachineLoopInfo.cpp28 char MachineLoopInfo::ID = 0; member in class:MachineLoopInfo
35 char &llvm::MachineLoopInfoID = MachineLoopInfo::ID;
H A DSpillPlacement.h63 static char ID; // Pass identification, replacement for typeid. member in class:llvm::SpillPlacement
65 SpillPlacement() : MachineFunctionPass(ID), nodes(0) {}
/external/llvm/lib/Target/MBlaze/
H A DMBlazeIntrinsicInfo.cpp28 enum ID { enum in namespace:mblazeIntrinsic
53 "Invalid intrinsic ID");
86 /// This defines the "getAttributes(ID id)" method.
107 AttrListPtr AList = getAttributes((mblazeIntrinsic::ID) IntrID);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXSplitBBatBar.cpp28 char NVPTXSplitBBatBar::ID = 0; member in class:NVPTXSplitBBatBar
45 Intrinsic::ID id = inst->getIntrinsicID();
/external/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp37 static char ID; // Pass identification, replacement for typeid member in struct:__anon9054::LoopExtractor
41 : LoopPass(ID), NumLoops(numLoops) {
55 char LoopExtractor::ID = 0; member in class:LoopExtractor
67 static char ID; // Pass identification, replacement for typeid member in struct:__anon9055::SingleLoopExtractor
72 char SingleLoopExtractor::ID = 0; member in class:SingleLoopExtractor
174 static char ID; // Pass identification, replacement for typeid member in class:__anon9056::BlockExtractorPass
175 BlockExtractorPass() : ModulePass(ID) {
184 char BlockExtractorPass::ID = 0; member in class:BlockExtractorPass
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DEvent.java94 setParameter(ParameterNames.ID, eventId);
103 return getParameter(ParameterNames.ID);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAcceptEncodingParser.java102 lexer.match(TokenTypes.ID);
114 lexer.match(TokenTypes.ID);
H A DAcceptLanguageParser.java96 lexer.match(TokenTypes.ID);
108 lexer.match(TokenTypes.ID);
H A DAllowEventsParser.java78 this.lexer.match(TokenTypes.ID);
89 this.lexer.match(TokenTypes.ID);
H A DAllowParser.java77 this.lexer.match(TokenTypes.ID);
88 this.lexer.match(TokenTypes.ID);
H A DContentEncodingParser.java81 this.lexer.match(TokenTypes.ID);
93 this.lexer.match(TokenTypes.ID);
H A DContentLanguageParser.java76 this.lexer.match(TokenTypes.ID);
86 this.lexer.match(TokenTypes.ID);
H A DProxyRequireParser.java77 this.lexer.match(TokenTypes.ID);
91 this.lexer.match(TokenTypes.ID);
H A DRequireParser.java80 this.lexer.match(TokenTypes.ID);
94 this.lexer.match(TokenTypes.ID);

Completed in 1065 milliseconds

1234567891011>>