| /external/clang/lib/Serialization/ |
| ASTWriter.cpp | 619 static void EmitBlockID(unsigned ID, const char *Name, 623 Record.push_back(ID); 634 static void EmitRecordID(unsigned ID, const char *Name, 638 Record.push_back(ID); [all...] |
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| RetainCountChecker.cpp | 74 static inline void Profile(const ArgEffect X, FoldingSetNodeID& ID) { 75 ID.AddInteger((unsigned) X); 136 void Profile(llvm::FoldingSetNodeID& ID) const { 137 ID.AddInteger((unsigned) K); 138 ID.AddInteger((unsigned) O); 244 void Profile(llvm::FoldingSetNodeID& ID) const { 245 ID.AddInteger((unsigned) kind); 246 ID.AddInteger(Cnt); 247 ID.AddInteger(ACnt); 248 ID.Add(T) [all...] |
| /external/dropbear/libtomcrypt/ |
| crypt.tex | 569 /** internal ID */ 570 unsigned char ID; [all...] |
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAG.cpp | 325 static void AddNodeIDOpcode(FoldingSetNodeID &ID, unsigned OpC) { 326 ID.AddInteger(OpC); 331 static void AddNodeIDValueTypes(FoldingSetNodeID &ID, SDVTList VTList) { 332 ID.AddPointer(VTList.VTs); 337 static void AddNodeIDOperands(FoldingSetNodeID &ID, 340 ID.AddPointer(Ops->getNode()); 341 ID.AddInteger(Ops->getResNo()); 347 static void AddNodeIDOperands(FoldingSetNodeID &ID, 350 ID.AddPointer(Ops->getNode()); 351 ID.AddInteger(Ops->getResNo()) [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| LoopStrengthReduce.cpp | [all...] |
| ObjCARC.cpp | 679 static char ID; // Class identification, replacement for typeinfo 680 ObjCARCAliasAnalysis() : ImmutablePass(ID) { 694 if (PI == &AliasAnalysis::ID) 712 char ObjCARCAliasAnalysis::ID = 0; [all...] |
| /external/webkit/Source/WebCore/css/ |
| CSSParser.cpp | 492 int id = cssValueKeywordID(cssColor); local 493 if (id <= 0) 496 color = document->page()->theme()->systemColor(id).rgb(); 683 if (value->unit != CSSPrimitiveValue::CSS_IDENT || value->id) 765 int id = value->id; local 773 if (id == CSSValueInherit) { 779 else if (id == CSSValueInitial) { 803 if (id) 809 if (id == CSSValueNorma 2675 int id = m_valueList->current()->id; local 2704 int id = valueList->current()->id; local 2721 int id = valueList->current()->id; local 2738 int id = valueList->current()->id; local 2827 int id = m_valueList->current()->id; local 3610 int id = value->id; local 5097 int id = args->current()->id; local 5124 int id = stopArg->id; local 5288 int id = value->id; local 6351 int id = property->id(); local 6455 int id = property->id(); local [all...] |
| /frameworks/base/services/input/tests/ |
| InputReader_test.cpp | 1021 << "Should return unknown when the device id is >= 0 but unknown."; 1025 << "Should return unknown when the device id is valid but the sources are not supported by the device."; 1029 << "Should return value provided by mapper when device id is valid and the device supports some of the sources."; 1033 << "Should return unknown when the device id is < 0 but the sources are not supported by any device."; 1037 << "Should return value provided by mapper when device id is < 0 and one of the devices supports some of the sources."; 4425 int32_t id = 5; local [all...] |
| /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
| EmailContent.java | 77 new String[] {MailboxColumns.ID, MailboxColumns.UNREAD_COUNT, MailboxColumns.MESSAGE_COUNT}; 94 * is a list of id's. Use ID_PROJECTION_COLUMN to access the row data. 120 // Newly created objects get this id 126 // The id of the Content 153 * @param id the unique id of the object 157 Class<T> klass, Uri contentUri, String[] contentProjection, long id) { 158 Uri u = ContentUris.withAppendedId(contentUri, id); 204 static public int update(Context context, Uri baseUri, long id, ContentValues contentValues) { 206 .update(ContentUris.withAppendedId(baseUri, id), contentValues, null, null) [all...] |
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
| ContactAggregator.java | 612 * the ID of the contact that was created. 719 long contactId = -1; // Best matching contact ID. 2381 long id = iter.next().getContactId(); local 2422 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 | |
| org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar | |
| org.eclipse.osgi.services_3.2.100.v20100503.jar | |
| /cts/tools/signature-tools/lib/ |
| stringtemplate.jar | |
| antlr-2.7.7.jar | |
| /external/clang/lib/AST/ |
| ASTContext.cpp | 57 ASTContext::CanonicalTemplateTemplateParm::Profile(llvm::FoldingSetNodeID &ID, 59 ID.AddInteger(Parm->getDepth()); 60 ID.AddInteger(Parm->getPosition()); 61 ID.AddBoolean(Parm->isParameterPack()); 64 ID.AddInteger(Params->size()); 69 ID.AddInteger(0); 70 ID.AddBoolean(TTP->isParameterPack()); 75 ID.AddInteger(1); 76 ID.AddBoolean(NTTP->isParameterPack()); 77 ID.AddPointer(NTTP->getType().getCanonicalType().getAsOpaquePtr()) 2322 llvm::FoldingSetNodeID id; local [all...] |
| /external/clang/lib/CodeGen/ |
| CGObjCMac.cpp | 58 /// id objc_msgSend (id, SEL, ...) 72 /// void objc_msgSend_stret (id, SEL, ...) 85 /// [double | long double] objc_msgSend_fpret(id self, SEL op, ...) 98 /// _Complex long double objc_msgSend_fp2ret(id self, SEL op, ...) 114 /// id objc_msgSendSuper(struct objc_super *super, SEL op, ...) 126 /// id objc_msgSendSuper2(struct objc_super *super, SEL op, ...) 176 /// ObjectPtrTy - LLVM type for object handles (typeof(id)) 179 /// PtrObjectPtrTy - LLVM type for id * 235 // id objc_getProperty (id, SEL, ptrdiff_t, bool [all...] |
| /external/clang/lib/Rewrite/ |
| RewriteModernObjC.cpp | 38 BLOCK_FIELD_IS_OBJECT = 3, /* id, NSObject, __attribute__((NSObject)), 638 // Get the ID and start/end of the main file. 813 "id objc_getProperty(id, SEL, long, bool);\n"; [all...] |
| RewriteObjC.cpp | 38 BLOCK_FIELD_IS_OBJECT = 3, /* id, NSObject, __attribute__((NSObject)), 627 // Get the ID and start/end of the main file. 662 } else if (ObjCInterfaceDecl *ID = dyn_cast<ObjCInterfaceDecl>(D)) { 663 if (ID->isThisDeclarationADefinition()) 664 RewriteInterfaceDecl(ID); 795 "id objc_getProperty(id, SEL, long, bool);\n"; [all...] |
| /external/clang/tools/libclang/ |
| CIndex.cpp | 422 if (InclusionDirective *ID = dyn_cast<InclusionDirective>(PPE)) { 423 if (Visit(MakeInclusionDirectiveCursor(ID, TU))) 570 ObjCInterfaceDecl *ID = cast<ObjCInterfaceDecl>(D); 571 if (!ID->isThisDeclarationADefinition()) 572 Cursor = MakeCursorObjCClassRef(ID, ID->getLocation(), TU); [all...] |
| /external/opencv/cxcore/include/ |
| cxtypes.h | 368 int ID; /* version (=0)*/ [all...] |
| /frameworks/base/core/java/android/provider/ |
| Settings.java | 294 * {@link #EXTRA_INPUT_METHOD_ID} extra to this Intent with the input method id. [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
| jdimodel.jar | |