Searched refs:NativeArray (Results 1 - 24 of 24) sorted by relevance

/external/google-breakpad/src/testing/test/
H A Dgmock-internal-utils_test.cc599 StaticAssertTypeEq<NativeArray<int>,
601 StaticAssertTypeEq<NativeArray<double>,
603 StaticAssertTypeEq<NativeArray<char[3]>,
606 StaticAssertTypeEq<const NativeArray<int>,
610 NativeArray<int> a2 = StlContainerView<int[3]>::ConstReference(a1);
614 const NativeArray<int> a3 = StlContainerView<int[3]>::Copy(a1);
626 StaticAssertTypeEq<NativeArray<int>,
628 StaticAssertTypeEq<NativeArray<double>,
631 StaticAssertTypeEq<const NativeArray<int>,
636 NativeArray<in
[all...]
/external/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc642 StaticAssertTypeEq<NativeArray<int>,
644 StaticAssertTypeEq<NativeArray<double>,
646 StaticAssertTypeEq<NativeArray<char[3]>,
649 StaticAssertTypeEq<const NativeArray<int>,
653 NativeArray<int> a2 = StlContainerView<int[3]>::ConstReference(a1);
657 const NativeArray<int> a3 = StlContainerView<int[3]>::Copy(a1);
669 StaticAssertTypeEq<NativeArray<int>,
671 StaticAssertTypeEq<NativeArray<double>,
674 StaticAssertTypeEq<const NativeArray<int>,
679 NativeArray<in
[all...]
/external/v8/testing/gmock/test/
H A Dgmock-internal-utils_test.cc642 StaticAssertTypeEq<NativeArray<int>,
644 StaticAssertTypeEq<NativeArray<double>,
646 StaticAssertTypeEq<NativeArray<char[3]>,
649 StaticAssertTypeEq<const NativeArray<int>,
653 NativeArray<int> a2 = StlContainerView<int[3]>::ConstReference(a1);
657 const NativeArray<int> a3 = StlContainerView<int[3]>::Copy(a1);
669 StaticAssertTypeEq<NativeArray<int>,
671 StaticAssertTypeEq<NativeArray<double>,
674 StaticAssertTypeEq<const NativeArray<int>,
679 NativeArray<in
[all...]
/external/llvm/unittests/IR/
H A DWaymarkTest.cpp22 TEST(WaymarkTest, NativeArray) {
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1044 // The relation between an NativeArray object (see below) and the
1060 class NativeArray { class in namespace:testing::internal
1068 NativeArray(const Element* array, size_t count, RelationToSourceReference) { function in class:testing::internal::NativeArray
1073 NativeArray(const Element* array, size_t count, RelationToSourceCopy) { function in class:testing::internal::NativeArray
1078 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
1082 ~NativeArray() {
1083 if (clone_ != &NativeArray::InitRef)
1091 bool operator==(const NativeArray& rhs) const {
1108 clone_ = &NativeArray
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h1018 // The relation between an NativeArray object (see below) and the
1034 class NativeArray { class in namespace:testing::internal
1042 NativeArray(const Element* array, size_t count, RelationToSourceReference) { function in class:testing::internal::NativeArray
1047 NativeArray(const Element* array, size_t count, RelationToSourceCopy) { function in class:testing::internal::NativeArray
1052 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
1056 ~NativeArray() {
1057 if (clone_ != &NativeArray::InitRef)
1065 bool operator==(const NativeArray& rhs) const {
1082 clone_ = &NativeArray
[all...]
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h1018 // The relation between an NativeArray object (see below) and the
1034 class NativeArray { class in namespace:testing::internal
1042 NativeArray(const Element* array, size_t count, RelationToSourceReference) { function in class:testing::internal::NativeArray
1047 NativeArray(const Element* array, size_t count, RelationToSourceCopy) { function in class:testing::internal::NativeArray
1052 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
1056 ~NativeArray() {
1057 if (clone_ != &NativeArray::InitRef)
1065 bool operator==(const NativeArray& rhs) const {
1082 clone_ = &NativeArray
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h947 // The relation between an NativeArray object (see below) and the
950 kReference, // The NativeArray references the native array.
951 kCopy // The NativeArray makes a copy of the native array and
964 class NativeArray { class in namespace:testing::internal
972 NativeArray(const Element* array, size_t count, RelationToSource relation) { function in class:testing::internal::NativeArray
977 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
981 ~NativeArray() {
982 // Ensures that the user doesn't instantiate NativeArray with a
994 bool operator==(const NativeArray
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-internal.h947 // The relation between an NativeArray object (see below) and the
950 kReference, // The NativeArray references the native array.
951 kCopy // The NativeArray makes a copy of the native array and
964 class NativeArray { class in namespace:testing::internal
972 NativeArray(const Element* array, size_t count, RelationToSource relation) { function in class:testing::internal::NativeArray
977 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
981 ~NativeArray() {
982 // Ensures that the user doesn't instantiate NativeArray with a
994 bool operator==(const NativeArray
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h1021 // The relation between an NativeArray object (see below) and the
1024 kReference, // The NativeArray references the native array.
1025 kCopy // The NativeArray makes a copy of the native array and
1038 class NativeArray { class in namespace:testing::internal
1046 NativeArray(const Element* array, size_t count, RelationToSource relation) { function in class:testing::internal::NativeArray
1051 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
1055 ~NativeArray() {
1056 // Ensures that the user doesn't instantiate NativeArray with a
1068 bool operator==(const NativeArray
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h1044 // The relation between an NativeArray object (see below) and the
1047 kReference, // The NativeArray references the native array.
1048 kCopy // The NativeArray makes a copy of the native array and
1061 class NativeArray { class in namespace:testing::internal
1069 NativeArray(const Element* array, size_t count, RelationToSource relation) { function in class:testing::internal::NativeArray
1074 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
1078 ~NativeArray() {
1079 // Ensures that the user doesn't instantiate NativeArray with a
1091 bool operator==(const NativeArray
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h1035 // The relation between an NativeArray object (see below) and the
1038 kReference, // The NativeArray references the native array.
1039 kCopy // The NativeArray makes a copy of the native array and
1052 class NativeArray { class in namespace:testing::internal
1060 NativeArray(const Element* array, size_t count, RelationToSource relation) { function in class:testing::internal::NativeArray
1065 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
1069 ~NativeArray() {
1070 // Ensures that the user doesn't instantiate NativeArray with a
1082 bool operator==(const NativeArray
[all...]
/external/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-internal-utils.h399 typedef internal::NativeArray<RawElement> type;
400 // NativeArray<T> can represent a native array either by value or by
413 // function call '[testing::internal::NativeArray<char *>].NativeArray(
416 // 'testing::internal::NativeArray<char *>::NativeArray(
445 typedef internal::NativeArray<RawElement> type;
/external/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h424 typedef internal::NativeArray<RawElement> type;
425 // NativeArray<T> can represent a native array either by value or by
438 // function call '[testing::internal::NativeArray<char *>].NativeArray(
441 // 'testing::internal::NativeArray<char *>::NativeArray(
471 typedef internal::NativeArray<RawElement> type;
/external/v8/testing/gmock/include/gmock/internal/
H A Dgmock-internal-utils.h425 typedef internal::NativeArray<RawElement> type;
426 // NativeArray<T> can represent a native array either by value or by
439 // function call '[testing::internal::NativeArray<char *>].NativeArray(
442 // 'testing::internal::NativeArray<char *>::NativeArray(
472 typedef internal::NativeArray<RawElement> type;
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-printers_test.cc201 using ::testing::internal::NativeArray;
936 NativeArray<int> b(a, 3, kReference);
942 NativeArray<int[3]> b(a, 2, kReference);
H A Dgtest_unittest.cc179 using testing::internal::NativeArray;
7468 // Tests NativeArray.
7472 NativeArray<int> na(a, 3, kReference);
7482 NativeArray<int> na(*a, 2, kCopy);
7493 StaticAssertTypeEq<char, NativeArray<char>::value_type>();
7494 StaticAssertTypeEq<int[2], NativeArray<int[2]>::value_type>();
7496 StaticAssertTypeEq<const char*, NativeArray<char>::const_iterator>();
7497 StaticAssertTypeEq<const bool(*)[2], NativeArray<bool[2]>::const_iterator>();
7502 NativeArray<int> na(a, 3, kCopy);
7506 NativeArray<in
[all...]
/external/googletest/googletest/test/
H A Dgtest_unittest.cc268 using testing::internal::NativeArray;
7628 // Tests NativeArray.
7632 NativeArray<int> na(a, 3, RelationToSourceReference());
7642 NativeArray<int> na(*a, 2, RelationToSourceCopy());
7653 StaticAssertTypeEq<char, NativeArray<char>::value_type>();
7654 StaticAssertTypeEq<int[2], NativeArray<int[2]>::value_type>();
7656 StaticAssertTypeEq<const char*, NativeArray<char>::const_iterator>();
7657 StaticAssertTypeEq<const bool(*)[2], NativeArray<bool[2]>::const_iterator>();
7662 NativeArray<int> na(a, 3, RelationToSourceCopy());
7666 NativeArray<in
[all...]
H A Dgtest-printers_test.cc235 using ::testing::internal::NativeArray;
1019 NativeArray<int> b(a, 3, RelationToSourceReference());
1025 NativeArray<int[3]> b(a, 2, RelationToSourceReference());
/external/v8/testing/gtest/test/
H A Dgtest_unittest.cc268 using testing::internal::NativeArray;
7609 // Tests NativeArray.
7613 NativeArray<int> na(a, 3, RelationToSourceReference());
7623 NativeArray<int> na(*a, 2, RelationToSourceCopy());
7634 StaticAssertTypeEq<char, NativeArray<char>::value_type>();
7635 StaticAssertTypeEq<int[2], NativeArray<int[2]>::value_type>();
7637 StaticAssertTypeEq<const char*, NativeArray<char>::const_iterator>();
7638 StaticAssertTypeEq<const bool(*)[2], NativeArray<bool[2]>::const_iterator>();
7643 NativeArray<int> na(a, 3, RelationToSourceCopy());
7647 NativeArray<in
[all...]
H A Dgtest-printers_test.cc207 using ::testing::internal::NativeArray;
964 NativeArray<int> b(a, 3, RelationToSourceReference());
970 NativeArray<int[3]> b(a, 2, RelationToSourceReference());
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_unittest.cc268 using testing::internal::NativeArray;
7326 // Tests NativeArray.
7330 NativeArray<int> na(a, 3, kReference);
7340 NativeArray<int> na(*a, 2, kCopy);
7351 StaticAssertTypeEq<char, NativeArray<char>::value_type>();
7352 StaticAssertTypeEq<int[2], NativeArray<int[2]>::value_type>();
7354 StaticAssertTypeEq<const char*, NativeArray<char>::const_iterator>();
7355 StaticAssertTypeEq<const bool(*)[2], NativeArray<bool[2]>::const_iterator>();
7360 NativeArray<int> na(a, 3, kCopy);
7364 NativeArray<in
[all...]
H A Dgtest-printers_test.cc202 using ::testing::internal::NativeArray;
955 NativeArray<int> b(a, 3, kReference);
961 NativeArray<int[3]> b(a, 2, kReference);
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h7908 // The relation between an NativeArray object (see below) and the
7911 kReference, // The NativeArray references the native array.
7912 kCopy // The NativeArray makes a copy of the native array and
7925 class NativeArray { class in namespace:testing::internal
7933 NativeArray(const Element* array, size_t count, RelationToSource relation) { function in class:testing::internal::NativeArray
7938 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
7942 ~NativeArray() {
7943 // Ensures that the user doesn't instantiate NativeArray with a
7955 bool operator==(const NativeArray
[all...]

Completed in 474 milliseconds