Home
last modified time | relevance | path

Searched refs:getRecord (Results 1 – 17 of 17) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DInventoryComponent.java52 public UpdateRecord getRecord() { in getRecord() method in InventoryComponent
DPlayerComponent.java229 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in update()
351 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in stateMove()
DAnimationComponent.java175 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in update()
/external/llvm/lib/TableGen/
DRecord.cpp352 if (RRT->getRecord()->isSubClassOf(getRecord()) || in convertValue()
353 RRT->getRecord() == getRecord()) in convertValue()
363 if (Rec == RTy->getRecord() || RTy->getRecord()->isSubClassOf(Rec)) in baseClassOf()
368 if (RTy->getRecord()->isSubClassOf(SC[i])) in baseClassOf()
387 RecTy1->getRecord()->getSuperClasses(); in resolveTypes()
405 RecTy2->getRecord()->getSuperClasses(); in resolveTypes()
1256 if (RecordVal *Field = RecordType->getRecord()->getValue(FieldName)) in getFieldType()
1352 if (const RecordVal *RV = RTy->getRecord()->getValue(FieldName)) in getFieldType()
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h157 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function
305 return BitstreamEntry::getRecord(Code);
/external/srec/audio/AudioIn/UNIX/src/
Daudioin.c313 static int getRecord(void) in getRecord() function
446 if ( getRecord ( ) ) /* else continue to read from driver but discard samples */ in AcquisitionThread()
643 if ( getRecord ( ) ) /* else continue to read from driver but discard samples */ in AcquisitionThread()
/external/skia/include/views/animated/
DSkWidgetViews.h300 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data);
/external/chromium_org/third_party/skia/include/views/animated/
DSkWidgetViews.h300 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data);
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp669 return PatFragRec->getRecord()->getValueAsString("PredicateCode"); in getPredCode()
673 return PatFragRec->getRecord()->getValueAsString("ImmediateCode"); in getImmCode()
685 return "Predicate_" + PatFragRec->getRecord()->getName(); in getFnName()
2099 OS << getRecord()->getName(); in print()
2857 new TreePatternNode(I->getRecord(), ResultNodeOperands, in ParseInstructions()
2858 GetNumNodeResults(I->getRecord(), *this)); in ParseInstructions()
2866 Instructions.insert(std::make_pair(I->getRecord(), TheInst)); in ParseInstructions()
2871 TreePattern Temp(I->getRecord(), ResultPattern, false, *this); in ParseInstructions()
2874 DAGInstruction &TheInsertedInst = Instructions.find(I->getRecord())->second; in ParseInstructions()
2938 PrintWarning(Pattern->getRecord()->getLoc(), in AddPatternToMatch()
[all …]
DCodeGenInstruction.h315 Record *getRecord() const { assert(isRecord()); return R; } in getRecord() function
DCodeGenDAGPatterns.h215 Record *getRecord() const { return Def; } in getRecord() function
556 Record *getRecord() const { return TheRecord; } in getRecord() function
DAsmWriterEmitter.cpp833 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction()
845 Record *R = CGA->ResultOperands[i].getRecord(); in EmitPrintAliasInstruction()
DFastISelEmitter.cpp211 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord(); in initialize()
DFixedLenDecoderEmitter.cpp1767 Record *TypeRecord = Type->getRecord(); in populateInstruction()
DAsmMatcherEmitter.cpp1546 Op.Class = getOperandClass(CGA.ResultOperands[i].getRecord(), in buildAliasOperandReference()
/external/icu4c/i18n/
Dalphaindex.cpp85 inline AlphabeticIndex::Record *getRecord(const UVector &list, int32_t i) { in getRecord() function
668 Record *r = getRecord(*inputList_, i); in initBuckets()
/external/llvm/include/llvm/TableGen/
DRecord.h380 Record *getRecord() const { return Rec; } in getRecord() function