| /developtools/smartperf_host/ide/test/base-ui/popover/ |
| D | LitPopContent.test.ts | 29 expect(litPopContent.open).toBeFalsy(); 34 litPopContent.open = false; 35 expect(litPopContent.open).toBeFalsy(); 40 litPopContent.open = true; 41 expect(litPopContent.open).toBeTruthy();
|
| D | LitPopover.test.ts | 27 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/ |
| D | find_fail_task.py | 15 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/ |
| D | hdc_hash_gen.py | 35 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/ |
| D | LitTreeNode.ts | 111 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/ |
| D | make_diff.py | 44 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:
|
| D | make_report.py | 34 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/ |
| D | ICandleDataSet.ets | 55 * 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/ |
| D | get_components.py | 29 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/ |
| D | CandleDataSet.ets | 55 * 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
|
| D | CandleEntry.ets | 33 /** 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/ |
| D | bpf_log_reader.cpp | 88 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/ |
| D | LitPopContent.ts | 24 get open() { method in LitPopContent 28 set open(value: boolean) { method in LitPopContent
|
| D | LitPopover.ts | 413 get open() { method in LitPopover 417 set open(value: boolean) { method in LitPopover 454 this.popContent!.open = false;
|
| /developtools/hapsigner/autosign/ |
| D | autosign.py | 120 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/ |
| D | filemanager.rs | 38 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/ |
| D | auto_test.py | 257 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/ |
| D | hiebpf_code_generator.py | 70 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/ |
| D | ACLCheck.py | 24 with open(self.native_sa, 'w') as f: 29 with open(self.native_sa, mode='r', encoding='utf-8', errors='ignore') as f:
|
| D | APLCheck.py | 24 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/ |
| D | mount.cpp | 32 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/ |
| D | hdi_parser.py | 31 with open(out_file) as f: 36 with open(out_file) as f:
|
| /developtools/profiler/build/ |
| D | make_proto.py | 25 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/ |
| D | get_subsystem_component.py | 35 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/ |
| D | sp_csv_util.h | 37 outFile.open(path.c_str(), std::ios::out); in WriteCsv() 65 outFile.open(path.c_str(), std::ios::out); in WriteCsvH()
|