/third_party/typescript/tests/baselines/reference/ |
H A D | taggedTemplateStringsWithIncompatibleTypedTagsES6.js | 3 (stringParts: TemplateStringsArray, ...rest: boolean[]): I;
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-net_id.c | 236 char *rest; in dev_pci_slot() local 241 i = strtol(dent->d_name, &rest, 10); in dev_pci_slot() 242 if (rest[0] != '\0') in dev_pci_slot()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | IntTrieBuilder.java | 26 * values while the rest of the Unicode data is unused in the application or 438 int rest = limit & MASK_; in setRange() 481 if (rest > 0) { in setRange() 487 fillBlock(block, 0, rest, value, overwrite); in setRange()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | IntTrieBuilder.java | 27 * values while the rest of the Unicode data is unused in the application or 440 int rest = limit & MASK_; in setRange() 483 if (rest > 0) { in setRange() 489 fillBlock(block, 0, rest, value, overwrite); in setRange()
|
/third_party/ltp/scripts/ |
H A D | checkbashisms.pl | 291 my $rest = $1; 309 $count = () = $rest =~ /(^|[^\\])$quote_string/g; 313 $line = $rest || '';
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | specifiers.py | 656 epoch, _, rest = version.rpartition("!") 659 for item in rest.split("."): 675 epoch, *rest = components 676 return f"{epoch}!{'.'.join(rest)}" 692 # Get the rest of our versions
|
/kernel/linux/linux-5.10/tools/testing/ktest/ |
H A D | ktest.pl | 958 my $rest; 975 $rest = $2; 999 if ($rest =~ s/\s+SKIP\b//) { 1006 if ($rest =~ s/\sELSE\b//) { 1019 if ($rest =~ s/\sIF\s+(.*)//) { 1033 if ($rest =~ s/\s+ITERATE\s+(\d+)//) { 1037 } elsif ($rest =~ s/\sOVERRIDE\b//) { 1045 if (!$skip && $rest !~ /^\s*$/) { 1058 $rest = $1; 1061 $rest [all...] |
/kernel/linux/linux-6.6/tools/testing/ktest/ |
H A D | ktest.pl | 531 # a good config and we will ignore these configs for the rest 1027 my $rest; 1044 $rest = $2; 1067 if ($rest =~ s/\s+SKIP\b//) { 1074 if ($rest =~ s/\sELSE\b//) { 1087 if ($rest =~ s/\sIF\s+(.*)//) { 1101 if ($rest =~ s/\s+ITERATE\s+(\d+)//) { 1105 } elsif ($rest =~ s/\sOVERRIDE\b//) { 1113 if (!$skip && $rest !~ /^\s*$/) { 1125 $rest [all...] |
/kernel/linux/linux-5.10/sound/pci/echoaudio/ |
H A D | echoaudio.c | 528 int err, per, rest, page, edge, offs; in init_engine() local 564 rest = params_period_bytes(hw_params); in init_engine() 565 if (offs + rest > params_buffer_bytes(hw_params)) in init_engine() 566 rest = params_buffer_bytes(hw_params) - offs; in init_engine() 567 while (rest) { in init_engine() 570 if (rest <= edge - offs) { in init_engine() 571 sglist_add_mapping(chip, pipe, addr, rest); in init_engine() 573 offs += rest; in init_engine() 574 rest = 0; in init_engine() 578 rest in init_engine() [all...] |
/kernel/linux/linux-6.6/sound/pci/echoaudio/ |
H A D | echoaudio.c | 541 int err, per, rest, page, edge, offs; in init_engine() local 577 rest = params_period_bytes(hw_params); in init_engine() 578 if (offs + rest > params_buffer_bytes(hw_params)) in init_engine() 579 rest = params_buffer_bytes(hw_params) - offs; in init_engine() 580 while (rest) { in init_engine() 583 if (rest <= edge - offs) { in init_engine() 584 sglist_add_mapping(chip, pipe, addr, rest); in init_engine() 586 offs += rest; in init_engine() 587 rest = 0; in init_engine() 591 rest in init_engine() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_h2645.c | 939 size_t rest = data_size - (data_bit_start + 7) / 8; in cbs_h2645_write_slice_data() local 948 if (!rest) in cbs_h2645_write_slice_data() 963 memcpy(put_bits_ptr(pbc), pos, rest); in cbs_h2645_write_slice_data() local 964 skip_put_bytes(pbc, rest); in cbs_h2645_write_slice_data() 972 for (; rest > 4; rest -= 4, pos += 4) in cbs_h2645_write_slice_data() 975 for (; rest > 1; rest--, pos++) in cbs_h2645_write_slice_data() 979 temp = rest ? *pos : *pos & MAX_UINT_BITS(8 - data_bit_start % 8); in cbs_h2645_write_slice_data() 984 i = rest in cbs_h2645_write_slice_data() [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | startcode_armv6.S | 42 subs SIZE, SIZE, #4 @ C flag survives rest of macro 54 subs SIZE, SIZE, #\decrement @ C flag survives rest of macro
|
/third_party/icu/icu4j/perf-tests/perldriver/ |
H A D | Output.pm | 189 my ($t, $rest); 190 ($t, $rest) = split(/\.\w+/, $0);
|
/third_party/jinja2/ |
H A D | sandbox.py | 417 first, rest = formatter_field_name_split(field_name) 419 for is_attr, i in rest:
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | sandbox.py | 491 first, rest = formatter_field_name_split(field_name) 493 for is_attr, i in rest:
|
/third_party/node/src/ |
H A D | node_sockaddr-inl.h | 22 inline void hash_combine(size_t* seed, const T& value, Args... rest) { in hash_combine() argument 24 hash_combine(seed, rest...); in hash_combine()
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | sandbox.py | 456 first, rest = formatter_field_name_split(field_name) 458 for is_attr, i in rest:
|
/third_party/node/deps/npm/test/fixtures/ |
H A D | mock-npm.js | 40 const { node_modules: nm, ...rest } = globalDir 42 ...rest,
|
/third_party/icu/icu4c/source/test/perf/perldriver/ |
H A D | Output.pm | 191 my ($t, $rest); 192 ($t, $rest) = split(/\.\w+/, $0);
|
/third_party/lwip/test/unit/core/ |
H A D | test_pbuf.c | 111 struct pbuf *p, *rest=NULL; in START_TEST() local 115 pbuf_split_64k(p, &rest); in START_TEST()
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | EdgeTest.java | 209 private static Edge seq(Edge first, Edge second, Edge... rest) { in seq() argument 212 for (Edge e : rest) { in seq()
|
H A D | NfaFlattenerTest.java | 205 private static Edge seq(Edge first, Edge second, Edge... rest) { in seq() argument 208 for (Edge e : rest) { in seq()
|
/third_party/rust/crates/libc/src/ |
H A D | macros.rs | 46 $($rest:tt)*) => { 52 // Recurse to emit all other items in `$rest`, and when we do so add all 55 cfg_if! { @__items ($($not,)* $($m,)*) ; $($rest)* }
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | sandbox.py | 491 first, rest = formatter_field_name_split(field_name) 493 for is_attr, i in rest:
|
/third_party/python/Lib/ |
H A D | mailcap.py | 128 and the rest of the fields produce key-value pairs in the dict. 138 key, view, rest = fields[0], fields[1], fields[2:] 140 for field in rest:
|