Home
last modified time | relevance | path

Searched refs:valid_ (Results 1 – 25 of 33) sorted by relevance

12

/external/v4l2_codec2/vda/
Dvp9_raw_bits_reader.cc15 Vp9RawBitsReader::Vp9RawBitsReader() : valid_(true) {} in Vp9RawBitsReader()
22 valid_ = true; in Initialize()
27 if (!valid_) in ReadBool()
31 valid_ = reader_->ReadBits(1, &value); in ReadBool()
32 return valid_ ? value == 1 : false; in ReadBool()
37 if (!valid_) in ReadLiteral()
42 valid_ = reader_->ReadBits(bits, &value); in ReadLiteral()
43 return valid_ ? value : 0; in ReadLiteral()
Dvp9_bool_decoder.cc48 valid_ = false; in Initialize()
53 valid_ = true; in Initialize()
60 valid_ = false; in Initialize()
73 valid_ = false; in Fill()
Dvp9_raw_bits_reader.h32 bool IsValid() const { return valid_; } in IsValid()
60 bool valid_; variable
Dvp9_bool_decoder.h31 bool IsValid() const { return valid_; } in IsValid()
59 bool valid_ = true; variable
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h271 const MDRawThread* thread() const { return valid_ ? &thread_ : NULL; } in thread()
322 return valid_ ? thread_count_ : 0; in thread_count()
379 const MDRawModule* module() const { return valid_ ? &module_ : NULL; } in module()
383 return valid_ ? module_.base_of_image : static_cast<uint64_t>(-1); in base_address()
385 virtual uint64_t size() const { return valid_ ? module_.size_of_image : 0; } in size()
491 return valid_ ? module_count_ : 0; in module_count()
545 unsigned int region_count() const { return valid_ ? region_count_ : 0; } in region_count()
600 return valid_ ? &exception_ : NULL; in exception()
634 return valid_ ? &assertion_ : NULL; in assertion()
638 return valid_ ? expression_ : ""; in expression()
[all …]
Ddump_object.h42 bool valid() const { return valid_; } in valid()
48 bool valid_;
/external/tensorflow/tensorflow/contrib/lite/testing/
Dmessage.cc33 valid_ = true; in MessageStack()
37 if (!valid_) return; in ConsumeToken()
42 valid_ = false; in ConsumeToken()
53 valid_ = false; in ConsumeToken()
64 valid_ = false; in ConsumeToken()
81 bool valid() const { return valid_; } in valid()
86 bool valid_; member in tflite::testing::MessageStack
/external/tensorflow/tensorflow/core/kernels/
Dlookup_util.cc61 : valid_(false), in TextFileLineIterator()
93 valid_ = true; in Init()
101 if (!valid_) return; in Next()
111 valid_ = false; in Next()
120 valid_ = false; in Next()
127 valid_ = false; in Next()
139 valid_ = false; in Next()
145 valid_ = false; in Next()
150 valid_ = false; in Next()
157 bool Valid() const override { return valid_; } in Valid()
[all …]
Dlookup_util.h59 : keys_(keys), values_(values), valid_(true), status_(Status::OK()) { in KeyValueTensorIterator()
62 valid_ = false; in KeyValueTensorIterator()
68 valid_ = false; in KeyValueTensorIterator()
74 bool Valid() const override { return valid_; } in Valid()
77 valid_ = false; in Next()
96 bool valid_; // true if the iterator points to an existing range. variable
/external/google-breakpad/src/processor/
Dminidump.cc423 valid_ = false; in Read()
1101 valid_ = true; in Read()
1205 valid_ = descriptor && in SetDescriptor()
1213 if (!valid_) { in GetMemory()
1252 if (!valid_) { in GetBase()
1262 if (!valid_) { in GetSize()
1285 if (!valid_) { in GetMemoryAtAddressInternal()
1346 if (!valid_) { in Print()
1392 valid_ = false; in Read()
1424 valid_ = true; in Read()
[all …]
Ddump_object.cc36 DumpObject::DumpObject() : valid_(false) { in DumpObject()
Dmicrodump.cc103 valid_ = true; in SetContextARM()
109 valid_ = true; in SetContextARM64()
Ddump_context.cc60 if (!valid_) { in GetContextCPU()
150 if (!valid_) { in GetInstructionPointer()
270 if (!valid_) { in Print()
Dminidump_processor_unittest.cc136 valid_ = true; in TestMinidumpMiscInfo()
302 valid_ = true; in TestMinidumpSystemInfo()
314 valid_ = true; in TestMinidumpContext()
/external/google-breakpad/src/client/mac/handler/
Dprotected_memory_allocator.cc41 valid_(false) { in ProtectedMemoryAllocator()
49 valid_ = (result == KERN_SUCCESS); in ProtectedMemoryAllocator()
50 assert(valid_); in ProtectedMemoryAllocator()
63 if (valid_ && next_alloc_offset_ + bytes <= pool_size_) { in Allocate()
Dprotected_memory_allocator.h82 bool valid_; variable
/external/tensorflow/tensorflow/core/platform/profile_utils/
Dclock_cycle_profiler.h69 if (valid_) { in GetCurrentClockCycleInternal()
72 valid_ = false; in GetCurrentClockCycleInternal()
99 bool valid_{true};
/external/tensorflow/tensorflow/core/util/
Dbcast.h90 bool IsValid() const { return valid_; } in IsValid()
118 bool valid_ = true;
/external/webrtc/webrtc/base/
Dwinping.h74 bool IsValid() { return valid_; } in IsValid()
98 bool valid_; variable
Dwinping.cc151 rlen_(0), valid_(false) { in WinPing()
190 valid_ = true; in WinPing()
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc88 bool valid_; member in base::__anon0ca4e57a0111::InotifyReader
252 valid_(false) { in InotifyReader()
260 valid_ = true; in InotifyReader()
266 if (!valid_) in AddWatch()
285 if (!valid_ || (watch == kInvalidWatch)) in RemoveWatch()
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppclient.cc307 valid_(false) { in XmppClient()
309 valid_ = true; in XmppClient()
313 valid_ = false; in ~XmppClient()
Dxmppclient.h142 bool valid_; variable
/external/stressapptest/src/
Dsat.cc261 result = valid_->PopRandom(pe); in GetValid()
284 return valid_->Push(pe); in PutValid()
647 valid_ = new PageEntryQueue(pages_); in Initialize()
648 if ((empty_ == NULL) || (valid_ == NULL)) in Initialize()
735 valid_ = 0; in Sat()
2011 if (valid_) { in Cleanup()
2012 delete valid_; in Cleanup()
2013 valid_ = 0; in Cleanup()
/external/ImageMagick/Magick++/lib/
DColor.cpp291 void Magick::Color::isValid(bool valid_) in isValid() argument
293 if ((valid_ && isValid()) || (!valid_ && !isValid())) in isValid()
302 _isValid=valid_; in isValid()

12