/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar | |
/cts/tests/tests/text/src/android/text/format/cts/ |
TimeTest.java | 169 // http://code.google.com/p/android/issues/detail?id=16002 183 // http://code.google.com/p/android/issues/detail?id=22225 [all...] |
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
DeqpTestRunnerTest.java | 53 private static final String ID = AbiUtils.createId(UnitTests.ABI.getName(), NAME); 215 mockListener.testRunStarted(ID, 1); 353 mockListener.testRunStarted(ID, 1); 493 for (TestIdentifier id : testIds) { 494 tests.add(id); 495 instances.put(id, DEFAULT_INSTANCE_ARGS); 523 mockListener.testRunStarted(ID, testPaths.length); 596 for (TestIdentifier id : testIds) { 597 tests.add(id); 598 instances.put(id, DEFAULT_INSTANCE_ARGS) [all...] |
/external/clang/lib/AST/ |
Expr.cpp | 222 // An id-expression is type-dependent if it contains: 240 // (TD) - a conversion-function-id that specifies a dependent type 509 MC->mangleGlobalBlock(BD, /*ID*/ nullptr, Out); 676 if (const ObjCInterfaceDecl *ID = MD->getClassInterface()) 677 Out << *ID; [all...] |
StmtProfile.cpp | 27 llvm::FoldingSetNodeID &ID; 32 StmtProfiler(llvm::FoldingSetNodeID &ID, const ASTContext &Context, 34 : ID(ID), Context(Context), Canonical(Canonical) { } 71 ID.AddInteger(S->getStmtClass()); 76 ID.AddInteger(0); 162 ID.AddBoolean(S->isVolatile()); 163 ID.AddBoolean(S->isSimple()); 165 ID.AddInteger(S->getNumOutputs()); 167 ID.AddString(S->getOutputName(I)) [all...] |
/external/clang/lib/Basic/ |
SourceManager.cpp | 279 /// getLineTableFilenameID - Return the uniqued ID for the specified filename. 491 int ID = LoadedSLocEntryTable.size(); 492 return std::make_pair(-ID - 1, CurrentLoadedOffset); 523 int ID = FID.ID; 524 if (ID == -1) 527 if (ID > 0) { 528 if (ID-1 == 0) 530 } else if (unsigned(-(ID-1) - 2) >= LoadedSLocEntryTable.size()) { 534 return FileID::get(ID-1) [all...] |
/external/clang/lib/Lex/ |
ModuleMap.cpp | 44 if (Unresolved.Id.empty()) { 49 // Resolve the module-id. 50 Module *Context = resolveModuleId(Unresolved.Id, Mod, Complain); 57 Module *ModuleMap::resolveModuleId(const ModuleId &Id, Module *Mod, 60 Module *Context = lookupModuleUnqualified(Id[0].first, Mod); 63 Diags.Report(Id[0].second, diag::err_mmap_missing_module_unqualified) 64 << Id[0].first << Mod->getFullModuleName(); 70 for (unsigned I = 1, N = Id.size(); I != N; ++I) { 71 Module *Sub = lookupModuleQualified(Id[I].first, Context); 74 Diags.Report(Id[I].second, diag::err_mmap_missing_module_qualified [all...] |
/external/emma/core/java12/com/vladium/emma/report/html/ |
ReportGenerator.java | 7 * $Id: ReportGenerator.java,v 1.2.2.1 2004/07/16 23:32:04 vlad_r Exp $ 745 final int ID; 748 ID = out [0]; 751 ID = m_namespace.size (); 752 m_namespace.put (key, ID); 755 return Integer.toHexString (ID); 758 private final ObjectIntMap /* key:String->ID */ m_namespace; [all...] |
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
Transliterator.java | 166 * A transliterator is designated by a short identifier string or <em>ID</em>. IDs follow the format 183 * transliterator given its ID. Valid IDs may be enumerated using <code>getAvailableIDs()</code>. Since transliterators 184 * are stateless, multiple calls to <code>getInstance()</code> with the same ID will return the same object. 423 private String ID; 444 * transliterator. The ID is appended to this to form the key. 451 * transliterator SCRIPT. The ID is appended to this to form the key. 465 * Delimiter between elements in a compound ID. 470 * Delimiter before target in an ID. 475 * Delimiter before variant in an ID. 493 * @param ID the string identifier for this transliterato 1495 String id = getID(); local [all...] |
/external/libxml2/ |
valid.c | 2736 xmlIDPtr id; local 2774 xmlIDPtr id; local 6435 xmlAttrPtr id; local [all...] |
/external/lldb/source/Expression/ |
IRForTarget.cpp | 42 static char ID; 100 ModulePass(ID), 173 Intrinsic::ID intrinsic_id = (Intrinsic::ID)fun->getIntrinsicID(); [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineScheduler.h | 368 /// scheduling, listed in increasing set ID order. Each pressure set is paired 470 /// by an ID. SUnit::NodeQueueId is a mask of the ReadyQueues the SUnit is in. 475 unsigned ID; 480 ReadyQueue(unsigned id, const Twine &name): ID(id), Name(name.str()) {} 482 unsigned getID() const { return ID; } 486 // SU is in this queue if it's NodeQueueID is a superset of this ID. 487 bool isInQueue(SUnit *SU) const { return (SU->NodeQueueId & ID); } 509 SU->NodeQueueId |= ID; [all...] |
/external/llvm/include/llvm/IR/ |
PatternMatch.h | [all...] |
/external/llvm/include/llvm/TableGen/ |
Record.h | 670 void Profile(FoldingSetNodeID &ID) const; 810 void Profile(FoldingSetNodeID &ID) const; 920 assert(i == 0 && "Invalid operand id for unary operator"); [all...] |
/external/llvm/lib/Analysis/ |
CFLAliasAnalysis.cpp | 186 static char ID; 188 CFLAliasAnalysis() : ImmutablePass(ID) { 198 void *getAdjustedAnalysisPointer(const void *ID) override { 199 if (ID == &AliasAnalysis::ID) 719 char CFLAliasAnalysis::ID = 0; [all...] |
ScalarEvolution.cpp | 125 char ScalarEvolution::ID = 0; 317 FoldingSetNodeID ID; 318 ID.AddInteger(scConstant); 319 ID.AddPointer(V); 321 if (const SCEV *S = UniqueSCEVs.FindNodeOrInsertPos(ID, IP)) return S; 322 SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V); 337 SCEVCastExpr::SCEVCastExpr(const FoldingSetNodeIDRef ID, 339 : SCEV(ID, SCEVTy), Op(op), Ty(ty) {} 341 SCEVTruncateExpr::SCEVTruncateExpr(const FoldingSetNodeIDRef ID, 343 : SCEVCastExpr(ID, scTruncate, op, ty) [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | 67 char AsmPrinter::ID = 0; 104 : MachineFunctionPass(ID), TM(tm), MAI(tm.getMCAsmInfo()), 131 /// getFunctionNumber - Return a unique ID for the current function. [all...] |
DwarfDebug.cpp | 550 // CU then add the dwo id to it. 554 uint64_t ID = DIEHash(Asm).computeCUSignature(TheCU.getUnitDie()); 556 dwarf::DW_FORM_data8, ID); 558 dwarf::DW_FORM_data8, ID); [all...] |
/external/llvm/lib/CodeGen/ |
IfConversion.cpp | 175 static char ID; 176 IfConverter() : MachineFunctionPass(ID), FnNum(-1) { 264 char IfConverter::ID = 0; 267 char &llvm::IfConverterID = IfConverter::ID; [all...] |
RegAllocGreedy.cpp | 322 static char ID; 406 char RAGreedy::ID = 0; 428 RAGreedy::RAGreedy(): MachineFunctionPass(ID) { [all...] |
RegisterCoalescer.cpp | 228 static char ID; ///< Class identification, replacement for typeinfo 229 RegisterCoalescer() : MachineFunctionPass(ID) { 245 char &llvm::RegisterCoalescerID = RegisterCoalescer::ID; 256 char RegisterCoalescer::ID = 0; [all...] |
WinEHPrepare.cpp | 71 static char ID; // Pass identification, replacement for typeid. 73 : FunctionPass(ID), DT(nullptr) {} 301 char WinEHPrepare::ID = 0; [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | 602 // void @llvm.experimental.stackmap(i64 <id>, i32 <numShadowBytes>, 614 // STACKMAP(id, nbytes, ...) 619 // Add the <id> and <numBytes> constants. 622 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); 623 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); 632 // <id> and <numBytes>). 640 CallingConv::ID CC = I->getCallingConv(); 705 // void|i64 @llvm.experimental.patchpoint.void|i64(i64 <id>, 711 CallingConv::ID CC = I->getCallingConv(); 723 // Skip the four meta args: <id>, <numNopBytes>, <target>, <numArgs [all...] |
/external/llvm/lib/IR/ |
AsmWriter.cpp | 65 unsigned ID = IDs.size() + 1; 66 IDs[V].first = ID; 133 unsigned ID, const OrderMap &OM, 150 ID = OM.lookup(BA->getBasicBlock()).first; 160 // If ID is 4, then expect: 7 6 5 1 2 3. 163 if (RID <= ID) 169 if (LID <= ID) 177 if (LID <= ID) [all...] |
/external/llvm/lib/Linker/ |
LinkModules.cpp | [all...] |