Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 35) sorted by relevance

12

/developtools/integration_verification/cases/smoke/basic/screenshot32/acls_check/
Dnative_sa.log1 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/
DTabPaneFilter.ts471 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/
DREADME.md85 ## 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
DREADME_ZH.md140 使用python3 syscap-check.py -h或python3 syscap-check.py --help查看用法:
/developtools/profiler/device/plugins/api/test/unittest/
Dbuffer_write_test.cpp41 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/
Dshared_memory_allocator_test.cpp107 int check = ftruncate(fd, 4096); variable
108 EXPECT_GE(check, 0);
/developtools/integration_verification/tools/deps_guard/rules_checker/
D__init__.py37 if not r.check():
Dnapi_rule.py27 def check(self): member in NapiRule
Dsa_rule.py27 def check(self): member in SaRule
Dbase_rule.py68 def check(self): member in BaseRule
Dhdi_rule.py27 def check(self): member in HdiRule
Dchipsetsdk.py62 def check(self): member in ChipsetSDKRule
/developtools/ace_ets2bundle/compiler/
DREADME.md18 **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/
Dgen_merged_abc.ts50 let check: boolean = tempModuleInfos.every((newItem) => {
53 if (check) {
Dgen_abc_plugin.ts856 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/
Dcompare.py25 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/
Dcompare.py25 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/
DRect.ets95 * @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
DEntryOhos.ets63 * are equal in those points, false if not. Does not check by hash-code like
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dstack_writer_test.cpp40 int check = ftruncate(fd, SMB_SIZE); in InitShareMemory() local
41 if (check < 0) { in InitShareMemory()
/developtools/hdc/
DREADME.md61 …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/
DREADME.md65 …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/
DILineDataSet.ets51 * Performs a IndexOutOfBounds check by modulus.
/developtools/global_resource_tool/
DREADME_zh.md48 | --icon-check | 可缺省 | 不带参数 | 开启icon和startWindowIcon的PNG图片校验功能。 |
/developtools/profiler/device/services/shared_memory/src/
Dshare_memory_block.cpp106 int check = OHOS::AshmemSetProt(fd, PROT_READ | PROT_WRITE); in CreateBlock() local
107 if (check < 0) { in CreateBlock()

12