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

/external/chromium_org/third_party/skia/tools/
H A Dgpuveto.cpp21 static const int kSuccess = 0; variable
69 return kSuccess;
H A Dskpinfo.cpp24 static const int kSuccess = 0; variable
74 return kSuccess;
115 return kSuccess; // TODO: need to store size in bytes
124 return kSuccess; // TODO: need to store size in bytes
131 return kSuccess; // TODO: need to store size in bytes
153 return kSuccess;
/external/lzma/CPP/7zip/UI/Common/
H A DExitCode.h10 kSuccess = 0, // Successful operation enumerator in enum:NExitCode::EEnum
/external/skia/tools/
H A Dgpuveto.cpp21 static const int kSuccess = 0; variable
67 return kSuccess;
H A Dskpinfo.cpp25 static const int kSuccess = 0; variable
76 return kSuccess;
117 return kSuccess; // TODO: need to store size in bytes
126 return kSuccess; // TODO: need to store size in bytes
133 return kSuccess; // TODO: need to store size in bytes
155 return kSuccess;
/external/chromium_org/net/tools/tld_cleanup/
H A Dtld_cleanup_util.h28 kSuccess, enumerator in enum:net::tld_cleanup::__anon9779
/external/chromium_org/media/base/
H A Ddecryptor.h34 kSuccess, // Decryption successfully completed. Decrypted buffer ready. enumerator in enum:media::Decryptor::Status
64 // - Set to kSuccess if the encrypted buffer is successfully decrypted and
86 // pending DecryptCB immediately with kSuccess and NULL.
111 // - Set to kSuccess if the encrypted buffer is successfully decrypted and
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dtime_stretch.h32 kSuccess = 0, enumerator in enum:webrtc::TimeStretch::ReturnCodes
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_message_filter_unittest.cc84 static const bool kSuccess = true; local
101 kRouteId, kCallbackId, kMarkers, kSuccess, kText, results);
113 EXPECT_EQ(kSuccess, sent_success);
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-test-part.h52 kSuccess, // Succeeded. enumerator in enum:testing::TestPartResult::Type
91 bool passed() const { return type_ == kSuccess; }
94 bool failed() const { return type_ != kSuccess; }
/external/chromium_org/third_party/mesa/src/src/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/google-tv-pairing-protocol/cpp/src/polo/pairing/
H A Dpairingsession.h49 kSuccess, enumerator in enum:polo::pairing::PairingSession::ProtocolState
/external/gtest/include/gtest/
H A Dgtest-test-part.h52 kSuccess, // Succeeded. enumerator in enum:testing::TestPartResult::Type
91 bool passed() const { return type_ == kSuccess; }
94 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/mesa3d/src/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/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_org/extensions/browser/api/declarative/
H A Drules_registry.cc28 const char kSuccess[] = ""; member in namespace:__anon8082
121 return kSuccess;
156 return kSuccess;
183 return kSuccess;
/external/chromium_org/media/filters/
H A Dsource_buffer_stream.h38 // kSuccess: Indicates that the next buffer was returned.
43 kSuccess, enumerator in enum:media::SourceBufferStream::Status
108 // Returns kSuccess if |out_buffer| is filled with a valid buffer, kNeedBuffer
254 // kSuccess.
/external/chromium_org/content/renderer/media/crypto/
H A Dencrypted_media_player_support_impl.cc85 kSuccess, enumerator in enum:content::MediaKeyException
99 return kSuccess;
/external/chromium_org/components/policy/core/common/cloud/
H A Ddevice_management_service.cc38 const int kSuccess = 200; member in namespace:policy::__anon6716
87 fetcher->GetResponseCode() == kSuccess &&
223 if (response_code != kSuccess)
227 case kSuccess: {
/external/skia/include/core/
H A DSkImageDecoder.h258 kSuccess = 2 //!< The entire image was decoded, if Mode is enumerator in enum:SkImageDecoder::Result
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc1441 kSuccess, enumerator in enum:content::MediaKeyException
1455 return kSuccess;
/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc1226 kSuccess, enumerator in enum:ParserSyncTestResult
1293 if (result == kSuccess) {
1670 RunParserSyncTest(context_data, statement_data, kSuccess);
1695 RunParserSyncTest(context_data, statement_data, kSuccess, NULL, 0,
1757 RunParserSyncTest(context_data, statement_data, kSuccess, NULL, 0,
1827 RunParserSyncTest(context_data, statement_data, kSuccess);
1863 RunParserSyncTest(context_data, statement_data, kSuccess);
1903 RunParserSyncTest(context_data, statement_data, kSuccess);
1996 RunParserSyncTest(context_data, statement_data, kSuccess);
2089 RunParserSyncTest(context_data, statement_data, kSuccess);
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7998 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess)
17095 kSuccess, // Succeeded. enumerator in enum:testing::TestPartResult::Type
17134 bool passed() const { return type_ == kSuccess; }
17137 bool failed() const { return type_ != kSuccess; }
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7998 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess)
17095 kSuccess, // Succeeded. enumerator in enum:testing::TestPartResult::Type
17134 bool passed() const { return type_ == kSuccess; }
17137 bool failed() const { return type_ != kSuccess; }

Completed in 5304 milliseconds