Home
last modified time | relevance | path

Searched refs:param (Results 1 – 25 of 134) sorted by relevance

123456

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheetConfig.ts145 require: (param: SelectionParam) => param.cpuFreqLimit.length > 0,
150 require: (param: SelectionParam) => param.cpus.length > 0,
155 require: (param: SelectionParam) => param.cpus.length > 0,
160 require: (param: SelectionParam) => param.cpus.length > 0,
165 require: (param: SelectionParam) => param.cpus.length > 0,
170 require: (param: SelectionParam) => param.cpus.length > 0,
175 require: (param: SelectionParam) => param.threadIds.length > 0,
180 require: (param: SelectionParam) => param.processIds.length > 0 && param.startup,
185 require: (param: SelectionParam) => param.processIds.length > 0 && param.staticInit,
190 require: (param: SelectionParam) => param.threadIds.length > 0,
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/listener/
DOnChartGestureListener.ets27 * @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/
Dcompare.go100 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/profiler/device/etc/
Dhiprofilerd.cfg27 "name" : "param:hiviewdfx.hiprofiler.profilerd.start=1",
33 "name" : "param:hiviewdfx.hiprofiler.profilerd.start=0",
39 "name" : "param:hiviewdfx.hiprofiler.plugins.start=1",
45 "name" : "param:hiviewdfx.hiprofiler.plugins.start=0",
51 "name" : "param:hiviewdfx.hiprofiler.native_memoryd.start=1",
57 "name" : "param:hiviewdfx.hiprofiler.native_memoryd.start=0",
64 "name" : "param:hiviewdfx.hiprofiler.native_memoryd.start=2",
71 "name" : "param:hiviewdfx.hiprofiler.memprofiler.start=1",
77 "name" : "param:hiviewdfx.hiprofiler.memprofiler.start=0",
/developtools/integration_verification/tools/startup_guard/config_parser_mgr/param/
Dsystem_parameter_parser.py84 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
115 for param in self._parameters.values():
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/highlight/
DChartHighlighter.ets60 * @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/
Dautosign.py77 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/
DChartAnimator.ets55 * @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/
Dbase.py20 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)
Drun.py21 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/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntoolcmd/
DParamsTrustlist.java86 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/
DRect.ets19 * @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/
DDataRenderer.ets124 * @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/
Dchannel.cpp197 AsyncParam *param = (AsyncParam *)handle->data; in AsyncMainLoopTask() local
198 HdcChannelBase *thisClass = (HdcChannelBase *)param->thisClass; in AsyncMainLoopTask()
200 switch (param->method) { in AsyncMainLoopTask()
203 thisClass->FreeChannel(param->sid); in AsyncMainLoopTask()
209 if (param->data) { in AsyncMainLoopTask()
210 delete[]((uint8_t *)param->data); in AsyncMainLoopTask()
212 delete param; in AsyncMainLoopTask()
230 AsyncParam *param = (AsyncParam *)*i; in MainAsyncCallback() local
231 Base::IdleUvTask(thisClass->loopMain, param, AsyncMainLoopTask); in MainAsyncCallback()
244 auto param = new AsyncParam(); in PushAsyncMessage() local
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneFileSystemDescHistory.test.ts40 let param = { variable
127 tabPane.data = param;
137 tabPane.data = param;
148 tabPane.data = param;
158 tabPane.data = param;
169 tabPane.data = param;
180 tabPane.data = param;
191 tabPane.data = param;
DTabPaneFileSystemDescTimeSlice.test.ts40 let param = { variable
128 tabPane.data = param;
138 tabPane.data = param;
149 tabPane.data = param;
160 tabPane.data = param;
171 tabPane.data = param;
DTabPaneFileSystemEvents.test.ts74 let param = { variable
156 tabPaneFileSystemEvents.data = param;
166 tabPaneFileSystemEvents.data = param;
177 tabPaneFileSystemEvents.data = param;
187 tabPaneFileSystemEvents.data = param;
188 tabPaneFileSystemEvents.fromStastics(param);
/developtools/packing_tool/adapter/ohos/
DResourcesParser.java568 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/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/scatter/
DIShapeRenderer.ets25 * @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/profiler/hidebug/frameworks/native/
Dhidebug_base.c95 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/
DIDataSet.ets74 * @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/
DUtils.ets43 * @param context
53 * @param dp A value in dp (density independent pixels) unit. Which we need
69 * @param paint
70 * @param demoText
82 * @param paint
83 * @param demoText
104 // * @param paint
105 // * @param demoText
128 * @param number
148 * @param number
[all …]
DColorTemplate.ets167 * @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/hdc/src/daemon/etc/
Dhdcd.root.cfg53 "name" : "param:persist.hdc.control=false",
61 "name" : "param:persist.hdc.control=true",
69 "name" : "param:persist.hdc.control_system=true",
75 "name" : "param:persist.hdc.control_system=false",
81 "name" : "param:persist.hdc.replace=true",
95 "name" : "param:persist.hdc.daemon.auth_cancel=true",
104 "name" : "param:const.hdc.secure=0",
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/
DGameUtils.ets46 * @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 默认单帧时间

123456