HomeSort by relevance Sort by last modified time
    Searched full:failure_message (Results 1 - 25 of 32) 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/autotest/client/tests/kvm/tests/
steps.py 71 failure_message = None
77 failure_message = "regular timeout"
80 failure_message = "guest is stuck"
85 failure_message = "VM is dead"
154 (current_step_num, time.time() - start_time, failure_message))
  /external/autotest/server/site_tests/autoupdate_CatchBadSignatures/
autoupdate_CatchBadSignatures.py 119 expected_log_messages, failure_message):
137 raise error.TestFail(failure_message)
153 failure_message='Check for bad metadata signature failed.')
170 failure_message='Check for payload signature failed.')
  /external/autotest/server/site_tests/network_WiFi_VerifyRouter/
network_WiFi_VerifyRouter.py 130 failure_message = ', '.join(
132 raise error.TestFail('Failed to connect when %s.' % failure_message)
  /system/connectivity/shill/dhcp/
dhcpv6_config_unittest.cc 297 string failure_message = string(reason) + " failed with lease time " + local
299 EXPECT_TRUE(Mock::VerifyAndClearExpectations(this)) << failure_message;
301 << failure_message;
dhcpv4_config_unittest.cc 557 string failure_message = string(reason) + " failed with lease time " + local
559 EXPECT_TRUE(Mock::VerifyAndClearExpectations(this)) << failure_message;
561 config_->properties().address) << failure_message; local
  /external/gmock/include/gmock/
gmock-spec-builders.h 266 void AssertSpecProperty(bool property, const string& failure_message) const {
267 Assert(property, file_, line_, failure_message);
271 void ExpectSpecProperty(bool property, const string& failure_message) const {
272 Expect(property, file_, line_, failure_message);
741 void AssertSpecProperty(bool property, const string& failure_message) const {
742 Assert(property, file_, line_, failure_message);
746 void ExpectSpecProperty(bool property, const string& failure_message) const {
747 Expect(property, file_, line_, failure_message);
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h 262 void AssertSpecProperty(bool property, const string& failure_message) const {
263 Assert(property, file_, line_, failure_message);
267 void ExpectSpecProperty(bool property, const string& failure_message) const {
268 Expect(property, file_, line_, failure_message);
733 void AssertSpecProperty(bool property, const string& failure_message) const {
734 Assert(property, file_, line_, failure_message);
738 void ExpectSpecProperty(bool property, const string& failure_message) const {
739 Expect(property, file_, line_, failure_message);
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest_pred_impl.h 80 on_failure(gtest_ar.failure_message())
  /external/gtest/include/gtest/
gtest_pred_impl.h 80 on_failure(gtest_ar.failure_message())
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest_pred_impl.h 80 on_failure(gtest_ar.failure_message())
  /external/mesa3d/src/gtest/include/gtest/
gtest_pred_impl.h 80 on_failure(gtest_ar.failure_message())
  /external/protobuf/gtest/include/gtest/
gtest_pred_impl.h 80 on_failure(gtest_ar.failure_message())
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest_pred_impl.h 80 on_failure(gtest_ar.failure_message())
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest_pred_impl.h 80 on_failure(gtest_ar.failure_message())
  /ndk/tests/
tests.py 482 success, failure_message = module.run_test(
488 return [Failure(self.name, failure_message)]
  /external/gtest/test/
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc 131 std::string failure_message; local
138 failure_message = " that has no super class";
141 failure_message = " that attempts to sub-class final class " + PrettyDescriptor(super);
144 failure_message = " that isn't present in dex file " + dex_file.GetLocation();
147 *error = "Verifier rejected class " + PrettyDescriptor(klass) + failure_message;
923 std::ostringstream* failure_message = new std::ostringstream(location, std::ostringstream::ate); local
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
gen_gtest_pred_impl.py 160 on_failure(gtest_ar.failure_message())
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 160 on_failure(gtest_ar.failure_message())
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
gen_gtest_pred_impl.py 160 on_failure(gtest_ar.failure_message())
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc     [all...]

Completed in 2249 milliseconds

1 2