HomeSort by relevance Sort by last modified time
    Searched defs:getDesc (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/ADT/
Statistic.h 43 const char *getDesc() const { return Desc; }
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 193 /// getDesc - Returns the target instruction descriptor of this
195 const MCInstrDesc &getDesc() const { return *MCID; }
  /external/llvm/include/llvm/Support/
Registry.h 31 const char *getDesc() const { return Desc; }
48 static const char *descof(const entry &Entry) { return Entry.getDesc(); }
  /frameworks/base/tools/aidl/
generate_java.cpp 570 Method* getDesc = new Method;
571 getDesc->modifiers = PUBLIC;
572 getDesc->returnType = STRING_TYPE;
573 getDesc->returnTypeDimension = 0;
574 getDesc->name = "getInterfaceDescriptor";
575 getDesc->statements = new StatementBlock;
576 getDesc->statements->Add(new ReturnStatement(new LiteralExpression("DESCRIPTOR")));
577 proxy->elements.push_back(getDesc);
  /external/skia/gpu/src/
GrGLProgram.h 172 const ProgramDesc& getDesc() { return fProgramDesc; }
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 158 DIDescriptor getDesc() const { return Desc; }
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 331 milliseconds