Searched refs:getRecord (Results 1 - 15 of 15) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DInventoryComponent.java52 public UpdateRecord getRecord() { method in class:InventoryComponent
H A DPlayerComponent.java229 InventoryComponent.UpdateRecord inventory = mInventory.getRecord();
351 InventoryComponent.UpdateRecord inventory = mInventory.getRecord();
H A DAnimationComponent.java175 InventoryComponent.UpdateRecord inventory = mInventory.getRecord();
/external/skia/src/views/
H A DSkListWidget.cpp273 fSource->getRecord(i, fBindings[j].fFieldIndex, &str);
274 //SkDEBUGF(("getRecord(%d,%d,%s) slot(%s)\n", i, fBindings[j].fFieldIndex, str.c_str(), fBindings[j].fSlotName.c_str()));
519 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data) function in class:SkXMLListSource
532 this->getRecord(rowIndex, 0, &data);
/external/srec/audio/AudioIn/UNIX/src/
H A Daudioin.c313 static int getRecord(void) function
446 if ( getRecord ( ) ) /* else continue to read from driver but discard samples */
529 } /* if (getRecord()) */
643 if ( getRecord ( ) ) /* else continue to read from driver but discard samples */
771 } /* if (getRecord()) */
/external/llvm/lib/TableGen/
H A DRecord.cpp329 if (RRT->getRecord()->isSubClassOf(getRecord()) ||
330 RRT->getRecord() == getRecord())
336 if (Rec == RHS->getRecord() || RHS->getRecord()->isSubClassOf(Rec))
341 if (RHS->getRecord()->isSubClassOf(SC[i]))
359 RecTy1->getRecord()->getSuperClasses();
378 RecTy2->getRecord()->getSuperClasses();
1244 RecordVal *Field = RecordType->getRecord()
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h316 Record *getRecord() const { assert(isRecord()); return R; } function in struct:llvm::CodeGenInstAlias::ResultOperand
H A DCodeGenDAGPatterns.h215 Record *getRecord() const { return Def; }
544 /// getRecord - Return the actual TableGen record corresponding to this
547 Record *getRecord() const { return TheRecord; }
H A DCodeGenDAGPatterns.cpp635 return PatFragRec->getRecord()->getValueAsString("PredicateCode");
639 return PatFragRec->getRecord()->getValueAsString("ImmediateCode");
651 return "Predicate_" + PatFragRec->getRecord()->getName();
1981 OS << getRecord()->getName();
2727 new TreePatternNode(I->getRecord(), ResultNodeOperands,
2728 GetNumNodeResults(I->getRecord(), *this));
2736 Instructions.insert(std::make_pair(I->getRecord(), TheInst));
2741 TreePattern Temp(I->getRecord(), ResultPattern, false, *this);
2744 DAGInstruction &TheInsertedInst = Instructions.find(I->getRecord())->second;
3142 TreePattern Temp(Result->getRecord(), DstPatter
[all...]
H A DAsmWriterEmitter.cpp804 const Record *Rec = RO.getRecord();
817 CGA->ResultOperands[i].getRecord()->getName() + "RegClassID)"
H A DFastISelEmitter.cpp210 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord();
H A DFixedLenDecoderEmitter.cpp1762 Record *TypeRecord = Type->getRecord();
H A DAsmMatcherEmitter.cpp1547 Op.Class = getOperandClass(CGA.ResultOperands[i].getRecord(),
/external/skia/include/views/
H A DSkWidgetViews.h298 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data);
/external/llvm/include/llvm/TableGen/
H A DRecord.h392 Record *getRecord() const { return Rec; } function in class:llvm::RecordRecTy

Completed in 199 milliseconds