/third_party/typescript/tests/baselines/reference/ |
H A D | recursiveTypeAliasWithSpreadConditionalReturnNotCircular.js | 20 declare const opt1: Option<number>; 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 | 102 function opt1(n = 4) { function 273 function opt1(n) {
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | optional_test.cc | 336 constexpr absl::optional<ConstexprType> opt1{absl::in_place_t(), 1}; in TEST() 337 static_assert(opt1, ""); in TEST() 338 static_assert((*opt1).x == ConstexprType::kCtorInt, ""); in TEST() 370 constexpr absl::optional<ConstexprType> opt1 = {"abc"}; in TEST() local 371 static_assert(opt1, ""); in TEST() 372 static_assert(ConstexprType::kCtorConstChar == (*opt1).x, ""); in TEST() 498 absl::optional<ConvertFromOptional> opt1 = absl::optional<Implicit>(); in TEST() local 499 EXPECT_TRUE(opt1); in TEST() 500 EXPECT_TRUE(opt1->implicit); in TEST() 501 EXPECT_TRUE(opt1 in TEST() 592 const absl::optional<int> empty, opt1 = 1, opt2 = 2; TEST() local 916 absl::optional<int> opt_empty, opt1 = 1, opt2 = 2; TEST() local 1134 absl::optional<Listenable> opt1 = absl::make_optional<Listenable>(1); TEST() local [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) \ 176 void ff_hevc_put_hevc_##name##width1##_10_##opt1(int16_t *dst, uint8_t *src, ptrdiff_t _srcstride, \ 180 ff_hevc_put_hevc_##name##width2##_10_##opt1(dst, src, _srcstride, height, mx, my, width); \ 184 #define mc_bi_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \ 185 void ff_hevc_put_hevc_bi_##name##width1##_10_##opt1(uint8_t *dst, ptrdiff_t dststride, uint8_t *src, \ 189 ff_hevc_put_hevc_bi_##name##width2##_10_##opt1(dst, dststride, src, _srcstride, src2, \ 195 #define mc_uni_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \ 196 void ff_hevc_put_hevc_uni_##name##width1##_10_##opt1(uint8_t *dst, ptrdiff_t dststride, \ 200 ff_hevc_put_hevc_uni_##name##width2##_10_##opt1(dst, dststride, src, _srcstride, \ 206 #define mc_rep_mixs_10(name, width1, width2, width3, opt1, opt [all...] |
/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale.c | 289 #define VSCALE_FUNCS(opt1, opt2) \ 290 VSCALE_FUNC(8, opt1); \ 293 VSCALE_FUNC(16, opt1) 481 #define ASSIGN_SCALE_FUNC2(hscalefn, filtersize, opt1, opt2) do { \ in ff_sws_init_swscale_x86() 484 ff_hscale8to19_ ## filtersize ## _ ## opt1; \ in ff_sws_init_swscale_x86() 487 ff_hscale9to19_ ## filtersize ## _ ## opt1; \ in ff_sws_init_swscale_x86() 490 ff_hscale10to19_ ## filtersize ## _ ## opt1; \ in ff_sws_init_swscale_x86() 493 ff_hscale12to19_ ## filtersize ## _ ## opt1; \ in ff_sws_init_swscale_x86() 496 ff_hscale14to19_ ## filtersize ## _ ## opt1; \ in ff_sws_init_swscale_x86() 500 ff_hscale16to19_ ## filtersize ## _ ## opt1; \ in ff_sws_init_swscale_x86() [all...] |
/third_party/libabigail/tests/ |
H A D | test-cxx-compat.cc | 20 optional<bool> opt1; variable 21 REQUIRE_FALSE(opt1.has_value());
|
/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 | 100 const opt1 = { address, port: 0, exclusive: false }; 103 socket1.bind(opt1, common.mustCall(() => {
|
/third_party/python/Lib/test/ |
H A D | test_optparse.py | 354 opt1 = self.parser.get_option("-v") 355 self.assertIsInstance(opt1, Option) 356 self.assertEqual(opt1._short_opts, ["-v", "-n"]) 357 self.assertEqual(opt1._long_opts, ["--verbose", "--noisy"]) 358 self.assertEqual(opt1.action, "store_true") 359 self.assertEqual(opt1.dest, "verbose") 362 opt1 = self.parser.get_option("-v") 366 self.assertTrue(opt1 is opt2 is opt3 is opt4)
|
/third_party/node/test/parallel/ |
H A D | test-crypto-keygen.js | 585 for (const [opt1, opt2] of incompatible) { 588 [opt1]: allOpts[opt1], 594 message: `Option "${opt1}" cannot be used in combination with option ` +
|
/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)=@_; 126 $opt1 @ 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)=@_; 126 $opt1 @ F_xx_xx
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 2748 char *opt1, *opt2, constraint[100], *ppdsizename, *temp; in generate_cluster_conflicts() local 2810 for (opt1 = cupsArrayFirst(cluster_options[i]); opt1; in generate_cluster_conflicts() 2811 opt1 = cupsArrayNext(cluster_options[i])) { in generate_cluster_conflicts() 2812 if (cupsArrayFind(printer_first_options, opt1)) in generate_cluster_conflicts() 2822 if (check_printer_with_options(cluster_name, i, opt1, k, opt2)) in generate_cluster_conflicts() 2824 if (!strcasecmp(opt1, 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() [all...] |
/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...] |