Home
last modified time | relevance | path

Searched refs:MyTypes (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/
H A DMyGenerator.vb24 Private m_MyType As MyTypes
68 m_MyType = CType([Enum].Parse(GetType(MyTypes), _MyType, False), MyTypes)
70 m_MyType = MyTypes.Empty
165 Case MyTypes.Console, MyTypes.WindowsFormsWithCustomSubMain
227 … Case MyTypes.Console, MyTypes.WindowsFormsWithCustomSubMain, MyTypes.Windows, MyTypes.WindowsForms
229 Case MyTypes.Web, MyTypes.WebControl
267 Case MyTypes.WindowsFormsWithCustomSubMain, MyTypes.WindowsForms
365 …Case MyTypes.Console, MyTypes.WindowsFormsWithCustomSubMain, MyTypes.Windows, MyTypes.WindowsForms…
518 … Case MyTypes.Console, MyTypes.WindowsFormsWithCustomSubMain, MyTypes.Windows, MyTypes.WindowsForms
520 Case MyTypes.Web, MyTypes.WebControl
[all …]
/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/t/20-unit/Type-Library/
H A Ddeclared-types.t28 package MyTypes;
44 should_pass( { foo => 1, bar => { quux => 2 } }, MyTypes->get_tmp );
45 should_fail( { foo => 1, bar => { quux => 2.1 } }, MyTypes->get_tmp );
47 should_pass( { foo => 1, bar => { quux => 2 } }, MyTypes->get_coderef->() );
48 should_fail( { foo => 1, bar => { quux => 2.1 } }, MyTypes->get_coderef->() );
50 isnt( MyTypes->get_coderef, \&MyTypes::MyHashRef, 'coderef got redefined' );
52 note( MyTypes->get_tmp->inline_check(q/$xyz/) );
53 note( MyTypes->get_coderef->()->inline_check(q/$xyz/) );
H A Dimport-params.t31 package MyTypes;
33 $INC{'MyTypes.pm'} = __FILE__;
45 use MyTypes 'Ref';
62 use MyTypes Ref => { of => 'HASH', -as => 'HashRef' };
69 use MyTypes Ref => {
79 use MyTypes is_Ref => { of => 'HASH', -as => 'is_HashRef' };
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/t/SOAP/WSDL/Generator/
H A DXSD.t62 $generator->set_type_prefix('MyTypes');
133 ok eval { require MyTypes::testComplexTypeRestriction };
145 ok eval { require MyTypes::testComplexTypeExtension };
146 $complexExtension = MyTypes::testComplexTypeExtension->new({
155 ok eval { require MyTypes::testComplexNestedExtension };
187 ok eval { require MyTypes::testComplexTypeSimpleRestriction; }
188 , 'load MyTypes::testComplexTypeSimpleRestriction';
191 , 'load MyTypes::testComplexTypeSequenceWithAttribute';
206 use_ok qw(MyTypes::testSimpleContentExtension);
233 'MyTypes::testComplexTypeSequenceWithAttribute',
[all …]
H A DXSD_dot_names.t39 $generator->set_type_prefix('MyTypes');
64 use_ok qw(MyTypes::testComplexTypeRestriction);
65 use_ok qw(MyTypes::testComplexTypeAll);
67 use_ok qw(MyTypes::test::ComplexTypeElementAtomicSimpleType);
104 my $obj = MyTypes::testComplexTypeAll->new({
/dports/devel/p5-MooseX-Types/MooseX-Types-0.50/t/
H A D22_class_type.t8 package MyTypes;
22 ok(!eval { MyTypes::ClassyType->new }, 'new without class loaded explodes');
26 ok(!eval { MyTypes::NoClass->new }, 'new on non-class type');
41 BEGIN { MyTypes->import('ClassyType') }
/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/t/30-integration/Moops/
H A Dlibrary-keyword.t34 library MyTypes extends Types::Standard declares RainbowColour
40 should_pass('indigo', MyTypes::RainbowColour);
41 should_fail('magenta', MyTypes::RainbowColour);
43 class MyClass types MyTypes {
/dports/devel/p5-MooseX-Storage/MooseX-Storage-0.53/t/
H A D400_moosex_types.t10 package MyTypes;
26 has 'mynum' => ( is => 'ro', isa => MyTypes::MyNum );
27 has 'maybe_mynum' => ( is => 'ro', isa => MyTypes::MaybeMyNum );
/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/t/30-integration/Specio/
H A Dlibrary.t29 package Local::MyTypes;
33 $INC{'Local/MyTypes.pm'} = __FILE__; # allow `use` to work
36 use Local::MyTypes qw(Int ArrayRef);
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/gtest/include/gtest/
H A Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_CASE(FooTest, MyTypes);
140 typedef testing::Types<char, int, unsigned int> MyTypes;
141 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/gtest/include/gtest/
H A Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_CASE(FooTest, MyTypes);
140 typedef testing::Types<char, int, unsigned int> MyTypes;
141 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/gmock/gtest/include/gtest/
H A Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_CASE(FooTest, MyTypes);
140 typedef testing::Types<char, int, unsigned int> MyTypes;
141 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
/dports/biology/avida/avida-2.12.4-src/libs/apto/utils/unittest/googletest/include/gtest/
H A Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_CASE(FooTest, MyTypes);
140 typedef testing::Types<char, int, unsigned int> MyTypes;
141 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
/dports/lang/mono-basic/mono-basic-4.7/vbnc/rt/source/
H A DTest.vb104 Private m_MyType As MyTypes
144 Public Property MyType As MyTypes
148 Set(ByVal value As MyTypes)
282 m_MyType = MyTypes.Console
284 m_MyType = MyTypes.Custom
286 m_MyType = MyTypes.Empty
288 m_MyType = MyTypes.Web
290 m_MyType = MyTypes.WebControl
292 m_MyType = MyTypes.Windows
294 m_MyType = MyTypes.WindowsForms
[all …]
/dports/biology/vcflib/vcflib-1.0.2/googletest/googletest/test/
H A Dgtest_list_tests_unittest_.cc125 int*, MyArray<bool, 42> > MyTypes; typedef
127 TYPED_TEST_CASE(TypedTest, MyTypes);
151 INSTANTIATE_TYPED_TEST_CASE_P(My, TypeParamTest, MyTypes);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/third_party/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc124 int*, MyArray<bool, 42> > MyTypes; typedef
126 TYPED_TEST_SUITE(TypedTest, MyTypes);
150 INSTANTIATE_TYPED_TEST_SUITE_P(My, TypeParamTest, MyTypes);
/dports/devel/string_theory/string_theory-3.4/test/gtest-1.10.0/test/
H A Dgoogletest-list-tests-unittest_.cc124 int*, MyArray<bool, 42> > MyTypes; typedef
126 TYPED_TEST_SUITE(TypedTest, MyTypes);
150 INSTANTIATE_TYPED_TEST_SUITE_P(My, TypeParamTest, MyTypes);
/dports/science/ALPSCore/ALPSCore-2.2.0/common/deps/gtest-1.7.0/test/
H A Dgtest_list_tests_unittest_.cc125 int*, MyArray<bool, 42> > MyTypes; typedef
127 TYPED_TEST_CASE(TypedTest, MyTypes);
151 INSTANTIATE_TYPED_TEST_CASE_P(My, TypeParamTest, MyTypes);
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/GTest/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc124 int*, MyArray<bool, 42> > MyTypes; typedef
126 TYPED_TEST_SUITE(TypedTest, MyTypes);
150 INSTANTIATE_TYPED_TEST_SUITE_P(My, TypeParamTest, MyTypes);
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/third_party/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc124 int*, MyArray<bool, 42> > MyTypes; typedef
126 TYPED_TEST_CASE(TypedTest, MyTypes);
150 INSTANTIATE_TYPED_TEST_CASE_P(My, TypeParamTest, MyTypes);
/dports/math/pdal/PDAL-2.3.0/vendor/gtest/test/
H A Dgoogletest-list-tests-unittest_.cc124 int*, MyArray<bool, 42> > MyTypes; typedef
126 TYPED_TEST_SUITE(TypedTest, MyTypes);
150 INSTANTIATE_TYPED_TEST_SUITE_P(My, TypeParamTest, MyTypes);
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/google_test/gtest/test/
H A Dgoogletest-list-tests-unittest_.cc113 MyTypes; typedef
115 TYPED_TEST_SUITE(TypedTest, MyTypes);
134 INSTANTIATE_TYPED_TEST_SUITE_P(My, TypeParamTest, MyTypes);
/dports/net/flower/flower-0.10/contrib/googletest-release-1.8.0/googletest/test/
H A Dgtest_list_tests_unittest_.cc125 int*, MyArray<bool, 42> > MyTypes; typedef
127 TYPED_TEST_CASE(TypedTest, MyTypes);
151 INSTANTIATE_TYPED_TEST_CASE_P(My, TypeParamTest, MyTypes);
/dports/archivers/draco/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc124 int*, MyArray<bool, 42> > MyTypes; typedef
126 TYPED_TEST_SUITE(TypedTest, MyTypes);
150 INSTANTIATE_TYPED_TEST_SUITE_P(My, TypeParamTest, MyTypes);
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/test/gtest/gtest-1.10.0/test/
H A Dgoogletest-list-tests-unittest_.cc124 int*, MyArray<bool, 42> > MyTypes; typedef
126 TYPED_TEST_SUITE(TypedTest, MyTypes);
150 INSTANTIATE_TYPED_TEST_SUITE_P(My, TypeParamTest, MyTypes);

12345678910>>...20