Home
last modified time | relevance | path

Searched refs:MyType (Results 1 – 20 of 20) sorted by relevance

/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_list_tests_unittest_.cc79 class MyType { class
81 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
90 void PrintTo(const MyType& x, std::ostream* os) { in PrintTo()
94 class ValueParamTest : public testing::TestWithParam<MyType> {
105 testing::Values(MyType("one line"),
106 MyType("two\nlines"),
107MyType("a very\nlooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo…
/external/googletest/googletest/test/
Dgtest_list_tests_unittest_.cc79 class MyType { class
81 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
90 void PrintTo(const MyType& x, std::ostream* os) { in PrintTo()
94 class ValueParamTest : public testing::TestWithParam<MyType> {
105 testing::Values(MyType("one line"),
106 MyType("two\nlines"),
107MyType("a very\nlooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo…
/external/v8/testing/gtest/test/
Dgtest_list_tests_unittest_.cc79 class MyType { class
81 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
90 void PrintTo(const MyType& x, std::ostream* os) { in PrintTo()
94 class ValueParamTest : public testing::TestWithParam<MyType> {
105 testing::Values(MyType("one line"),
106 MyType("two\nlines"),
107MyType("a very\nlooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo…
/external/clang/test/Analysis/
DDynamicTypePropagation.m19 @interface MyType : NSObject <NSCopying> interface
36 @implementation MyType implementation
43 void testReturnType(NSArray<MyType *> *arr) {
47 // MyType instead!
51 void testArgument(NSArray<MyType *> *arr, id element) {
54 // TODO: myFunction currently is not dispatched to MyType. Make it dispatch to
55 // MyType!
Ddynamic_type_check.m29 @class MyType;
39 // Do not warn, since no information is available wether MyType is a sub or
41 MyType *num = obj; // no warning
/external/libcxx/test/libcxx/algorithms/
Ddebug_less.pass.cpp27 struct MyType { struct
29 explicit MyType(int xvalue = 0) : value(xvalue) {} in MyType() function
33 bool operator<(MyType<ID1> const& LHS, MyType<ID2> const& RHS) { in operator <()
85 typedef MyType<0> MT0;
86 typedef MyType<1> MT1;
/external/libcxx/test/support/test.support/
Dtest_demangle.pass.cpp14 struct MyType {}; struct
24 {typeid(MyType).name(), "MyType"}, in main()
25 {typeid(ArgumentListID<int, MyType>).name(), "ArgumentListID<int, MyType>"} in main()
/external/clang/test/CodeGen/
Ddebug-info-typedef.c5 typedef int MyType; typedef
8 MyType a;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h22 typedef IPDBEnumChildren<ChildType> MyType; typedef
30 virtual MyType *clone() const = 0;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_types.h539 static const SWR_TYPE MyType = type;
550 static const SWR_TYPE MyType = SWR_TYPE_UINT;
561 static const SWR_TYPE MyType = SWR_TYPE_SINT;
572 static const SWR_TYPE MyType = SWR_TYPE_UINT;
583 static const SWR_TYPE MyType = SWR_TYPE_SINT;
594 static const SWR_TYPE MyType = SWR_TYPE_UINT;
605 static const SWR_TYPE MyType = SWR_TYPE_SINT;
616 static const SWR_TYPE MyType = SWR_TYPE_UNORM;
627 static const SWR_TYPE MyType = SWR_TYPE_UNORM;
638 static const SWR_TYPE MyType = SWR_TYPE_UNORM;
[all …]
/external/googletest/googlemock/docs/
DFrequentlyAskedQuestions.md35 class MyWonderfulMatcher : public MatcherInterface<MyType> {
38 virtual bool Matches(MyType value) const {
52 class MyWonderfulMatcher : public MatcherInterface<MyType> {
55 virtual bool MatchAndExplain(MyType value,
73 class MyWonderfulMatcher : public MatcherInterface<MyType> {
76 virtual bool Matches(MyType value) const {
81 virtual void ExplainMatchResultTo(MyType value,
99 class MyWonderfulMatcher : public MatcherInterface<MyType> {
102 virtual bool MatchAndExplain(MyType value,
121 bool Matches(MyType value) const {
[all …]
/external/googletest/googlemock/docs/v1_5/
DFrequentlyAskedQuestions.md31 class MyWonderfulMatcher : public MatcherInterface<MyType> {
34 virtual bool Matches(MyType value) const {
48 class MyWonderfulMatcher : public MatcherInterface<MyType> {
51 virtual bool MatchAndExplain(MyType value,
69 class MyWonderfulMatcher : public MatcherInterface<MyType> {
72 virtual bool Matches(MyType value) const {
77 virtual void ExplainMatchResultTo(MyType value,
95 class MyWonderfulMatcher : public MatcherInterface<MyType> {
98 virtual bool MatchAndExplain(MyType value,
117 bool Matches(MyType value) const {
[all …]
/external/googletest/googlemock/docs/v1_6/
DFrequentlyAskedQuestions.md35 class MyWonderfulMatcher : public MatcherInterface<MyType> {
38 virtual bool Matches(MyType value) const {
52 class MyWonderfulMatcher : public MatcherInterface<MyType> {
55 virtual bool MatchAndExplain(MyType value,
73 class MyWonderfulMatcher : public MatcherInterface<MyType> {
76 virtual bool Matches(MyType value) const {
81 virtual void ExplainMatchResultTo(MyType value,
99 class MyWonderfulMatcher : public MatcherInterface<MyType> {
102 virtual bool MatchAndExplain(MyType value,
121 bool Matches(MyType value) const {
[all …]
/external/googletest/googlemock/docs/v1_7/
DFrequentlyAskedQuestions.md35 class MyWonderfulMatcher : public MatcherInterface<MyType> {
38 virtual bool Matches(MyType value) const {
52 class MyWonderfulMatcher : public MatcherInterface<MyType> {
55 virtual bool MatchAndExplain(MyType value,
73 class MyWonderfulMatcher : public MatcherInterface<MyType> {
76 virtual bool Matches(MyType value) const {
81 virtual void ExplainMatchResultTo(MyType value,
99 class MyWonderfulMatcher : public MatcherInterface<MyType> {
102 virtual bool MatchAndExplain(MyType value,
121 bool Matches(MyType value) const {
[all …]
/external/llvm/test/Assembler/
Ddebug-info.ll43 ; CHECK-NEXT: !14 = !DICompositeType(tag: DW_TAG_structure_type, name: "MyType", file: !10, line: 2…
54 !16 = !DICompositeType(tag: DW_TAG_structure_type, name: "MyType", file: !12, line: 2, size: 32, al…
/external/swiftshader/third_party/LLVM/unittests/Support/
DTypeBuilderTest.cpp170 class MyType { class
185 template<bool cross> class TypeBuilder<MyType, cross> {
239 (TypeBuilder<MyType*, false>::get(getGlobalContext()))); in TEST()
/external/llvm/unittests/IR/
DTypeBuilderTest.cpp202 struct MyType { struct
217 template<bool cross> class TypeBuilder<MyType, cross> {
271 (TypeBuilder<MyType *, false>::get(Context))); in TEST()
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp58 MyType *clone() const override { in clone()
/external/python/cpython2/Lib/test/
Dtest_argparse.py1588 class MyType(TestCase): class in TestTypeUserDefined
1599 Sig('-x', type=MyType),
1600 Sig('spam', type=MyType),
1604 ('a -x b', NS(x=MyType('b'), spam=MyType('a'))),
1605 ('-xf g', NS(x=MyType('f'), spam=MyType('g'))),
/external/python/cpython2/Doc/extending/
Dnewtypes.rst1563 if (! PyObject_TypeCheck(some_object, &MyType)) {