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

  /device/generic/opengl-transport/host/commands/emugen/
VarType.h 38 const std::string& printFormat,
43 m_printFormat(printFormat),
51 const std::string& printFormat() const { return m_printFormat; }
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
MessagePatternDemo.java 75 private static final void printFormat(String s, Object... args) {
96 printFormat("a'{bc''de'f");
113 printFormat("Hello {0}!", "Alice");
117 printFormat(msg, "female", "Alice");
118 printFormat(msg, "male", "Bob");
119 printFormat(msg, "unknown", "sushifan3");
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 295 const char *printDashes, const char *printFormat) {
356 format(printFormat, NValue).print(Str, sizeof(Str));
628 const char *printBlanks, *printDashes, *printFormat;
634 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64;
637 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64;
640 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64;
647 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64;
650 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64;
653 printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64;
687 format(printFormat, I->Address
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
llvm-nm.cpp 326 const char *printDashes, const char *printFormat) {
403 format(printFormat, NValue).print(Str, sizeof(Str));
416 format(printFormat, NValue).print(Str, sizeof(Str));
731 const char *printBlanks, *printDashes, *printFormat;
737 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64;
740 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64;
743 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64;
750 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64;
753 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64;
756 printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64
    [all...]

Completed in 396 milliseconds