Home
last modified time | relevance | path

Searched refs:opt1 (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/libs/optional/test/
Doptional_test.cpp493 optional<T> opt1 = opt ; in test_throwing_copy_initialization() local
523 optional<T> opt1(a) ; in test_throwing_assign_to_uninitialized() local
536 opt0 = opt1 ; in test_throwing_assign_to_uninitialized()
565 optional<T> opt1(b) ; in test_throwing_assign_to_initialized() local
579 opt0 = opt1 ; in test_throwing_assign_to_initialized()
610 optional<T> opt1(b) ; in test_no_throwing_swap() local
626 swap(opt0,opt1); in test_no_throwing_swap()
629 check_initialized(opt1); in test_no_throwing_swap()
631 check_value(opt1,a,z); in test_no_throwing_swap()
647 optional<T> opt1(b) ; in test_throwing_swap() local
[all …]
Doptional_test_ref_fail3.cpp19 boost::optional<short&> opt1 ; in optional_reference__test_no_converting_ctor() local
20 boost::optional<int&> opt2 = opt1 ; in optional_reference__test_no_converting_ctor()
Doptional_test_fail3a.cpp21 boost::optional<int> opt1(1) ; in test_no_unsupported_conversion() local
22 boost::optional< std::string > opt2( opt1 ) ; // Cannot convert from "int" to "std::string" in test_no_unsupported_conversion()
Doptional_test_fail3b.cpp23 boost::optional<A> opt1; in test_no_unsupported_conversion() local
25 opt2 = opt1 ; // Cannot convert from "A" to "B" in test_no_unsupported_conversion()
Doptional_test_fail_copying_a_moveable_type.cpp32 boost::optional<MoveOnly> opt1 ; in test_copying_optional_with_noncopyable_T() local
33 boost::optional<MoveOnly> opt2(opt1) ; in test_copying_optional_with_noncopyable_T()
/third_party/ffmpeg/libswscale/x86/
Dswscale.c299 #define VSCALE_FUNCS(opt1, opt2) \ argument
300 VSCALE_FUNC(8, opt1); \
303 VSCALE_FUNC(16, opt1)
386 #define ASSIGN_SCALE_FUNC2(hscalefn, filtersize, opt1, opt2) do { \ in ff_sws_init_swscale_x86() argument
389 ff_hscale8to19_ ## filtersize ## _ ## opt1; \ in ff_sws_init_swscale_x86()
392 ff_hscale9to19_ ## filtersize ## _ ## opt1; \ in ff_sws_init_swscale_x86()
395 ff_hscale10to19_ ## filtersize ## _ ## opt1; \ in ff_sws_init_swscale_x86()
398 ff_hscale12to19_ ## filtersize ## _ ## opt1; \ in ff_sws_init_swscale_x86()
401 ff_hscale14to19_ ## filtersize ## _ ## opt1; \ in ff_sws_init_swscale_x86()
405 ff_hscale16to19_ ## filtersize ## _ ## opt1; \ in ff_sws_init_swscale_x86()
[all …]
/third_party/typescript/src/server/
DtypingsCache.ts66 function typeAcquisitionChanged(opt1: TypeAcquisition, opt2: TypeAcquisition): boolean {
67 return opt1.enable !== opt2.enable ||
68 !setIsEqualTo(opt1.include, opt2.include) ||
69 !setIsEqualTo(opt1.exclude, opt2.exclude);
72 function compilerOptionsChanged(opt1: CompilerOptions, opt2: CompilerOptions): boolean {
74 return getAllowJSCompilerOption(opt1) !== getAllowJSCompilerOption(opt2);
/third_party/boost/libs/program_options/example/
Dreal.cpp18 const char* opt1, const char* opt2) in conflicting_options() argument
20 if (vm.count(opt1) && !vm[opt1].defaulted() in conflicting_options()
23 + opt1 + "' and '" + opt2 + "'."); in conflicting_options()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc336 constexpr absl::optional<ConstexprType> opt1{absl::in_place_t(), 1}; in TEST() local
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->move); in TEST()
[all …]
/third_party/abseil-cpp/absl/types/
Doptional_test.cc336 constexpr absl::optional<ConstexprType> opt1{absl::in_place_t(), 1}; in TEST() local
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->move); in TEST()
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dhevcdsp_init.c177 #define mc_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
178 void ff_hevc_put_hevc_##name##width1##_10_##opt1(int16_t *dst, uint8_t *src, ptrdiff_t _srcstride, …
182 …ff_hevc_put_hevc_##name##width2##_10_##opt1(dst, src, _srcstride, height, mx, my, width); …
186 #define mc_bi_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
187 void ff_hevc_put_hevc_bi_##name##width1##_10_##opt1(uint8_t *dst, ptrdiff_t dststride, uint8_t *src…
191 …ff_hevc_put_hevc_bi_##name##width2##_10_##opt1(dst, dststride, src, _srcstride, src2, …
197 #define mc_uni_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
198 void ff_hevc_put_hevc_uni_##name##width1##_10_##opt1(uint8_t *dst, ptrdiff_t dststride, …
202 …ff_hevc_put_hevc_uni_##name##width2##_10_##opt1(dst, dststride, src, _srcstride, …
208 #define mc_rep_mixs_10(name, width1, width2, width3, opt1, opt2, width4) \ argument
[all …]
/third_party/boost/libs/optional/doc/
D18_exception_safety.qbk31 optional<T> opt1(val1);
33 assert(opt1);
38 opt1 = opt2; // throws
42 assert(opt1);
D28_ref_optional_semantics.qbk456 optional<U> opt1;
458 opt1 = opt0 ;
459 assert ( *opt1 == static_cast<U>(v) ) ;
484 optional<U> opt1;
486 opt1 = std::move(opt0) ;
488 assert ( opt1 )
489 assert ( *opt1 == static_cast<U>(v) ) ;
/third_party/icu/tools/release/c/os-mapping/
DtestTimezones.sh32 if [ "$opt1" != "-bad" ]; then
38 if [ "$opt1" == "-all" ]; then
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dcommon.h12 #define OPT_COLLIDING(prog, opt1, opt2) do { \ argument
15 prog, opt1, opt2); \
/third_party/node/test/sequential/
Dtest-dgram-bind-shared-ports.js100 const opt1 = { address, port: 0, exclusive: false }; variable
103 socket1.bind(opt1, common.mustCall(() => {
/third_party/typescript/tests/baselines/reference/
DfunctionImplementations.js102 function opt1(n = 4) { function
273 function opt1(n) {
DfunctionImplementations.symbols205 function opt1(n = 4) {
206 >opt1 : Symbol(opt1, Decl(functionImplementations.ts, 97, 1))
DfunctionImplementations.types249 function opt1(n = 4) {
250 >opt1 : (n?: number) => void
/third_party/python/Lib/test/
Dtest_optparse.py354 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/typescript/tests/cases/conformance/functions/
DfunctionImplementations.ts103 function opt1(n = 4) { function
/third_party/node/test/parallel/
Dtest-crypto-keygen.js1015 for (const [opt1, opt2] of incompatible) {
1018 [opt1]: allOpts[opt1],
1024 message: `Option "${opt1}" cannot be used in combination with option ` +
/third_party/openssl/crypto/sha/asm/
Dsha1-armv4-large.pl110 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_;
124 $opt1 @ F_xx_xx
/third_party/ffmpeg/doc/
Dfftools-common-opts.texi173 @item -sources @var{device}[,@var{opt1}=@var{val1}[,@var{opt2}=@var{val2}]...]
181 @item -sinks @var{device}[,@var{opt1}=@var{val1}[,@var{opt2}=@var{val2}]...]
/third_party/boost/libs/outcome/test/
Dexpected-pass.cpp1533 stde::expected<string, int> opt1 = stde::make_unexpected(1);
1536 opt1 = stde::make_unexpected(1);

12