/external/cblas/testing/ |
c_sblat1.f | 704 INTEGER ID 718 20 ID = ICOMP - ITRUE 719 WRITE (NOUT,99997) ICASE, N, INCX, INCY, MODE, ICOMP, ITRUE, ID
|
c_zblat1.f | 659 INTEGER ID 672 20 ID = ICOMP - ITRUE 673 WRITE (NOUT,99997) ICASE, N, INCX, INCY, MODE, ICOMP, ITRUE, ID
|
/external/clang/include/clang/Analysis/ |
ProgramPoint.h | 161 llvm::FoldingSetNodeID ID; 162 Profile(ID); 163 return ID.ComputeHash(); 180 void Profile(llvm::FoldingSetNodeID& ID) const { 181 ID.AddInteger((unsigned) getKind()); 182 ID.AddPointer(getData1()); 183 ID.AddPointer(getData2()); 184 ID.AddPointer(getLocationContext()); 185 ID.AddPointer(getTag());
|
/external/clang/lib/Basic/ |
DiagnosticIDs.cpp | 97 /// or null if the ID is invalid. 105 "Diag ID conflict, the enums at the start of clang::diag (in " 124 // 2. Subtract the number of IDs in each category from our ID. This gives us 129 unsigned ID = DiagID - DIAG_START_COMMON - 1; 133 ID -= DIAG_START_##NAME - DIAG_START_##PREV; \ 147 if (ID + Offset >= StaticDiagInfoSize) 150 assert(ID < StaticDiagInfoSize && Offset < StaticDiagInfoSize); 152 const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset]; 153 // If the diag id doesn't match we found a different diag, abort. This can 154 // happen when this function is called with an ID that points into a hole i [all...] |
IdentifierTable.cpp | 150 /// AddKeyword - This method is used to associate a token ID with specific 247 // the first and third character. For preprocessor ID's there are no 377 static void Profile(llvm::FoldingSetNodeID &ID, 379 ID.AddInteger(NumArgs); 381 ID.AddPointer(ArgTys[i]); 383 void Profile(llvm::FoldingSetNodeID &ID) { 384 Profile(ID, keyword_begin(), getNumArgs()); 600 llvm::FoldingSetNodeID ID; 601 MultiKeywordSelector::Profile(ID, IIV, nKeys); 605 SelTabImpl.Table.FindNodeOrInsertPos(ID, InsertPos) [all...] |
/external/clang/lib/Index/ |
CommentToXML.cpp | 606 FileID ID = FormatRewriterContext.createInMemoryFile(filename, StringDecl); 607 SourceLocation Start = FormatRewriterContext.Sources.getLocForStartOfFile(ID) 612 format::getLLVMStyle(), FormatRewriterContext.Sources, ID, 615 Declaration = FormatRewriterContext.getRewrittenText(ID); [all...] |
/external/clang/lib/Serialization/ |
GlobalModuleIndex.cpp | 111 unsigned ID = endian::readNext<uint32_t, little, unaligned>(d); 112 Result.push_back(ID); 156 if (!InGlobalIndexBlock && Entry.ID == GLOBAL_INDEX_BLOCK_ID) { 169 switch ((IndexRecordTypes)Cursor.readRecord(Entry.ID, Record, &Blob)) { 178 unsigned ID = Record[Idx++]; 181 if (ID == Modules.size()) 184 Modules.resize(ID + 1); 188 Modules[ID].Size = Record[Idx++]; 189 Modules[ID].ModTime = Record[Idx++]; 193 Modules[ID].FileName.assign(Record.begin() + Idx [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ProgramState.cpp | 237 // values. For example, SymbolicRegions of type 'id<...>' cannot 383 llvm::FoldingSetNodeID ID; 384 State.Profile(ID); 387 if (ProgramState *I = StateSet.FindNodeOrInsertPos(ID, InsertPos))
|
/external/clang/utils/TableGen/ |
ClangDiagnosticsEmitter.cpp | 114 unsigned &ID = CategoryIDs[Category]; 115 if (ID != 0) continue; // Already seen. 117 ID = CategoryStrings.size(); 204 // Assign unique ID numbers to the groups. [all...] |
/external/eigen/blas/testing/ |
cblat1.f | 658 INTEGER ID 671 20 ID = ICOMP - ITRUE 672 WRITE (NOUT,99997) ICASE, N, INCX, INCY, MODE, ICOMP, ITRUE, ID
|
zblat1.f | 658 INTEGER ID 671 20 ID = ICOMP - ITRUE 672 WRITE (NOUT,99997) ICASE, N, INCX, INCY, MODE, ICOMP, ITRUE, ID
|
/external/icu/icu4c/source/test/intltest/ |
transapi.cpp | 70 UnicodeString ID; 78 ID= t->getID(); 79 if(ID != trans) 80 errln("FAIL: getID returned " + ID + " instead of Latin-Greek"); 86 ID = (UnicodeString) Transliterator::getAvailableID(i); 87 if(ID.indexOf("Thai")>-1){ 90 t = Transliterator::createInstance(ID, UTRANS_FORWARD, parseError, status); 92 errln("FAIL: " + ID); 95 if(ID != t->getID()) 96 errln("FAIL: getID() returned " + t->getID() + " instead of " + ID); 924 UnicodeString id; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
TimeZone.java | 42 * along with a time zone ID. For instance, the time zone ID for the 53 * if a time zone ID is supported or not. You can then choose a 54 * supported ID to get a <code>TimeZone</code>. 56 * supported IDs, then you can create a custom time zone ID with 66 * time zone ID. The <code>TimeZone</code> that is returned 67 * when you specify a custom time zone ID uses the specified 70 * time zone ID to create a TimeZone representing 14 hours ahead 73 * normalize a custom time zone ID. 132 * Constructing a TimeZone with the given time zone ID 1208 String id = null; local [all...] |
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/ |
BinaryInputCapsule.java | 457 else if (value instanceof ID) { 458 value = importer.readObject(((ID) value).id); 471 if (values instanceof ID[]) { 483 final ID id = (ID) values[i]; local 484 savables[i] = id != null ? importer.readObject(id.id) : null 1154 int id = readInt(content); local 1355 public int id; field in class:BinaryInputCapsule.ID [all...] |
/external/llvm/include/llvm/Analysis/ |
DependenceAnalysis.h | [all...] |
LoopAccessAnalysis.h | 364 /// Holds the id of the set of pointers that could be dependent because of a 367 /// Holds the id of the disjoint alias set to which this pointer belongs. 509 static char ID; 511 LoopAccessAnalysis() : FunctionPass(ID) {
|
LoopInfo.h | 429 /// Return the llvm.loop loop id metadata node for this loop if it is present. 436 /// Set the llvm.loop loop id metadata for this loop. 727 static void *ID() { return (void *)&PassID; } 757 static char ID; // Pass identification, replacement for typeid 759 LoopInfoWrapperPass() : FunctionPass(ID) {
|
RegionInfo.h | 856 static char ID; [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAGISel.h | 57 static char ID;
|
SlotIndexes.h | 353 /// and MBB id. 374 static char ID; 376 SlotIndexes() : MachineFunctionPass(ID) {
|
/external/llvm/include/llvm/MC/ |
MCRegisterInfo.h | 40 const uint16_t ID; 45 /// getID() - Return the register class ID number. 47 unsigned getID() const { return ID; } 409 assert(i < getNumRegClasses() && "Register Class ID out of range");
|
/external/llvm/include/llvm/ProfileData/ |
CoverageMapping.h | 51 unsigned ID; 53 Counter(CounterKind Kind, unsigned ID) : Kind(Kind), ID(ID) {} 56 Counter() : Kind(Zero), ID(0) {} 64 unsigned getCounterID() const { return ID; } 66 unsigned getExpressionID() const { return ID; } 69 return LHS.Kind == RHS.Kind && LHS.ID == RHS.ID; 77 return std::tie(LHS.Kind, LHS.ID) < std::tie(RHS.Kind, RHS.ID) [all...] |
/external/llvm/lib/Analysis/ |
LazyValueInfo.cpp | 40 char LazyValueInfo::ID = 0; [all...] |
Lint.cpp | 115 static char ID; // Pass identification, replacement for typeid 116 Lint() : FunctionPass(ID), MessagesStr(Messages) { 162 char Lint::ID = 0; [all...] |
MemoryDependenceAnalysis.cpp | 57 char MemoryDependenceAnalysis::ID = 0; 68 : FunctionPass(ID), PredCache() { [all...] |