Searched refs:outfile (Results 1 – 5 of 5) sorted by relevance
/tools/asuite/aidegen_functional_test/ |
D | aidegen_functional_test_main.py | 139 with open(_ANDROID_SINGLE_PROJECT_JSON, 'w') as outfile: 140 json.dump(data, outfile, indent=4, sort_keys=False) 146 with open(_ANDROID_SINGLE_PROJECT_JSON, 'r') as outfile: 147 data_sample = json.load(outfile)
|
/tools/tradefederation/contrib/src/com/android/framework/tests/ |
D | PreloadedClassesTest.java | 112 File outfile = scanAndExportClasses(); in run() local 113 if (outfile != null) { in run() 114 mExportFiles.add(outfile); in run()
|
/tools/test/connectivity/tools/lab/reporters/ |
D | json_reporter.py | 49 with open(self.file_name, 'w') as outfile: 51 metric_responses, indent=4, cls=AutoJsonEncoder, fp=outfile)
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | coex_test_utils.py | 965 with open(full_out_path, 'w') as outfile: 967 outfile.write(job_result.stdout) 968 outfile.write("\n") 969 outfile.writelines(job_result.stderr)
|
/tools/acloud/internal/lib/ |
D | utils.py | 376 with open(public_key_path, 'w') as outfile: 378 outfile.write(
|