/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderPreviewManager.java | [all...] |
GraphicalEditorPart.java | 709 CommonXmlEditor.ID); 2232 String id = element.getAttributeValue(ATTR_ID); local 2455 String id = BuildPathsPropertyPage.PROP_ID; local 2458 getProject(), id, null, null).open(); local [all...] |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/ |
icu4j-2.6.1.jar | |
/external/clang/lib/CodeGen/ |
CGBuiltin.cpp | 35 /// getBuiltinLibFunction - Given a builtin id for a function like 83 /// Utility to insert an atomic instruction based on Instrinsic::ID 115 /// Utility to insert an atomic instruction based Instrinsic::ID and 193 /// \arg IntrinsicID The ID for the Intrinsic we wish to generate. 199 const llvm::Intrinsic::ID IntrinsicID, 245 Intrinsic::ID inst = (BuiltinID == Builtin::BI__builtin_va_end) ? [all...] |
CGDebugInfo.cpp | 394 #define BUILTIN_TYPE(Id, SingletonId) 395 #define PLACEHOLDER_TYPE(Id, SingletonId) case BuiltinType::Id: 413 // } *id; 584 // The frontend treats 'id' as a typedef to an ObjCObjectType, 585 // whereas 'id<protocol>' is treated as an ObjCPointerType. For the 586 // debug info, we want to emit 'id' in both cases. [all...] |
CGExprScalar.cpp | 785 // some native types (like Obj-C id) may map to a pointer type. [all...] |
CGObjCGNU.cpp | 129 /// Type of an untyped Objective-C object. Clang treats id as a built-in type 137 /// The clang type of id. Used when using the clang CGCall infrastructure to 445 llvm::GlobalVariable *ObjCIvarOffsetVariable(const ObjCInterfaceDecl *ID, 610 // IMP objc_msg_lookup(id, SEL); [all...] |
CGObjCMac.cpp | 57 /// id objc_msgSend (id, SEL, ...) 74 /// void objc_msgSend_stret (id, SEL, ...) 87 /// [double | long double] objc_msgSend_fpret(id self, SEL op, ...) 100 /// _Complex long double objc_msgSend_fp2ret(id self, SEL op, ...) 116 /// id objc_msgSendSuper(struct objc_super *super, SEL op, ...) 128 /// id objc_msgSendSuper2(struct objc_super *super, SEL op, ...) 179 /// ObjectPtrTy - LLVM type for object handles (typeof(id)) 182 /// PtrObjectPtrTy - LLVM type for id * 238 // id objc_getProperty (id, SEL, ptrdiff_t, bool [all...] |
/external/clang/lib/Serialization/ |
ASTReaderDecl.cpp | 123 /// \brief RAII class used to capture the first ID within a redeclaration 156 /// \brief Retrieve the first ID. 399 } else if (ObjCInterfaceDecl *ID = dyn_cast<ObjCInterfaceDecl>(D)) { 401 ID->TypeForDecl = Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull(); 465 // Store the owning submodule ID in the declaration. 730 llvm::FoldingSetNodeID ID; 731 FunctionTemplateSpecializationInfo::Profile(ID, TemplArgs, C); 734 CommonPtr->Specializations.FindNodeOrInsertPos(ID, InsertPos); [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
RetainCountChecker.cpp | 54 static inline void Profile(const ArgEffect X, FoldingSetNodeID &ID) { 55 ID.AddInteger((unsigned) X); 59 static inline void Profile(const RetEffect &X, FoldingSetNodeID &ID) { 60 ID.AddInteger((unsigned) X.getKind()); 61 ID.AddInteger((unsigned) X.getObjKind()); 254 void Profile(llvm::FoldingSetNodeID& ID) const { 255 ID.Add(T); 256 ID.AddInteger(RawKind); 257 ID.AddInteger(Cnt); 258 ID.AddInteger(ACnt) [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
TransliteratorTest.java | 141 String id = (String) e.nextElement(); local 142 checkRegistry(id); 146 private void checkRegistry (String id, String rules) { 147 Transliterator foo = Transliterator.createFromRules(id, rules, Transliterator.FORWARD); 149 checkRegistry(id); 152 private void checkRegistry(String id) { 153 Transliterator fie = Transliterator.getInstance(id); 156 Transliterator foe = Transliterator.getInstance(id); 159 errln("Changed what is in registry for " + id); 165 String ID; 858 String id = dg.getID(); local 1007 String id=DATA[i]; local 1180 String id = "Upper(Lower);(NFKC)"; local 1531 String id; field in class:TransliteratorTest.TestFact 1604 String id = (String) e.nextElement(); local 1746 String id = DATA[i]; local 2526 String id =UScript.getName(code); local 2632 String id = t.getID(); local 2738 String id = source + "-" + target + "\/" + variant; local 2944 CaseInsensitiveString id = (CaseInsensitiveString) ids.next(); local [all...] |
/external/llvm/lib/CodeGen/ |
CodeGenPrepare.cpp | 151 static char ID; // Pass identification, replacement for typeid 153 : FunctionPass(ID), TM(TM), TLI(nullptr), TTI(nullptr) { 193 char CodeGenPrepare::ID = 0; [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
AddressSanitizer.cpp | 137 // but due to http://llvm.org/bugs/show_bug.cgi?id=12652 we temporary 387 AddressSanitizer() : FunctionPass(ID) { 430 static char ID; // Pass identification, replacement for typeid 468 AddressSanitizerModule() : ModulePass(ID) {} 470 static char ID; // Pass identification, replacement for typeid 657 Intrinsic::ID ID = II.getIntrinsicID(); 658 if (ID != Intrinsic::lifetime_start && ID != Intrinsic::lifetime_end) 673 bool DoPoison = (ID == Intrinsic::lifetime_end) [all...] |
MemorySanitizer.cpp | 275 : FunctionPass(ID), 281 static char ID; // Pass identification, replacement for typeid. 322 /// uninitialized value and returns an updated origin id encoding this info. 342 char MemorySanitizer::ID = 0; 355 /// frame ID, so the string needs to be mutable. [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopStrengthReduce.cpp | [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
SLPVectorizer.cpp | 307 Intrinsic::ID ID = getIntrinsicIDForCall(CI, TLI); 308 if (hasVectorInstrinsicScalarOpd(ID, 1)) { 856 /// The ID of the scheduling region. For a new vectorization iteration this [all...] |
/frameworks/native/services/inputflinger/tests/ |
InputReader_test.cpp | 1057 << "Should return unknown when the device id is >= 0 but unknown."; 4513 int32_t id = 5; local [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
AbstractContactAggregator.java | 628 * the ID of the contact that was created. 1993 long id = iter.next().getContactId(); local 2034 long id = limitedMatches.get(i).getContactId(); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar | |
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar | |
/cts/tools/signature-tools/lib/ |
stringtemplate.jar | |
/external/clang/lib/Frontend/Rewrite/ |
RewriteModernObjC.cpp | 43 BLOCK_FIELD_IS_OBJECT = 3, /* id, NSObject, __attribute__((NSObject)), 705 // Get the ID and start/end of the main file. [all...] |
RewriteObjC.cpp | 42 BLOCK_FIELD_IS_OBJECT = 3, /* id, NSObject, __attribute__((NSObject)), 631 // Get the ID and start/end of the main file. 666 } else if (ObjCInterfaceDecl *ID = dyn_cast<ObjCInterfaceDecl>(D)) { 667 if (ID->isThisDeclarationADefinition()) 668 RewriteInterfaceDecl(ID); 799 "id objc_getProperty(id, SEL, long, bool);\n"; [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | 468 if (InclusionDirective *ID = dyn_cast<InclusionDirective>(PPE)) { 469 if (Visit(MakeInclusionDirectiveCursor(ID, TU))) 641 ObjCInterfaceDecl *ID = cast<ObjCInterfaceDecl>(D); 642 if (!ID->isThisDeclarationADefinition()) 643 Cursor = MakeCursorObjCClassRef(ID, ID->getLocation(), TU); [all...] |