OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
38
bool
IsOk
(XAresult res) {
40
fprintf(stderr, "
IsOk
failure: 0x%x, exiting\n", res);
83
ASSERT_TRUE(
IsOk
(res));
85
ASSERT_TRUE(
IsOk
(res));
87
ASSERT_TRUE(
IsOk
(res));
114
ASSERT_TRUE(
IsOk
(res));
117
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
50
bool
IsOk
(SLresult res) {
55
fprintf(stderr, "
IsOk
failure: %s (0x%x), exiting\n", str, res);
94
ASSERT_TRUE(
IsOk
(res));
96
ASSERT_TRUE(
IsOk
(res));
98
ASSERT_TRUE(
IsOk
(res));
124
ASSERT_TRUE(
IsOk
(res));
127
ASSERT_TRUE(
IsOk
(res));
180
ASSERT_TRUE(
IsOk
(res));
183
ASSERT_TRUE(
IsOk
(res));
301
ASSERT_TRUE(
IsOk
(res))
[
all
...]
/external/icu/icu4c/source/i18n/
collationkeys.h
67
UBool
IsOk
() const { return buffer_ != NULL; }
/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))
/external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h
35
bool
IsOk
(void) const { return loaded; }
/ndk/sources/host-tools/ndk-depends/
ndk-depends.cc
745
bool
IsOk
() { return file_ != NULL; }
[
all
...]
Completed in 443 milliseconds