Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 13 of 13) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/trace/component/setting/utils/
DPluginConvertUtils.ts60 prefixText = prefixText + ' '.repeat(spacesNumber) + this.leftBrace + this.crlf;
89 ' '.repeat(spacesNumber).repeat(indentation + 1) +
97 ' '.repeat(spacesNumber).repeat(indentation + 1) +
110 ' '.repeat(spacesNumber).repeat(indentation + 1) +
119 ' '.repeat(spacesNumber).repeat(indentation + 1) +
132 return prefixText + ' '.repeat(spacesNumber).repeat(indentation) + this.rightBrace;
149 ' '.repeat(spacesNumber).repeat(indentation + 1) +
158 ' '.repeat(spacesNumber).repeat(indentation + 1) +
167 ' '.repeat(spacesNumber).repeat(indentation + 1) +
180 ' '.repeat(spacesNumber).repeat(indentation + 1) +
[all …]
/developtools/smartperf_host/ide/src/trace/component/setting/utils/
DPluginConvertUtils.ts60 prefixText = prefixText + ' '.repeat(spacesNumber) + this.leftBrace + this.crlf;
89 ' '.repeat(spacesNumber).repeat(indentation + 1) +
97 ' '.repeat(spacesNumber).repeat(indentation + 1) +
110 ' '.repeat(spacesNumber).repeat(indentation + 1) +
119 ' '.repeat(spacesNumber).repeat(indentation + 1) +
132 return prefixText + ' '.repeat(spacesNumber).repeat(indentation) + this.rightBrace;
149 ' '.repeat(spacesNumber).repeat(indentation + 1) +
158 ' '.repeat(spacesNumber).repeat(indentation + 1) +
167 ' '.repeat(spacesNumber).repeat(indentation + 1) +
180 ' '.repeat(spacesNumber).repeat(indentation + 1) +
[all …]
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-transform-template.js155 if (node.repeat && !node.forCompiled) {
365 let exp = node.repeat.exp ? node.repeat.exp : node.repeat;
366 parameterArray.push(node.repeat.key ? node.repeat.key : '$idx');
367 parameterArray.push(node.repeat.value ? node.repeat.value : '$item');
/developtools/smartperf_host/ide/src/base-ui/utils/
DTemplate.ts84 const items = Number(obj) > 0 ? `[${'null,'.repeat(Number(obj) - 1)}null]` : obj;
/developtools/profiler/host/smartperf/ide/src/base-ui/utils/
DTemplate.ts84 const items = Number(obj) > 0 ? `[${'null,'.repeat(Number(obj) - 1)}null]` : obj;
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/exteriorStyle/
DexteriorStyle.css56 grid-template-rows: repeat(auto-fill, 20px);
/developtools/ace_ets2bundle/compiler/sample/pages/
Dwilldo.ets154 source array (as repeat implementation in ACE-Light did) */
/developtools/hdc/src/common/
Duart.h152 uint64_t repeat);
Duart.cpp76 uint64_t repeat) in UvTimerStart() argument
78 return uv_timer_start(handle, cb, timeout, repeat); in UvTimerStart()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DFloatBall.ets262 LongPressGesture({ fingers: 1, repeat: false, duration: 1000 })
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js1010 out.jsonTemplate.repeat = forMatch
/developtools/ace_ets2bundle/compiler/codegen/
Dcodegen_ets.js15 …r){var o=$i(e)?Ot:Ut,n=arguments.length<3;return o(e,sa(t,4),r,n,uo)},Dr.repeat=function(e,t,r){re…
/developtools/profiler/hiebpf/include/
Dvmlinux.h9621 __u32 repeat; member
120560 unsigned int repeat: 1; member