/external/googletest/googletest/include/gtest/ |
D | gtest_pred_impl.h | 90 const T1& v1) { in AssertPred1Helper() 101 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ argument 107 #define GTEST_PRED1_(pred, v1, on_failure)\ argument 114 #define EXPECT_PRED_FORMAT1(pred_format, v1) \ argument 116 #define EXPECT_PRED1(pred, v1) \ argument 118 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ argument 120 #define ASSERT_PRED1(pred, v1) \ argument 134 const T1& v1, in AssertPred2Helper() 148 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument 154 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument [all …]
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest_pred_impl.h | 86 Pred pred, const T1 &v1) { in AssertPred1Helper() 97 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure) \ argument 102 #define GTEST_PRED1_(pred, v1, on_failure) \ argument 106 #define EXPECT_PRED_FORMAT1(pred_format, v1) \ argument 108 #define EXPECT_PRED1(pred, v1) GTEST_PRED1_(pred, v1, GTEST_NONFATAL_FAILURE_) argument 109 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ argument 111 #define ASSERT_PRED1(pred, v1) GTEST_PRED1_(pred, v1, GTEST_FATAL_FAILURE_) argument 117 const char *e2, Pred pred, const T1 &v1, in AssertPred2Helper() 131 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure) \ argument 136 #define GTEST_PRED2_(pred, v1, v2, on_failure) \ argument [all …]
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest_pred_impl.h | 90 const T1& v1) { in AssertPred1Helper() 100 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ argument 106 #define GTEST_PRED1_(pred, v1, on_failure)\ argument 113 #define EXPECT_PRED_FORMAT1(pred_format, v1) \ argument 115 #define EXPECT_PRED1(pred, v1) \ argument 117 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ argument 119 #define ASSERT_PRED1(pred, v1) \ argument 133 const T1& v1, in AssertPred2Helper() 146 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument 152 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument [all …]
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest_pred_impl.h | 90 const T1& v1) { in AssertPred1Helper() 101 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ argument 107 #define GTEST_PRED1_(pred, v1, on_failure)\ argument 114 #define EXPECT_PRED_FORMAT1(pred_format, v1) \ argument 116 #define EXPECT_PRED1(pred, v1) \ argument 118 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ argument 120 #define ASSERT_PRED1(pred, v1) \ argument 134 const T1& v1, in AssertPred2Helper() 148 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument 154 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest_pred_impl.h | 90 const T1& v1) { in AssertPred1Helper() 101 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ argument 107 #define GTEST_PRED1_(pred, v1, on_failure)\ argument 114 #define EXPECT_PRED_FORMAT1(pred_format, v1) \ argument 116 #define EXPECT_PRED1(pred, v1) \ argument 118 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ argument 120 #define ASSERT_PRED1(pred, v1) \ argument 134 const T1& v1, in AssertPred2Helper() 148 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument 154 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument [all …]
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest_pred_impl.h | 90 const T1& v1) { in AssertPred1Helper() 101 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ argument 107 #define GTEST_PRED1_(pred, v1, on_failure)\ argument 114 #define EXPECT_PRED_FORMAT1(pred_format, v1) \ argument 116 #define EXPECT_PRED1(pred, v1) \ argument 118 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ argument 120 #define ASSERT_PRED1(pred, v1) \ argument 134 const T1& v1, in AssertPred2Helper() 148 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument 154 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument [all …]
|
/external/libcxx/test/std/utilities/variant/variant.relops/ |
D | relops.pass.cpp | 120 constexpr V v1(std::in_place_index<0>, T1{42}); in test_equality_basic() local 129 constexpr V v1(std::in_place_index<0>, T1{42}); in test_equality_basic() local 138 constexpr V v1(std::in_place_index<0>, T1{42}); in test_equality_basic() local 147 constexpr V v1(std::in_place_index<1>, T2{42}); in test_equality_basic() local 164 V v1; in test_equality() local 174 V v1; in test_equality() local 184 V v1; in test_equality() local 212 constexpr V v1(std::in_place_index<0>, T1{1}); in test_relational_basic() local 218 constexpr V v1(std::in_place_index<0>, T1{0}); in test_relational_basic() local 224 constexpr V v1(std::in_place_index<0>, T1{1}); in test_relational_basic() local [all …]
|
/external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/ |
D | swap.pass.cpp | 192 V v1; in test_swap_valueless_by_exception() local 211 V v1(42); in test_swap_valueless_by_exception() local 241 V v1(std::in_place_index<0>, 42); in test_swap_same_alternative() local 256 V v1(std::in_place_index<0>, 42); in test_swap_same_alternative() local 277 V v1(std::in_place_index<0>, 42); in test_swap_same_alternative() local 294 V v1(std::in_place_index<0>, 42); in test_swap_same_alternative() local 311 V v1(std::in_place_index<0>, 42); in test_swap_same_alternative() local 331 V v1(std::in_place_index<0>, 42); in test_swap_different_alternatives() local 358 V v1(std::in_place_index<0>, 42); in test_swap_different_alternatives() local 383 V v1(std::in_place_index<0>, 42); in test_swap_different_alternatives() local [all …]
|
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.members/ |
D | shift.pass.cpp | 26 std::valarray<T> v1(a1, N1); in main() local 37 std::valarray<T> v1(a1, N1); in main() local 48 std::valarray<T> v1(a1, N1); in main() local 59 std::valarray<T> v1(a1, N1); in main() local 70 std::valarray<T> v1(a1, N1); in main() local 81 std::valarray<T> v1(a1, N1); in main() local 92 std::valarray<T> v1(a1, N1); in main() local 101 std::valarray<T> v1; in main() local 110 std::valarray<T> v1(a1, N1); in main() local 121 std::valarray<T> v1(a1, N1); in main() local
|
D | cshift.pass.cpp | 26 std::valarray<T> v1(a1, N1); in main() local 37 std::valarray<T> v1(a1, N1); in main() local 48 std::valarray<T> v1(a1, N1); in main() local 59 std::valarray<T> v1(a1, N1); in main() local 70 std::valarray<T> v1(a1, N1); in main() local 81 std::valarray<T> v1(a1, N1); in main() local 92 std::valarray<T> v1(a1, N1); in main() local 101 std::valarray<T> v1; in main() local 110 std::valarray<T> v1(a1, N1); in main() local 121 std::valarray<T> v1(a1, N1); in main() local
|
D | min.pass.cpp | 25 std::valarray<T> v1(a1, N1); in main() local 30 std::valarray<T> v1; in main() local 37 std::valarray<T> v1(a1, N1); in main() local
|
D | max.pass.cpp | 25 std::valarray<T> v1(a1, N1); in main() local 30 std::valarray<T> v1; in main() local 37 std::valarray<T> v1(a1, N1); in main() local
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
D | swap.pass.cpp | 23 std::vector<bool> v1(100); in main() local 33 std::vector<bool, A> v1(100, true, A(1, 1)); in main() local 45 std::vector<bool, A> v1(100, true, A(1)); in main() local 67 std::vector<bool, min_allocator<bool>> v1(100); in main() local 77 std::vector<bool, A> v1(100, true, A()); in main() local
|
/external/libgav1/libgav1/src/utils/ |
D | bit_mask_set.h | 36 constexpr BitMaskSet(int v1, int v2) : mask_((1U << v1) | (1U << v2)) {} in BitMaskSet() 38 constexpr BitMaskSet(int v1, int v2, int v3) in BitMaskSet() 41 constexpr BitMaskSet(int v1, int v2, int v3, int v4) in BitMaskSet() 44 constexpr BitMaskSet(int v1, int v2, int v3, int v4, int v5) in BitMaskSet() 47 constexpr BitMaskSet(int v1, int v2, int v3, int v4, int v5, int v6) in BitMaskSet() 51 constexpr BitMaskSet(int v1, int v2, int v3, int v4, int v5, int v6, int v7) in BitMaskSet() 55 constexpr BitMaskSet(int v1, int v2, int v3, int v4, int v5, int v6, int v7, in BitMaskSet() 60 constexpr BitMaskSet(int v1, int v2, int v3, int v4, int v5, int v6, int v7, in BitMaskSet()
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_vec2.inl | 468 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v1, tvec1<T, P> const & v2) 484 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec1<T, P> const & v1, tvec2<T, P> const & v2) 492 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v1, tvec2<T, P> const & v2) 508 GLM_FUNC_QUALIFIER tvec2<T, P> operator-(tvec2<T, P> const & v1, tvec1<T, P> const & v2) 524 GLM_FUNC_QUALIFIER tvec2<T, P> operator-(tvec1<T, P> const & v1, tvec2<T, P> const & v2) 532 GLM_FUNC_QUALIFIER tvec2<T, P> operator-(tvec2<T, P> const & v1, tvec2<T, P> const & v2) 548 GLM_FUNC_QUALIFIER tvec2<T, P> operator*(tvec2<T, P> const & v1, tvec1<T, P> const & v2) 564 GLM_FUNC_QUALIFIER tvec2<T, P> operator*(tvec1<T, P> const & v1, tvec2<T, P> const & v2) 572 GLM_FUNC_QUALIFIER tvec2<T, P> operator*(tvec2<T, P> const & v1, tvec2<T, P> const & v2) 588 GLM_FUNC_QUALIFIER tvec2<T, P> operator/(tvec2<T, P> const & v1, tvec1<T, P> const & v2) [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | VersionInfoTest.java | 95 VersionInfo v1 = in TestCompare() local 105 VersionInfo v1 = getInstance(COMPARE_NOT_EQUAL_INT_[i]); in TestCompare() local 113 VersionInfo v1 = in TestCompare() local 123 VersionInfo v1 = getInstance(COMPARE_EQUAL_INT_[i]); in TestCompare() local 131 VersionInfo v1 = VersionInfo.getInstance(COMPARE_LESS_[i]); in TestCompare() local 214 VersionInfo v1 = VersionInfo.getInstance(COMPARE_NOT_EQUAL_STRING_[i]); in TestComparable() local 222 VersionInfo v1 = VersionInfo.getInstance(COMPARE_EQUAL_STRING_[i]); in TestComparable() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | VersionInfoTest.java | 92 VersionInfo v1 = in TestCompare() local 102 VersionInfo v1 = getInstance(COMPARE_NOT_EQUAL_INT_[i]); in TestCompare() local 110 VersionInfo v1 = in TestCompare() local 120 VersionInfo v1 = getInstance(COMPARE_EQUAL_INT_[i]); in TestCompare() local 128 VersionInfo v1 = VersionInfo.getInstance(COMPARE_LESS_[i]); in TestCompare() local 211 VersionInfo v1 = VersionInfo.getInstance(COMPARE_NOT_EQUAL_STRING_[i]); in TestComparable() local 219 VersionInfo v1 = VersionInfo.getInstance(COMPARE_EQUAL_STRING_[i]); in TestComparable() local
|
/external/harfbuzz_ng/src/ |
D | test-vector.cc | 37 hb_vector_t<int> v1 {1, 2}; in main() local 50 hb_vector_t<int> v1 {1, 2}; in main() local 119 hb_vector_t<int> v1 {1, 2, 3}; in main() local 130 hb_sorted_vector_t<int> v1 {1, 2, 3}; in main() local
|
/external/eigen/unsupported/Eigen/CXX11/src/util/ |
D | EmulateArray.h | 56 EIGEN_STRONG_INLINE array(const T& v1, const T& v2) { in array() 62 EIGEN_STRONG_INLINE array(const T& v1, const T& v2, const T& v3) { in array() 69 EIGEN_STRONG_INLINE array(const T& v1, const T& v2, const T& v3, in array() 78 EIGEN_STRONG_INLINE array(const T& v1, const T& v2, const T& v3, const T& v4, in array() 88 EIGEN_STRONG_INLINE array(const T& v1, const T& v2, const T& v3, const T& v4, in array() 99 EIGEN_STRONG_INLINE array(const T& v1, const T& v2, const T& v3, const T& v4, in array() 112 const T& v1, const T& v2, const T& v3, const T& v4, in array()
|
/external/openscreen/third_party/abseil/src/absl/algorithm/ |
D | algorithm_test.cc | 27 std::vector<int> v1{1, 2, 3}; in TEST() local 49 std::vector<int> v1{1, 2, 3}; in TEST() local 60 std::vector<int> v1{1, 2, 3}; in TEST() local 71 std::vector<int> v1{1, 2, 3}; in TEST() local 82 std::vector<bool> v1{true, false}; in TEST() local 94 std::vector<int*> v1{&n[0], &n[1], &n[2]}; in TEST() local 107 std::vector<int> v1{1, 2, 3}; in TEST() local 132 std::vector<int> v1{1, 1, 3}; in TEST() local
|
/external/abseil-cpp/absl/algorithm/ |
D | algorithm_test.cc | 27 std::vector<int> v1{1, 2, 3}; in TEST() local 49 std::vector<int> v1{1, 2, 3}; in TEST() local 60 std::vector<int> v1{1, 2, 3}; in TEST() local 71 std::vector<int> v1{1, 2, 3}; in TEST() local 82 std::vector<bool> v1{true, false}; in TEST() local 94 std::vector<int*> v1{&n[0], &n[1], &n[2]}; in TEST() local 107 std::vector<int> v1{1, 2, 3}; in TEST() local 132 std::vector<int> v1{1, 1, 3}; in TEST() local
|
/external/webrtc/third_party/abseil-cpp/absl/algorithm/ |
D | algorithm_test.cc | 27 std::vector<int> v1{1, 2, 3}; in TEST() local 49 std::vector<int> v1{1, 2, 3}; in TEST() local 60 std::vector<int> v1{1, 2, 3}; in TEST() local 71 std::vector<int> v1{1, 2, 3}; in TEST() local 82 std::vector<bool> v1{true, false}; in TEST() local 94 std::vector<int*> v1{&n[0], &n[1], &n[2]}; in TEST() local 107 std::vector<int> v1{1, 2, 3}; in TEST() local 132 std::vector<int> v1{1, 1, 3}; in TEST() local
|
/external/libtextclassifier/abseil-cpp/absl/algorithm/ |
D | algorithm_test.cc | 27 std::vector<int> v1{1, 2, 3}; in TEST() local 49 std::vector<int> v1{1, 2, 3}; in TEST() local 60 std::vector<int> v1{1, 2, 3}; in TEST() local 71 std::vector<int> v1{1, 2, 3}; in TEST() local 82 std::vector<bool> v1{true, false}; in TEST() local 94 std::vector<int*> v1{&n[0], &n[1], &n[2]}; in TEST() local 107 std::vector<int> v1{1, 2, 3}; in TEST() local 132 std::vector<int> v1{1, 1, 3}; in TEST() local
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/ |
D | algorithm_test.cc | 27 std::vector<int> v1{1, 2, 3}; in TEST() local 49 std::vector<int> v1{1, 2, 3}; in TEST() local 60 std::vector<int> v1{1, 2, 3}; in TEST() local 71 std::vector<int> v1{1, 2, 3}; in TEST() local 82 std::vector<bool> v1{true, false}; in TEST() local 94 std::vector<int*> v1{&n[0], &n[1], &n[2]}; in TEST() local 107 std::vector<int> v1{1, 2, 3}; in TEST() local 132 std::vector<int> v1{1, 1, 3}; in TEST() local
|
/external/angle/third_party/abseil-cpp/absl/algorithm/ |
D | algorithm_test.cc | 27 std::vector<int> v1{1, 2, 3}; in TEST() local 49 std::vector<int> v1{1, 2, 3}; in TEST() local 60 std::vector<int> v1{1, 2, 3}; in TEST() local 71 std::vector<int> v1{1, 2, 3}; in TEST() local 82 std::vector<bool> v1{true, false}; in TEST() local 94 std::vector<int*> v1{&n[0], &n[1], &n[2]}; in TEST() local 107 std::vector<int> v1{1, 2, 3}; in TEST() local 132 std::vector<int> v1{1, 1, 3}; in TEST() local
|