/art/tools/checker/file_format/checker/ |
D | parser.py | 25 def __extractLine(prefix, line, arch = None, debuggable = False): argument 47 def __processLine(line, lineNo, prefix, fileName): argument 167 def ParseCheckerStream(fileName, prefix, stream): argument
|
/art/runtime/base/ |
D | hex_dump.h | 32 HexDump(const void* address, size_t byte_count, bool show_actual_addresses, const char* prefix) in HexDump()
|
D | bit_vector.cc | 335 void BitVector::DumpHelper(const char* prefix, std::ostringstream& buffer) const { in DumpHelper() argument
|
/art/test/005-annotations/src/android/test/anno/ |
D | TestAnnotations.java | 31 static private void printAnnotationArray(String prefix, Annotation[] arr) { in printAnnotationArray()
|
/art/runtime/ |
D | entrypoints_order_test.cc | 48 #define EXPECT_OFFSET_DIFFP(type, prefix, first_field, second_field, diff) \ argument
|
D | utils.cc | 941 bool StartsWith(const std::string& s, const char* prefix) { in StartsWith() 1032 static inline void WritePrefix(std::ostream* os, const char* prefix, bool odd) { in WritePrefix() 1042 static bool RunCommand(std::string cmd, std::ostream* os, const char* prefix) { in RunCommand() 1090 const char* prefix) { in Addr2line() 1107 void DumpNativeStack(std::ostream& os, pid_t tid, BacktraceMap* existing_map, const char* prefix, in DumpNativeStack() 1197 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) { in DumpKernelStack()
|
D | stack_map.cc | 85 const std::string& prefix = "v", in DumpRegisterMapping()
|
D | utf_test.cc | 178 for (const auto& prefix : prefixes) { in TEST_F() local
|
D | monitor.cc | 269 const char* prefix = is_wait ? "Waiting on " : "Locking "; in AtraceMonitorLockImpl() local
|
/art/compiler/jit/ |
D | jit_compiler.cc | 176 const char* prefix = "/data/misc/trace"; in JitCompiler() local
|
/art/disassembler/ |
D | disassembler_x86.cc | 162 uint8_t* prefix, bool load, RegFile src_reg_file, in DumpAddress() 249 uint8_t prefix[4] = {0, 0, 0, 0}; in DumpInstruction() local
|
/art/compiler/optimizing/ |
D | liveness_test.cc | 37 const char* prefix) { in DumpBitVector()
|
/art/runtime/interpreter/mterp/ |
D | gen_mterp.py | 400 def emitAsmHeader(outfp, dict, prefix): argument
|
/art/dex2oat/ |
D | dex2oat.cc | 937 std::string prefix = base_img.substr(last_img_slash + 1); in ExpandOatAndImageFilenames() local 986 const std::string& prefix, in CreateMultiImageName()
|