/developtools/integration_verification/cases/smoke/basic/screenshot32/acls_check/ |
D | native_sa.log | 1 2024-06-07 11:16:56 Fri 2024-06-07 11:16:56 Info [acl_check] -------------------------- ACL check b… 6 …6:56 Info [resolve_token_info] -------------------------- invalidPermList check begin ------------… 10 …Error [resolve_token_info] -------------------------- The invalidPermList check failed -----------… 11 …:16:56 Error [acl_check] ('-------------------------- The invalidPermList check failed -----------… 12 2024-06-07 11:16:56 Fri 2024-06-07 11:16:56 Error [acl_check] -------------------------- ACL check … 13 2024-06-07 11:16:56 Fri 2024-06-07 11:16:56 Info [acl_check] -------------------------- ACL check e…
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ |
D | TabPaneFilter.ts | 471 private treeCheckClickSwitch(idx: number, check: boolean, row: NodeListOf<Element>): void { 475 checkList.push(check); 489 let check = e.querySelector<LitCheckBox>('lit-check-box'); 492 this.treeCheckClickSwitch(idx, !check!.checked, row); 494 check!.checked = !check!.checked; 496 check!.onchange = (ev: unknown): void => { 524 let check = this.shadowRoot!.querySelector<LitCheckBox>('#constraints-check'); 526 check!.checked = false; 554 let check = this.shadowRoot!.querySelector<LitCheckBox>('#constraints-check'); 555 check!.onchange = (ev: unknown): void => { [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 | 37 if not r.check():
|
D | napi_rule.py | 27 def check(self): member in NapiRule
|
D | sa_rule.py | 27 def check(self): member in SaRule
|
D | base_rule.py | 68 def check(self): member in BaseRule
|
D | hdi_rule.py | 27 def check(self): member in HdiRule
|
D | chipsetsdk.py | 62 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 | 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/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/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/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/ui/detail/chart/data/ |
D | Rect.ets | 95 * @return the rectangle's width. This does not check for a valid rectangle 103 * @return the rectangle's height. This does not check for a valid rectangle 223 this.top < this.bottom && // check for empty first
|
D | EntryOhos.ets | 63 * are equal in those points, false if not. Does not check by hash-code like
|
/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/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/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.
|
/developtools/global_resource_tool/ |
D | README_zh.md | 48 | --icon-check | 可缺省 | 不带参数 | 开启icon和startWindowIcon的PNG图片校验功能。 |
|
/developtools/profiler/device/services/shared_memory/src/ |
D | share_memory_block.cpp | 106 int check = OHOS::AshmemSetProt(fd, PROT_READ | PROT_WRITE); in CreateBlock() local 107 if (check < 0) { in CreateBlock()
|