Home
last modified time | relevance | path

Searched refs:repeat (Results 176 - 200 of 875) sorted by relevance

12345678910>>...35

/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c513 A) reset the repeat variable
519 uint32_t* symbol, uint32_t* repeat, uint32_t* space, in ProcessSingleCodeLength()
522 *repeat = 0; in ProcessSingleCodeLength()
536 A) Check if it is the extension of previous repeat sequence; if the decoded
539 B) Update repeat variable
547 uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, in ProcessRepeatedCodeLength()
558 *repeat = 0; in ProcessRepeatedCodeLength()
561 old_repeat = *repeat; in ProcessRepeatedCodeLength()
562 if (*repeat > 0) { in ProcessRepeatedCodeLength()
563 *repeat in ProcessRepeatedCodeLength()
518 ProcessSingleCodeLength(uint32_t code_len, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessSingleCodeLength() argument
545 ProcessRepeatedCodeLength(uint32_t code_len, uint32_t repeat_delta, uint32_t alphabet_size, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint32_t* repeat_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessRepeatedCodeLength() argument
598 uint32_t repeat = h->repeat; ReadSymbolCodeLengths() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp26 const std::string REPEAT_PREFIX = "repeat";
29 const std::string INVALID_PATTERN = R"(((repeat)\(\s{0,}(auto-fill)\s{0,},))";
31 const std::string PREFIX_PATTERN = R"(\S{1,}(repeat)|(px|%|vp)\d{1,}|\)\d{1,})";
35 const std::regex AUTO_REGEX(R"(^repeat\((.+),(.+)\))", std::regex::icase); // regex for "repeat(auto-fill, 10px)"
36 const std::regex REPEAT_NUM_REGEX(R"(^repeat\((\d+),(.+)\))", std::regex::icase); // regex for "repeat(2, 100px)"
39 R"(((repeat)\(\s{0,}(auto-fill)\s{0,},(\s{0,}[0-9]+([.]{1}[0-9]+){0,1}(px|%|vp){0,1}){1,}\s{0,}\)))";
93 std::vector<std::string>& vec, std::string& repeat, std::vector<Value>& resultvec) in CheckRepeatAndSplitString()
95 if (repeat in CheckRepeatAndSplitString()
92 CheckRepeatAndSplitString( std::vector<std::string>& vec, std::string& repeat, std::vector<Value>& resultvec) CheckRepeatAndSplitString() argument
180 std::string repeat = GetRepeat(args); CheckAutoFillParameter() local
[all...]
/third_party/node/test/parallel/
H A Dtest-dns.js74 '1'.repeat(3 * 4),
76 ':'.repeat(100000),
77 '['.repeat(100000),
78 '['.repeat(100000) + ']'.repeat(100000) + 'a',
H A Dtest-icu-transcode.js34 const utf8 = Buffer.from('€'.repeat(4000), 'utf8');
35 const ucs2 = Buffer.from('€'.repeat(4000), 'ucs2');
H A Dtest-url-format.js229 [`http://${'a'.repeat(255)}.com/node`]: {
240 [`http://www.${'z'.repeat(63)}example.com/node`]: {
241 href: `http://www.${'z'.repeat(63)}example.com/node`,
244 host: `www.${'z'.repeat(63)}example.com`,
245 hostname: `www.${'z'.repeat(63)}example.com`,
H A Dtest-assert.js95 () => a.notStrictEqual('a '.repeat(30), 'a '.repeat(30)),
98 `'${'a '.repeat(30)}'`,
450 assert.strictEqual('A'.repeat(1000), '');
455 `+ '${'A'.repeat(1000)}'\n- ''`);
457 assert.ok(inspect(err).includes(`actual: '${'A'.repeat(488)}...'`));
463 const multilineString = 'fhqwhgads\n'.repeat(15);
472 " 'fhqwhgads\\n' +\n".repeat(9) +
678 '+ 1,\n'.repeat(25) +
680 '- 2,\n'.repeat(2
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dbase_gesture_event.h58 void SetRepeat(bool repeat) in SetRepeat() argument
60 repeat_ = repeat; in SetRepeat()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dgradient_style_modifier.h91 void PaddingColors(ColorAnimatableArithmetic& colors, bool repeat);
92 void PaddingColorStops(ColorStopAnimatableArithmetic& colorStops, bool repeat);
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_image_animator.h219 * @param repeat Specifies whether the animator is played for infinite times. <b>true</b> (default value)
226 void SetRepeat(bool repeat) in SetRepeat() argument
228 repeat_ = repeat; in SetRepeat()
248 * This function takes effect only when <b>repeat</b> is set to <b>false</b> in {@link SetRepeat}.
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/
H A Djs_uv_queue.h37 UvCallback(napi_ref callback, bool repeat = false) : callback_(callback), repeat_(repeat) { } in UvCallback()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dhash_hugepage.c136 repeat: in __hash_page_thp()
157 goto repeat; in __hash_page_thp()
H A Dhash_4k.c82 repeat: in __hash_page_4K()
106 goto repeat; in __hash_page_4K()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dhash_hugepage.c136 repeat: in __hash_page_thp()
157 goto repeat; in __hash_page_thp()
H A Dhash_4k.c84 repeat: in __hash_page_4K()
108 goto repeat; in __hash_page_4K()
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dcrw.c69 repeat: in crw_collect_info()
133 goto repeat; in crw_collect_info()
/kernel/linux/linux-5.10/fs/erofs/
H A Dzdata.h150 repeat: in z_erofs_onlinepage_fixup()
163 goto repeat; in z_erofs_onlinepage_fixup()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtype_cast.c18 .repeat = 1, in test_xdp()
52 .repeat = 1, in test_tc()
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dcrw.c68 repeat: in crw_collect_info()
132 goto repeat; in crw_collect_info()
/third_party/astc-encoder/Test/
H A Dastc_test_competitive.py93 for repeat in range(0, TEST_REPEATS):
109 for repeat in range(0, TEST_REPEATS):
/third_party/libwebsockets/lib/plat/freertos/
H A Dprivate-lib-plat-freertos.h130 #define LWS_PLAT_TIMER_CREATE(name, interval, repeat, opaque, cb) \
132 repeat ? pdTRUE : 0, opaque, cb)
/third_party/node/benchmark/crypto/
H A Dcipher-stream.js43 message = 'a'.repeat(len);
47 message = 'ü'.repeat(len / 2);
/third_party/node/benchmark/net/
H A Dtcp-raw-s2c.js48 chunk = 'ü'.repeat(len / 2);
51 chunk = 'x'.repeat(len);
H A Dtcp-raw-c2s.js79 chunk = 'ü'.repeat(len / 2);
82 chunk = 'x'.repeat(len);
H A Dnet-s2c.js32 chunk = 'ü'.repeat(sendchunklen / 2);
36 chunk = 'x'.repeat(sendchunklen);
H A Dtcp-raw-pipe.js76 chunk = 'ü'.repeat(len / 2);
79 chunk = 'x'.repeat(len);

Completed in 11 milliseconds

12345678910>>...35