HomeSort by relevance Sort by last modified time
    Searched refs:failure_message (Results 1 - 25 of 27) sorted by null

1 2

  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 55 self.failure_message = msg
72 rpc_controller.failure_message)
75 rpc_controller.failure_message = None
81 rpc_controller.failure_message)
91 rpc_controller.failure_message = None
93 self.assertEqual(None, rpc_controller.failure_message)
96 rpc_controller.failure_message = None
99 self.assertEqual(None, rpc_controller.failure_message)
  /external/chromium/net/proxy/
proxy_config_service_common_unittest.cc 21 void MatchesProxyServerHelper(const char* failure_message,
32 << failure_message << ". Was expecting: \"" << expected_proxy
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h 261 void AssertSpecProperty(bool property, const string& failure_message) const {
262 Assert(property, file_, line_, failure_message);
266 void ExpectSpecProperty(bool property, const string& failure_message) const {
267 Expect(property, file_, line_, failure_message);
728 void AssertSpecProperty(bool property, const string& failure_message) const {
729 Assert(property, file_, line_, failure_message);
733 void ExpectSpecProperty(bool property, const string& failure_message) const {
734 Expect(property, file_, line_, failure_message);
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
commitqueuetask.py 82 def _run_command(self, command, success_message, failure_message):
89 self.failure_status_id = self._delegate.command_failed(failure_message, script_error=self._script_error, patch=self._patch)
commitqueuetask_unittest.py 58 def command_failed(self, failure_message, script_error, patch):
59 log("command_failed: failure_message='%s' script_error='%s' patch='%s'" % (
60 failure_message, script_error, patch.id()))
111 command_failed: failure_message='Unable to clean working directory' script_error='MOCK clean failure' patch='197'
123 command_failed: failure_message='Unable to update working directory' script_error='MOCK update failure' patch='197'
138 command_failed: failure_message='Patch does not apply' script_error='MOCK apply failure' patch='197'
156 command_failed: failure_message='Patch does not build' script_error='MOCK build failure' patch='197'
177 command_failed: failure_message='Patch does not build' script_error='MOCK build failure' patch='197'
179 command_failed: failure_message='Unable to build without patch' script_error='MOCK clean build failure' patch='197'
203 command_failed: failure_message='Patch does not pass tests' script_error='MOCK tests failure' patch='197
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 172 const char* failure_message() const { return failure_message_.c_str(); } function in class:testing::AssertionResult
179 explicit AssertionResult(const internal::String& failure_message);
    [all...]
gtest_pred_impl.h 80 on_failure(gtest_ar.failure_message())
gtest.cc 832 AssertionResult::AssertionResult(const internal::String& failure_message)
833 : failure_message_(failure_message) {
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest_pred_impl.h 80 on_failure(gtest_ar.failure_message())
gtest.h 288 const char* failure_message() const { return message(); } function in class:testing::AssertionResult
    [all...]
  /external/gtest/include/gtest/
gtest_pred_impl.h 80 on_failure(gtest_ar.failure_message())
gtest.h 288 const char* failure_message() const { return message(); } function in class:testing::AssertionResult
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest_pred_impl.h 80 on_failure(gtest_ar.failure_message())
gtest.h 288 const char* failure_message() const { return message(); } function in class:testing::AssertionResult
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest_pred_impl.h 80 on_failure(gtest_ar.failure_message())
gtest.h 288 const char* failure_message() const { return message(); } function in class:testing::AssertionResult
    [all...]
  /external/open-vcdiff/gtest/include/gtest/
gtest_pred_impl.h 80 on_failure(gtest_ar.failure_message())
gtest.h 281 const char* failure_message() const { return message(); } function in class:testing::AssertionResult
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest_pred_impl.h 80 on_failure(gtest_ar.failure_message())
gtest.h 220 const char* failure_message() const { return failure_message_.c_str(); } function in class:testing::AssertionResult
227 explicit AssertionResult(const internal::String& failure_message);
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/gtest/test/
gtest_unittest.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /external/ceres-solver/internal/ceres/gmock/
gmock.h     [all...]

Completed in 1005 milliseconds

1 2