Searched defs:ignoring_case (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc1270 // The ignoring_case parameter is true iff the assertion is a
1277 bool ignoring_case) {
1285 if (ignoring_case) {
1273 EqFailure(const char* expected_expression, const char* actual_expression, const std::string& expected_value, const std::string& actual_value, bool ignoring_case) argument
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc995 // The ignoring_case parameter is true iff the assertion is a
1002 bool ignoring_case) {
1010 if (ignoring_case) {
998 EqFailure(const char* expected_expression, const char* actual_expression, const String& expected_value, const String& actual_value, bool ignoring_case) argument
/external/gtest/src/
H A Dgtest.cc997 // The ignoring_case parameter is true iff the assertion is a
1004 bool ignoring_case) {
1012 if (ignoring_case) {
1000 EqFailure(const char* expected_expression, const char* actual_expression, const std::string& expected_value, const std::string& actual_value, bool ignoring_case) argument
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc995 // The ignoring_case parameter is true iff the assertion is a
1002 bool ignoring_case) {
1010 if (ignoring_case) {
998 EqFailure(const char* expected_expression, const char* actual_expression, const String& expected_value, const String& actual_value, bool ignoring_case) argument
/external/mesa3d/src/gtest/src/
H A Dgtest.cc995 // The ignoring_case parameter is true iff the assertion is a
1002 bool ignoring_case) {
1010 if (ignoring_case) {
998 EqFailure(const char* expected_expression, const char* actual_expression, const String& expected_value, const String& actual_value, bool ignoring_case) argument
/external/protobuf/gtest/src/
H A Dgtest.cc986 // The ignoring_case parameter is true iff the assertion is a
993 bool ignoring_case) {
1001 if (ignoring_case) {
989 EqFailure(const char* expected_expression, const char* actual_expression, const String& expected_value, const String& actual_value, bool ignoring_case) argument
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2481 // The ignoring_case parameter is true iff the assertion is a
2488 bool ignoring_case) {
2496 if (ignoring_case) {
2484 EqFailure(const char* expected_expression, const char* actual_expression, const std::string& expected_value, const std::string& actual_value, bool ignoring_case) argument
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2481 // The ignoring_case parameter is true iff the assertion is a
2488 bool ignoring_case) {
2496 if (ignoring_case) {
2484 EqFailure(const char* expected_expression, const char* actual_expression, const std::string& expected_value, const std::string& actual_value, bool ignoring_case) argument

Completed in 467 milliseconds