HomeSort by relevance Sort by last modified time
    Searched defs:ID (Results 251 - 275 of 595) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
LayoutView.java 39 public static final String ID = "com.android.ide.eclipse.hierarchyviewer.views.LayoutView"; //$NON-NLS-1$
  /bionic/libc/kernel/arch-x86/asm/
io_apic_32.h 34 ID : 8;
  /development/ndk/platforms/android-9/arch-x86/include/asm/
io_apic_32.h 34 ID : 8;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 178 public int ID;
185 public ProxyTree(int ID, int type, int line, int charPos, int tokenIndex, string text) {
186 this.ID = ID;
194 public ProxyTree(int ID) {
195 this.ID = ID;
445 int ID = int.Parse(elements[1]);
449 ProxyTree node = new ProxyTree(ID, type, -1, -1, -1, text);
452 int ID = int.Parse(elements[1])
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 214 public int ID;
221 public ProxyTree( int ID, int type, int line, int charPos, int tokenIndex, string text )
223 this.ID = ID;
231 public ProxyTree( int ID )
233 this.ID = ID;
579 int ID = int.Parse( elements[1] );
583 ProxyTree node = new ProxyTree( ID, type, -1, -1, -1, text );
588 int ID = int.Parse( elements[1] )
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
42 public const int ID=6;
206 // BuildOptions\\DebugTreeGrammar.g3:56:0: stat : ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) );
225 // BuildOptions\\DebugTreeGrammar.g3:56:9: ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) )
234 case ID:
293 // BuildOptions\\DebugTreeGrammar.g3:59:9: ^( '=' ID expr )
301 ID2=(CommonTree)Match(input,ID,Follow._ID_in_stat100);
425 // BuildOptions\\DebugTreeGrammar.g3:63:0: expr returns [BigInteger value] : ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call );
448 // BuildOptions\\DebugTreeGrammar.g3:64:9: ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call )
481 case ID
    [all...]
ProfileTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
42 public const int ID=6;
211 // BuildOptions\\ProfileTreeGrammar.g3:56:0: stat : ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) );
230 // BuildOptions\\ProfileTreeGrammar.g3:56:9: ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) )
239 case ID:
298 // BuildOptions\\ProfileTreeGrammar.g3:59:9: ^( '=' ID expr )
306 ID2=(CommonTree)Match(input,ID,Follow._ID_in_stat100);
430 // BuildOptions\\ProfileTreeGrammar.g3:63:0: expr returns [BigInteger value] : ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call );
453 // BuildOptions\\ProfileTreeGrammar.g3:64:9: ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call )
486 case ID
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugTreeNodeStream.java 76 int ID = adaptor.getUniqueID(node);
85 int ID = adaptor.getUniqueID(node);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BaseTreeAdaptor.java 245 int ID = uniqueNodeID;
246 treeToUniqueIDMap.put(node, new Integer(ID));
248 return ID;
256 * the DECL node as in ^(DECL type ID).
266 * the DECL node as in ^(DECL type ID).
272 * r : lc='{' ID+ '}' -> ^(BLOCK[$lc] ID+) ;
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 60 ID = 3
80 ## Set when token type is ID or ARG
107 return ID
175 elif self.ttype == ID:
194 while self.ttype in (BEGIN, ID, PERCENT, DOT):
219 if self.ttype != ID:
227 self.ttype = self.tokenizer.nextToken() # move to ID following colon
238 # "ID" or "ID[arg]"
239 if self.ttype != ID
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSpelunker.java 182 if ( isID_START() ) return ID();
191 String ID() throws IOException {
  /external/clang/include/clang/Driver/
Option.h 59 /// The option ID.
60 OptSpecifier ID;
95 Option(OptionClass Kind, OptSpecifier ID, const char *Name,
100 unsigned getID() const { return ID.getID(); }
152 bool matches(OptSpecifier ID) const;
172 OptionGroup(OptSpecifier ID, const char *Name, const OptionGroup *Group);
187 InputOption(OptSpecifier ID);
200 UnknownOption(OptSpecifier ID);
214 FlagOption(OptSpecifier ID, const char *Name, const OptionGroup *Group,
227 JoinedOption(OptSpecifier ID, const char *Name, const OptionGroup *Group
    [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 41 void Profile(llvm::FoldingSetNodeID &ID) {
42 ID.AddInteger(ExtraKindOrNumArgs);
43 ID.AddPointer(Type.getAsOpaquePtr());
65 IdentifierInfo *ID;
72 FSID.AddPointer(ID);
303 return CXXLit->ID;
439 llvm::FoldingSetNodeID ID;
440 ID.AddInteger(EKind);
441 ID.AddPointer(Ty.getAsOpaquePtr());
444 if (CXXSpecialName *Name = SpecialNames->FindNodeOrInsertPos(ID, InsertPos)
    [all...]
NestedNameSpecifier.cpp 29 llvm::FoldingSetNodeID ID;
30 Mockup.Profile(ID);
34 = Context.NestedNameSpecifiers.FindNodeOrInsertPos(ID, InsertPos);
257 // dependent template-id types (e.g., Outer<T>::template Inner<U>),
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 222 void LocationContext::ProfileCommon(llvm::FoldingSetNodeID &ID,
227 ID.AddInteger(ck);
228 ID.AddPointer(ctx);
229 ID.AddPointer(parent);
230 ID.AddPointer(data);
233 void StackFrameContext::Profile(llvm::FoldingSetNodeID &ID) {
234 Profile(ID, getAnalysisDeclContext(), getParent(), CallSite, Block, Index);
237 void ScopeContext::Profile(llvm::FoldingSetNodeID &ID) {
238 Profile(ID, getAnalysisDeclContext(), getParent(), Enter);
241 void BlockInvocationContext::Profile(llvm::FoldingSetNodeID &ID) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NSErrorChecker.cpp 303 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl();
305 // FIXME: Can ID ever be NULL?
306 if (ID)
307 return II == ID->getIdentifier();
ObjCSelfInitChecker.cpp 354 ObjCInterfaceDecl *ID = MD->getClassInterface()->getSuperClass();
355 for ( ; ID ; ID = ID->getSuperClass()) {
356 IdentifierInfo *II = ID->getIdentifier();
361 if (!ID)
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 257 llvm::FoldingSetNodeID ID;
258 SymbolCast::Profile(ID, Op, From, To);
260 SymExpr *data = DataSet.FindNodeOrInsertPos(ID, InsertPos);
274 llvm::FoldingSetNodeID ID;
275 SymIntExpr::Profile(ID, lhs, op, v, t);
277 SymExpr *data = DataSet.FindNodeOrInsertPos(ID, InsertPos);
292 llvm::FoldingSetNodeID ID;
293 IntSymExpr::Profile(ID, lhs, op, rhs, t);
295 SymExpr *data = DataSet.FindNodeOrInsertPos(ID, InsertPos);
310 llvm::FoldingSetNodeID ID;
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 105 unsigned &ID = CategoryIDs[Category];
106 if (ID != 0) continue; // Already seen.
108 ID = CategoryStrings.size();
153 // Assign unique ID numbers to the groups.
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 153 /** internal ID */
154 unsigned char ID;
323 int find_hash_id(unsigned char ID);
324 int find_hash_oid(const unsigned long *ID, unsigned long IDlen);
  /external/kernel-headers/original/asm-x86/
io_apic_32.h 24 ID : 8;
  /external/llvm/include/llvm/ADT/
ImmutableList.h 44 static inline void Profile(FoldingSetNodeID& ID, const T& H,
46 ID.AddPointer(L);
47 ID.Add(H);
50 void Profile(FoldingSetNodeID& ID) {
51 Profile(ID, Head, Tail);
135 void Profile(FoldingSetNodeID& ID) const {
136 ID.AddPointer(X);
169 FoldingSetNodeID ID;
173 ListTy::Profile(ID, Head, TailImpl);
174 ListTy* L = Cache.FindNodeOrInsertPos(ID, InsertPos)
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 74 static char ID; // Class identification, replacement for typeinfo
CallGraph.h 80 static char ID; // Class identification, replacement for typeinfo
RegionInfo.h 594 static char ID;

Completed in 1818 milliseconds

<<11121314151617181920>>