/external/google-breakpad/src/google_breakpad/processor/ |
H A D | dump_object.h | 42 bool valid() const { return valid_; } 46 // fields, it can set valid_ to true. Accessors and mutators may wish to 47 // consider or alter the valid_ state as they interact with objects. 48 bool valid_; member in class:google_breakpad::DumpObject
|
H A D | minidump.h | 271 const MDRawThread* thread() const { return valid_ ? &thread_ : NULL; } 322 return valid_ ? thread_count_ : 0; 379 const MDRawModule* module() const { return valid_ ? &module_ : NULL; } 383 return valid_ ? module_.base_of_image : static_cast<uint64_t>(-1); 385 virtual uint64_t size() const { return valid_ ? module_.size_of_image : 0; } 440 // True after a successful Read. This is different from valid_, which is 491 return valid_ ? module_count_ : 0; 545 unsigned int region_count() const { return valid_ ? region_count_ : 0; } 600 return valid_ ? &exception_ : NULL; 634 return valid_ 1023 bool valid_; member in class:google_breakpad::Minidump [all...] |
/external/v4l2_codec2/vda/ |
H A D | vp9_raw_bits_reader.h | 31 bool IsValid() const { return valid_; } 59 bool valid_; member in class:media::Vp9RawBitsReader
|
H A D | vp9_bool_decoder.h | 30 bool IsValid() const { return valid_; } 58 bool valid_ = true; member in class:media::Vp9BoolDecoder
|
/external/google-breakpad/src/client/mac/handler/ |
H A D | protected_memory_allocator.h | 82 bool valid_; member in class:ProtectedMemoryAllocator
|
/external/libchrome/dbus/ |
H A D | file_descriptor.h | 46 FileDescriptor() : value_(-1), owner_(false), valid_(false) {} 48 valid_(false) {} 60 int is_valid() const { return valid_; } 66 valid_ = false; 82 bool valid_; member in class:dbus::FileDescriptor
|
/external/libtextclassifier/common/ |
H A D | embedding-network-params-from-proto.h | 54 valid_ = true; 74 valid_ = false; 87 valid_ = false; 110 bool is_valid() { return valid_; } 232 bool valid_; member in class:libtextclassifier::nlp_core::EmbeddingNetworkParamsFromProto
|
H A D | embedding-network.h | 163 bool is_valid() const { return valid_; } 221 bool valid_ = false; member in class:libtextclassifier::nlp_core::EmbeddingNetwork
|
/external/webrtc/webrtc/libjingle/xmpp/ |
H A D | xmppclient.h | 142 bool valid_; member in class:buzz::XmppClient
|
/external/webrtc/webrtc/base/ |
H A D | winping.h | 74 bool IsValid() { return valid_; } 98 bool valid_; member in class:rtc::WinPing
|
/external/libtextclassifier/lang_id/ |
H A D | lang-id.cc | 115 // Will set valid_ to true only on successful initialization. 116 valid_ = false; 153 valid_ = true; 223 bool is_valid() const { return valid_; } 326 bool valid_; member in class:libtextclassifier::nlp_core::lang_id::LangIdImpl
|
/external/libchrome/base/files/ |
H A D | file_path_watcher_linux.cc | 87 bool valid_; member in class:base::__anon9989::InotifyReader 262 valid_(false) { 272 valid_ = true; 277 if (valid_) { 295 if (!valid_) 314 if (!valid_ || (watch == kInvalidWatch))
|
/external/ImageMagick/Magick++/lib/ |
H A D | Color.cpp | 291 void Magick::Color::isValid(bool valid_) argument 293 if ((valid_ && isValid()) || (!valid_ && !isValid())) 302 _isValid=valid_;
|
/external/stressapptest/src/ |
H A D | sat.h | 316 // Page queues, only one of (valid_+empty_) or (finelock_q_) will be used 319 class PageEntryQueue *valid_; // Page queue structure, valid pages. member in class:Sat
|
/external/vixl/src/aarch32/ |
H A D | disasm-aarch32.cc | 70 bool valid_; member in class:vixl::aarch32::DecodeNeon 74 : lane_(lane), spacing_(spacing), valid_(true) {} 75 DecodeNeon() : lane_(0), spacing_(kSingle), valid_(false) {} 78 bool IsValid() const { return valid_; } [all...] |