Home
last modified time | relevance | path

Searched defs:getRecord (Results 1 – 6 of 6) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DInventoryComponent.java52 public UpdateRecord getRecord() { in getRecord() method in InventoryComponent
/external/skia/src/views/
DSkListWidget.cpp519 virtual void getRecord(int rowIndex, int fieldIndex, SkString* data) in getRecord() function in SkXMLListSource
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h215 Record *getRecord() const { return Def; } in getRecord() function
547 Record *getRecord() const { return TheRecord; } in getRecord() function
DCodeGenInstruction.h303 Record *getRecord() const { assert(isRecord()); return R; } in getRecord() function
/external/srec/audio/AudioIn/UNIX/src/
Daudioin.c313 static int getRecord(void) in getRecord() function
/external/llvm/include/llvm/TableGen/
DRecord.h392 Record *getRecord() const { return Rec; } in getRecord() function