/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | border_image_edge.cpp | 20 const Dimension& width, BorderImageRepeat repeat) in BorderImageEdge() 22 borderImageWidth_(width), repeat_(repeat) in BorderImageEdge() 19 BorderImageEdge(const Dimension& slice, const Dimension& outset, const Dimension& width, BorderImageRepeat repeat) BorderImageEdge() argument
|
H A D | border_image_edge.h | 31 const Dimension& border_image_width, BorderImageRepeat repeat); 85 void SetBorderImageRepeat(BorderImageRepeat repeat) in SetBorderImageRepeat() argument 87 repeat_ = repeat; in SetBorderImageRepeat()
|
/third_party/node/test/fixtures/ |
H A D | linux-perf.js | 5 const repeat = new Number(process.argv[3]) || 5; 15 for (let i = 0; i < repeat; i++) {
|
/third_party/ffmpeg/libavcodec/ |
H A D | mss2.c | 182 int last_symbol = 0, repeat = 0, prev_avail = 0; in decode_555() local 209 if (repeat-- < 1) { in decode_555() 214 repeat = 0; in decode_555() 216 if (repeat >= (INT_MAX >> 8) - 1) { in decode_555() 217 av_log(avctx, AV_LOG_ERROR, "repeat overflow\n"); in decode_555() 220 repeat = (repeat << 8) + bytestream2_get_byte(gB) + 1; in decode_555() 223 int skip = FFMIN((unsigned)repeat, dst + w - p); in decode_555() 224 repeat -= skip; in decode_555() 255 int last_symbol = 0, repeat in decode_rle() local [all...] |
H A D | fmvc.c | 57 unsigned repeat = 0, first = 1, opcode = 0; in decode_type2() local 93 repeat = 1; in decode_type2() 104 repeat = 0; in decode_type2() 106 repeat = 1; in decode_type2() 108 if (repeat) { in decode_type2() 109 repeat = 0; in decode_type2() 138 repeat = 1; in decode_type2() 169 repeat = 1; in decode_type2() 212 repeat = 1; in decode_type2() 232 repeat in decode_type2() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | local_kptr_stash.c | 14 .repeat = 1, in test_local_kptr_stash_simple() 35 .repeat = 1, in test_local_kptr_stash_plain() 56 .repeat = 1, in test_local_kptr_stash_unstash()
|
/third_party/node/test/v8-updates/ |
H A D | test-linux-perf.js | 30 const repeat = 5; 32 // Expected number of samples we'll capture per repeat 56 `${repeat}`, 67 `${repeat}`,
|
/third_party/node/benchmark/buffers/ |
H A D | buffer-write-string.js | 20 string = 'a'.repeat(Math.floor(len / 2)); 37 string = 'a'.repeat(len); 53 string = 'a'.repeat(len);
|
H A D | buffer-base64-decode-wrapped.js | 14 const line = `${'abcd'.repeat(charsPerLine / 4)}\n`; 15 const data = line.repeat(linesCount);
|
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/mock/ |
H A D | bbox_detectors_mock.cpp | 21 const Task &task, uint64_t interval, bool repeat) in AddTimerEvent() 23 return EventLoop::AddTimerEvent(handler, event, task, GetMockInterval(), repeat); in AddTimerEvent() 20 AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> event, const Task &task, uint64_t interval, bool repeat) AddTimerEvent() argument
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | priority_queue.h | 98 auto [repeat, time] = updater(index->second->second.task_); in Update() 108 auto [repeat, time] = updater((*running).second.task_); in Update() 109 return repeat; in Update() 151 auto [repeat, time] = updater_(it->second.task_); in Finish() 152 if (repeat) { in Finish()
|
/third_party/skia/src/core/ |
H A D | SkBitmapProcState_matrixProcs.cpp | 152 // In repeat or mirror fx is in [0,1], so scale up by max first. in extract_low_bits_general() 233 static unsigned repeat(SkFixed fx, int max) { in repeat() function 242 // This should be exactly the same as repeat(fx ^ s, max) from here on. 255 nofilter_scale <repeat, repeat, false>, filter_scale <repeat, repeat, extract_low_bits_general, false>, 256 nofilter_affine<repeat, repeat>, filter_affine<repeat, repea [all...] |
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/ |
H A D | event_node.py | 44 repeat = None variable in EventNode 84 self.repeat = get_value_as_int(frame_node_str, get_sample_key(event_procedure_keyword, 'repeat'), 85 get_sample_separator_count(event_procedure_keyword, 'repeat')) 139 if self.repeat is not None: 140 result_str += ',' + ' repeat: ' + str(self.repeat)
|
/third_party/ffmpeg/tests/fate/ |
H A D | imf.mak | 1 FATE_IMF += fate-imf-cpl-with-repeat 2 fate-imf-cpl-with-repeat: CMD = framecrc -f imf -i $(TARGET_SAMPLES)/imf/countdown/CPL_bb2ce11c-1bb6-4781-8e69-967183d02b9b.xml -c:v copy
|
/third_party/python/Modules/_sre/ |
H A D | sre_lib.h | 818 if (state->repeat) in match() 833 if (state->repeat) in match() 838 if (state->repeat) in match() 842 if (state->repeat) in match() 888 if (state->repeat) in match() 907 if (state->repeat) in match() 912 if (state->repeat) in match() 919 if (state->repeat) in match() 928 if (state->repeat) in match() 933 if (state->repeat) in match() [all...] |
/base/theme/screenlock_mgr/services/src/ |
H A D | strongauthmanager.cpp | 43 StrongAuthManger::authTimer::authTimer(bool repeat, uint64_t interval, bool isExact, bool isIdle) in authTimer() argument 45 this->repeat = repeat; in authTimer() 72 void StrongAuthManger::authTimer::SetRepeat(bool repeat) in SetRepeat() argument 74 this->repeat = repeat; in SetRepeat()
|
/foundation/distributeddatamgr/preferences/test/js/unittest/storage/src/ |
H A D | StorageCallBackJsunit.test.js | 365 phoneStr = phoneStr.repeat(16 * 1024 * 1024 + 1); 384 phoneStr = phoneStr.repeat(16 * 1024 * 1024); 403 phoneNum = phoneNum.repeat(1025); 422 phoneNum = phoneNum.repeat(1024); 477 illegalKey = illegalKey.repeat(1025); 496 legalKey = legalKey.repeat(1024);
|
/third_party/python/Lib/distutils/ |
H A D | fancy_getopt.py | 141 self.repeat = {} 146 repeat = 0 148 long, short, help, repeat = option 164 self.repeat[long] = repeat 260 if val and self.repeat.get(attr) is not None:
|
/base/time/time_service/interfaces/inner_api/include/ |
H A D | itimer_info.h | 31 bool repeat; member in OHOS::MiscServices::ITimerInfo 68 * SetRepeat set timer repeat or not 69 * @para: repeat: bool 72 virtual void SetRepeat(bool repeat) = 0; 75 * SetInterval set timer repeat interval 76 * @para: repeat: uint64_t >= 5000ms 85 * But do not take effect for repeat timer.
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | long_press_gesture.h | 35 int32_t fingers, bool repeat, int32_t duration, bool isForDrag = false, bool isDisableMouseLeft = false) in LongPressGesture() 36 : Gesture(fingers), repeat_(repeat), duration_(duration), isForDrag_(isForDrag), in LongPressGesture() 34 LongPressGesture( int32_t fingers, bool repeat, int32_t duration, bool isForDrag = false, bool isDisableMouseLeft = false) LongPressGesture() argument
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_system_timer.h | 34 WifiSysTimer(bool repeat, uint64_t interval, bool isNoWakeUp, bool isIdle = false); 38 void SetRepeat(bool repeat) override;
|
/foundation/communication/dhcp/services/utils/include/ |
H A D | dhcp_system_timer.h | 33 DhcpSysTimer(bool repeat, uint64_t interval, bool isNoWakeUp, bool isIdle = false);
37 void SetRepeat(bool repeat) override;
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-uniphier-f.c | 248 bool repeat) in uniphier_fi2c_tx_init() 262 if (!repeat) in uniphier_fi2c_tx_init() 314 struct i2c_msg *msg, bool repeat, in uniphier_fi2c_master_xfer_one() 340 uniphier_fi2c_tx_init(priv, msg->addr, repeat); in uniphier_fi2c_master_xfer_one() 347 if (!repeat) in uniphier_fi2c_master_xfer_one() 411 bool repeat = false; in uniphier_fi2c_master_xfer() local 422 ret = uniphier_fi2c_master_xfer_one(adap, msg, repeat, stop); in uniphier_fi2c_master_xfer() 426 repeat = !stop; in uniphier_fi2c_master_xfer() 247 uniphier_fi2c_tx_init(struct uniphier_fi2c_priv *priv, u16 addr, bool repeat) uniphier_fi2c_tx_init() argument 313 uniphier_fi2c_master_xfer_one(struct i2c_adapter *adap, struct i2c_msg *msg, bool repeat, bool stop) uniphier_fi2c_master_xfer_one() argument
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-uniphier-f.c | 248 bool repeat) in uniphier_fi2c_tx_init() 262 if (!repeat) in uniphier_fi2c_tx_init() 314 struct i2c_msg *msg, bool repeat, in uniphier_fi2c_master_xfer_one() 340 uniphier_fi2c_tx_init(priv, msg->addr, repeat); in uniphier_fi2c_master_xfer_one() 347 if (!repeat) in uniphier_fi2c_master_xfer_one() 411 bool repeat = false; in uniphier_fi2c_master_xfer() local 422 ret = uniphier_fi2c_master_xfer_one(adap, msg, repeat, stop); in uniphier_fi2c_master_xfer() 426 repeat = !stop; in uniphier_fi2c_master_xfer() 247 uniphier_fi2c_tx_init(struct uniphier_fi2c_priv *priv, u16 addr, bool repeat) uniphier_fi2c_tx_init() argument 313 uniphier_fi2c_master_xfer_one(struct i2c_adapter *adap, struct i2c_msg *msg, bool repeat, bool stop) uniphier_fi2c_master_xfer_one() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_idet.c | 34 { "rep_thres", "set repeat threshold", OFFSET(repeat_threshold), AV_OPT_TYPE_FLOAT, {.dbl = 3.0}, -1, FLT_MAX, FLAGS }, 120 RepeatedField repeat; in filter() local 156 repeat = REPEAT_TOP; in filter() 158 repeat = REPEAT_BOTTOM; in filter() 160 repeat = REPEAT_NONE; in filter() 203 idet->total_repeats [ repeat] ++; in filter() 204 idet->repeats [ repeat] += PRECISION; in filter() 213 rep2str(repeat), type2str(type), type2str(idet->last_type)); in filter() 215 av_dict_set (metadata, "lavfi.idet.repeated.current_frame", rep2str(repeat), 0); in filter()
|