/prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/ |
io_apic_32.h | 34 ID : 8;
|
/prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/ |
io_apic_32.h | 34 ID : 8;
|
/prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/ |
io_apic_32.h | 34 ID : 8;
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/ |
io_apic_32.h | 34 ID : 8;
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/ |
io_apic_32.h | 34 ID : 8;
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
io_apic_32.h | 34 ID : 8;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
Parameter.java | 130 /** The associated value should represent a valid id resource name */ 131 ID, 162 /** The unique id of the parameter (not displayed to the user) */ 164 public final String id; field in class:Parameter 228 id = parameter.getAttribute(ATTR_ID); 260 @NonNull String id, 264 this.id = id; 269 name = id; 311 } else if (constraints.contains(Constraint.ID)) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
LogCatView.java | 36 /** LogCatView ID as defined in plugin.xml. */ 37 public static final String ID = "com.android.ide.eclipse.ddms.views.LogCatView"; //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/ |
PixelPerfectLoupeView.java | 43 public static final String ID = 85 // https://code.google.com/p/android/issues/detail?id=69199
|
TreeViewView.java | 44 public static final String ID = "com.android.ide.eclipse.hierarchyviewer.views.TreeViewView"; //$NON-NLS-1$
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
CtsTestTest.java | 53 private static final String ID = AbiUtils.createId(UnitTests.ABI.getName(), PACKAGE_NAME); 62 IDS.add(ID); 254 EasyMock.expect(mMockPlan.getTestFilter(ID)).andReturn(filter); 273 EasyMock.expect(mMockPlan.getTestFilter(ID)).andReturn(filter); 283 EasyMock.expect(mMockRepo.getTestPackage(ID)).andReturn(mMockPackageDef).anyTimes(); 288 EasyMock.expect(mMockPackageDef.getId()).andReturn(ID).atLeastOnce();
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCLexer.java | 22 public static final int ID=10; 251 // $ANTLR start "ID" 254 int _type = ID; 310 // $ANTLR end "ID" 510 // SimpleC.g:1:8: ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS ) 585 // SimpleC.g:1:69: ID 725 return "1:1: Tokens : ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS );";
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCLexer.java | 22 public static final int ID=10; 251 // $ANTLR start "ID" 254 int _type = ID; 310 // $ANTLR end "ID" 510 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:8: ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS ) 585 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:69: ID 725 return "1:1: Tokens : ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS );";
|
/external/bison/src/ |
parse-gram.h | 103 ID = 303, 162 #define ID 303
|
/external/clang/include/clang/Basic/ |
SourceLocation.h | 42 int ID; 44 FileID() : ID(0) {} 46 bool isInvalid() const { return ID == 0; } 48 bool operator==(const FileID &RHS) const { return ID == RHS.ID; } 49 bool operator<(const FileID &RHS) const { return ID < RHS.ID; } 50 bool operator<=(const FileID &RHS) const { return ID <= RHS.ID; } 56 unsigned getHashValue() const { return static_cast<unsigned>(ID); } [all...] |
/external/clang/include/clang/Lex/ |
PreprocessingRecord.h | 311 /// \brief Global (loaded or local) ID for a preprocessed entity. 321 int ID; 322 explicit PPEntityID(int ID) : ID(ID) {} 325 PPEntityID() : ID(0) {} 338 /// \brief Retrieve the preprocessed entity at the given ID. 415 PPEntityID ID = Self->getPPEntityID(Index, isLoaded); 416 return Self->getPreprocessedEntity(ID); 490 void MacroExpands(const Token &Id, const MacroDirective *MD [all...] |
/external/clang/lib/AST/ |
DeclTemplate.cpp | 169 llvm::FoldingSetNodeID ID; 170 EntryType::Profile(ID,Args, getASTContext()); 171 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos); 262 unsigned ID) { 263 return new (C, ID) FunctionTemplateDecl(C, nullptr, SourceLocation(), 343 unsigned ID) { 344 return new (C, ID) ClassTemplateDecl(C, nullptr, SourceLocation(), 490 unsigned D, unsigned P, IdentifierInfo *Id, 493 new (C, DC) TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename); 500 TemplateTypeParmDecl::CreateDeserialized(const ASTContext &C, unsigned ID) { [all...] |
/external/clang/lib/Analysis/ |
AnalysisDeclContext.cpp | 313 void LocationContext::ProfileCommon(llvm::FoldingSetNodeID &ID, 318 ID.AddInteger(ck); 319 ID.AddPointer(ctx); 320 ID.AddPointer(parent); 321 ID.AddPointer(data); 324 void StackFrameContext::Profile(llvm::FoldingSetNodeID &ID) { 325 Profile(ID, getAnalysisDeclContext(), getParent(), CallSite, Block, Index); 328 void ScopeContext::Profile(llvm::FoldingSetNodeID &ID) { 329 Profile(ID, getAnalysisDeclContext(), getParent(), Enter); 332 void BlockInvocationContext::Profile(llvm::FoldingSetNodeID &ID) { [all...] |
/external/clang/lib/Index/ |
USRGeneration.cpp | 184 if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D)) 185 Visit(ID); 334 const ObjCInterfaceDecl *ID = D->getClassInterface(); 335 if (!ID) { 339 Visit(ID); 358 const ObjCInterfaceDecl *ID = CD->getClassInterface(); 359 if (!ID) { 370 Out << "objc(ext)" << ID->getName() << '@'; 374 GenObjCCategory(ID->getName(), CD->getName()); 380 const ObjCInterfaceDecl *ID = CD->getClassInterface() [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
IvarInvalidationChecker.cpp | 394 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterfaceD, Ivars, 396 if (!ID) 401 PropertyToIvarMap[PD] = ID; 402 IvarToPopertyMap[ID] = PD; 408 PropSetterToIvarMap[SetterD] = ID; 414 PropGetterToIvarMap[GetterD] = ID;
|
/external/icu/icu4c/source/test/cintltst/ |
utransts.c | 151 log_verbose("System ID count: %d\n", n); 184 const UChar *id, *id2; local 203 id=uenum_unext(uenum, &idLength, &errorCode); 205 log_err("uenum_unext(transliterator ID %d) failed - %s\n", count, u_errorName(errorCode)); 208 if(id==NULL) { 217 utrans=utrans_openU(id, idLength, UTRANS_FORWARD, NULL, 0, NULL, &errorCode); 219 log_err("utrans_openU(%s) failed - %s\n", aescstrdup(id, idLength), u_errorName(errorCode)); 224 if(idLength!=id2Length || 0!=u_memcmp(id, id2, idLength)) { 225 log_err("utrans_getUnicodeID(%s) does not match the original ID\n", aescstrdup(id, idLength)) 677 const char *id; local [all...] |
/external/lldb/source/Expression/ |
IRDynamicChecks.cpp | 30 static char ID; 449 // id objc_msgSend(id theReceiver, SEL theSelector, ...) 474 // Insert an instruction to cast the receiver id to int8_t* 587 ModulePass(ID),
|
/external/llvm/include/llvm/Analysis/ |
LazyCallGraph.h | 544 static void *ID() { return (void *)&PassID; }
|
MemoryDependenceAnalysis.h | 333 static char ID;
|
ScalarEvolution.h | 102 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) : 103 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {} 143 static void Profile(const SCEV &X, FoldingSetNodeID& ID) { 144 ID = X.FastID; 146 static bool Equals(const SCEV &X, const FoldingSetNodeID &ID, 148 return ID == X.FastID; 582 static char ID; // Pass identification, replacement for typeid [all...] |