Home
last modified time | relevance | path

Searched refs:extend (Results 476 - 500 of 1885) sorted by relevance

1...<<11121314151617181920>>...76

/third_party/typescript/tests/issues_cookbook_tests/
H A Dautotest_sdk.py117 self.data.extend(d)
/third_party/python/Lib/test/
H A Dtest_readline.py344 output.extend(chunk)
H A Dtest_list.py42 x.extend(-y for y in x)
H A Dtest_epoll.py62 self.connections.extend((client, server))
H A Dtest_call.py454 CALLS_POSARGS.extend([
468 CALLS_KWARGS.extend([
/third_party/python/Lib/
H A Dpyclbr.py306 objs.extend(new_objs)
H A Dssl.py549 protos.extend(b)
573 protos.extend(b)
584 certs.extend(cert)
H A Dfunctools.py307 args.extend(repr(x) for x in self.args)
308 args.extend(f"{k}={v!r}" for (k, v) in self.keywords.items())
/third_party/skia/buildtools/checkdeps/
H A Dbuilddeps.py340 dirs_to_check.extend(reversed(sub_dirs))
/third_party/rust/crates/syn/src/
H A Derror.rs271 self.messages.extend(another.messages); in combine()
462 fn extend<T: IntoIterator<Item = Error>>(&mut self, iter: T) { in extend() functions
/third_party/rust/crates/regex/src/literal/
H A Dimp.rs208 if let Some(s) = builder.extend(&pats).build() { in new()
/third_party/rust/crates/unicode-width/scripts/
H A Dunicode.py269 buckets.extend(make_buckets(entries, self.low_bit, self.cap_bit))
/third_party/spirv-tools/test/tools/
H A Dspirv_test_framework.py313 self.command.extend(self.test.spirv_args)
/third_party/littlefs/scripts/
H A Dbench.py131 self.permutations.extend(dict(perm) for perm in it.product(*(
736 self.head.extend(row.keys() - (self.head + self.tail))
1068 failures.extend(failures_)
H A Dperf.py611 records.extend((path, i) for i in z.infolist())
621 results.extend(results_)
625 results.extend(collect_job(path, i, **args))
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_s3.c182 int ssl3_read_n(SSL *s, size_t n, size_t max, int extend, int clearold, in ssl3_read_n() argument
186 * If extend == 0, obtain new n-byte packet; if extend == 1, increase in ssl3_read_n()
190 * be stored in rbuf [plus s->rlayer.packet_length bytes if extend == 1].) in ssl3_read_n()
214 if (!extend) { in ssl3_read_n()
221 /* ... now we can act as if 'extend' was set */ in ssl3_read_n()
242 if (left == 0 && extend) in ssl3_read_n()
/third_party/openssl/ssl/record/
H A Drec_layer_s3.c191 int ssl3_read_n(SSL *s, size_t n, size_t max, int extend, int clearold, in ssl3_read_n() argument
195 * If extend == 0, obtain new n-byte packet; if extend == 1, increase in ssl3_read_n()
199 * be stored in rbuf [plus s->rlayer.packet_length bytes if extend == 1].) in ssl3_read_n()
223 if (!extend) { in ssl3_read_n()
230 /* ... now we can act as if 'extend' was set */ in ssl3_read_n()
257 if (left == 0 && extend) in ssl3_read_n()
/third_party/rust/crates/clap/src/parser/
H A Dparser.rs593 options.extend(sc.get_all_aliases().filter(|alias| alias.starts_with(arg))) in possible_long_flag_subcommand()
1147 raw_vals.extend( in react()
1169 .extend(raw_val.split(val_delim).map(|x| x.to_os_str().into_owned())); in react()
/third_party/jinja2/
H A Dext.py260 environment.extend(
556 func_args.extend((nodes.Const(plural), plural_expr))
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py1041 concrete_outputs_all.extend(concrete_outputs_for_this_rule_source)
1139 prerequisites.extend(rule.get("inputs", []))
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py1041 concrete_outputs_all.extend(concrete_outputs_for_this_rule_source)
1136 prerequisites.extend(rule.get("inputs", []))
/third_party/qrcodegen/python/
H A Dqrcodegen.py110 bb.extend(seg._bitdata)
890 self.extend(((val >> i) & 1) for i in reversed(range(n)))
/third_party/rust/crates/either/src/
H A Dlib.rs457 /// right.extend(left.into_iter());
925 fn extend<T>(&mut self, iter: T) in extend() functions
929 for_both!(*self, ref mut inner => inner.extend(iter)) in extend()
/third_party/python/Lib/test/libregrtest/
H A Dmain.py358 self.ns.match_tests.extend(error_names)
359 self.ns.match_tests.extend(failure_names)
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sendfile.py64 self.data.extend(data)
84 self.data.extend(data)

Completed in 29 milliseconds

1...<<11121314151617181920>>...76