Searched defs:getRecord (Results 1 - 5 of 5) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DInventoryComponent.java52 public UpdateRecord getRecord() { method in class:InventoryComponent
/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/utils/TableGen/
H A DCodeGenInstruction.h303 Record *getRecord() const { assert(isRecord()); return R; } function in struct:llvm::CodeGenInstAlias::ResultOperand
/external/llvm/include/llvm/TableGen/
H A DRecord.h392 Record *getRecord() const { return Rec; } function in class:llvm::RecordRecTy

Completed in 90 milliseconds