/third_party/skia/fuzz/ |
H A D | Fuzz.h | 56 void next(Arg* first, Args... rest); 100 inline void Fuzz::next(Arg* first, Args... rest) { in next() argument 102 this->next(rest...); in next()
|
/third_party/node/deps/npm/node_modules/jackspeak/dist/esm/ |
H A D | index.js | 84 const { default: def, validate: val, ...rest } = o; 92 ...rest, 100 const { default: def, validate: val, ...rest } = o; 108 ...rest, 116 const { default: def, validate: val, ...rest } = o; 124 ...rest, 132 const { default: def, validate: val, ...rest } = o; 140 ...rest, 148 const { hint, default: def, validate: val, ...rest } = o; 159 ...rest, [all...] |
/third_party/node/deps/npm/node_modules/jackspeak/dist/commonjs/ |
H A D | index.js | 92 const { default: def, validate: val, ...rest } = o; 100 ...rest, 108 const { default: def, validate: val, ...rest } = o; 116 ...rest, 124 const { default: def, validate: val, ...rest } = o; 132 ...rest, 140 const { default: def, validate: val, ...rest } = o; 148 ...rest, 156 const { hint, default: def, validate: val, ...rest } = o; 167 ...rest, [all...] |
/third_party/python/Lib/http/ |
H A D | server.py | 992 # the rest to a subprocess, so we can't use buffered input. 1020 (dir, rest) if self.path requires running a CGI script. 1055 dir, rest = self.cgi_info 1056 path = dir + '/' + rest 1064 dir, rest = nextdir, nextrest 1070 rest, _, query = rest.partition('?') 1074 i = rest.find('/') 1076 script, rest = rest[ [all...] |
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | xattr.c | 36 size_t rest = buffer_size; in squashfs_listxattr() local 62 if (prefix_size + name_size + 1 > rest) { in squashfs_listxattr() 77 rest -= prefix_size + name_size + 1; in squashfs_listxattr() 98 err = buffer_size - rest; in squashfs_listxattr()
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | xattr.c | 36 size_t rest = buffer_size; in squashfs_listxattr() local 62 if (prefix_size + name_size + 1 > rest) { in squashfs_listxattr() 77 rest -= prefix_size + name_size + 1; in squashfs_listxattr() 98 err = buffer_size - rest; in squashfs_listxattr()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | declFileFunctions.js | 37 export function fooWithTypeTypePredicateAndRestParam(a: any, ...rest): a is number { 123 var rest = [];
125 rest[_i - 1] = arguments[_i];
185 export declare function fooWithTypeTypePredicateAndRestParam(a: any, ...rest: any[]): a is number;
|
H A D | namedTupleMembers.js | 36 export type WithOptAndRest = [first: number, second?: number, ...rest: string[]]; 64 export type RecusiveRest = [first: string, ...rest: RecusiveRest[]]; 128 export type WithOptAndRest = [first: number, second?: number, ...rest: string[]];
137 export type RecusiveRest = [first: string, ...rest: RecusiveRest[]];
|
H A D | plainJSGrammarErrors.js | 83 // rest parameters 92 const { ...rest, e: episode, m: mission } = doom 93 const { e: eep, m: em, ...rest: noRestAllowed } = doom 291 // rest parameters
301 const { ...rest, e: episode, m: mission } = doom;
302 const { e: eep, m: em, ...rest: noRestAllowed } = doom;
|
H A D | taggedTemplateContextualTyping2.js | 7 function tempTag2(...rest: any[]): any { 20 function tempTag2(...rest) {
|
H A D | emitArrowFunctionES6.js | 4 var f3 = (x: string, y: number, ...rest) => { } 26 var f3 = (x, y, ...rest) => { };
|
H A D | functionWithUseStrictAndSimpleParameterList.js | 16 function rest(...args: any[]) { function 70 function rest() {
|
/third_party/rust/crates/memoffset/src/ |
H A D | span_of.rs | 139 (@helper $root:ident, $parent:path, $(# $begin:tt)+ [] $tt:tt $($rest:tt)*) => {{ 140 span_of!(@helper $root, $parent, $(#$begin)* #$tt [] $($rest)*) 142 (@helper $root:ident, $parent:path, [] $tt:tt $($rest:tt)*) => {{ 143 span_of!(@helper $root, $parent, #$tt [] $($rest)*)
|
/third_party/rust/crates/nom/src/bits/ |
H A D | mod.rs | 48 Ok(((rest, offset), result)) => { in bits() 53 Ok((rest.slice(remaining_bytes_index..), result)) in bits() 69 /// use nom::combinator::rest; 78 /// bytes::<_, _, Error<&[u8]>, _, _>(rest) 101 Ok((rest, res)) => Ok(((rest, 0), res)), in bytes()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
H A D | ia_css_s3a.host.c | 339 int out_width, out_height, chunk, rest, kmax, y, x, k, elm_start, elm, ofs; in ia_css_s3a_vmem_decode() local 359 rest = out_width; in ia_css_s3a_vmem_decode() 362 kmax = (rest > chunk) ? chunk : rest; in ia_css_s3a_vmem_decode() 384 rest -= chunk; in ia_css_s3a_vmem_decode()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
H A D | ia_css_s3a.host.c | 334 int out_width, out_height, chunk, rest, kmax, y, x, k, elm_start, elm, ofs; in ia_css_s3a_vmem_decode() local 354 rest = out_width; in ia_css_s3a_vmem_decode() 357 kmax = (rest > chunk) ? chunk : rest; in ia_css_s3a_vmem_decode() 379 rest -= chunk; in ia_css_s3a_vmem_decode()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-common.c | 150 size_t rest; in calc_checksum() local 154 for (rest = size; rest > 1; rest -= 2) in calc_checksum() 157 if (rest > 0) in calc_checksum()
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_mpeg2.c | 305 size_t rest = slice->data_size - (slice->data_bit_start + 7) / 8; in cbs_mpeg2_write_slice() local 324 memcpy(put_bits_ptr(pbc), pos, rest); in cbs_mpeg2_write_slice() local 325 skip_put_bytes(pbc, rest); in cbs_mpeg2_write_slice() 328 for (; rest > 3; rest -= 4, pos += 4) in cbs_mpeg2_write_slice() 331 for (; rest; rest--, pos++) in cbs_mpeg2_write_slice()
|
/third_party/curl/src/ |
H A D | tool_setopt.c | 315 unsigned long rest = (unsigned long)lval; in tool_setopt_bitmask() local 320 if((nv->value & ~ rest) == 0) { in tool_setopt_bitmask() 321 /* all value flags contained in rest */ in tool_setopt_bitmask() 322 rest &= ~ nv->value; /* remove bits handled here */ in tool_setopt_bitmask() 324 preamble, nv->name, rest ? " |" : ");"); in tool_setopt_bitmask() 325 if(!rest) in tool_setopt_bitmask() 335 if(rest) in tool_setopt_bitmask() 336 CODE2("%s%luUL);", preamble, rest); in tool_setopt_bitmask()
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | stat+shadow_stat.sh | 17 while read num evt _hash ipc rest 48 while read cpu num evt _hash ipc rest
|
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/ |
H A D | timestamp.js | 37 const { meta, ...rest } = unrecognizedFields; 41 unrecognizedFields: rest,
|
/third_party/rust/crates/clap/clap_lex/tests/ |
H A D | lexer.rs | 16 let rest = raw in insert() 20 assert_eq!(rest, vec!["bin", "a", "1", "2", "3", "b", "c"]); in insert()
|
/third_party/python/Lib/ctypes/ |
H A D | _endian.py | 30 rest = desc[2:] 31 fields.append((name, _other_endian(typ)) + rest)
|
/third_party/skia/src/core/ |
H A D | SkCubicSolver.h | 23 static float eval_poly(float t, float m, float b, Rest... rest) { in eval_poly() argument 24 return eval_poly(t, sk_fmaf(m,t,b), rest...); in eval_poly()
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | ctxt.rs | 54 for rest in errors { in check() 55 combined.combine(rest); in check()
|