HomeSort by relevance Sort by last modified time
    Searched refs:printFormat (Results 1 - 3 of 3) 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; }
ApiGen.cpp 792 if (!v->isVoid()) printString += (v->isPointer() ? "%p(%u)" : v->type()->printFormat()) + " ";
    [all...]
  /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 231 milliseconds