| /developtools/smartperf_host/ide/test/base-ui/select/ |
| D | LitSelectV.test.ts | 63 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/ |
| D | LitSelectV.ts | 98 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/ |
| D | worker.js | 170 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/ |
| D | TabPaneNMStatstics.ts | 70 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/ |
| D | ChartData.ets | 25 * 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 …]
|
| D | LineData.ets | 21 * Data object that encapsulates all data associated with a LineChart.
|
| D | BarLineScatterCandleBubbleData.ets | 22 * 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/ |
| D | Transformer.ets | 28 * 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/ |
| D | README.md | 91 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/ |
| D | EBPFSender.ts | 55 all: boolean, 81 all: all,
|
| D | EBPFReceiver.ts | 66 ${args.all ? '' : 'and ipid = ' + args.ipid} 81 ${args.all ? '' : 'and ipid = ' + args.ipid}
|
| /developtools/smartperf_host/ide/src/base-ui/utils/ |
| D | Template.ts | 94 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 | .nycrc | 2 "all": true,
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/charts/ |
| D | Chart.ets | 46 * 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/ |
| D | tsconfig.json | 29 "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/ |
| D | DataRenderer.ets | 29 * 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.
|
| D | Renderer.ets | 18 * Abstract baseclass of all Renderers.
|
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | steps_gitee.go | 187 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/ |
| D | googletestbuild.gn | 70 "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/ |
| D | profiler_service_types.proto | 50 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/ |
| D | profiler_service_types.proto | 50 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/ |
| D | lite-image-coverter-plugin.js | 80 Promise.all(promiseArray).then(() => {
|
| /developtools/hdc/src/host/ |
| D | ext_client.cpp | 176 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/ |
| D | IDataSet.ets | 113 * 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/ |
| D | README.md | 48 # Hide symbols for all sa libraries if not specified by version_script
|