| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | TraceSheetConfig.ts | 121 require: (param: SelectionParam) => param.isCurrentPane, 142 require: (param: SelectionParam) => param.cpuFreqLimitDatas.length > 0, 147 require: (param: SelectionParam) => param.cpus.length > 0, 152 require: (param: SelectionParam) => param.cpus.length > 0, 157 require: (param: SelectionParam) => param.cpus.length > 0, 162 require: (param: SelectionParam) => param.cpus.length > 0, 167 require: (param: SelectionParam) => param.cpus.length > 0, 172 require: (param: SelectionParam) => param.threadIds.length > 0, 177 require: (param: SelectionParam) => param.processIds.length > 0 && param.startup, 182 require: (param: SelectionParam) => param.processIds.length > 0 && param.staticInit, [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/ |
| D | TraceSheetConfig.ts | 85 require: (param: SelectionParam) => param.isCurrentPane, 106 require: (param: SelectionParam) => param.cpuFreqLimitDatas.length > 0, 111 require: (param: SelectionParam) => param.cpus.length > 0, 116 require: (param: SelectionParam) => param.cpus.length > 0, 121 require: (param: SelectionParam) => param.cpus.length > 0, 126 require: (param: SelectionParam) => param.cpus.length > 0, 131 require: (param: SelectionParam) => param.cpus.length > 0, 136 require: (param: SelectionParam) => param.threadIds.length > 0, 141 require: (param: SelectionParam) => param.processIds.length > 0 && param.startup, 146 require: (param: SelectionParam) => param.processIds.length > 0 && param.staticInit, [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/listener/ |
| D | OnChartGestureListener.ets | 27 * @param me 28 * @param lastPerformedGesture 35 * @param me 36 * @param lastPerformedGesture 43 * @param me 50 * @param me 57 * @param me 64 * @param me1 65 * @param me2 66 * @param velocityX [all …]
|
| /developtools/integration_verification/tools/fotff/vcs/gitee/ |
| D | compare.go | 100 func GetBetweenMRs(param CompareParam) ([]*Commit, error) { 101 commits, err := GetBetweenCommits(param) 106 head := param.Head 107 for head != param.Base { 112 commit.Owner = param.Owner 113 commit.Repo = param.Repo 121 func GetBetweenCommits(param CompareParam) ([]*Commit, error) { 122 …https://gitee.com/api/v5/repos/%s/%s/compare/%s...%s", param.Owner, param.Repo, param.Base, param.…
|
| /developtools/integration_verification/tools/startup_guard/config_parser_mgr/param/ |
| D | system_parameter_parser.py | 84 param = ParameterDacParser(param_name, old_param) 85 if (param.decode(param_info[2].strip())): 86 self._parameters[param_name] = param 88 param = ParameterParser(param_name, old_param) 89 if (param.decode(param_info[2].strip())): 90 self._parameters[param_name] = param 92 param = ParameterSelinuxParser(param_name, old_param) 93 if (param.decode(param_info[2].strip())): 94 self._parameters[param_name] = param 117 for param in self._parameters.values(): [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/highlight/ |
| D | ChartHighlighter.ets | 60 * @param x 61 * @param y 74 * @param xVal 75 * @param x 76 * @param y 101 * @param closestValues 102 * @param pos 103 * @param axis 134 * @param xVal the transformed x-value of the x-touch position 135 * @param x touch position [all …]
|
| /developtools/hapsigner/autosign/ |
| D | autosign.py | 77 param = global_config.get(config_key, {}).get(item_key, None) 78 if not param: 79 param = global_config.get('common', {}).get(item_key, None) 80 if not param: 85 return param 102 param = get_from_single_config(eng_k, required_key, True) 103 …if required_key.endswith('File') and required_key != 'inFile' and os.path.basename(param) == param: 104 param = os.path.join(tar_dir, param) 106 cmd.append(param) 109 param = get_from_single_config(eng_k, others_key, False) [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/animation/ |
| D | ChartAnimator.ets | 55 * @param durationMillis animation duration 64 * @param durationMillis animation duration 65 * @param easing EasingFunction 78 * @param durationMillisX animation duration along the X axis 79 * @param durationMillisY animation duration along the Y axis 89 * @param durationMillisX animation duration along the X axis 90 * @param durationMillisY animation duration along the Y axis 91 * @param easing EasingFunction for both axes 112 * @param durationMillisX animation duration along the X axis 113 * @param durationMillisY animation duration along the Y axis [all …]
|
| /developtools/integration_verification/DeployDevice/src/core/ |
| D | base.py | 20 def __init__(self, param=None): argument 27 if isinstance(param, dict): 28 self.logFilePath = param.get('logFilePath') 29 self.params_dict = param 30 elif isinstance(param, str): 31 param_file_path, param_file_name = os.path.split(param) 33 self.params_dict = upgrade_param.getAllParam(param)
|
| D | run.py | 21 def start(param): argument 35 if isinstance(param, dict): 36 logger.switchFilePath(param.get("logFilePath")) 37 runstage = param.get("runstage") 42 param["step_list"] = step_list 55 app = APP(param)
|
| /developtools/profiler/device/etc/ |
| D | hiprofilerd.cfg | 28 "name" : "param:hiviewdfx.hiprofiler.profilerd.start=1", 34 "name" : "param:hiviewdfx.hiprofiler.profilerd.start=0", 40 "name" : "param:hiviewdfx.hiprofiler.plugins.start=1", 46 "name" : "param:hiviewdfx.hiprofiler.plugins.start=0", 52 "name" : "param:hiviewdfx.hiprofiler.native_memoryd.start=1", 58 "name" : "param:hiviewdfx.hiprofiler.native_memoryd.start=0",
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntoolcmd/ |
| D | ParamsTrustlist.java | 86 String param = str.trim(); in generateTrustlist() local 87 if (COMMONDS.contains(param)) { in generateTrustlist() 88 cmdStandBy = param; in generateTrustlist() 90 putTrustMap(cmdStandBy, param); in generateTrustlist() 105 private static void putTrustMap(String cmdStandBy, String param) { in putTrustMap() argument 106 if (param.startsWith("-")) { in putTrustMap() 107 String subParam = param.substring(0, param.indexOf(":")).trim(); in putTrustMap()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/ |
| D | Rect.ets | 19 * @param left 20 * @param top 21 * @param right 22 * @param bottom 23 * @param r 37 * @param left The X coordinate of the left side of the rectangle 38 * @param top The Y coordinate of the top of the rectangle 39 * @param right The X coordinate of the right side of the rectangle 40 * @param bottom The Y coordinate of the bottom of the rectangle 152 * @param left The X coordinate of the left side of the rectangle [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/ |
| D | DataRenderer.ets | 124 * @param set 143 * @param c 150 * @param c 157 * @param c canvas 158 * @param formatter formatter for custom value-formatting 159 * @param value the value to be drawn 160 * @param entry the entry the value belongs to 161 * @param dataSetIndex the index of the DataSet the drawn Entry belongs to 162 * @param x position 163 * @param y position [all …]
|
| /developtools/hdc/src/common/ |
| D | channel.cpp | 191 AsyncParam *param = (AsyncParam *)handle->data; in AsyncMainLoopTask() local 192 HdcChannelBase *thisClass = (HdcChannelBase *)param->thisClass; in AsyncMainLoopTask() 194 switch (param->method) { in AsyncMainLoopTask() 197 thisClass->FreeChannel(param->sid); in AsyncMainLoopTask() 203 if (param->data) { in AsyncMainLoopTask() 204 delete[]((uint8_t *)param->data); in AsyncMainLoopTask() 206 delete param; in AsyncMainLoopTask() 223 AsyncParam *param = (AsyncParam *)*i; in MainAsyncCallback() local 224 Base::IdleUvTask(thisClass->loopMain, param, AsyncMainLoopTask); in MainAsyncCallback() 236 auto param = new AsyncParam(); in PushAsyncMessage() local [all …]
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/ |
| D | TabPaneFileSystemDescHistory.test.ts | 43 let param = { variable 130 tabPane.data = param; 140 tabPane.data = param; 151 tabPane.data = param; 161 tabPane.data = param; 172 tabPane.data = param; 183 tabPane.data = param; 194 tabPane.data = param;
|
| D | TabPaneFileSystemDescTimeSlice.test.ts | 43 let param = { variable 131 tabPane.data = param; 141 tabPane.data = param; 152 tabPane.data = param; 163 tabPane.data = param; 174 tabPane.data = param;
|
| D | TabPaneFileSystemEvents.test.ts | 77 let param = { variable 159 tabPaneFileSystemEvents.data = param; 169 tabPaneFileSystemEvents.data = param; 180 tabPaneFileSystemEvents.data = param; 190 tabPaneFileSystemEvents.data = param; 191 tabPaneFileSystemEvents.fromStastics(param);
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/scatter/ |
| D | IShapeRenderer.ets | 25 * @param c Canvas object for drawing the shape 26 * @param dataSet The DataSet to be drawn 27 * @param viewPortHandler Contains information about the current state of the view 28 * @param posX Position to draw the shape at 29 * @param posY Position to draw the shape at 30 * @param renderPaint Paint object used for styling and drawing
|
| /developtools/packing_tool/adapter/ohos/ |
| D | ResourcesParser.java | 568 KeyParam param = configIndex.params[i]; in convertConfigIndexToString() local 569 … if (param.keyType == ConfigType.Language.ordinal() || param.keyType == ConfigType.Region.ordinal() in convertConfigIndexToString() 570 || param.keyType == ConfigType.Script.ordinal()) { in convertConfigIndexToString() 572 configClass.append(parseAscii(param.value)); in convertConfigIndexToString() 576 configClass.append(MCC_CONJUNCTION).append(parseAscii(param.value)); in convertConfigIndexToString() 578 configClass.append(CONFIG_CONJUNCTION).append(parseAscii(param.value)); in convertConfigIndexToString() 581 lastKeyType = param.keyType; in convertConfigIndexToString() 582 } else if (param.keyType == ConfigType.Resolution.ordinal()) { in convertConfigIndexToString() 584 configClass.append(Resolution.getType(param.value)); in convertConfigIndexToString() 586 configClass.append(CONFIG_CONJUNCTION).append(Resolution.getType(param.value)); in convertConfigIndexToString() [all …]
|
| /developtools/profiler/hidebug/frameworks/native/ |
| D | hidebug_base.c | 95 char *param; in SplitParams() local 97 param = strtok_s(input, space, &next); in SplitParams() 98 while (param != NULL) { in SplitParams() 99 ParseKeyValue(param); in SplitParams() 100 param = strtok_s(NULL, space, &next); in SplitParams() 136 static int GetMallocHookStartupValue(const char *param, char *path, int size) in GetMallocHookStartupValue() argument 142 const char *ptr = param; in GetMallocHookStartupValue() 151 if (strncmp(param, "startup", paramLength) == 0) { in GetMallocHookStartupValue()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/ |
| D | IDataSet.ets | 74 * @param fromX 75 * @param toX 87 * @param xValue the x-value 88 * @param closestToY If there are multiple y-values for the specified x-value, 89 * @param rounding determine whether to round up/down/closest 106 * @param xValue the x-value 107 * @param closestToY If there are multiple y-values for the specified x-value, 118 * @param xValue 126 * @param index 139 * @param xValue the x-value [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
| D | Utils.ets | 43 * @param context 71 * @param dp A value in dp (density independent pixels) unit. Which we need 90 // * @param px A value in px (pixels) unit. Which we need to convert into db 111 * @param paint 112 * @param demoText 124 * @param paint 125 * @param demoText 158 // * @param paint 159 // * @param demoText 172 // * @param paint [all …]
|
| D | ColorTemplate.ets | 167 * @param hex 189 * @param color 190 * @param alpha 0 - 255 201 * @param r 202 * @param colors an integer array of resource id's of colors 215 * @param r 216 * @param g 217 * @param b 225 * @param alpha 226 * @param red [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/ |
| D | GameUtils.ets | 46 * @param maxFps maxFps 87 * @param fpsList fpsList 108 * @param value 120 * @param param param 123 private static getFpsJitterScore(param: number): number{ 124 if (null == param) { 127 return Math.round(100.0 * Math.exp(-0.458 * 100 * param)); 220 * @param jankRangeArray 连续丢帧数组 221 * @param defaultJankTime 默认单帧时间
|