Searched refs:IsOk (Results 1 - 25 of 25) 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/client/linux/minidump_writer/
H A Dcpu_set_unittest.cc65 ASSERT_TRUE(file.IsOk());
74 ASSERT_TRUE(file.IsOk());
83 ASSERT_TRUE(file.IsOk());
92 ASSERT_TRUE(file.IsOk());
101 ASSERT_TRUE(file.IsOk());
110 ASSERT_TRUE(file.IsOk());
119 ASSERT_TRUE(file1.IsOk());
125 ASSERT_TRUE(file2.IsOk());
137 ASSERT_TRUE(file1.IsOk());
148 ASSERT_TRUE(file1.IsOk());
[all...]
H A Dproc_cpuinfo_reader_unittest.cc65 ASSERT_TRUE(file.IsOk());
74 ASSERT_TRUE(file.IsOk());
87 ASSERT_TRUE(file.IsOk());
102 ASSERT_TRUE(file.IsOk());
119 ASSERT_TRUE(file.IsOk());
132 ASSERT_TRUE(file.IsOk());
145 ASSERT_TRUE(file.IsOk());
158 ASSERT_TRUE(file.IsOk());
175 ASSERT_TRUE(file.IsOk());
188 ASSERT_TRUE(file.IsOk());
[all...]
H A Dline_reader_unittest.cc59 ASSERT_TRUE(file.IsOk());
69 ASSERT_TRUE(file.IsOk());
85 ASSERT_TRUE(file.IsOk());
101 ASSERT_TRUE(file.IsOk());
123 ASSERT_TRUE(file.IsOk());
147 ASSERT_TRUE(file.IsOk());
163 ASSERT_TRUE(file.IsOk());
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Daudio_encoder_isac_unittest.cc21 EXPECT_FALSE(config.IsOk());
25 EXPECT_TRUE(config.IsOk());
/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();
H A Daudio_encoder_pcm16b.h26 bool IsOk() const;
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Daudio_encoder_ilbc.h25 bool IsOk() const;
H A Daudio_encoder_ilbc.cc37 bool AudioEncoderIlbc::Config::IsOk() const { function in class:webrtc::AudioEncoderIlbc::Config
134 RTC_CHECK(config_.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/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/g722/
H A Daudio_encoder_g722.h26 bool IsOk() const;
H A Daudio_encoder_g722.cc34 bool AudioEncoderG722::Config::IsOk() const { function in class:webrtc::AudioEncoderG722::Config
48 RTC_CHECK(config.IsOk());
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
H A Daudio_encoder_isac_t.h31 bool IsOk() const;
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/opus/
H A Daudio_encoder_opus.h32 bool IsOk() const;
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())
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
H A Daudio_encoder_cng.h33 bool IsOk() const;
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/g711/
H A Daudio_encoder_pcm.cc34 bool AudioEncoderPcm::Config::IsOk() const { function in class:webrtc::AudioEncoderPcm::Config
H A Daudio_encoder_pcm.h25 bool IsOk() const;
/external/icu/icu4c/source/i18n/
H A Dcollationkeys.h69 UBool IsOk() const { return buffer_ != NULL; } function in class:SortKeyByteSink
H A Dcollationkeys.cpp343 if(U_SUCCESS(errorCode) && !sink.IsOk()) {
666 if(!ok || !sink.IsOk()) {
/external/pdfium/core/fpdfapi/font/
H A Dttgsubtable.h38 bool IsOk() const;
H A Dttgsubtable.cpp72 bool CFX_CTTGSUBTable::IsOk() const { function in class:CFX_CTTGSUBTable

Completed in 860 milliseconds