Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 113) sorted by relevance

12345

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.ts58 Promise.all([
157 let all: NativeHookStatisticsTableData | null = null;
161 all = new NativeHookStatisticsTableData();
162 all.memoryTap = this.native_type[0];
173 if (all != null) {
174 all.totalBytes += hook.allocByte;
175 all.totalCount += hook.allocCount;
176 all.freeByte += hook.freeByte;
177 all.freeCount += hook.freeCount;
178 if (hook.max > all.max) {
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.ts57 Promise.all([
155 let all: NativeHookStatisticsTableData | null = null;
159 all = new NativeHookStatisticsTableData();
160 all.memoryTap = this.native_type[0];
171 if (all != null) {
172 all.totalBytes += hook.allocByte;
173 all.totalCount += hook.allocCount;
174 all.freeByte += hook.freeByte;
175 all.freeCount += hook.freeCount;
176 if (hook.max > all.max) {
[all …]
/developtools/smartperf_host/ide/src/base-ui/select/
DLitSelectV.ts98 set all(isAll: boolean) { method in LitSelectV
106 get all() { method in LitSelectV
118 if (this.all) {
143 if (this.showItems.indexOf(item) > -1 || this.all) {
280 this.all = false;
293 this.all = true;
296 this.all = false;
349 this.all = true;
358 this.all = false;
/developtools/profiler/host/smartperf/ide/src/base-ui/select/
DLitSelectV.ts98 set all(isAll: boolean) { method in LitSelectV
106 get all() { method in LitSelectV
118 if (this.all) {
143 if (this.showItems.indexOf(item) > -1 || this.all) {
280 this.all = false;
293 this.all = true;
296 this.all = false;
349 this.all = true;
358 this.all = false;
/developtools/smartperf_host/ide/test/base-ui/select/
DLitSelectV.test.ts64 litSelectV.all = true;
65 expect(litSelectV.all).toBeTruthy();
68 litSelectV.all = false;
69 expect(litSelectV.all).toBeFalsy();
103 litSelectV.all = true;
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/workers/
Dworker.js170 function includes(all, sub) { argument
172 all = all.toLowerCase();
178 for (let i = 0; i < all.length - subLength + 1; i++) {
180 if (all.charAt(i) == firstChar) {
181 if (all.substring(i, i + subLength) == sub) {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DChartData.ets25 * Class that holds all relevant data that represents the chart. That involves
31 * maximum y-value in the value array across all axes
36 * the minimum y-value in the value array across all axes
61 * array that holds all DataSets the ChartData object represents
98 * changed. Calling this performs all necessary recalculations needed when
106 * Calc minimum and maximum y-values over all DataSets.
123 * Calc minimum and maximum values (both x and y) over all DataSets.
283 * Returns all DataSet objects this ChartData object holds.
319 * Returns the labels of all DataSets as a string array.
391 * Removes the given DataSet from this data object. Also recalculates all
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DTransformer.ets28 * Transformer class that contains all matrices and is responsible for
71 // setup all matrices
78 * Prepares the matrix that contains all offsets.
102 * y values transformed with all matrices for the SCATTERCHART.
139 * y values transformed with all matrices for the BUBBLECHART.
175 * y values transformed with all matrices for the LINECHART.
213 * y values transformed with all matrices for the CANDLESTICKCHART.
247 * transform a path with all the given matrices VERY IMPORTANT: keep order
277 * Transform an array of points with all matrices. VERY IMPORTANT: Keep
289 * Transform a rectangle with all matrices.
[all …]
/developtools/syscap_codec/
DREADME.md91 1. Collect syscap fields of all components (or specified components), compare them with arraySyscap…
92 2. Collect the syscap fields of all components and compare them with the @syscap property set in *.…
93 3. Compare syscap attributes in *.d.ts in all interface/ sdK-JS/API directories with arraySyscap in…
108 # check syscap field in all components for consistency with arraySyscap in syscap_define.h
114 # check the consistency of the syscap field of all components with the "@syscap" property set in *.…
/developtools/smartperf_host/ide/src/base-ui/utils/
DTemplate.ts94 const str = this.replace(/\{\{([^\}]+)\}\}/g, (all: any, s: any) => `\${${s}}`);
101 return str.replace(/&(lt|gt|nbsp|amp|quot);/gi, function (all, t) {
/developtools/profiler/host/smartperf/ide/src/base-ui/utils/
DTemplate.ts94 const str = this.replace(/\{\{([^\}]+)\}\}/g, (all: any, s: any) => `\${${s}}`);
101 return str.replace(/&(lt|gt|nbsp|amp|quot);/gi, function (all, t) {
/developtools/ace_ets2bundle/compiler/
D.nycrc2 "all": true,
/developtools/smartperf_host/ide/
Dtsconfig.json29 "strict": true, /* Enable all strict type-checking options. */
41 …// "noImplicitReturns": true, /* Report error when not all code paths in function retu…
52 …lity between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'a…
/developtools/profiler/host/smartperf/ide/
Dtsconfig.json29 "strict": true, /* Enable all strict type-checking options. */
41 …// "noImplicitReturns": true, /* Report error when not all code paths in function retu…
52 …lity between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'a…
/developtools/profiler/host/smartperf/ide/src/trace/proto/
Dprofiler_service_types.proto50 OFFLINE = 0; // save all plugin results to result file.
51 ONLINE = 1; // push all plugin results to host PC with streamed FetchDataResponse.
/developtools/smartperf_host/ide/src/trace/proto/
Dprofiler_service_types.proto50 OFFLINE = 0; // save all plugin results to result file.
51 ONLINE = 1; // push all plugin results to host PC with streamed FetchDataResponse.
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/
DDataRenderer.ets29 * Superclass of all render classes for the different data types (line, bar, ...).
148 * Loops over all Entrys and draws their values.
184 * Draws all highlight indicators for the values that are currently highlighted.
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dsteps_gitee.go187 func combineOtherRelatedIssue(parent, self *IssueInfo, all map[string]*IssueInfo) {
193 if son, ok := all[other]; ok {
194 combineOtherRelatedIssue(self, son, all)
195 delete(all, other)
/developtools/profiler/protos/services/
Dprofiler_service_types.proto50 OFFLINE = 0; // save all plugin results to result file.
51 ONLINE = 1; // push all plugin results to host PC with streamed FetchDataResponse.
/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/
Dprofiler_service_types.proto50 OFFLINE = 0; // save all plugin results to result file.
51 ONLINE = 1; // push all plugin results to host PC with streamed FetchDataResponse.
/developtools/smartperf_host/trace_streamer/src/protos/services/
Dprofiler_service_types.proto50 OFFLINE = 0; // save all plugin results to result file.
51 ONLINE = 1; // push all plugin results to host PC with streamed FetchDataResponse.
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-image-coverter-plugin.js80 Promise.all(promiseArray).then(() => {
/developtools/hdc/src/host/
Dext_client.cpp176 string all = extdevs; in ListTargets() local
177 all = Base::ReplaceAll(all, "\n", "\texternal\n"); in ListTargets()
178 Base::PrintMessage("%s", all.c_str()); in ListTargets()
/developtools/smartperf_host/trace_streamer/prebuilts/patch_googletest/
Dgoogletestbuild.gn72 "googletest/src/gtest-all.cc",
86 sources -= [ "googletest/src/gtest-all.cc" ]
182 "googlemock/src/gmock-all.cc",
189 sources -= [ "googlemock/src/gmock-all.cc" ]
/developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_googletest/
Dgoogletestbuild.gn72 "googletest/src/gtest-all.cc",
86 sources -= [ "googletest/src/gtest-all.cc" ]
182 "googlemock/src/gmock-all.cc",
189 sources -= [ "googlemock/src/gmock-all.cc" ]

12345