/external/protobuf/gtest/test/ |
H A D | gtest_unittest.cc | 113 using testing::FloatLE; 2846 // Tests the cases where FloatLE() should succeed. 2848 EXPECT_PRED_FORMAT2(FloatLE, 1.0f, 2.0f); // When val1 < val2, 2849 ASSERT_PRED_FORMAT2(FloatLE, 1.0f, 1.0f); // val1 == val2, 2852 EXPECT_PRED_FORMAT2(FloatLE, values_.close_to_positive_zero, 0.0f); 2855 // Tests the cases where FloatLE() should fail. 2858 EXPECT_NONFATAL_FAILURE(EXPECT_PRED_FORMAT2(FloatLE, 2.0f, 1.0f), 2863 EXPECT_PRED_FORMAT2(FloatLE, values_.further_from_one, 1.0f); 2871 EXPECT_PRED_FORMAT2(FloatLE, values_.nan1, values_.infinity); 2874 EXPECT_PRED_FORMAT2(FloatLE, [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
H A D | gtest_unittest.cc | 116 using testing::FloatLE; 3020 // Tests the cases where FloatLE() should succeed. 3022 EXPECT_PRED_FORMAT2(FloatLE, 1.0f, 2.0f); // When val1 < val2, 3023 ASSERT_PRED_FORMAT2(FloatLE, 1.0f, 1.0f); // val1 == val2, 3026 EXPECT_PRED_FORMAT2(FloatLE, values_.close_to_positive_zero, 0.0f); 3029 // Tests the cases where FloatLE() should fail. 3032 EXPECT_NONFATAL_FAILURE(EXPECT_PRED_FORMAT2(FloatLE, 2.0f, 1.0f), 3037 EXPECT_PRED_FORMAT2(FloatLE, values_.further_from_one, 1.0f); 3045 EXPECT_PRED_FORMAT2(FloatLE, values_.nan1, values_.infinity); 3048 EXPECT_PRED_FORMAT2(FloatLE, [all...] |
/external/gtest/test/ |
H A D | gtest_unittest.cc | 204 using testing::FloatLE; 2875 // Tests the cases where FloatLE() should succeed. 2877 EXPECT_PRED_FORMAT2(FloatLE, 1.0f, 2.0f); // When val1 < val2, 2878 ASSERT_PRED_FORMAT2(FloatLE, 1.0f, 1.0f); // val1 == val2, 2881 EXPECT_PRED_FORMAT2(FloatLE, values_.close_to_positive_zero, 0.0f); 2884 // Tests the cases where FloatLE() should fail. 2887 EXPECT_NONFATAL_FAILURE(EXPECT_PRED_FORMAT2(FloatLE, 2.0f, 1.0f), 2892 EXPECT_PRED_FORMAT2(FloatLE, values_.further_from_one, 1.0f); 2900 EXPECT_PRED_FORMAT2(FloatLE, values_.nan1, values_.infinity); 2903 EXPECT_PRED_FORMAT2(FloatLE, [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
H A D | gtest_unittest.cc | 204 using testing::FloatLE; 2875 // Tests the cases where FloatLE() should succeed. 2877 EXPECT_PRED_FORMAT2(FloatLE, 1.0f, 2.0f); // When val1 < val2, 2878 ASSERT_PRED_FORMAT2(FloatLE, 1.0f, 1.0f); // val1 == val2, 2881 EXPECT_PRED_FORMAT2(FloatLE, values_.close_to_positive_zero, 0.0f); 2884 // Tests the cases where FloatLE() should fail. 2887 EXPECT_NONFATAL_FAILURE(EXPECT_PRED_FORMAT2(FloatLE, 2.0f, 1.0f), 2892 EXPECT_PRED_FORMAT2(FloatLE, values_.further_from_one, 1.0f); 2900 EXPECT_PRED_FORMAT2(FloatLE, values_.nan1, values_.infinity); 2903 EXPECT_PRED_FORMAT2(FloatLE, [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/ |
H A D | gtest.h | 1986 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest.h | 1986 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
|
/external/mesa3d/src/gtest/include/gtest/ |
H A D | gtest.h | 1982 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
|
/external/protobuf/gtest/include/gtest/ |
H A D | gtest.h | 1868 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
|
/external/gtest/include/gtest/ |
H A D | gtest.h | 2113 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
H A D | gtest.h | 2113 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
|
/external/google-breakpad/src/testing/gtest/src/ |
H A D | gtest.cc | 1057 // Helper template for implementing FloatLE() and DoubleLE(). 1096 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
|
/external/gtest/src/ |
H A D | gtest.cc | 1059 // Helper template for implementing FloatLE() and DoubleLE(). 1098 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
|
/external/llvm/utils/unittest/googletest/src/ |
H A D | gtest.cc | 1056 // Helper template for implementing FloatLE() and DoubleLE(). 1095 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
|
/external/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 1056 // Helper template for implementing FloatLE() and DoubleLE(). 1095 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
|
/external/protobuf/gtest/src/ |
H A D | gtest.cc | 1072 // Helper template for implementing FloatLE() and DoubleLE(). 1113 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
H A D | gtest.cc | 1059 // Helper template for implementing FloatLE() and DoubleLE(). 1098 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
H A D | gtest-all.cc | 2543 // Helper template for implementing FloatLE() and DoubleLE(). 2582 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
|
/external/opencv3/modules/ts/src/ |
H A D | ts_gtest.cpp | 2559 // Helper template for implementing FloatLE() and DoubleLE(). 2598 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
|
/external/protobuf/gtest/fused-src/gtest/ |
H A D | gtest-all.cc | 2412 // Helper template for implementing FloatLE() and DoubleLE(). 2453 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
|
H A D | gtest.h | 17823 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
H A D | gtest-all.cc | 2543 // Helper template for implementing FloatLE() and DoubleLE(). 2582 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
|
H A D | gtest.h | 19884 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
H A D | gtest.h | 19883 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
|
/external/opencv3/modules/ts/include/opencv2/ts/ |
H A D | ts_gtest.h | 19947 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
|