Home
last modified time | relevance | path

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

12345678

/developtools/smartperf_host/ide/test/base-ui/popover/
DLitPopContent.test.ts29 expect(litPopContent.open).toBeFalsy();
34 litPopContent.open = false;
35 expect(litPopContent.open).toBeFalsy();
40 litPopContent.open = true;
41 expect(litPopContent.open).toBeTruthy();
DLitPopover.test.ts27 expect(litPopover.open).toBeFalsy();
32 litPopover.open = true;
33 expect(litPopover.open).toBeTruthy();
38 litPopover.open = false;
39 expect(litPopover.open).toBeFalsy();
/developtools/integration_verification/DeployDevice/src/util/
Dfind_fail_task.py15 with open(log_path,'a+') as fw:
28 with open(os.path.join(dir_path, 'upgrade.log'),'r') as fr:
31 with open(log_path,'a+') as fw:
39 with open(log_path,'a+') as fw:
/developtools/hdc/scripts/
Dhdc_hash_gen.py35 with open("{}{}".format(output_dir, output_file_name), 'rb') as fd:
46 with open("{}{}".format(output_dir, output_file_name), 'w') as fd_struct:
54 with open("{}{}".format(output_dir, hdc_file), 'w') as fd_hdc:
67 with open("{}{}".format(input_dir , cfg_file_name), mode='r', encoding='utf-8') as fd_path:
70 with open("{}{}".format(input_dir , file_name), mode='r', encoding='utf-8') as fd_file:
/developtools/smartperf_host/ide/src/base-ui/tree/
DLitTreeNode.ts111 get open(): string { method in LitTreeNode
115 set open(value) { method in LitTreeNode
234 if (this.open === 'true') {
243 if (this.open === 'false') {
253 if (this.open === 'true') {
277 this.open = 'false';
290 this.open = 'true';
/developtools/hiperf/script/
Dmake_diff.py44 with open('json_base.txt', 'r') as json_file:
46 with open('json_target.txt', 'r') as json_file:
49 with open('report-diff.html', 'r', encoding='utf-8') as html_file:
52 with open(report_file, 'w', encoding='utf-8') as report_html_file:
Dmake_report.py34 with open('json.txt', 'r') as json_file:
36 with open(html_template + '/report.html', 'r', encoding='utf-8') as html_file:
38 with open(report_file, 'w', encoding='utf-8') as report_html_file:
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/
DICandleDataSet.ets55 * Returns the neutral color (for open == close)
62 * Returns the increasing color (for open < close).
69 * Returns the decreasing color (for open > close).
76 * Returns paint style when open < close
83 * Returns paint style when open > close
/developtools/integration_verification/tools/components/
Dget_components.py29 with open(config, 'r', encoding='utf-8') as r:
33 with open(json_name, 'r', encoding='utf-8') as r:
43 … with os.fdopen(os.open(output_file + ".json", os.O_WRONLY | os.O_CREAT, mode=0o640), "w") as fd:
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DCandleDataSet.ets55 * paint style when open < close
60 * paint style when open > close
65 * color for open == close
70 * color for open < close
75 * color for open > close
200 * open == close.
214 * open <= close.
228 * open > close.
245 * Sets paint style when open < close
258 * Sets paint style when open > close
DCandleEntry.ets33 /** open value */
35 constructor(x:number, shadowH?:number, shadowL?:number, open?:number, close?:number,
40 this.mOpen = open;
54 * Returns the body size (difference between open and close).
118 * Returns the bodys open value.
/developtools/profiler/hiebpf/src/
Dbpf_log_reader.cpp88 ofd_ = open("/dev/stdout", O_WRONLY); in OpenLogFile()
101 ofd_ = open(fileName.c_str(), O_WRONLY | O_CREAT, FILE_MODE); in OpenLogFile()
115 int fd = open(confPath_.c_str(), O_WRONLY); in EnableTracePipe()
133 ifd_ = open(pipePath_.c_str(), O_RDONLY | O_NONBLOCK); in OpenTracePipe()
/developtools/smartperf_host/ide/src/base-ui/popover/
DLitPopContent.ts24 get open() { method in LitPopContent
28 set open(value: boolean) { method in LitPopContent
DLitPopover.ts413 get open() { method in LitPopover
417 set open(value: boolean) { method in LitPopover
454 this.popContent!.open = false;
/developtools/hapsigner/autosign/
Dautosign.py120 with open("log.txt", mode='a+', encoding='utf-8') as f:
128 with open("error.txt", mode='a+', encoding='utf-8') as f:
231 with open(config_file, 'r', encoding='utf-8') as f:
279 with open(app_cert_file, 'r', encoding='utf-8') as f:
285 with open(profile_file, 'r', encoding='utf-8') as f:
293 with os.fdopen(os.open(profile_file, flags, modes), 'w') as profile_write:
/developtools/hdc/hdc_rust/src/common/
Dfilemanager.rs38 pub fn open(&mut self) -> (bool, String) { in open() method
42 let mut _file = OpenOptions::new().read(true).open(path); in open()
/developtools/hapsigner/tools/
Dauto_test.py257 with open('commands.config', 'r', encoding='utf-8') as f:
280 with open("log.txt", mode='a+', encoding='utf-8') as f:
288 with open("error.txt", mode='a+', encoding='utf-8') as f:
333 with open('test_result.log', 'r', encoding='utf-8') as f:
352 with open("test_result.log", mode='w', encoding='utf-8') as tr:
460 with open("test_result.log", mode='w', encoding='utf-8') as file_result:
/developtools/profiler/hiebpf/scripts/
Dhiebpf_code_generator.py70 with open(FSTRACE_PROGS_FILE, 'w') as progs_ouf:
74 with open(FSTRACE_TYPES_FILE, 'w') as fstrace_ouf:
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/testcases/
DACLCheck.py24 with open(self.native_sa, 'w') as f:
29 with open(self.native_sa, mode='r', encoding='utf-8', errors='ignore') as f:
DAPLCheck.py24 with open(self.apl_path, 'w') as f:
29 with open(self.apl_path, mode='r', encoding='utf-8', errors='ignore') as f:
/developtools/hdc/hdc_rust/src/cffi/
Dmount.cpp32 fd = open("/proc/mounts", O_RDONLY | O_CLOEXEC); in FindMountDeviceByPath()
69 if ((fd = open(dev, O_RDONLY | O_CLOEXEC)) < 0) { in RemountPartition()
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/hdi/
Dhdi_parser.py31 with open(out_file) as f:
36 with open(out_file) as f:
/developtools/profiler/build/
Dmake_proto.py25 with open(target_file_path, 'r+') as content:
41 with open(target_file_path, 'r+') as content:
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Dget_subsystem_component.py35 with open(subsystem_json_path, 'rb') as f:
50 with open(bundle_path, 'rb') as bundle_file:
82 with open(output_filename, 'w') as f:
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_csv_util.h37 outFile.open(path.c_str(), std::ios::out); in WriteCsv()
65 outFile.open(path.c_str(), std::ios::out); in WriteCsvH()

12345678