/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 | 352 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/ |
D | BitstreamReader.h | 157 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function 305 return BitstreamEntry::getRecord(Code);
|
/external/srec/audio/AudioIn/UNIX/src/ |
D | audioin.c | 313 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/ |
D | SkWidgetViews.h | 300 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data);
|
/external/chromium_org/third_party/skia/include/views/animated/ |
D | SkWidgetViews.h | 300 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data);
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 669 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 …]
|
D | CodeGenInstruction.h | 315 Record *getRecord() const { assert(isRecord()); return R; } in getRecord() function
|
D | CodeGenDAGPatterns.h | 215 Record *getRecord() const { return Def; } in getRecord() function 556 Record *getRecord() const { return TheRecord; } in getRecord() function
|
D | AsmWriterEmitter.cpp | 833 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction() 845 Record *R = CGA->ResultOperands[i].getRecord(); in EmitPrintAliasInstruction()
|
D | FastISelEmitter.cpp | 211 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord(); in initialize()
|
D | FixedLenDecoderEmitter.cpp | 1767 Record *TypeRecord = Type->getRecord(); in populateInstruction()
|
D | AsmMatcherEmitter.cpp | 1546 Op.Class = getOperandClass(CGA.ResultOperands[i].getRecord(), in buildAliasOperandReference()
|
/external/icu4c/i18n/ |
D | alphaindex.cpp | 85 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/ |
D | Record.h | 380 Record *getRecord() const { return Rec; } in getRecord() function
|