/test/vts-testcase/kernel/bow/ |
D | BowTest.cpp | 75 unique_fd cfd(open("/dev/loop-control", O_RDWR)); in SetUp() 82 unique_fd lfd(open(loop_device_.c_str(), O_RDWR)); in SetUp() 84 unique_fd ffd(open(loop_file_.c_str(), O_RDWR)); in SetUp() 90 unique_fd lfd(open(loop_device_.c_str(), O_RDWR)); in TearDown() 234 open(loop_file.c_str(), O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR)); in PrepareFile() 247 fd_ = unique_fd(open(bow_device_.c_str(), O_RDWR)); in SetUp() 278 fd = unique_fd(open(loop_device_.c_str(), O_RDONLY)); in FindChanged() 280 fd = unique_fd(open(bow_device_.c_str(), O_RDONLY)); in FindChanged() 452 unique_fd fd(open(MOUNT_POINT, O_RDONLY)); in Trim()
|
/test/mlts/benchmark/tools/ |
D | gen_mobilenet_input.py | 16 img_f64 = np.array(Image.open(filename).resize(size)).astype(np.float) / 128 - 1 17 with open(basename + "_f32.bin", "wb") as f: 20 with open(basename + "_u8.bin", "wb") as f:
|
/test/vts/script/ |
D | create-test-project.py | 149 with open(target, 'w') as f: 159 with open(target, 'w') as f: 173 with open(target, 'w') as f: 182 with open(target, 'w') as f: 198 with open(target, 'w') as f:
|
D | update_hal_tests.py | 42 configure_file = open(configure_path, "r") 61 configure_file = open(configure_path, "r")
|
/test/framework/harnesses/host_controller/acloud/ |
D | acloud_client.py | 129 with open(report_file, 'r') as f: 153 with open(report_file, 'r') as f: 162 with open(report_file, 'r') as f: 200 with open(report_file, 'r') as f:
|
D | acloud_config.py | 73 with open(file_path, 'r') as f: 101 with open(file_path, 'w') as f:
|
/test/vts/testcases/host/camera_its/ |
D | CameraITSTest.py | 155 with open(outpath, "w") as fout, open(errpath, "w") as ferr: 160 with open(outpath, "r") as fout, open(errpath, "r") as ferr:
|
/test/vts-testcase/security/system_property/ |
D | VtsTrebleSysPropTest.py | 135 with open( 201 with open(os.path.join(self._temp_dir, "plat_property_contexts"), 211 with open(pub_property_contexts_file_path,
|
/test/vts/hals/light/bullhead/ |
D | lights.c | 64 fd = open(path, O_RDWR); in write_int() 85 fd = open(path, O_RDWR); in write_on_off() 258 .open = open_lights,
|
/test/vts-testcase/vndk/golden/ |
D | extract_lsdump.py | 60 return gzip.open(file_name, 'rb') 61 return open(file_name, 'rb') 218 with open(output_path, 'wb') as output_file:
|
D | vndk_data.py | 65 with open(os.path.join(data_file_path, _GOLDEN_DIR, 123 with open(vndk_lib_list_path) as vndk_lib_list_file:
|
/test/vts/utils/python/coverage/ |
D | coverage_report_test.py | 37 with open(gcno_path, 'rb') as file: 40 with open(gcda_path, 'rb') as file:
|
D | coverage_utils.py | 218 cov_zip.open(instrumented_module).read()) 347 gcda_content = open(file_name, "rb").read() 381 with open(coverage_report_file, "w+") as f: 551 archive = archive_parser.Archive(cov_zip.open(name).read()) 641 open(os.path.join(resource_path, _BUILD_INFO)))[_REPO_DICT]
|
/test/vts-testcase/hal/script/build/ |
D | build_rule_gen_utils.py | 52 with open(file_path, 'r') as existing_file: 58 with open(file_path, 'w') as bp_file:
|
/test/vts-testcase/hal/script/ |
D | update_hal_tests.py | 42 configure_file = open(configure_path, "r") 61 configure_file = open(configure_path, "r")
|
/test/vts/testcases/host/verify_dtbo/ |
D | VtsFirmwareDtboVerification.py | 86 with open(host_dtbo_image, "rb") as file_in: 104 with open(dt_entry_path, "rb") as f: 106 with open(dt_entry_path, "r+b") as f:
|
/test/vts-testcase/fuzz/kernel/syzkaller/ |
D | syzkaller_test_case.py | 83 with open(self._env['template_cfg'], 'r') as temp: 101 with open(config_file_path, 'w') as config_file:
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_tree.jsp | 66 window.open('/show_table?testName=${testName}&treeDefault=false', '_self'); 80 …ready: function(modal, trigger) { // Callback for Modal open. Modal and trigger parameters availab… 107 $("#halApiList").collapsible('open', index); 140 window.open(link,'_self'); 153 window.open(link,'_self'); 166 window.open(link,'_self');
|
D | show_plan_release.jsp | 75 window.open(link,'_self'); 88 window.open(link,'_self'); 98 window.open(link,'_self');
|
D | show_test_acknowledgments.jsp | 28 window.open('/', '_self'); 31 window.open('/?showAll=true', '_self');
|
D | show_table.jsp | 70 window.open('/show_tree?testName=${testName}&treeDefault=true', '_self'); 104 modal.modal('open'); 115 window.open(link,'_self'); 128 window.open(link,'_self'); 141 window.open(link,'_self');
|
/test/vts/testcases/template/mobly/ |
D | mobly_test.py | 117 with open(self.mobly_config_file_path, 'w') as f: 194 with open(path, 'r') as f: 218 with open(result_path, 'r') as stream:
|
/test/vts-testcase/kernel/ltp/ |
D | test_cases_parser.py | 174 with open(filepath, 'r') as f: 193 for line in open(testsuite_script, 'r'):
|
/test/vts/runners/adapters/acts/ |
D | acts_adapter.py | 108 with open(self.config_path, 'w') as f: 180 with open(result_path, 'r') as f:
|
/test/vts/drivers/hal/replayer/ |
D | VtsHidlHalReplayer.cpp | 44 int fd = open(trace_file.c_str(), O_RDONLY); in ListTestServices() 80 int fd = open(trace_file.c_str(), O_RDONLY); in ReplayTrace()
|