/third_party/typescript/tests/baselines/reference/ |
H A D | recursiveTypeAliasWithSpreadConditionalReturnNotCircular.js | 21 declare const opt2: Option<string>; 24 const zipped1 = opt1.zip1(opt2, opt3); 25 const zipped2 = opt1.zip2(opt2, opt3); 26 const zipped3 = opt1.zip3(opt2, opt3);
31 var zipped1 = opt1.zip1(opt2, opt3);
32 var zipped2 = opt1.zip2(opt2, opt3);
33 var zipped3 = opt1.zip3(opt2, opt3);
|
H A D | functionImplementations.js | 108 function opt2(n = { x: null, y: undefined }) { function 279 function opt2(n) {
|
/third_party/libabigail/tests/ |
H A D | test-cxx-compat.cc | 23 optional<bool> opt2(true); 24 REQUIRE(opt2.has_value()); 25 CHECK(opt2.value() == true);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | optional_test.cc | 340 constexpr absl::optional<ConstexprType> opt2{absl::in_place_t(), {1, 2}}; in TEST() 341 static_assert(opt2, ""); in TEST() 342 static_assert((*opt2).x == ConstexprType::kCtorInitializerList, ""); in TEST() 376 constexpr absl::optional<ConstexprType> opt2{2}; in TEST() 377 static_assert(opt2, ""); in TEST() 378 static_assert(ConstexprType::kCtorInt == (*opt2).x, ""); in TEST() 538 absl::optional<Listenable> opt2(absl::in_place, 1, 2); in TEST() 539 EXPECT_TRUE(opt2); in TEST() 592 const absl::optional<int> empty, opt1 = 1, opt2 = 2; in TEST() local 606 opt1_to_opt2 = opt2; in TEST() 916 absl::optional<int> opt_empty, opt1 = 1, opt2 = 2; TEST() local 1136 absl::optional<Listenable> opt2 = absl::make_optional<Listenable>(1, 2); TEST() local [all...] |
/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale.c | 289 #define VSCALE_FUNCS(opt1, opt2) \ 291 VSCALE_FUNC(9, opt2); \ 292 VSCALE_FUNC(10, opt2); \ 481 #define ASSIGN_SCALE_FUNC2(hscalefn, filtersize, opt1, opt2) do { \ in ff_sws_init_swscale_x86() 483 hscalefn = c->dstBpc <= 14 ? ff_hscale8to15_ ## filtersize ## _ ## opt2 : \ in ff_sws_init_swscale_x86() 486 hscalefn = c->dstBpc <= 14 ? ff_hscale9to15_ ## filtersize ## _ ## opt2 : \ in ff_sws_init_swscale_x86() 489 hscalefn = c->dstBpc <= 14 ? ff_hscale10to15_ ## filtersize ## _ ## opt2 : \ in ff_sws_init_swscale_x86() 492 hscalefn = c->dstBpc <= 14 ? ff_hscale12to15_ ## filtersize ## _ ## opt2 : \ in ff_sws_init_swscale_x86() 495 hscalefn = c->dstBpc <= 14 ? ff_hscale14to15_ ## filtersize ## _ ## opt2 : \ in ff_sws_init_swscale_x86() 499 hscalefn = c->dstBpc <= 14 ? ff_hscale16to15_ ## filtersize ## _ ## opt2 in ff_sws_init_swscale_x86() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevcdsp_init.c | 175 #define mc_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \ 181 ff_hevc_put_hevc_##name##width3##_10_##opt2(dst+ width2, src+ width4, _srcstride, height, mx, my, width); \ 184 #define mc_bi_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \ 191 ff_hevc_put_hevc_bi_##name##width3##_10_##opt2(dst+width4, dststride, src+width4, _srcstride, src2+width2,\ 195 #define mc_uni_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \ 202 ff_hevc_put_hevc_uni_##name##width3##_10_##opt2(dst+width4, dststride, src+width4, _srcstride, \ 206 #define mc_rep_mixs_10(name, width1, width2, width3, opt1, opt2, width4) \ 207 mc_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \ 208 mc_bi_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \ 209 mc_uni_rep_mix_10(name, width1, width2, width3, opt1, opt2, width [all...] |
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | common.h | 12 #define OPT_COLLIDING(prog, opt1, opt2) do { \ 15 prog, opt1, opt2); \
|
/third_party/node/test/sequential/ |
H A D | test-dgram-bind-shared-ports.js | 101 const opt2 = { address, port: common.PORT, exclusive: false }; 106 socket2.bind(opt2, common.mustCall(() => {
|
/third_party/lwip/src/netif/ppp/ |
H A D | ccp.c | 1388 static const char *method_name(ccp_options *opt, ccp_options *opt2) { in method_name() argument 1391 LWIP_UNUSED_ARG(opt2); in method_name() 1424 if (opt2 != NULL && opt2->deflate_size != opt->deflate_size) in method_name() 1427 opt->deflate_size, opt2->deflate_size); in method_name() 1436 if (opt2 != NULL && opt2->bsd_bits != opt->bsd_bits) in method_name() 1438 opt->bsd_bits, opt2->bsd_bits); in method_name()
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | foomaticrip.c | 310 option_t *opt, *opt2; in process_cmdline_options() local 395 if ((opt2 = find_option("Binding"))) in process_cmdline_options() 396 option_set_value(opt2, optset, "LongEdge"); in process_cmdline_options() 401 if ((opt2 = find_option("Binding"))) in process_cmdline_options() 402 option_set_value(opt2, optset, "ShortEdge"); in process_cmdline_options()
|
/third_party/node/test/parallel/ |
H A D | test-crypto-keygen.js | 585 for (const [opt1, opt2] of incompatible) { 589 [opt2]: allOpts[opt2] 595 `"${opt2}"`
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-armv4-large.pl | 112 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_; 127 $opt2 @ F_xx_xx
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-armv4-large.pl | 112 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_; 127 $opt2 @ F_xx_xx
|
/third_party/popt/src/ |
H A D | popt.c | 572 { const struct poptOption * opt2; in findOption() local 576 opt2 = findOption(arg.opt, longName, longNameLen, shortName, callback, in findOption() 578 if (opt2 == NULL) continue; in findOption() 583 return opt2; in findOption()
|
/third_party/python/Lib/test/ |
H A D | test_optparse.py | 363 opt2 = self.parser.get_option("--verbose") 366 self.assertTrue(opt1 is opt2 is opt3 is opt4)
|
/third_party/lwip/src/include/lwip/ |
H A D | opt.h | 2781 * err_t my_hook_tcp_inpkt(struct tcp_pcb *pcb, struct tcp_hdr *hdr, u16_t optlen, u16_t opt1len, u8_t *opt2, struct pbuf *p); 2789 * - opt2: if this is != NULL, tcp options are split among 2 pbufs. In that case, 2791 * the first 'opt1len' bytes and the rest starts at 'opt2'. opt2len can 2803 #define LWIP_HOOK_TCP_INPACKET_PCB(pcb, hdr, optlen, opt1len, opt2, p)
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 2748 char *opt1, *opt2, constraint[100], *ppdsizename, *temp; in generate_cluster_conflicts() local 2820 for(opt2 = cupsArrayFirst(printer_second_options); opt2; in generate_cluster_conflicts() 2821 opt2 = cupsArrayNext(printer_second_options)) { in generate_cluster_conflicts() 2822 if (check_printer_with_options(cluster_name, i, opt1, k, opt2)) in generate_cluster_conflicts() 2825 !strcasecmp(opt2, AUTO_OPTION)) in generate_cluster_conflicts() 2827 if (!strcmp(opt1, "Gray") || !strcmp(opt2, "Gray")) in generate_cluster_conflicts() 2831 opt1,ppd_keywords[k], opt2); in generate_cluster_conflicts() 2837 opt2, ppd_keywords[i], opt1); in generate_cluster_conflicts()
|
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/sqlite/src/ |
H A D | sqlite3.c | 21232 #define CTIMEOPT_VAL2_(opt1,opt2) #opt1 "," #opt2 [all...] |