HomeSort by relevance Sort by last modified time
    Searched full:testtypes (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /frameworks/native/libs/vr/libdvrcommon/tests/
numeric_test.cpp 5 using TestTypes = ::testing::Types<float, double, int>;
15 TYPED_TEST_CASE(NumericTest, TestTypes);
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
copy.pass.cpp 82 using T = TestTypes::TestType;
130 using T = TestTypes::TestType;
138 TestTypes::TestType::reset();
140 using T = TestTypes::TestType;
151 TestTypes::TestType::reset();
move.pass.cpp 92 using T = TestTypes::TestType;
167 using T = TestTypes::TestType;
176 TestTypes::TestType::reset();
178 using T = TestTypes::TestType;
192 TestTypes::TestType::reset();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/optional.object.ctor/
copy.pass.cpp 82 using T = TestTypes::TestType;
130 using T = TestTypes::TestType;
138 TestTypes::TestType::reset();
140 using T = TestTypes::TestType;
151 TestTypes::TestType::reset();
move.pass.cpp 92 using T = TestTypes::TestType;
167 using T = TestTypes::TestType;
176 TestTypes::TestType::reset();
178 using T = TestTypes::TestType;
192 TestTypes::TestType::reset();
  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 921 StructType* testTypes[] =
929 structTypes.push_back(testTypes[0]);
930 structTypes.push_back(testTypes[1]);
931 structTypes.push_back(testTypes[2]);
932 structTypes.push_back(testTypes[3]);
934 testTypes[0]->addMember("a", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)]));
935 testTypes[0]->addMember("b", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)]));
936 testTypes[0]->addMember("c", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)]));
937 testTypes[0]->addMember("d", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)]));
938 testTypes[0]->addMember("e", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)]))
    [all...]
  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 91 const TestImageGenerator::TestType testTypes[] = {
99 for (size_t i = 0; i < SK_ARRAY_COUNT(testTypes); ++i) {
100 TestImageGenerator::TestType test = testTypes[i];
  /external/skqp/tests/
CachedDecodingPixelRefTest.cpp 91 const TestImageGenerator::TestType testTypes[] = {
99 for (size_t i = 0; i < SK_ARRAY_COUNT(testTypes); ++i) {
100 TestImageGenerator::TestType test = testTypes[i];
  /external/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
emplace_type_args.pass.cpp 53 using V = std::variant<int, void *, const void *, TestTypes::NoCtors>;
64 static_assert(!emplace_exists<V, TestTypes::NoCtors>(), "cannot construct");
68 TestTypes::NoCtors>;
87 static_assert(!emplace_exists<V, TestTypes::NoCtors>(),
107 std::variant<int, long, const void *, TestTypes::NoCtors, std::string>;
127 using V = std::variant<int, long, const int &, int &&, TestTypes::NoCtors,
emplace_index_args.pass.cpp 54 using V = std::variant<int, void *, const void *, TestTypes::NoCtors>;
69 using V = std::variant<int, int &, const int &, int &&, TestTypes::NoCtors>;
107 std::variant<int, long, const void *, TestTypes::NoCtors, std::string>;
127 using V = std::variant<int, long, const int &, int &&, TestTypes::NoCtors,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/variant/variant.variant/variant.mod/
emplace_type_args.pass.cpp 53 using V = std::variant<int, void *, const void *, TestTypes::NoCtors>;
64 static_assert(!emplace_exists<V, TestTypes::NoCtors>(), "cannot construct");
68 TestTypes::NoCtors>;
87 static_assert(!emplace_exists<V, TestTypes::NoCtors>(),
107 std::variant<int, long, const void *, TestTypes::NoCtors, std::string>;
127 using V = std::variant<int, long, const int &, int &&, TestTypes::NoCtors,
emplace_index_args.pass.cpp 54 using V = std::variant<int, void *, const void *, TestTypes::NoCtors>;
69 using V = std::variant<int, int &, const int &, int &&, TestTypes::NoCtors>;
107 std::variant<int, long, const void *, TestTypes::NoCtors, std::string>;
127 using V = std::variant<int, long, const int &, int &&, TestTypes::NoCtors,
  /external/icu/icu4c/source/test/intltest/
incaltst.h 25 void TestTypes(void);
  /external/libcxxabi/test/
catch_multi_level_pointer.pass.cpp 72 struct TestTypes {
82 struct TestTypes<Member Class::*, true> {
91 typedef TestTypes<Throw, first> ThrowTypes;
92 typedef TestTypes<Catch, first> CatchTypes;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
catch_multi_level_pointer.pass.cpp 72 struct TestTypes {
82 struct TestTypes<Member Class::*, true> {
91 typedef TestTypes<Throw, first> ThrowTypes;
92 typedef TestTypes<Catch, first> CatchTypes;
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
copy.pass.cpp 69 using O = optional<TestTypes::TestType>;
74 using T = TestTypes::TestType;
nullopt_t.pass.cpp 39 using TT = TestTypes::TestType;
  /external/llvm/unittests/ADT/
PriorityWorklistTest.cpp 23 TestTypes;
24 TYPED_TEST_CASE(PriorityWorklistTest, TestTypes);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/optional.object.assign/
copy.pass.cpp 69 using O = optional<TestTypes::TestType>;
74 using T = TestTypes::TestType;
  /external/icu/icu4c/source/test/testdata/
testaliases.txt 24 simplealias:alias { "testtypes/menu/file/open" } // simple referencing
testtypes.txt 13 testtypes:table(nofallback)
  /external/libcxx/test/std/utilities/optional/optional.specalg/
swap.pass.cpp 75 using T = TestTypes::TestType;
79 using T = TestTypes::MoveOnly;
83 using T = TestTypes::Copyable;
87 using T = TestTypes::NoCtors;
98 using T = TestTypes::CopyOnly;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.specalg/
swap.pass.cpp 75 using T = TestTypes::TestType;
79 using T = TestTypes::MoveOnly;
83 using T = TestTypes::Copyable;
87 using T = TestTypes::NoCtors;
98 using T = TestTypes::CopyOnly;
  /external/tensorflow/tensorflow/compiler/xla/tests/
convolution_test.cc 58 using TestTypes = ::testing::Types<float, Eigen::half>;
60 using TestTypes = ::testing::Types<float>;
115 TYPED_TEST_CASE(ForwardPassConvolution_3x3x256_256_OutputZ_Iota, TestTypes);
147 TYPED_TEST_CASE(Convolve_1x1x1x2_1x1x1x2_Valid, TestTypes);
181 TYPED_TEST_CASE(Convolve_1x1x4x4_1x1x2x2_Valid, TestTypes);
216 TYPED_TEST_CASE(Convolve_1x1x4x4_1x1x2x2_Same, TestTypes);
248 TYPED_TEST_CASE(Convolve_1x1x4x4_1x1x3x3_Same, TestTypes);
314 TYPED_TEST_CASE(Convolve1D_1x2x5_1x2x2_WithRHSDilation, TestTypes);
416 TYPED_TEST_CASE(Convolve1D_1x2x5_1x2x2_WithPadding, TestTypes);
540 TYPED_TEST_CASE(Convolve2D_1x3x3x5_3x3x5x5_Valid, TestTypes);
    [all...]
  /external/icu/icu4j/main/shared/data/
testdata.jar 

Completed in 1301 milliseconds

1 2 3 4