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

  /sdk/emulator/opengl/host/tools/emugen/
VarType.h 57 VarType(size_t id, const std::string & name, const VarConverter * converter, const std::string & printFormat , const bool isPointer) :
58 m_id(id), m_name(name), m_converter(const_cast<VarConverter *>(converter)), m_printFomrat(printFormat), m_isPointer(isPointer)
66 const std::string & printFormat() const { return m_printFomrat; }
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 437 const char *printBlanks, *printFormat;
440 printFormat = "%016" PRIx64;
443 printFormat = "%08" PRIx64;
468 format(printFormat, I->Address)
471 format(printFormat, I->Size).print(SymbolSizeStr, sizeof(SymbolSizeStr));
    [all...]

Completed in 38 milliseconds