Searched defs:kSuccess (Results 1 - 9 of 9) sorted by relevance

/external/chromium/net/tools/tld_cleanup/
H A Dtld_cleanup.cc94 kSuccess, enumerator in enum:__anon3223
100 // canonicalizes it using GURL. Returns kSuccess if the rule is interpreted as
104 NormalizeResult result = kSuccess;
169 return kSuccess;
175 NormalizeResult result = kSuccess;
290 if (result != kSuccess) {
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-test-part.h52 kSuccess, // Succeeded. enumerator in enum:testing::TestPartResult::Type
89 bool passed() const { return type_ == kSuccess; }
92 bool failed() const { return type_ != kSuccess; }
/external/gtest/include/gtest/
H A Dgtest-test-part.h52 kSuccess, // Succeeded. enumerator in enum:testing::TestPartResult::Type
89 bool passed() const { return type_ == kSuccess; }
92 bool failed() const { return type_ != kSuccess; }
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest-test-part.h52 kSuccess, // Succeeded. enumerator in enum:testing::TestPartResult::Type
89 bool passed() const { return type_ == kSuccess; }
92 bool failed() const { return type_ != kSuccess; }
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h52 kSuccess, // Succeeded. enumerator in enum:testing::TestPartResult::Type
89 bool passed() const { return type_ == kSuccess; }
92 bool failed() const { return type_ != kSuccess; }
/external/open-vcdiff/gtest/include/gtest/
H A Dgtest-test-part.h51 kSuccess, // Succeeded. enumerator in enum:testing::TestPartResult::Type
88 bool passed() const { return type_ == kSuccess; }
91 bool failed() const { return type_ != kSuccess; }
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h51 kSuccess, // Succeeded. enumerator in enum:testing::TestPartResult::Type
88 bool passed() const { return type_ == kSuccess; }
91 bool failed() const { return type_ != kSuccess; }
/external/chromium/chrome/browser/policy/
H A Ddevice_management_backend_impl.cc55 const int kSuccess = 200; member in namespace:policy::__anon2316
205 case kSuccess: {
/external/ceres-solver/internal/ceres/gtest/
H A Dgtest.h7786 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess)
16709 kSuccess, // Succeeded. enumerator in enum:testing::TestPartResult::Type
16746 bool passed() const { return type_ == kSuccess; }
16749 bool failed() const { return type_ != kSuccess; }

Completed in 246 milliseconds