Searched defs:format (Results 1 – 8 of 8) sorted by relevance
/art/runtime/base/ |
D | stringprintf.cc | 23 void StringAppendV(std::string* dst, const char* format, va_list ap) { in StringAppendV() 74 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF()
|
/art/runtime/verifier/ |
D | dex_gc_map.h | 92 RegisterMapFormat format = Format(); in DexPcWidth() local
|
/art/runtime/ |
D | dex_instruction.cc | 38 #define INSTRUCTION_FORMAT(o, c, p, format, r, i, a, v) format, argument 62 #define INSTRUCTION_SIZE(opcode, c, p, format, r, i, a, v) \ argument
|
/art/sigchainlib/ |
D | sigchain.cc | 82 static void log(const char* format, ...) { in log()
|
/art/compiler/dex/ |
D | verified_method.cc | 100 verifier::RegisterMapFormat format; in GenerateGcMap() local
|
/art/compiler/utils/ |
D | assembler.h | 368 virtual void Comment(const char* format, ...) { } in Comment()
|
/art/test/082-inline-execute/src/junit/framework/ |
D | Assert.java | 285 static String format(String message, Object expected, Object actual) { in format() method in Assert
|
/art/test/021-string2/src/junit/framework/ |
D | Assert.java | 285 static String format(String message, Object expected, Object actual) { in format() method in Assert
|