/art/build/apex/ |
D | art_apex_boot_integrity.sh | 34 for FILE in $FILES ; do 35 if [ ! -f "$FILE" ] ; then 40 fsverity measure $FILE || \ 41 ENABLE_MSG=`fsverity enable $FILE 2>&1` || \ 53 INTEGRITY_MSG=`dd if=$FILE of=/dev/null bs=4k 2>&1` || \
|
/art/tools/ |
D | symbolize.sh | 54 for FILE in $FILES ; do 55 DIR=$(dirname $FILE) 56 NAME=$(basename $FILE)
|
D | compile-jar.sh | 27 FILE=$1 38 --dex-file=${FILE} --dex-location=/system/framework/${FILE} \
|
/art/runtime/ |
D | parsed_options.h | 59 jint (*hook_vfprintf_)(FILE* stream, const char* format, va_list ap); 71 void UsageMessage(FILE* stream, const char* fmt, ...); 72 void UsageMessageV(FILE* stream, const char* fmt, va_list ap);
|
D | parsed_options.cc | 463 int (*hook_vfprintf)(FILE *, const char*, va_list) = in ProcessSpecialOptions() 464 reinterpret_cast<int (*)(FILE *, const char*, va_list)>(const_cast<void*>(hook)); in ProcessSpecialOptions() 685 void ParsedOptions::UsageMessageV(FILE* stream, const char* fmt, va_list ap) { in UsageMessageV() 689 void ParsedOptions::UsageMessage(FILE* stream, const char* fmt, ...) { in UsageMessage() 698 FILE* stream = error ? stderr : stdout; in Usage()
|
D | native_stack_dump.cc | 290 FILE* stream = popen(cmd.c_str(), "r"); in RunCommand()
|
/art/libnativebridge/tests/ |
D | PreInitializeNativeBridge_test.cpp | 42 FILE* cpuinfo = fopen("./cpuinfo", "w"); in TEST_F() 50 FILE* proc_cpuinfo = fopen("/proc/cpuinfo", "r"); in TEST_F()
|
/art/tools/dmtracedump/ |
D | createtesttrace.cc | 117 FILE* inputFp = fopen(inputFileName, "r"); in parseInputFile() 306 void write2LE(FILE* fp, uint16_t val) { in write2LE() 311 void write4LE(FILE* fp, uint32_t val) { in write4LE() 318 void write8LE(FILE* fp, uint64_t val) { in write8LE() 329 void writeDataRecord(FILE* dataFp, int32_t threadId, uint32_t methodVal, uint32_t elapsedTime) { in writeDataRecord() 338 void writeDataHeader(FILE* dataFp) { in writeDataHeader() 352 void writeKeyMethods(FILE* keyFp) { in writeKeyMethods() 383 void writeKeys(FILE* keyFp) { in writeKeys() 390 void writeDataRecords(FILE* dataFp) { in writeDataRecords() 398 FILE* fp = fopen(traceFileName, "w"); in writeTrace()
|
D | tracedump.cc | 822 DataKeys* parseKeys(FILE* fp, int32_t verbose) { in parseKeys() 915 uint32_t read2LE(FILE* fp) { in read2LE() 920 uint32_t read4LE(FILE* fp) { in read4LE() 927 uint64_t read8LE(FILE* fp) { in read8LE() 944 int32_t parseDataHeader(FILE* fp, DataHeader* pHeader) { in parseDataHeader() 999 int32_t readDataRecord(FILE* dataFp, DataHeader* dataHeader, int32_t* threadId, in readDataRecord() 1049 FILE* dataFp = fopen(gOptions.traceFileName, "rb"); in dumpTrace() 1425 void createLabels(FILE* file, MethodEntry* method) { in createLabels() 1444 void createLinks(FILE* file, MethodEntry* method) { in createLinks() 1468 FILE* file = fopen(path, "w+"); in createInclusiveProfileGraphNew() [all …]
|
/art/tools/ahat/ |
D | README.txt | 4 java -jar ahat.jar [OPTIONS] FILE 5 Launch an http server for viewing the given Android heap dump FILE. 10 --proguard-map FILE 11 Use the proguard map FILE to deobfuscate the heap dump. 12 --baseline FILE 13 Diff the heap dump against the given baseline heap dump FILE. 14 --baseline-proguard-map FILE 15 Use the proguard map FILE to deobfuscate the baseline heap dump.
|
/art/dexdump/ |
D | dexdump.h | 57 extern FILE* gOutFile;
|
/art/libdexfile/external/ |
D | dex_file_ext_c_test.c | 32 FILE* output_fd = fopen(gtest_output_path, "w"); in write_gtest_output_xml()
|
/art/test/023-many-interfaces/ |
D | iface-gen.c | 13 FILE* fp; in createFiles()
|
/art/openjdkjvmti/ |
D | NOTICE | 2 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 9 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/art/openjdkjvm/ |
D | NOTICE | 2 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 9 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
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()
|
/art/dt_fd_forward/ |
D | NOTICE | 2 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 10 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/art/test/303-verification-stress/ |
D | classes-gen.c | 13 FILE* fp; in createFiles()
|
/art/dexlayout/ |
D | dexlayout.h | 107 FILE* out_file, in DexLayout() 191 FILE* out_file_;
|
D | dexlayout_main.cc | 181 FILE* out_file = stdout; in DexlayoutDriver()
|
/art/libartbase/base/ |
D | memfd.cc | 87 FILE* file = tmpfile(); in memfd_create_compat()
|
/art/compiler/ |
D | cfi_test.h | 37 void GenerateExpected(FILE* f, InstructionSet isa, const char* isa_str, in GenerateExpected() 146 static void HexDump(FILE* f, ArrayRef<const uint8_t> data) { in HexDump()
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 91 FILE* output = popen(cmd.data(), "r"); in Objdump()
|
/art/dexlist/ |
D | dexlist.cc | 53 static FILE* gOutFile = stdout;
|
/art/libartbase/base/unix_file/ |
D | fd_file_test.cc | 28 FILE* tmp = tmpfile(); in MakeTestFile()
|