Home
last modified time | relevance | path

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

12

/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/
DTabPaneFilter.ts373 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/
DTabPaneFilter.ts373 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/
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__.py36 if not r.check():
Dnapi_rule.py51 def check(self): member in NapiRule
Dsa_rule.py78 def check(self): member in SaRule
Dhdi_rule.py80 def check(self): member in HdiRule
Dbase_rule.py67 def check(self): member in BaseRule
Dchipsetsdk.py142 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) {
Dark_utils.ts545 let check: boolean = tempModuleInfos.every((newItem) => {
548 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/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/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/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/base/
DBaseProfilerUtils.ets32 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/
DRect.ets93 * @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
DEntryOhos.ets65 * are equal in those points, false if not. Does not check by hash-code like
/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/device/services/shared_memory/src/
Dshare_memory_block.cpp92 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/
DILineDataSet.ets51 * Performs a IndexOutOfBounds check by modulus.

12