Searched refs:fp (Results 1 – 6 of 6) sorted by relevance
/test/vts/agents/hal/ |
D | TcpServerForRunner.cpp | 68 FILE* fp = fopen("/data/local/tmp/vts_tcp_server_port", "wt"); in StartTcpServerForRunner() local 69 if (!fp) { in StartTcpServerForRunner() 74 fprintf(fp, "%d", (int) ntohs(serv_addr.sin_port)); in StartTcpServerForRunner() 75 fclose(fp); in StartTcpServerForRunner()
|
/test/vts/runners/target/gtest/ |
D | gtest_main.cpp | 273 FILE* fp = popen(command.c_str(), "r"); in EnumerateTests() local 274 if (fp == NULL) { in EnumerateTests() 280 while (fgets(buf, sizeof(buf), fp) != NULL) { in EnumerateTests() 309 int result = pclose(fp); in EnumerateTests() 502 FILE* fp = fopen(xml_output_filename.c_str(), "w"); in OnTestIterationEndXmlPrint() local 503 if (fp == NULL) { in OnTestIterationEndXmlPrint() 532 fputs("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n", fp); in OnTestIterationEndXmlPrint() 534 fp, in OnTestIterationEndXmlPrint() 537 fprintf(fp, " timestamp=\"%s\" time=\"%.3lf\" name=\"AllTests\">\n", in OnTestIterationEndXmlPrint() 541 fprintf(fp, in OnTestIterationEndXmlPrint() [all …]
|
/test/app_compat/csuite/tools/script/ |
D | generate_module.py | 52 with open(package_list_file_path) as fp: 53 for line in parse_package_list(fp):
|
/test/framework/build/ |
D | package.mk | 41 $(hide) $(ACP) -fp $(PRIVATE_TOOLS) $(PRIVATE_OUT_DIR)/tools
|
/test/suite_harness/common/util/tests/assets/ |
D | logcat.txt | 14 09-03 17:48:05.797 7072 7072 F DEBUG : r8 00000000 r9 eb105204 sl 00000000 fp 000003c0 43 06-15 19:57:33.670 26192 26192 F DEBUG : r8 00000004 r9 f3353114 sl f3313900 fp 00000000 76 06-15 19:57:35.191 26230 26230 F DEBUG : r8 00000004 r9 e6b53114 sl e6b13900 fp 00000000 107 06-15 19:57:40.674 26283 26283 F DEBUG : r8 00000004 r9 ed953114 sl ed913900 fp 00000000 180 11-03 02:59:48.900 6371 8072 F DEBUG : r8 00000040 r9 ffc2b278 sl ffffde70 fp 00000060 243 11-25 19:47:35.577 940 940 F DEBUG : r8 e9e91140 r9 00000000 sl 00000000 fp 000003d3 286 09-03 17:48:05.797 7072 7072 F DEBUG : r8 00000000 r9 eb105204 sl 00000000 fp 000003c0 315 06-15 19:57:33.670 26192 26192 F DEBUG : r8 00000004 r9 f3353114 sl f3313900 fp 00000000
|
/test/vts/utils/python/coverage/ |
D | coverage_utils.py | 636 logging.debug("Coverage file paths %s", str([fp for fp in gcda_dict]))
|