Home
last modified time | relevance | path

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

12

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h283 const MDRawThread* thread() const { return valid_ ? &thread_ : NULL; } in thread()
334 return valid_ ? thread_count_ : 0; in thread_count()
393 const MDRawModule* module() const { return valid_ ? &module_ : NULL; } in module()
397 return valid_ ? module_.base_of_image : static_cast<uint64_t>(-1); in base_address()
399 virtual uint64_t size() const { return valid_ ? module_.size_of_image : 0; } in size()
513 return valid_ ? module_count_ : 0; in module_count()
579 unsigned int region_count() const { return valid_ ? region_count_ : 0; } in region_count()
636 return valid_ ? &exception_ : NULL; in exception()
672 return valid_ ? &assertion_ : NULL; in assertion()
676 return valid_ ? expression_ : ""; in expression()
[all …]
Ddump_object.h42 bool valid() const { return valid_; } in valid()
48 bool valid_;
/external/perfetto/src/trace_processor/containers/
Dnullable_vector.h88 bool contains = valid_.Contains(idx); in Get()
91 auto opt_idx = valid_.IndexOf(idx); in Get()
108 return data_[valid_.Get(ordinal)]; in GetNonNull()
118 valid_.Insert(size_++); in Append()
141 if (!valid_.Contains(idx)) { in Set()
142 valid_.Insert(idx); in Set()
146 auto opt_idx = valid_.IndexOf(idx); in Set()
153 valid_.Insert(idx); in Set()
155 opt_idx = valid_.IndexOf(idx); in Set()
174 RowMap valid_; variable
/external/tensorflow/tensorflow/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/lite/testing/nnapi_tflite_zip_tests/
Dmessage.cc36 valid_ = true; in MessageStack()
40 if (!valid_) return; in ConsumeToken()
45 valid_ = false; in ConsumeToken()
56 valid_ = false; in ConsumeToken()
67 valid_ = false; in ConsumeToken()
84 bool valid() const { return valid_; } in valid()
89 bool valid_; member in tflite::testing::MessageStack
/external/tensorflow/tensorflow/core/kernels/
Dlookup_util.cc64 : valid_(false), in TextFileLineIterator()
94 valid_ = true; in Init()
103 if (!valid_) return; in Next()
114 valid_ = false; in Next()
123 valid_ = false; in Next()
130 valid_ = false; in Next()
143 valid_ = false; in Next()
150 valid_ = false; in Next()
155 valid_ = false; in Next()
162 bool Valid() const override { return valid_; } in Valid()
[all …]
Dinitializable_lookup_table.h178 : keys_(keys), values_(values), valid_(true), status_(Status::OK()) { in KeyValueTensorIterator()
181 valid_ = false; in KeyValueTensorIterator()
187 valid_ = false; in KeyValueTensorIterator()
193 bool Valid() const override { return valid_; } in Valid()
196 valid_ = false; in Next()
215 bool valid_; // true if the iterator points to an existing range. variable
/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/google-breakpad/src/processor/
Dminidump.cc449 valid_ = false; in Read()
1172 valid_ = true; in Read()
1288 valid_ = descriptor && in SetDescriptor()
1296 if (!valid_) { in GetMemory()
1335 if (!valid_) { in GetBase()
1345 if (!valid_) { in GetSize()
1368 if (!valid_) { in GetMemoryAtAddressInternal()
1429 if (!valid_) { in Print()
1533 valid_ = false; in Read()
1565 valid_ = true; in Read()
[all …]
Dmicrodump.cc127 valid_ = true; in SetContextARM()
133 valid_ = true; in SetContextARM64()
139 valid_ = true; in SetContextX86()
145 valid_ = true; in SetContextMIPS()
151 valid_ = true; in SetContextMIPS64()
Ddump_object.cc36 DumpObject::DumpObject() : valid_(false) { in DumpObject()
Ddump_context.cc57 if (!valid_) { in GetContextCPU()
148 if (!valid_) { in GetInstructionPointer()
192 if (!valid_) { in GetStackPointer()
314 if (!valid_) { in Print()
/external/tensorflow/tensorflow/core/framework/
Drendezvous.h135 Factory() : valid_(false) {} in Factory()
140 : valid_(true), in Factory()
149 : valid_(true), in Factory()
153 explicit operator bool() const { return valid_; }
163 bool valid_;
/external/perfetto/include/perfetto/ext/base/
Dmetatrace.h161 PERFETTO_DCHECK(other.valid_); in ReadIterator()
164 valid_ = other.valid_; in ReadIterator()
165 other.valid_ = false; in ReadIterator()
169 if (!valid_) in ~ReadIterator()
203 : cur_(begin), end_(end), valid_(true) {} in ReadIterator()
209 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/libtextclassifier/native/lang_id/
Dmodel-provider.h41 bool is_valid() { return valid_; } in is_valid()
57 bool valid_ = false;
Dlang-id.cc96 valid_ = true; in LangIdImpl()
178 bool is_valid() const { return valid_; } in is_valid()
275 bool valid_ = false; member in libtextclassifier3::mobile::lang_id::LangIdImpl
/external/perfetto/tools/ftrace_proto_gen/
Dproto_gen_utils.cc72 valid_ = false; in FtraceEventName()
77 valid_ = true; in FtraceEventName()
81 return valid_; in valid()
85 PERFETTO_CHECK(valid_); in name()
90 PERFETTO_CHECK(valid_); in group()
/external/webrtc/modules/audio_processing/test/conversational_speech/
Dmultiend_call.h65 bool valid() const { return valid_; } in valid()
91 bool valid_; variable
Dmultiend_call.cc30 valid_(false) { in MultiEndCall()
33 valid_ = CheckTiming(); in MultiEndCall()
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc106 bool valid_; member in base::__anonc6a57ca40111::InotifyReader
274 valid_(false) { in InotifyReader()
283 valid_ = true; in InotifyReader()
294 if (!valid_) in AddWatch()
313 if (!valid_ || (watch == kInvalidWatch)) in RemoveWatch()
/external/tensorflow/tensorflow/core/util/
Dbcast.h88 bool IsValid() const { return valid_; } in IsValid()
112 bool valid_ = true;
221 valid_ = false; in BCastList()
/external/webrtc/logging/rtc_event_log/encoder/
Ddelta_encoding.cc117 valid_(true) { in BitWriter()
122 RTC_DCHECK(valid_); in WriteBits()
129 RTC_DCHECK(valid_); in WriteBits()
138 RTC_DCHECK(valid_); in GetString()
139 valid_ = false; in GetString()
156 bool valid_; member in webrtc::__anon7a50db710111::BitWriter
/external/libtextclassifier/native/lang_id/common/flatbuffers/
Dembedding-network-params-from-flatbuffer.h58 bool is_valid() const override { return valid_; } in is_valid()
275 bool valid_ = false; variable

12