HomeSort by relevance Sort by last modified time
    Searched defs:ID (Results 701 - 725 of 1021) sorted by null

<<21222324252627282930>>

  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 81 // This can be null for calls to e.g. id<Foo>.
441 ObjCInterfaceDecl *ID = candidate.getCorrectionDeclAs<ObjCInterfaceDecl>();
442 return ID && !declaresSameEntity(ID, CurrentIDecl);
830 ObjCInterfaceDecl *ID) {
831 if (!ID)
835 for (auto *MD : ID->methods())
    [all...]
SemaExprObjC.cpp 129 // being an 'id' type.
    [all...]
SemaLookup.cpp 309 if (IdentifierInfo *Id = NameInfo.getName().getAsIdentifierInfo()) {
310 if (unsigned BuiltinID = Id->getBuiltinID()) {
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 703 static void EmitBlockID(unsigned ID, const char *Name,
707 Record.push_back(ID);
719 static void EmitRecordID(unsigned ID, const char *Name,
723 Record.push_back(ID);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar 
  /external/icu/icu4c/source/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
4002 char id[256]={'\\0'}; local
    [all...]
  /external/libpcap/
grammar.c 403 ID = 314,
524 #define ID 314
1034 "ADDR4", "RA", "TA", "LINK", "GEQ", "LEQ", "NEQ", "ID", "EID", "HID",
    [all...]
  /external/libxml2/
xmlreader.c 226 * @not: A id
228 * Deallocate the memory used by an id definition
231 xmlFreeID(xmlIDPtr id) {
234 if (id == NULL) return;
236 if (id->doc != NULL)
237 dict = id->doc->dict;
239 if (id->value != NULL)
240 DICT_FREE(id->value)
241 xmlFree(id);
249 * Remove the given attribute from the ID table maintained internally
256 xmlIDPtr id; local
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 125 char DependenceAnalysis::ID = 0;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 179 // Map the bitcode's custom MDKind ID to the Module's MDKind ID.
198 /// inserted lazily into functions when they're loaded. The basic block ID is
207 /// relative to the instruction ID: basic block numbers, and types.
268 Type *getTypeByID(unsigned ID);
269 Value *getFnValueByID(unsigned ID, Type *Ty) {
271 return MetadataAsValue::get(Ty->getContext(), getFnMetadataByID(ID));
272 return ValueList.getValueFwdRef(ID, Ty);
274 Metadata *getFnMetadataByID(unsigned ID) {
275 return MDValueList.getValueFwdRef(ID);
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 104 MachineSchedulerBase(char &ID): MachineFunctionPass(ID) {}
121 static char ID; // Class identification, replacement for typeinfo
136 static char ID; // Class identification, replacement for typeinfo
143 char MachineScheduler::ID = 0;
145 char &llvm::MachineSchedulerID = MachineScheduler::ID;
156 : MachineSchedulerBase(ID) {
173 char PostMachineScheduler::ID = 0;
175 char &llvm::PostMachineSchedulerID = PostMachineScheduler::ID;
181 : MachineSchedulerBase(ID) {
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 377 void visitIntrinsicFunctionCall(Intrinsic::ID ID, CallInst &CI);
390 bool PerformTypeCheck(Intrinsic::ID ID, Function *F, Type *Ty, int VT,
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 618 static char ID; // Pass identification, replacement for typeid
620 : FunctionPass(ID), NoLoads(noloads), MD(nullptr) {
727 char GVN::ID = 0;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 196 static char ID; // Pass identification, replacement for typeid
201 : BasicBlockPass(ID), Config(C) {
206 : BasicBlockPass(ID), Config(C) {
665 Intrinsic::ID IID = (Intrinsic::ID) F->getIntrinsicID();
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 76 CompileUnit(DWARFUnit &OrigUnit, unsigned ID)
77 : OrigUnit(OrigUnit), ID(ID), LowPc(UINT64_MAX), HighPc(0), RangeAlloc(),
93 unsigned getUniqueID() const { return ID; }
172 unsigned ID;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 119 static char ID; // Pass identification, replacement for typeid
121 MachinePostDominatorTree() : MachineFunctionPass(ID)
181 char MachinePostDominatorTree::ID = 0;
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 149 * The thread ID of the message.
213 * The ID of the sender of the conversation, if present.
244 * < 0 if the sub id cannot be determined.
368 * Add an SMS to the given URI with the specified thread ID.
410 Rlog.v(TAG,"Telephony addMessageToUri sub id: " + subId);
828 * <li><em>"subscription"</em> - An optional long value of the subscription id which
832 * <li><em>"phone"</em> - An optional int value of the phone id associated with the
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 133 // The tab ID
250 static final String ID = "ID";
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 296 public static final int ID = 3;
386 -1 /* id */,
491 // First time to see this raw contact id, so create a new entity, and
569 // No photo ID
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar 

Completed in 513 milliseconds

<<21222324252627282930>>