HomeSort by relevance Sort by last modified time
    Searched defs:expected_error (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/tests/
uri-test.c 42 GConvertError expected_error; /* If failed */ member in struct:__anon2594
110 GConvertError expected_error; /* If failed */ member in struct:__anon2595
208 else if (error->code != to_uri_tests[i].expected_error)
211 i, error->code, to_uri_tests[i].expected_error);
262 else if (error->code != from_uri_tests[i].expected_error)
265 i, error->code, from_uri_tests[i].expected_error);
360 if (to_uri_tests[i].expected_error != 0)
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher_unittest.cc 128 GoogleServiceAuthError expected_error = local
134 EXPECT_TRUE(expected_error == matching_error);
136 expected_error = GoogleServiceAuthError::FromConnectionError(6);
138 EXPECT_FALSE(expected_error == matching_error);
140 expected_error = GoogleServiceAuthError(GoogleServiceAuthError::NONE);
142 EXPECT_FALSE(expected_error == matching_error);
146 EXPECT_TRUE(expected_error == matching_error);
153 GoogleServiceAuthError expected_error = local
157 EXPECT_CALL(consumer, OnClientLoginFailure(expected_error))
175 GoogleServiceAuthError expected_error local
    [all...]
  /external/chromium/chrome/common/extensions/
extension_message_bundle_unittest.cc 266 std::string expected_error = ExtensionErrorUtils::FormatErrorMessage( local
268 EXPECT_EQ(expected_error, error);

Completed in 124 milliseconds