Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 117) sorted by relevance

12345

/test/vts-testcase/kernel/bow/
DBowTest.cpp75 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/
Dgen_mobilenet_input.py16 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/
Dcreate-test-project.py149 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:
Dupdate_hal_tests.py42 configure_file = open(configure_path, "r")
61 configure_file = open(configure_path, "r")
/test/framework/harnesses/host_controller/acloud/
Dacloud_client.py129 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:
Dacloud_config.py73 with open(file_path, 'r') as f:
101 with open(file_path, 'w') as f:
/test/vts/testcases/host/camera_its/
DCameraITSTest.py155 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/
DVtsTrebleSysPropTest.py135 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/
Dlights.c64 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/
Dextract_lsdump.py60 return gzip.open(file_name, 'rb')
61 return open(file_name, 'rb')
218 with open(output_path, 'wb') as output_file:
Dvndk_data.py65 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/
Dcoverage_report_test.py37 with open(gcno_path, 'rb') as file:
40 with open(gcda_path, 'rb') as file:
Dcoverage_utils.py218 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/
Dbuild_rule_gen_utils.py52 with open(file_path, 'r') as existing_file:
58 with open(file_path, 'w') as bp_file:
/test/vts-testcase/hal/script/
Dupdate_hal_tests.py42 configure_file = open(configure_path, "r")
61 configure_file = open(configure_path, "r")
/test/vts/testcases/host/verify_dtbo/
DVtsFirmwareDtboVerification.py86 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/
Dsyzkaller_test_case.py83 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/
Dshow_tree.jsp66 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');
Dshow_plan_release.jsp75 window.open(link,'_self');
88 window.open(link,'_self');
98 window.open(link,'_self');
Dshow_test_acknowledgments.jsp28 window.open('/', '_self');
31 window.open('/?showAll=true', '_self');
Dshow_table.jsp70 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/
Dmobly_test.py117 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/
Dtest_cases_parser.py174 with open(filepath, 'r') as f:
193 for line in open(testsuite_script, 'r'):
/test/vts/runners/adapters/acts/
Dacts_adapter.py108 with open(self.config_path, 'w') as f:
180 with open(result_path, 'r') as f:
/test/vts/drivers/hal/replayer/
DVtsHidlHalReplayer.cpp44 int fd = open(trace_file.c_str(), O_RDONLY); in ListTestServices()
80 int fd = open(trace_file.c_str(), O_RDONLY); in ReplayTrace()

12345