Searched refs:fp (Results 1 – 3 of 3) sorted by relevance
/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 | 114 with open(package_list_file_path) as fp: 115 for line in parse_package_list(fp):
|
/test/vts/utils/python/coverage/ |
D | coverage_utils.py | 636 logging.debug("Coverage file paths %s", str([fp for fp in gcda_dict]))
|