| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/ |
| D | TabPaneFilter.ts | 373 let check = e.querySelector<LitCheckBox>('lit-check-box'); 378 … checks: [!check!.checked, row[1].querySelector<LitCheckBox>('lit-check-box')!.checked], 383 … checks: [row[0].querySelector<LitCheckBox>('lit-check-box')!.checked, !check!.checked], 388 check!.checked = !check!.checked; 390 check!.onchange = (ev: any) => { 410 let check = this.shadowRoot!.querySelector<LitCheckBox>('#constraints-check'); 411 check!.onchange = (ev: any) => { 439 checked: check!.checked, 559 let check = this.shadowRoot!.querySelector<LitCheckBox>('#constraints-check'); 563 checked: check!.checked, [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ |
| D | TabPaneFilter.ts | 373 let check = e.querySelector<LitCheckBox>('lit-check-box'); 378 … checks: [!check!.checked, row[1].querySelector<LitCheckBox>('lit-check-box')!.checked], 383 … checks: [row[0].querySelector<LitCheckBox>('lit-check-box')!.checked, !check!.checked], 388 check!.checked = !check!.checked; 390 check!.onchange = (ev: any) => { 410 let check = this.shadowRoot!.querySelector<LitCheckBox>('#constraints-check'); 411 check!.onchange = (ev: any) => { 439 checked: check!.checked, 559 let check = this.shadowRoot!.querySelector<LitCheckBox>('#constraints-check'); 563 checked: check!.checked, [all …]
|
| /developtools/syscap_codec/ |
| D | README.md | 85 ## Syscap consistency check tool 91 …cap in developtools/ syscap_codec/include/syscap_define.h, and output the check results. If they a… 92 …scap property set in *.d.ts in the Interface/sdk-js/api directory. If the check results are incons… 108 # check syscap field in all components for consistency with arraySyscap in syscap_define.h 111 # check that the SYSCAP field in bundle.json of the specified part is consistent with arraySyscap i… 114 # check the consistency of the syscap field of all components with the "@syscap" property set in *.… 117 # check the "@syscap" attribute set in *.d.ts for consistency with arraSyscap in syscap_define.h
|
| D | README_ZH.md | 140 使用python3 syscap-check.py -h或python3 syscap-check.py --help查看用法:
|
| /developtools/profiler/device/plugins/api/test/unittest/ |
| D | buffer_write_test.cpp | 41 int check = ftruncate(fd, SMB1_SIZE); in InitShareMemory1() local 42 if (check < 0) { in InitShareMemory1() 78 int check = ftruncate(fd, SMB2_SIZE); in InitShareMemory2() local 79 if (check < 0) { in InitShareMemory2()
|
| /developtools/profiler/device/services/shared_memory/test/unittest/ |
| D | shared_memory_allocator_test.cpp | 107 int check = ftruncate(fd, 4096); variable 108 EXPECT_GE(check, 0);
|
| /developtools/integration_verification/tools/deps_guard/rules_checker/ |
| D | __init__.py | 36 if not r.check():
|
| D | napi_rule.py | 51 def check(self): member in NapiRule
|
| D | sa_rule.py | 78 def check(self): member in SaRule
|
| D | hdi_rule.py | 80 def check(self): member in HdiRule
|
| D | base_rule.py | 67 def check(self): member in BaseRule
|
| D | chipsetsdk.py | 142 def check(self): member in ChipsetSDKRule
|
| /developtools/ace_ets2bundle/compiler/ |
| D | README.md | 18 **Note**: If some errors occur, delete the generated package `node_modules`, please check the follo… 20 First, check whether your node version is 12.x or later;
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_merged_abc.ts | 50 let check: boolean = tempModuleInfos.every((newItem) => { 53 if (check) {
|
| D | ark_utils.ts | 545 let check: boolean = tempModuleInfos.every((newItem) => { 548 if (check) {
|
| D | gen_abc_plugin.ts | 856 const check = tempModuleInfos.every((newItem) => { constant 859 if (check) { 1273 const check = tempInputPaths.every((newItem) => { constant 1276 if (check) {
|
| /developtools/profiler/device/plugins/native_hook/test/unittest/ |
| D | stack_writer_test.cpp | 40 int check = ftruncate(fd, SMB_SIZE); in InitShareMemory() local 41 if (check < 0) { in InitShareMemory()
|
| /developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/ |
| D | compare.py | 25 check = value in fields_from_whitelist.keys() 27 if check and str(apl) == fields_from_whitelist[value]:
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/base/ |
| D | BaseProfilerUtils.ets | 32 SPLogger.DEBUG("BaseProfilerUtils","ets check path is start..."+ "path:" + path); 37 SPLogger.DEBUG("BaseProfilerUtils","ets check path is finish..."+ "path:" + path);
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/ |
| D | Rect.ets | 93 * @return the rectangle's width. This does not check for a valid rectangle 101 * @return the rectangle's height. This does not check for a valid rectangle 220 return this.left < this.right && this.top < this.bottom // check for empty first
|
| D | EntryOhos.ets | 65 * are equal in those points, false if not. Does not check by hash-code like
|
| /developtools/hdc/ |
| D | README.md | 61 …le; libc++.so quotes errors, please use ldd/readelf and other commands to check the library. Windo… 65 Please check the Chinese description file ‘README_zh.md’ or raise an issue in the gitgee community.
|
| /developtools/ace_ets2bundle/compiler/test/ |
| D | README.md | 65 …nt from the expected result and the output is like the following lines, you should check the error:
|
| /developtools/profiler/device/services/shared_memory/src/ |
| D | share_memory_block.cpp | 92 int check = OHOS::AshmemSetProt(fd, PROT_READ | PROT_WRITE); in CreateBlock() local 93 if (check < 0) { in CreateBlock()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/ |
| D | ILineDataSet.ets | 51 * Performs a IndexOutOfBounds check by modulus.
|