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

<<11121314151617181920>>

  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 77 char InstCombiner::ID = 0;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 517 static char ID; // Pass identification, replacement for typeid
519 : FunctionPass(ID), NoLoads(noloads), MD(0) {
614 char GVN::ID = 0;
    [all...]
ScalarReplAggregates.cpp 62 SROA(int T, bool hasDT, char &ID)
63 : FunctionPass(ID), HasDomTree(hasDT) {
165 static char ID;
167 SROA_DT(int T = -1) : SROA(T, true, ID) {
181 static char ID;
183 SROA_SSAUp(int T = -1) : SROA(T, false, ID) {
196 char SROA_DT::ID = 0;
197 char SROA_SSAUp::ID = 0;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 154 static char ID; // Pass identification, replacement for typeid
159 : BasicBlockPass(ID), Config(C) {
164 : BasicBlockPass(ID), Config(C) {
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 79 static char ID; // Pass ID, replacement for typeid
81 PreVerifier() : FunctionPass(ID) {
112 char PreVerifier::ID = 0;
115 static char &PreVerifyID = PreVerifier::ID;
119 static char ID; // Pass ID, replacement for typeid
146 : FunctionPass(ID), Broken(false),
152 : FunctionPass(ID), Broken(false), action(ctn), Mod(0),
284 void visitIntrinsicFunctionCall(Intrinsic::ID ID, CallInst &CI)
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 431 int ID; /* blob ID */
441 #define CV_BLOB_ID(pB) (((CvBlob*)(pB))->ID)
653 CV_INLINE CvDetectedBlob cvDetectedBlob( float x, float y, float w, float h, int ID = 0, float response = 0.0F )
656 b.x = x; b.y = y; b.w = w; b.h = h; b.ID = ID; b.response = response;
772 /* Add new blob to track it and assign to this blob personal ID */
773 /* pBlob - pointer to structure with blob parameters (ID is ignored)*/
799 int ID = 0;
801 //pBlob->ID;
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 134 public static final int ID = 0;
544 final long id = directoryCursor.getLong(DirectoryListQuery.ID); local
548 if (id == Directory.LOCAL_INVISIBLE) {
555 params.directoryId = id;
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 64 private static final int ID = 0;
77 // The thread ID of this conversation. Can be zero in the case of a
134 * Find the conversation matching the provided thread ID.
243 // it's a thread id for a conversation
270 long threadId = cursor.getLong(ID);
394 * Return the Uri for all messages in the given thread ID.
404 * Returns the thread ID of this conversation. Can be zero if
415 * @return The thread ID of this conversation in the database
453 // Invalidate thread ID because the recipient set has changed.
694 * Start a delete of the conversation with the specified thread ID
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 84 /** The view id for this view part */
85 public static final String ID = "com.android.ide.eclipse.adt.internal.lint.LintViewPart"; //$NON-NLS-1$
552 String id = EclipseLintClient.getId(marker); local
553 if (id != null) {
555 LintFixGenerator.suppressDetector(id, true,
636 IViewPart view = page.showView(LintViewPart.ID, null,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 87 private static final String ID =
209 mIdColumn.setText("Id");
474 int result = PreferencesUtil.createPreferenceDialogOn(getShell(), ID,
475 new String[] { ID }, null).open();
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.java 13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
28 public static final int ID=10;
95 if ( (LA1_0==ID||(LA1_0>=INT_TYPE && LA1_0<=VOID)) ) {
395 // SimpleC.g:30:1: declarator : ID ;
407 // SimpleC.g:31:5: ( ID )
408 // SimpleC.g:31:9: ID
412 ID10=(Token)match(input,ID,FOLLOW_ID_in_declarator199);
443 // SimpleC.g:34:1: functionHeader : type ID '(' ( formalParameter ( ',' formalParameter )* )? ')' -> ^( FUNC_HDR type ID ( formalParameter )+ ) ;
465 RewriteRuleTokenStream stream_ID=new RewriteRuleTokenStream(adaptor,"token ID");
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.java 13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
28 public static final int ID=10;
95 if ( (LA1_0==ID||(LA1_0>=INT_TYPE && LA1_0<=VOID)) ) {
395 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:30:1: declarator : ID ;
407 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:31:5: ( ID )
408 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:31:9: ID
412 ID10=(Token)match(input,ID,FOLLOW_ID_in_declarator199);
443 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:34:1: functionHeader : type ID '(' ( formalParameter ( ',' formalParameter )* )? ')' -> ^( FUNC_HDR type ID ( formalParameter )+ ) ;
465 RewriteRuleTokenStream stream_ID=new RewriteRuleTokenStream(adaptor,"token ID");
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 340 #define BUILTIN_TYPE(Id, SingletonId)
341 #define PLACEHOLDER_TYPE(Id, SingletonId) \
342 case BuiltinType::Id:
359 // } *id;
    [all...]
CGExprScalar.cpp 572 // some native types (like Obj-C id) may map to a pointer type.
    [all...]
CGObjCGNU.cpp 130 /// Type of an untyped Objective-C object. Clang treats id as a built-in type
138 /// The clang type of id. Used when using the clang CGCall infrastructure to
396 llvm::GlobalVariable *ObjCIvarOffsetVariable(const ObjCInterfaceDecl *ID,
561 // IMP objc_msg_lookup(id, SEL);
637 // Slot_t objc_msg_lookup_sender(id *receiver, SEL selector, id sender);
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 107 /// \brief RAII class used to capture the first ID within a redeclaration
111 /// The caller can choose not to introduce this ID into the redeclaration
143 /// \brief Retrieve the first ID.
146 /// \brief Do not introduce this declaration ID into the set of pending
318 } else if (ObjCInterfaceDecl *ID = dyn_cast<ObjCInterfaceDecl>(D)) {
320 ID->TypeForDecl = Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull();
373 // Store the owning submodule ID in the declaration.
587 llvm::FoldingSetNodeID ID;
588 FunctionTemplateSpecializationInfo::Profile(ID, TemplArgs.data(),
591 CanonTemplate->getSpecializations().FindNodeOrInsertPos(ID, InsertPos)
    [all...]
ASTReader.cpp 400 unsigned ID) {
401 PP.getHeaderSearchInfo().setHeaderFileInfoForUID(HFI, ID);
460 Result.ID = Reader.getGlobalSelectorID(F, ReadUnalignedLE32(d));
509 IdentID ID = Reader.getGlobalIdentifierID(F, RawID);
512 // and associate it with the persistent ID.
518 Reader.SetIdentifierInfo(ID, II);
541 // Build the IdentifierInfo itself and link the identifier ID with
594 Reader.SetIdentifierInfo(ID, II);
610 llvm::FoldingSetNodeID ID;
611 ID.AddInteger(Key.Kind)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar 
  /external/icu4c/test/intltest/
transtst.cpp 219 const UnicodeString& id = *avail->snext(ec); local
221 !assertTrue("snext()!=NULL", (&id)!=NULL, TRUE)) {
225 if (id.length() < 1) {
230 if (id != id2) {
237 Transliterator* t = Transliterator::createInstance(id,
240 Transliterator::getDisplayName(id, name);
244 if (id.compare((UnicodeString)"Thai-Latin") != 0)
246 dataerrln(UnicodeString("FAIL: Couldn't create ") + id +
254 // entry from the available ID list. We detect this
262 logln(UnicodeString("OK: ") + name + " (" + id + ")") local
1160 UnicodeString id = dg->getID(); local
2046 UnicodeString id = Transliterator::getAvailableID(i); local
2330 UnicodeString id = CharsToUnicodeString(DATA[i]); local
3412 const UnicodeString& id = t->getID(); local
3560 UnicodeString id = source + "-" + target + "\/" + variant; local
4001 char id[256]={'\\0'}; local
    [all...]
  /external/libxml2/
xmlreader.c 219 * @not: A id
221 * Deallocate the memory used by an id definition
224 xmlFreeID(xmlIDPtr id) {
227 if (id == NULL) return;
229 if (id->doc != NULL)
230 dict = id->doc->dict;
232 if (id->value != NULL)
233 DICT_FREE(id->value)
234 xmlFree(id);
242 * Remove the given attribute from the ID table maintained internally
249 xmlIDPtr id; local
    [all...]
  /external/valgrind/tsan/
thread_sanitizer.cc 43 // Segment ID (SID) is in range [1, kMaxSID-1]
44 // Segment Set ID (SSID) is in range [-kMaxSID+1, -1]
50 // Lock ID (LID) is in range [1, kMaxLID-1]
51 // Lock Set ID (LSID) is in range [-kMaxLID+1, -1]
185 // -------- ID ---------------------- {{{1
186 // We wrap int32_t into ID class and then inherit various ID type from ID.
188 // to make it impossible to make implicit cast from one ID type to another.
189 class ID {
1057 int32_t *id = &(*map_)[set]; local
    [all...]
  /frameworks/base/core/java/android/provider/
Telephony.java 74 * The thread ID of the message
86 * The person ID of the sender
139 * The id of the sender of the conversation, if present
570 * <li><em>transactionId (Integer)</em> - The WAP transaction ID</li>
749 * The Message-ID of the message.
863 * The transaction-id of the message.
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 130 // The tab ID
244 static final String ID = "ID";
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 202 long id, long nameRawContactId, int displayNameSource, long photoId,
213 mId = id;
287 * Returns the URI for the contact that contains both the lookup key and the ID. This is
324 * Returns the contact ID.
434 * Return the ID of the first raw-contact in the contact data that belongs to a
441 // Iterate through raw-contacts; if we find a writable on, return its ID.
722 public final static int ID = 4;
803 // First time to see this raw contact id, so create a new entity, and
862 // No photo ID
    [all...]

Completed in 1205 milliseconds

<<11121314151617181920>>