Home
last modified time | relevance | path

Searched defs:IsValid (Results 1 – 25 of 177) sorted by relevance

12345678

/external/v8/src/compiler/
Dcompilation-dependencies.cc33 bool IsValid() const override { in IsValid() function in v8::internal::compiler::InitialMapDependency
63 bool IsValid() const override { in IsValid() function in v8::internal::compiler::PrototypePropertyDependency
96 bool IsValid() const override { return map_.object()->is_stable(); } in IsValid() function in v8::internal::compiler::StableMapDependency
114 bool IsValid() const override { return !map_.object()->is_deprecated(); } in IsValid() function in v8::internal::compiler::TransitionDependency
136 bool IsValid() const override { in IsValid() function in v8::internal::compiler::PretenureModeDependency
170 bool IsValid() const override { in IsValid() function in v8::internal::compiler::FieldRepresentationDependency
208 bool IsValid() const override { in IsValid() function in v8::internal::compiler::FieldTypeDependency
237 bool IsValid() const override { in IsValid() function in v8::internal::compiler::FieldConstnessDependency
268 bool IsValid() const override { in IsValid() function in v8::internal::compiler::GlobalPropertyDependency
301 bool IsValid() const override { in IsValid() function in v8::internal::compiler::ProtectorDependency
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dapi.cc55 bool IsValid(const ObjectDef& def) { in IsValid() function
65 bool IsValid(const TensorObjectDef& def) { return IsValid(def.object_def); } in IsValid() function
67 bool IsValid(const TensorObjectDef& def, const TensorObject& object) { in IsValid() function
121 bool IsValid(const InferenceOptions& options) { in IsValid() function
/external/dng_sdk/source/
Ddng_rational.h57 bool IsValid () const in IsValid() function
116 bool IsValid () const in IsValid() function
Ddng_tone_curve.cpp80 bool dng_tone_curve::IsValid () const in IsValid() function in dng_tone_curve
/external/libchrome/base/
Dsequence_token.cc36 bool SequenceToken::IsValid() const { in IsValid() function in base::SequenceToken
62 bool TaskToken::IsValid() const { in IsValid() function in base::TaskToken
/external/image_io/includes/image_io/base/
Dbyte_buffer.h32 bool IsValid() const { return size_ > 0; } in IsValid() function
/external/v4l2_codec2/accel/
Dvp9_raw_bits_reader.h32 bool IsValid() const { return valid_; } in IsValid() function
Dvp9_bool_decoder.h31 bool IsValid() const { return valid_; } in IsValid() function
/external/llvm/lib/Support/Windows/
DWindowsSupport.h143 static bool IsValid(handle_type h) { in IsValid() function
165 static bool IsValid(handle_type h) { in IsValid() function
181 static bool IsValid(handle_type h) { in IsValid() function
/external/v8/src/wasm/
Dwasm-module-sourcemap.h38 bool IsValid() const { return valid_; } in IsValid() function
/external/webrtc/webrtc/base/
Dwindow.h62 bool IsValid() const { return id_ != 0; } in IsValid() function
98 bool IsValid() const { return index_ != -1; } in IsValid() function
/external/pdfium/xfa/fwl/
Dcfwl_eventtarget.h25 bool IsValid() const { return m_bValid; } in IsValid() function
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs221 public static bool IsValid(MessageDescriptor descriptor, FieldMask fieldMask) in IsValid() method in Google.Protobuf.WellKnownTypes.FieldMask
248 public static bool IsValid(MessageDescriptor descriptor, string path) in IsValid() method in Google.Protobuf.WellKnownTypes.FieldMask
/external/libchrome/base/files/
Ddir_reader_fallback.h18 bool IsValid() const { return false; } in IsValid() function
/external/google-breakpad/src/processor/
Dstatic_map_iterator-inl.h138 bool StaticMapIterator<Key, Value, Compare>::IsValid() const { in IsValid() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DWindowsSupport.h146 static bool IsValid(handle_type h) { in IsValid() function
168 static bool IsValid(handle_type h) { in IsValid() function
184 static bool IsValid(handle_type h) { in IsValid() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DWindowsSupport.h144 static bool IsValid(handle_type h) { in IsValid() function
166 static bool IsValid(handle_type h) { in IsValid() function
182 static bool IsValid(handle_type h) { in IsValid() function
/external/v8/src/heap/
Dinvalidated-slots-inl.h20 bool InvalidatedSlotsFilter::IsValid(Address slot) { in IsValid() function
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
Dimagenet_accuracy_eval.h36 bool IsValid() const { return writer_ != nullptr; } in IsValid() function
/external/pdfium/core/fxge/android/
Dcfpf_skiafont.h29 bool IsValid() const { return !!m_Face; } in IsValid() function
/external/libchrome/dbus/
Dobject_path.cc13 bool ObjectPath::IsValid() const { in IsValid() function in dbus::ObjectPath
/external/v8/src/execution/
Dthread-id.h23 bool IsValid() const { return id_ != kInvalidId; } in IsValid() function
/external/google-breakpad/src/common/linux/
Delf_core_dump.cc46 bool ElfCoreDump::Note::IsValid() const { in IsValid() function in google_breakpad::ElfCoreDump::Note
108 bool ElfCoreDump::IsValid() const { in IsValid() function in google_breakpad::ElfCoreDump
/external/v8/src/objects/
Dtagged-index.h57 static inline bool constexpr IsValid(intptr_t value) { in IsValid() function
/external/libchrome/base/memory/
Dread_only_shared_memory_region.h114 bool IsValid() { in IsValid() function

12345678