Searched defs:IsOk (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dcrash-10438657.cpp14 virtual bool IsOk() const { function in class:collate::wxGDIObject
15 return m_refData && static_cast<wxGDIRefData *>(m_refData)->IsOk();
/external/google-breakpad/src/common/linux/tests/
H A Dauto_testfile.h80 // Useful in tests inside EXPECT_TRUE(file.IsOk());
81 bool IsOk() { function in class:google_breakpad::AutoTestFile
86 // If IsOk() returns false. Note: on Windows, this always returns -1.
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
H A Daudio_encoder_pcm16b.cc41 bool AudioEncoderPcm16B::Config::IsOk() const { function in class:webrtc::AudioEncoderPcm16B::Config
45 return AudioEncoderPcm::Config::IsOk();
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
H A Daudio_encoder_pcm.cc34 bool AudioEncoderPcm::Config::IsOk() const { function in class:webrtc::AudioEncoderPcm::Config
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Daudio_encoder_ilbc.cc37 bool AudioEncoderIlbc::Config::IsOk() const { function in class:webrtc::AudioEncoderIlbc::Config
134 RTC_CHECK(config_.IsOk());
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
H A Daudio_encoder_isac_t_impl.h37 bool AudioEncoderIsacT<T>::Config::IsOk() const { function in class:webrtc::AudioEncoderIsacT::Config
158 RTC_CHECK(config.IsOk());
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
H A Daudio_encoder_g722.cc34 bool AudioEncoderG722::Config::IsOk() const { function in class:webrtc::AudioEncoderG722::Config
48 RTC_CHECK(config.IsOk());
/external/icu/icu4c/source/i18n/
H A Dcollationkeys.h69 UBool IsOk() const { return buffer_ != NULL; } function in class:SortKeyByteSink
/external/protobuf/src/google/protobuf/stubs/
H A Dlogging.h111 bool IsOk(T status) { return status.ok(); } function in namespace:google::protobuf::internal
113 inline bool IsOk(bool status) { return status; } function in namespace:google::protobuf::internal
153 #define GOOGLE_CHECK_OK(A) GOOGLE_CHECK(::google::protobuf::internal::IsOk(A))
180 #define GOOGLE_DCHECK_OK(E) GOOGLE_DCHECK(::google::protobuf::internal::IsOk(E))
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
H A Daudio_encoder_cng.cc36 bool AudioEncoderCng::Config::IsOk() const { function in class:webrtc::AudioEncoderCng::Config
60 RTC_CHECK(config.IsOk()) << "Invalid configuration.";
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Daudio_encoder_opus.cc79 bool AudioEncoderOpus::Config::IsOk() const { function in class:webrtc::AudioEncoderOpus::Config
211 RTC_DCHECK(config_.IsOk());
227 if (!config.IsOk())

Completed in 393 milliseconds