Home
last modified time | relevance | path

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

1234

/developtools/smartperf_host/ide/test/base-ui/select/
DLitSelectV.test.ts63 litSelectV.all = true;
64 expect(litSelectV.all).toBeTruthy();
67 litSelectV.all = false;
68 expect(litSelectV.all).toBeFalsy();
102 litSelectV.all = true;
/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) {
246 this.all = false;
259 this.all = true;
262 this.all = false;
312 this.all = true;
321 this.all = false;
/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/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.ts70 Promise.all([
163 let all: NativeHookStatisticsTableData | null = null;
167 all = new NativeHookStatisticsTableData();
168 all.memoryTap = this.nativeType[0];
179 if (all !== null) {
180 this.processHookData(hook, all);
189 if (all !== null) {
190 this.updateHookData(all, arr);
/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.
265 * Returns all DataSet objects this ChartData object holds.
301 * Returns the labels of all DataSets as a string array.
373 * Removes the given DataSet from this data object. Also recalculates all
[all …]
DLineData.ets21 * Data object that encapsulates all data associated with a LineChart.
DBarLineScatterCandleBubbleData.ets22 * Baseclass for all Line, Bar, Scatter, Candle and Bubble data.
/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.
100 * y values transformed with all matrices for the SCATTERCHART.
137 * y values transformed with all matrices for the BUBBLECHART.
173 * y values transformed with all matrices for the LINECHART.
211 * y values transformed with all matrices for the CANDLESTICKCHART.
232 * transform a path with all the given matrices VERY IMPORTANT: keep order
262 * Transform an array of points with all matrices. VERY IMPORTANT: Keep
274 * 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/trace/database/data-trafic/
DEBPFSender.ts55 all: boolean,
81 all: all,
DEBPFReceiver.ts66 ${args.all ? '' : 'and ipid = ' + args.ipid}
81 ${args.all ? '' : 'and ipid = ' + args.ipid}
/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/ace_ets2bundle/compiler/
D.nycrc2 "all": true,
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/charts/
DChart.ets46 * Baseclass of all Chart-Views.
61 * object that holds all data that was originally set for the chart, before
117 * the legend object containing all data associated with the legend
175 * initialize all paints and stuff
204 * Sets a new data object for the chart. The data object contains all values
236 * Clears the chart from all data (sets it to null) and refreshes it (by
248 …* Removes all DataSets (and thereby Entries) from the chart. Does not set the data object to null.…
278 * Lets the chart know its underlying data has changed and performs all
492 * null or an empty array to undo all highlighting. This should be used to
511 * Provide -1 as the dataSetIndex to undo all highlighting.
[all …]
/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/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.
DRenderer.ets18 * Abstract baseclass of all Renderers.
/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/smartperf_host/trace_streamer/prebuilts/patch_googletest/
Dgoogletestbuild.gn70 "googletest/src/gtest-all.cc",
84 sources -= [ "googletest/src/gtest-all.cc" ]
172 "googlemock/src/gmock-all.cc",
179 sources -= [ "googlemock/src/gmock-all.cc" ]
/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/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/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/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/
DIDataSet.ets113 * Returns all Entry objects found at the given x-value with binary
243 * Removes all values from this DataSet and does all necessary recalculations.
280 * returns all the colors that are set for this DataSet
321 * formatting (concerning decimals) for all the values that are drawn inside
372 * Returns only the first color of all colors that are set to be used for the values.
465 * For all charts except Pie and Radar it will be ordinary (x offset,y offset).
/developtools/integration_verification/tools/deps_guard/rules/NO-Depends-On-SA/
DREADME.md48 # Hide symbols for all sa libraries if not specified by version_script

1234