Searched refs:valid_ (Results 1 - 22 of 22) sorted by relevance

/external/google-breakpad/src/processor/
H A Ddump_object.cc36 DumpObject::DumpObject() : valid_(false) {
H A Dminidump.cc423 valid_ = false;
1101 valid_ = true;
1205 valid_ = descriptor &&
1213 if (!valid_) {
1252 if (!valid_) {
1262 if (!valid_) {
1285 if (!valid_) {
1346 if (!valid_) {
1392 valid_ = false;
1424 valid_
[all...]
H A Dmicrodump.cc103 valid_ = true;
109 valid_ = true;
H A Ddump_context.cc60 if (!valid_) {
62 // valid_ false by FreeContext, which is called by Read.
150 if (!valid_) {
259 // There is no context record (valid_ is false) or there's a
270 if (!valid_) {
H A Dminidump_processor_unittest.cc136 valid_ = true;
302 valid_ = true;
314 valid_ = true;
/external/google-breakpad/src/google_breakpad/processor/
H A Ddump_object.h42 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 Dminidump.h271 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/libchrome/dbus/
H A Dfile_descriptor.h47 FileDescriptor() : value_(-1), owner_(false), valid_(false) {}
49 valid_(false) {}
61 int is_valid() const { return valid_; }
67 valid_ = false;
83 bool valid_; member in class:dbus::FileDescriptor
H A Dfile_descriptor.cc39 CHECK(valid_);
44 CHECK(valid_); // NB: check first so owner_ is unchanged if this triggers
52 valid_ = false;
59 valid_ = (ok && !info.is_directory);
65 swap(valid_, other->valid_);
/external/google-breakpad/src/client/mac/handler/
H A Dprotected_memory_allocator.cc41 valid_(false) {
49 valid_ = (result == KERN_SUCCESS);
50 assert(valid_);
63 if (valid_ && next_alloc_offset_ + bytes <= pool_size_) {
H A Dprotected_memory_allocator.h82 bool valid_; member in class:ProtectedMemoryAllocator
/external/webrtc/webrtc/base/
H A Dwinping.h74 bool IsValid() { return valid_; }
98 bool valid_; member in class:rtc::WinPing
H A Dwinping.cc151 rlen_(0), valid_(false) {
190 valid_ = true;
/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmppclient.h142 bool valid_; member in class:buzz::XmppClient
H A Dxmppclient.cc307 valid_(false) {
309 valid_ = true;
313 valid_ = false;
/external/libchrome/base/files/
H A Dfile_path_watcher_linux.cc87 bool valid_; member in class:base::__anon9163::InotifyReader
262 valid_(false) {
272 valid_ = true;
277 if (valid_) {
295 if (!valid_)
314 if (!valid_ || (watch == kInvalidWatch))
/external/dbus/test/
H A Dsyntax.c199 (name).valid = valid_ ## name; \
/external/v8/src/
H A Dtyping-asm.h72 bool valid_; member in class:v8::internal::AsmTyper
H A Dtyping-asm.cc21 valid_ = false; \
36 if (!valid_) return; \
45 valid_(true),
74 return valid_ && !HasStackOverflow();
H A Dobjects.h8603 inline void invalidate() { valid_ = false; }
8604 inline bool valid() { return valid_; }
8612 inline void set_valid() { valid_ = true; }
8613 bool valid_;
/external/ImageMagick/Magick++/lib/
H A DColor.cpp291 void Magick::Color::isValid(bool valid_) argument
293 if ((valid_ && isValid()) || (!valid_ && !isValid()))
302 _isValid=valid_;
/external/ImageMagick/Magick++/lib/Magick++/
H A DColor.h119 void isValid(const bool valid_);

Completed in 2963 milliseconds