/external/clang/include/clang/Basic/ |
D | Builtins.h | 83 return getRecord(ID).Name; in getName() 88 return getRecord(ID).Type; in getTypeString() 99 return strchr(getRecord(ID).Attributes, 'c') != nullptr; in isConst() 104 return strchr(getRecord(ID).Attributes, 'n') != nullptr; in isNoThrow() 109 return strchr(getRecord(ID).Attributes, 'r') != nullptr; in isNoReturn() 114 return strchr(getRecord(ID).Attributes, 'j') != nullptr; in isReturnsTwice() 120 return strchr(getRecord(ID).Attributes, 'u') != nullptr; in isUnevaluated() 126 return strchr(getRecord(ID).Attributes, 'F') != nullptr; in isLibFunction() 133 return strchr(getRecord(ID).Attributes, 'f') != nullptr; in isPredefinedLibFunction() 140 return strchr(getRecord(ID).Attributes, 'i') != nullptr; in isPredefinedRuntimeFunction() [all …]
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | ScriptRunModuleWriter.java | 31 int script = scriptData.getRecord(record).scriptCode(); in writeScriptRuns() 34 output.print(Utility.hex(scriptData.getRecord(record).startChar(), 6)); in writeScriptRuns() 36 output.print(Utility.hex(scriptData.getRecord(record).endChar(), 6)); in writeScriptRuns() 66 …scriptRangeOffsets[scriptData.getRecord(record).scriptCode() - minScript].addElement(new Integer(r… in writeScriptRuns()
|
D | CanonGSUBBuilder.java | 75 ArabicCharacterData.Record record = data.getRecord(i); in buildArabicContextualForms() 117 ArabicCharacterData.Record record = data.getRecord(i); in buildArabicLigatureTree() 199 ArabicCharacterData.Record record = data.getRecord(i); in addArabicGlyphClasses() 274 CanonicalCharacterData.Record record = data.getRecord(script, i); in buildLigatureTree() 301 CanonicalCharacterData.Record record = data.getRecord(script, r); in buildDecompTables()
|
D | ArabicCharacterData.java | 81 public Record getRecord(int index) in getRecord() method in ArabicCharacterData
|
D | CanonicalCharacterData.java | 141 public Record getRecord(int script, int index) in getRecord() method in CanonicalCharacterData
|
D | ScriptData.java | 232 public Record getRecord(int index) in getRecord() method in ScriptData
|
/external/clang/lib/Basic/ |
D | Builtins.cpp | 32 const Builtin::Info &Builtin::Context::getRecord(unsigned ID) const { in getRecord() function in Builtin::Context 89 Table.get(getRecord(ID).Name).setBuiltinID(0); in forgetBuiltin() 100 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt); in isLike()
|
/external/llvm/include/llvm/Object/ |
D | StackMapParser.h | 384 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() function 393 return record_iterator(getRecord(0)); in records_begin() 403 return record_iterator(getRecord(getNumRecords() - 1).next()); in records_end()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | InventoryComponent.java | 52 public UpdateRecord getRecord() { in getRecord() method in InventoryComponent
|
D | PlayerComponent.java | 229 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in update() 351 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in stateMove()
|
D | AnimationComponent.java | 175 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in update()
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 167 if (RTy->getRecord() == Rec || Rec->isSubClassOf(RTy->getRecord())) in typeIsConvertibleTo() 170 for (Record *SC : RTy->getRecord()->getSuperClasses()) in typeIsConvertibleTo() 189 for (Record *SuperRec1 : RecTy1->getRecord()->getSuperClasses()) { in resolveTypes() 198 for (Record *SuperRec2 : RecTy2->getRecord()->getSuperClasses()) { in resolveTypes() 1096 if (RecordVal *Field = RecordType->getRecord()->getValue(FieldName)) in getFieldType() 1168 if (DRRT->getRecord()->isSubClassOf(SRRT->getRecord()) || in convertInitializerTo() 1169 DRRT->getRecord() == SRRT->getRecord()) in convertInitializerTo() 1263 if (const RecordVal *RV = RTy->getRecord()->getValue(FieldName)) in getFieldType() 1376 if (getDef()->isSubClassOf(RRT->getRecord())) in convertInitializerTo()
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamReader.h | 153 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function 282 return BitstreamEntry::getRecord(Code);
|
/external/skia/include/views/animated/ |
D | SkWidgetViews.h | 300 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data);
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 757 return PatFragRec->getRecord()->getValueAsString("PredicateCode"); in getPredCode() 761 return PatFragRec->getRecord()->getValueAsString("ImmediateCode"); in getImmCode() 773 return "Predicate_" + PatFragRec->getRecord()->getName(); in getFnName() 2365 OS << getRecord()->getName(); in print() 3082 new TreePatternNode(I->getRecord(), ResultNodeOperands, in parseInstructionPattern() 3083 GetNumNodeResults(I->getRecord(), *this)); in parseInstructionPattern() 3093 DAGInsts.insert(std::make_pair(I->getRecord(), TheInst)); in parseInstructionPattern() 3098 TreePattern Temp(I->getRecord(), ResultPattern, false, *this); in parseInstructionPattern() 3101 DAGInstruction &TheInsertedInst = DAGInsts.find(I->getRecord())->second; in parseInstructionPattern() 3211 PrintWarning(Pattern->getRecord()->getLoc(), in AddPatternToMatch() [all …]
|
D | CodeGenInstruction.h | 328 Record *getRecord() const { assert(isRecord()); return R; } in getRecord() function
|
D | CodeGenDAGPatterns.h | 239 Record *getRecord() const { return Def; } in getRecord() function 593 Record *getRecord() const { return TheRecord; } in getRecord() function
|
D | AsmWriterEmitter.cpp | 854 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction() 880 Record *R = CGA.ResultOperands[i].getRecord(); in EmitPrintAliasInstruction()
|
D | CodeGenInstruction.cpp | 561 Record *Rec = getRecord(); in getMINumOperands()
|
D | FastISelEmitter.cpp | 213 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord(); in initialize()
|
D | FixedLenDecoderEmitter.cpp | 1869 TypeRecord = Type->getRecord(); in populateInstruction() 1951 Record *TypeRecord = Type->getRecord(); in populateInstruction()
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | webcomponents-lite.js | 205 function getRecord(type, target) { function 296 var record = new getRecord("attributes", target); 312 var record = getRecord("characterData", target); 336 var record = getRecord("childList", e.target.parentNode);
|
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/ |
D | webcomponents-lite.js | 205 function getRecord(type, target) { function 296 var record = new getRecord("attributes", target); 312 var record = getRecord("characterData", target); 336 var record = getRecord("childList", e.target.parentNode);
|
/external/icu/icu4c/source/i18n/ |
D | alphaindex.cpp | 84 inline AlphabeticIndex::Record *getRecord(const UVector &list, int32_t i) { in getRecord() function 660 Record *r = getRecord(*inputList_, i); in initBuckets()
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 356 Record *getRecord() const { return R; } in getRecord() function in __anon2f9be8960111::Intrinsic 2112 Record *R = Def->getRecord(); in genIntrinsicRangeCheckCode()
|