/system/libufdt/tests/src/ |
D | ufdt_gen_test_dts.c | 76 static void output_header(FILE *fp, int is_plugin) { in output_header() 84 static void output_root_begin(FILE *fp, int depth) { in output_root_begin() 93 static void output_root_end(FILE *fp, int depth) { in output_root_end() 102 static void output_unused_nodes(FILE *fp, int count) { in output_unused_nodes() 109 static void output_prop_str(FILE *fp, const char *prop, const char *value) { in output_prop_str() 114 static void output_nodes(FILE *fp, int count, const char *prop, const char *value) { in output_nodes() 123 static void output_ref_nodes(FILE *fp, int start_id, int count, in output_ref_nodes() 133 static int gen_dts(FILE *fp, const struct gen_params *params) { in gen_dts() 194 FILE *fp = NULL; in main() local
|
D | util.c | 25 static char *load_file_contents(FILE *fp, size_t *len_ptr) { in load_file_contents() 49 FILE *fp = fopen(filename, "r"); in load_file() local
|
/system/core/fastboot/ |
D | task.cpp | 30 const bool apply_vbmeta, const FlashingPlan* fp) in FlashTask() 81 RebootTask::RebootTask(const FlashingPlan* fp) : fp_(fp){}; in RebootTask() 82 RebootTask::RebootTask(const FlashingPlan* fp, const std::string& reboot_target) in RebootTask() 112 const FlashingPlan* fp) in OptimizedFlashSuperTask() 164 const FlashingPlan* fp, std::vector<std::unique_ptr<Task>>& tasks) { in Initialize() 243 UpdateSuperTask::UpdateSuperTask(const FlashingPlan* fp) : fp_(fp) {} in UpdateSuperTask() 270 ResizeTask::ResizeTask(const FlashingPlan* fp, const std::string& pname, const std::string& size, in ResizeTask() 287 DeleteTask::DeleteTask(const FlashingPlan* fp, const std::string& pname) : fp_(fp), pname_(pname){}; in DeleteTask() 297 WipeTask::WipeTask(const FlashingPlan* fp, const std::string& pname) : fp_(fp), pname_(pname){}; in WipeTask()
|
D | task_test.cpp | 40 std::unique_ptr<FlashingPlan> fp; member in ParseTest 45 static std::vector<std::unique_ptr<Task>> collectTasks(FlashingPlan* fp, in collectTasks() 58 std::unique_ptr<Task> ParseCommand(FlashingPlan* fp, std::string command) { in ParseCommand() 354 const std::vector<std::unique_ptr<Task>>& tasks) { in TEST_F()
|
D | fastboot.cpp | 1022 int64_t get_sparse_limit(int64_t size, const FlashingPlan* fp) { in get_sparse_limit() 1044 static bool load_buf_fd(unique_fd fd, struct fastboot_buffer* buf, const FlashingPlan* fp) { in load_buf_fd() 1080 static bool load_buf(const char* fname, struct fastboot_buffer* buf, const FlashingPlan* fp) { in load_buf() 1498 const FlashingPlan* fp) { in do_flash() 1593 std::unique_ptr<FlashTask> ParseFlashCommand(const FlashingPlan* fp, in ParseFlashCommand() 1625 std::unique_ptr<RebootTask> ParseRebootCommand(const FlashingPlan* fp, in ParseRebootCommand() 1636 std::unique_ptr<WipeTask> ParseWipeCommand(const FlashingPlan* fp, in ParseWipeCommand() 1646 std::unique_ptr<Task> ParseFastbootInfoLine(const FlashingPlan* fp, in ParseFastbootInfoLine() 1669 bool AddResizeTasks(const FlashingPlan* fp, std::vector<std::unique_ptr<Task>>* tasks) { in AddResizeTasks() 1740 std::vector<std::unique_ptr<Task>> ParseFastbootInfo(const FlashingPlan* fp, in ParseFastbootInfo() [all …]
|
/system/extras/ioshark/ |
D | compile_ioshark_subr.c | 38 files_db_write_objects(FILE *fp) in files_db_write_objects() 218 ioshark_write_header(FILE *fp, struct ioshark_header *header) in ioshark_write_header() 227 ioshark_write_file_state(FILE *fp, struct ioshark_file_state *state) in ioshark_write_file_state() 236 ioshark_write_file_op(FILE *fp, struct ioshark_file_operation *file_op) in ioshark_write_file_op()
|
D | ioshark_bench_subr.c | 424 FILE *fp; in read_disk_util_state() local 482 FILE *fp; in read_cpu_util_state() local 654 ioshark_read_header(FILE *fp, struct ioshark_header *header) in ioshark_read_header() 665 ioshark_read_file_state(FILE *fp, struct ioshark_file_state *state) in ioshark_read_file_state() 676 ioshark_read_file_op(FILE *fp, struct ioshark_file_operation *file_op) in ioshark_read_file_op()
|
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 81 FILE* fp; in TEST() local 121 FILE* fp; in TEST() local 186 FILE* fp; in TEST() local 215 static char* fgetLongTime(char* buffer, size_t buflen, FILE* fp) { in fgetLongTime() 251 FILE* fp; in TEST() local 277 FILE* fp; in TEST() local 311 FILE* fp; in do_tail() local 344 FILE* fp; in do_tail_time() local 461 FILE* fp; in TEST() local 496 FILE* fp[256] = {}; // does this count as a multitude! in TEST() local [all …]
|
D | logcat_benchmark.cpp | 26 FILE* fp; in BM_logcat_sorted_order() local
|
/system/extras/simpleperf/ |
D | JITDebugReader_impl.h | 33 FILE* fp = fopen(path.data(), "web"); in Create() local 73 TempSymFile(std::string&& path, FILE* fp) : path_(std::move(path)), fp_(fp, fclose) {} in TempSymFile()
|
D | CallChainJoiner.cpp | 177 static bool WriteCallChain(FILE* fp, pid_t pid, pid_t tid, CallChainJoiner::ChainType type, in WriteCallChain() 205 static bool ReadCallChain(FILE* fp, pid_t& pid, pid_t& tid, CallChainJoiner::ChainType& type, in ReadCallChain() 231 static bool ReadCallChainInReverseOrder(FILE* fp, pid_t& pid, pid_t& tid, in ReadCallChainInReverseOrder() 261 FILE* fp = fdopen(tmpfile->release(), "web+"); in CreateTempFp() local 394 FILE* fp; in GetNextCallChain() local
|
D | SampleDisplayer.h | 135 void DisplayCallGraphEntry(FILE* fp, size_t depth, std::string prefix, in DisplayCallGraphEntry() 247 void PrintNames(FILE* fp) { in PrintNames() 263 void PrintSample(FILE* fp, const EntryT* sample) { in PrintSample()
|
D | cmd_api.cpp | 123 std::unique_ptr<FILE, decltype(&pclose)> fp(popen("pm list packages -U", "re"), pclose); in GetAppUid() local 232 std::unique_ptr<FILE, decltype(&fclose)> fp(android::base::Fdopen(std::move(out_fd_), "w"), in CollectRecordingData() local
|
D | cmd_api_test.cpp | 33 std::unique_ptr<FILE, decltype(&pclose)> fp(popen("ps -e", "re"), pclose); in WaitUntilAppExit() local
|
D | cmd_stat.cpp | 139 void CounterSummaries::Show(FILE* fp) { in Show() 149 void CounterSummaries::ShowCSV(FILE* fp, bool show_thread, bool show_cpu) { in ShowCSV() 162 void CounterSummaries::ShowText(FILE* fp, bool show_thread, bool show_cpu) { in ShowText() 581 FILE* fp = fp_holder ? fp_holder.get() : stdout; in Run() local 929 FILE* fp) { in ShowCounters()
|
/system/logging/liblog/tests/ |
D | libc_test.cpp | 29 FILE* fp; in TEST() local
|
D | log_radio_test.cpp | 94 FILE* fp = popen(buf.c_str(), "re"); in TEST() local
|
D | log_system_test.cpp | 94 FILE* fp = popen(buf.c_str(), "re"); in TEST() local
|
/system/libziparchive/ |
D | libziparchive_writer_fuzzer.cpp | 15 std::unique_ptr<std::FILE, decltype(&fclose)> fp(tmpfile(), &fclose); in LLVMFuzzerTestOneInput() local
|
D | zip_archive_benchmark.cpp | 34 FILE* fp = fdopen(result->fd, "w"); in CreateZip() local 106 FILE* fp = fdopen(file.fd, "w"); in StartAlignedEntry() local
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_for_offline.cpp | 92 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen("regs.txt", "we+"), &fclose); in SaveRegs() local 126 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen(file_name.c_str(), "we+"), &fclose); in SaveStack() local 153 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen(map_info->name().c_str(), "re"), &fclose); in CopyElf() local 244 void WriteMapEntry(FILE* fp, unwindstack::MapInfo* map_info, const std::string& name) { in WriteMapEntry()
|
/system/extras/perf_tools/ |
D | progress_report.py | 56 def find_boot_progress_start_end(fp): argument
|
/system/update_engine/liburing_cpp/tests/ |
D | BasicTests.cpp | 84 FILE* fp = nullptr; member in IoUringTest 100 auto fp = tmpfile(); in TEST_F() local
|
/system/core/libutils/ |
D | ProcessCallStack.cpp | 53 FILE* fp; in dumpProcessHeader() local 81 FILE* fp; in getThreadName() local
|
/system/memory/libmeminfo/libelf64/tests/page_size_16kb/ |
D | elf_alignment_test.cpp | 36 std::unique_ptr<std::FILE, int (*)(std::FILE*)> fp(setmntent("/proc/mounts", "re"), endmntent); in GetMounts() local
|