| /art/compiler/utils/ |
| D | assembler_test.h | 77 std::string RepeatR(void (Ass::*f)(Reg), const std::string& fmt) { in RepeatR() 84 std::string Repeatr(void (Ass::*f)(Reg), const std::string& fmt) { in Repeatr() 91 std::string RepeatRR(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRR() 100 std::string RepeatRRNoDupes(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRRNoDupes() 109 std::string Repeatrr(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatrr() 118 std::string Repeatww(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatww() 127 std::string Repeatbb(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatbb() 136 std::string RepeatRRR(void (Ass::*f)(Reg, Reg, Reg), const std::string& fmt) { in RepeatRRR() 147 std::string Repeatrb(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatrb() 156 std::string RepeatRr(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRr() [all …]
|
| /art/runtime/ |
| D | common_throws.cc | 63 const char* fmt, in ThrowException() 81 const char* fmt, in ThrowWrappedException() 137 void ThrowBootstrapMethodError(const char* fmt, ...) { in ThrowBootstrapMethodError() 144 void ThrowWrappedBootstrapMethodError(const char* fmt, ...) { in ThrowWrappedBootstrapMethodError() 173 void ThrowClassCircularityError(ObjPtr<mirror::Class> c, const char* fmt, ...) { in ThrowClassCircularityError() 182 void ThrowClassFormatError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowClassFormatError() 233 void ThrowIllegalAccessError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowIllegalAccessError() 315 void ThrowIncompatibleClassChangeError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowIncompatibleClassChangeError() 339 void ThrowInternalError(const char* fmt, ...) { in ThrowInternalError() 348 void ThrowIOException(const char* fmt, ...) { in ThrowIOException() [all …]
|
| D | parsed_options.cc | 658 void ParsedOptions::UsageMessageV(FILE* stream, const char* fmt, va_list ap) { in UsageMessageV() 662 void ParsedOptions::UsageMessage(FILE* stream, const char* fmt, ...) { in UsageMessage() 669 void ParsedOptions::Usage(const char* fmt, ...) { in Usage()
|
| D | monitor.cc | 608 static void ThrowIllegalMonitorStateExceptionF(const char* fmt, ...) in ThrowIllegalMonitorStateExceptionF()
|
| D | thread.cc | 3161 void Thread::ThrowNewExceptionF(const char* exception_class_descriptor, const char* fmt, ...) { in ThrowNewExceptionF() 3169 const char* fmt, va_list ap) { in ThrowNewExceptionV()
|
| D | class_linker.cc | 151 static void ThrowNoClassDefFoundError(const char* fmt, ...) { in ThrowNoClassDefFoundError()
|
| /art/dexoptanalyzer/ |
| D | dexoptanalyzer.cc | 70 static void UsageErrorV(const char* fmt, va_list ap) { in UsageErrorV() 76 static void UsageError(const char* fmt, ...) { in UsageError() 83 NO_RETURN static void Usage(const char *fmt, ...) { in Usage()
|
| /art/tools/dexfuzz/src/dexfuzz/rawdex/ |
| D | OpcodeInfo.java | 35 public OpcodeInfo(Opcode opcode, String name, int opcodeValue, AbstractFormat fmt) { in OpcodeInfo()
|
| D | Instruction.java | 309 int opcodeValue, AbstractFormat fmt) { in addOpcodeInfo()
|
| /art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
| D | RandomInstructionGenerator.java | 155 AbstractFormat fmt = newOpcodeInfo.format; in generateMutation() local 224 AbstractFormat fmt = newInsn.insn.info.format; in applyMutation() local
|
| /art/test/092-locale/src/ |
| D | Main.java | 74 DateFormat fmt = DateFormat.getDateInstance(DateFormat.FULL, usa); in testCalendar() local
|
| /art/openjdkjvm/ |
| D | OpenjdkJvm.cc | 180 JNIEXPORT int jio_fprintf(FILE* fp, const char* fmt, ...) { in jio_fprintf() 190 JNIEXPORT int jio_vfprintf(FILE* fp, const char* fmt, va_list args) { in jio_vfprintf() 220 int jio_vsnprintf(char *str, size_t count, const char *fmt, va_list args) { in jio_vsnprintf() 225 int jio_snprintf(char *str, size_t count, const char *fmt, ...) { in jio_snprintf()
|
| /art/disassembler/ |
| D | disassembler_mips.cc | 573 size_t fmt = (instruction >> 21) & 0x7; // TODO: other fmts? in Dump() local
|
| /art/profman/ |
| D | profman.cc | 77 static void UsageErrorV(const char* fmt, va_list ap) { in UsageErrorV() 83 static void UsageError(const char* fmt, ...) { in UsageError() 90 NO_RETURN static void Usage(const char *fmt, ...) { in Usage()
|
| /art/tools/hiddenapi/ |
| D | hiddenapi.cc | 55 static void UsageErrorV(const char* fmt, va_list ap) { in UsageErrorV() 61 static void UsageError(const char* fmt, ...) { in UsageError() 68 NO_RETURN static void Usage(const char* fmt, ...) { in Usage()
|
| /art/runtime/jni/ |
| D | check_jni.cc | 213 JniValueType GetValue(char fmt) { in GetValue() 535 bool Check(ScopedObjectAccess& soa, bool entry, const char* fmt, JniValueType* args) in Check() 584 bool CheckNonHeap(JavaVMExt* vm, bool entry, const char* fmt, JniValueType* args) { in CheckNonHeap() 913 bool CheckPossibleHeapValue(ScopedObjectAccess& soa, char fmt, JniValueType arg) in CheckPossibleHeapValue() 963 bool CheckNonHeapValue(char fmt, JniValueType arg) { in CheckNonHeapValue() 1009 void TracePossibleHeapValue(ScopedObjectAccess& soa, bool entry, char fmt, JniValueType arg, in TracePossibleHeapValue() 1082 void TraceNonHeapValue(char fmt, JniValueType arg, std::string* msg) { in TraceNonHeapValue() 1468 void AbortF(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in AbortF() 1636 static void AbortF(const char* jni_function_name, const char* fmt, ...) { in AbortF()
|
| D | java_vm_ext.cc | 575 void JavaVMExt::JniAbortV(const char* jni_function_name, const char* fmt, va_list ap) { in JniAbortV() 581 void JavaVMExt::JniAbortF(const char* jni_function_name, const char* fmt, ...) { in JniAbortF()
|
| /art/dex2oat/ |
| D | dex2oat.cc | 197 static void UsageErrorV(const char* fmt, va_list ap) { in UsageErrorV() 203 static void UsageError(const char* fmt, ...) { in UsageError() 210 NO_RETURN static void Usage(const char* fmt, ...) { in Usage()
|
| /art/test/476-checker-ctor-fence-redun-elim/src/ |
| D | Main.java | 827 String fmt = "["; in valueToString() local
|
| /art/runtime/interpreter/ |
| D | interpreter_common.cc | 537 void AbortTransactionF(Thread* self, const char* fmt, ...) { in AbortTransactionF() 544 void AbortTransactionV(Thread* self, const char* fmt, va_list args) { in AbortTransactionV()
|
| D | unstarted_runtime.cc | 75 static void AbortTransactionOrFail(Thread* self, const char* fmt, ...) { in AbortTransactionOrFail()
|
| /art/libdexfile/dex/ |
| D | dex_file_verifier.cc | 163 #define LOAD_FIELD(var, idx, fmt, error_stmt) \ argument 3030 void DexFileVerifier::ErrorStringPrintf(const char* fmt, ...) { in ErrorStringPrintf()
|
| /art/compiler/utils/mips64/ |
| D | assembler_mips64.cc | 164 void Mips64Assembler::EmitFR(int opcode, int fmt, FpuRegister ft, FpuRegister fs, FpuRegister fd, in EmitFR() 178 void Mips64Assembler::EmitFI(int opcode, int fmt, FpuRegister ft, uint16_t imm) { in EmitFI()
|
| /art/compiler/utils/mips/ |
| D | assembler_mips.cc | 303 int fmt, in EmitFR() 321 uint32_t MipsAssembler::EmitFI(int opcode, int fmt, FRegister ft, uint16_t imm) { in EmitFI()
|