HomeSort by relevance Sort by last modified time
    Searched defs:IsOk (Results 1 - 15 of 15) sorted by null

  /external/clang/test/SemaTemplate/
crash-10438657.cpp 14 virtual bool IsOk() const {
15 return m_refData && static_cast<wxGDIRefData *>(m_refData)->IsOk();
  /external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
audio_encoder_pcm16b.cc 41 bool AudioEncoderPcm16B::Config::IsOk() const {
45 return AudioEncoderPcm::Config::IsOk();
  /external/google-breakpad/src/common/linux/tests/
auto_testfile.h 80 // Useful in tests inside EXPECT_TRUE(file.IsOk());
81 bool IsOk() {
86 // If IsOk() returns false. Note: on Windows, this always returns -1.
  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/
audio_encoder_pcm.cc 34 bool AudioEncoderPcm::Config::IsOk() const {
  /cts/tests/tests/nativemedia/xa/src/
XAObjectCreationTest.cpp 35 bool IsOk(XAresult res) {
37 fprintf(stderr, "IsOk failure: 0x%x, exiting\n", res);
80 ASSERT_TRUE(IsOk(res));
82 ASSERT_TRUE(IsOk(res));
84 ASSERT_TRUE(IsOk(res));
111 ASSERT_TRUE(IsOk(res));
114 ASSERT_TRUE(IsOk(res));
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
audio_encoder_g722.cc 34 bool AudioEncoderG722::Config::IsOk() const {
48 RTC_CHECK(config.IsOk());
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
audio_encoder_ilbc.cc 37 bool AudioEncoderIlbc::Config::IsOk() const {
134 RTC_CHECK(config_.IsOk());
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
audio_encoder_isac_t_impl.h 37 bool AudioEncoderIsacT<T>::Config::IsOk() const {
158 RTC_CHECK(config.IsOk());
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng.cc 36 bool AudioEncoderCng::Config::IsOk() const {
60 RTC_CHECK(config.IsOk()) << "Invalid configuration.";
  /cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp 47 bool IsOk(SLresult res) {
52 fprintf(stderr, "IsOk failure: %s (0x%x), exiting\n", str, res);
91 ASSERT_TRUE(IsOk(res));
93 ASSERT_TRUE(IsOk(res));
95 ASSERT_TRUE(IsOk(res));
121 ASSERT_TRUE(IsOk(res));
124 ASSERT_TRUE(IsOk(res));
177 ASSERT_TRUE(IsOk(res));
180 ASSERT_TRUE(IsOk(res));
298 ASSERT_TRUE(IsOk(res))
    [all...]
  /external/icu/icu4c/source/i18n/
collationkeys.h 69 UBool IsOk() const { return buffer_ != NULL; }
  /external/protobuf/src/google/protobuf/stubs/
logging.h 111 bool IsOk(T status) { return status.ok(); }
113 inline bool IsOk(bool status) { return status; }
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/opus/
audio_encoder_opus.cc 79 bool AudioEncoderOpus::Config::IsOk() const {
211 RTC_DCHECK(config_.IsOk());
227 if (!config.IsOk())
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
logging.h 111 bool IsOk(T status) { return status.ok(); }
113 inline bool IsOk(bool status) { return status; }
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))
  /system/core/liblog/tests/
liblog_test.cpp     [all...]

Completed in 306 milliseconds