Home
last modified time | relevance | path

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

123456

/external/v8/src/compiler/
Dcompilation-dependencies.cc33 bool IsValid() const override { in IsValid() function in v8::internal::compiler::InitialMapDependency
64 bool IsValid() const override { in IsValid() function in v8::internal::compiler::PrototypePropertyDependency
91 bool IsValid() const override { return map_.object<Map>()->is_stable(); } in IsValid() function in v8::internal::compiler::StableMapDependency
109 bool IsValid() const override { return !map_.object<Map>()->is_deprecated(); } in IsValid() function in v8::internal::compiler::TransitionDependency
131 bool IsValid() const override { in IsValid() function in v8::internal::compiler::PretenureModeDependency
158 bool IsValid() const override { in IsValid() function in v8::internal::compiler::FieldTypeDependency
190 bool IsValid() const override { in IsValid() function in v8::internal::compiler::GlobalPropertyDependency
215 bool IsValid() const override { in IsValid() function in v8::internal::compiler::ProtectorDependency
244 bool IsValid() const override { in IsValid() function in v8::internal::compiler::ElementsKindDependency
271 bool IsValid() const override { in IsValid() function in v8::internal::compiler::InitialMapInstanceSizePredictionDependency
/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/v8/src/heap/
Dinvalidated-slots-inl.h20 bool InvalidatedSlotsFilter::IsValid(Address slot) { in IsValid() function
/external/image_io/includes/image_io/base/
Dbyte_buffer.h32 bool IsValid() const { return size_ > 0; } in IsValid() function
Ddata_range.h35 bool IsValid() const { return begin_ < end_; } in IsValid() function
/external/v4l2_codec2/vda/
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/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/v8/src/interpreter/
Dbytecode-array-random-iterator.cc25 bool BytecodeArrayRandomIterator::IsValid() const { in IsValid() function in v8::internal::interpreter::BytecodeArrayRandomIterator
/external/libchrome/base/files/
Ddir_reader_fallback.h18 bool IsValid() const { return false; } in IsValid() function
Dscoped_temp_dir.cc88 bool ScopedTempDir::IsValid() const { in IsValid() function in base::ScopedTempDir
/external/google-breakpad/src/processor/
Dstatic_map_iterator-inl.h138 bool StaticMapIterator<Key, Value, Compare>::IsValid() const { in IsValid() function
/external/v8/src/
Dvector-slot-pair.h25 bool IsValid() const { return !vector_.is_null() && !slot_.IsInvalid(); } 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/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/libchrome/dbus/
Dobject_path.cc13 bool ObjectPath::IsValid() const { in IsValid() function in dbus::ObjectPath
/external/libchrome/base/memory/
Dread_only_shared_memory_region.h114 bool IsValid() { 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/pdfium/core/fpdfapi/page/
Dcpdf_iccprofile.h24 bool IsValid() const { return IsSRGB() || IsSupported(); } in IsValid() function
/external/libtextclassifier/utils/i18n/
Dlocale.h48 bool IsValid() const { return is_valid_; } in IsValid() function
/external/perfetto/include/perfetto/base/
Dpaged_memory.h80 inline bool IsValid() const noexcept { return !!p_; } in IsValid() function

123456