/third_party/node/deps/npm/node_modules/nopt/lib/ |
H A D | nopt-lib.js | 268 // the rest are args. 422 function resolveShort (arg, ...rest) { 423 const { types = {}, shorthands = {} } = rest.length ? rest.pop() : {} 424 const shortAbbr = rest[0] ?? abbrev(Object.keys(shorthands)) 425 const abbrevs = rest[1] ?? abbrev(Object.keys(types))
|
/third_party/curl/tests/ |
H A D | test1119.pl | 145 my ($sym, $rest)=($1, $2); 152 my @a=split(/ +/, $rest);
|
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/ |
H A D | root.js | 71 const { keys, roles, consistent_snapshot, ...rest } = unrecognizedFields; 80 unrecognizedFields: rest,
|
H A D | targets.js | 50 const { targets, delegations, ...rest } = unrecognizedFields; 55 unrecognizedFields: rest,
|
H A D | metadata.js | 121 const { signed, signatures, ...rest } = data; 146 return new Metadata(signedObj, sigMap, rest);
|
/third_party/node/deps/npm/test/lib/utils/ |
H A D | otplease.js | 5 const setupOtplease = async (t, { otp = {}, ...rest }, fn) => { 21 const { npm } = await setupMockNpm(t, rest)
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_etc2.c | 124 const uint8_t rest = (buffer[3] & 0x0f); in swap_colors() local 138 buffer[3] = (b1 << 4) | rest; in swap_colors()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkSafetyCriticalUtil.hpp | 90 inline void hash_combine(std::size_t &seed, T const &v, Rest &&... rest) in hash_combine() argument 94 hash_combine(seed, rest...); in hash_combine()
|
/third_party/rust/crates/cfg-if/src/ |
H A D | lib.rs | 70 (@__items ($($not:meta,)*) ; ( ($($m:meta),*) ($($tokens:tt)*) ), $($rest:tt)*) => { 76 // Recurse to emit all other items in `$rest`, and when we do so add all 79 $crate::cfg_if! { @__items ($($not,)* $($m,)*) ; $($rest)* }
|
/third_party/rust/crates/syn/tests/ |
H A D | test_path.rs | 12 // mimics the token stream corresponding to `$mod::rest` in parse_interpolated_leading_component() 17 TokenTree::Ident(Ident::new("rest", Span::call_site())), in parse_interpolated_leading_component() 29 ident: "rest", in parse_interpolated_leading_component() 45 ident: "rest", in parse_interpolated_leading_component()
|
/third_party/rust/crates/syn/tests/macros/ |
H A D | mod.rs | 72 (($($expr:tt)*) $next:tt $($rest:tt)*) => { 73 snapshot_impl!(($($expr)* $next) $($rest)*)
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.c | 2710 static void showrest(const RESTART_PAGE_HEADER *rest) in showrest() argument 2716 data = (const char*)rest; in showrest() 2717 if ((rest->magic == magic_RSTR) in showrest() 2718 || (rest->magic == magic_CHKD)) { in showrest() 2721 (long)le32_to_cpu(rest->magic)); in showrest() 2723 (int)le16_to_cpu(rest->usa_ofs)); in showrest() 2725 (int)le16_to_cpu(rest->usa_count)); in showrest() 2727 (long long)sle64_to_cpu(rest->chkdsk_lsn)); in showrest() 2729 (long)le32_to_cpu(rest->system_page_size)); in showrest() 2731 (long)le32_to_cpu(rest in showrest() 3156 const RESTART_AREA *rest; getlogfiledata() local 3221 const RESTART_AREA *rest; getvolumedata() local [all...] |
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | RegexGeneratorTest.java | 80 RangeTree rest = ranges("128xx", "238xx", "348xx", "458xx", "568xx"); in testSubgroupOptimization() 81 RangeTree dfa = rest.union(subgraph); in testSubgroupOptimization()
|
H A D | EdgeWriterTest.java | 130 private static Edge seq(Edge first, Edge second, Edge... rest) { in seq() argument 133 for (Edge e : rest) { in seq()
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_check.py | 79 # let's see if it detects broken rest 84 # and non-broken rest 85 rest = 'title\n=====\n\ntest' 86 msgs = cmd._check_rst_data(rest) 91 # let's see if it detects broken rest in long_description 106 # and non-broken rest, including a non-ASCII character to test #12114
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/utils/ |
H A D | Debug.h | 98 inline std::ostream& Write(std::ostream& out, FIRST&& first, REST&&... rest) { in Write() argument 100 Write(out, std::forward<REST>(rest)...); in Write()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | asyncFunctionTempVariableScoping.js | 4 async ({ foo, bar, ...rest }) => bar(await foo);
58 var foo = _a.foo, bar = _a.bar, rest = __rest(_a, ["foo", "bar"]);
|
/third_party/rust/crates/rust-cexpr/src/ |
H A D | literal.rs | 121 $(Some((&c @ $p,rest)))|* => Ok((rest,c)), in parser()
|
/third_party/rust/crates/syn/src/ |
H A D | mac.rs | 146 if let Some((TokenTree::Group(g), rest)) = cursor.token_tree() { 156 Ok(((delimiter, g.stream()), rest))
|
/third_party/icu/icu4c/source/common/ |
H A D | filterednormalizer2.cpp | 193 UnicodeString rest(second.tempSubString(prefixLimit, INT32_MAX)); in normalizeSecondAndAppend() 195 normalize(rest, first, USET_SPAN_NOT_CONTAINED, errorCode); in normalizeSecondAndAppend() 197 first.append(rest); in normalizeSecondAndAppend()
|
/third_party/lame/libmp3lame/vector/ |
H A D | xmm_quantize_sub.c | 70 int rest = upper-upper4; in init_xrpow_core_sse() local 93 switch (rest) { in init_xrpow_core_sse() 101 switch (rest) { in init_xrpow_core_sse()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | filterednormalizer2.cpp | 193 UnicodeString rest(second.tempSubString(prefixLimit, INT32_MAX)); in normalizeSecondAndAppend() 195 normalize(rest, first, USET_SPAN_NOT_CONTAINED, errorCode); in normalizeSecondAndAppend() 197 first.append(rest); in normalizeSecondAndAppend()
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 168 my @rest = @_; 169 my @subst = splice(@rest, 0, $num); 173 return (@subst, @rest);
|
/third_party/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 168 my @rest = @_; 169 my @subst = splice(@rest, 0, $num); 173 return (@subst, @rest);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | filterednormalizer2.cpp | 193 UnicodeString rest(second.tempSubString(prefixLimit, INT32_MAX)); in normalizeSecondAndAppend() 195 normalize(rest, first, USET_SPAN_NOT_CONTAINED, errorCode); in normalizeSecondAndAppend() 197 first.append(rest); in normalizeSecondAndAppend()
|