HomeSort by relevance Sort by last modified time
    Searched defs:IsValid (Results 51 - 75 of 224) sorted by null

1 23 4 5 6 7 8 9

  /external/webrtc/webrtc/voice_engine/
channel_manager.h 40 // IsValid() implements a convenience method as an alternative for checking
44 // if (channel_owner.IsValid())
57 bool IsValid() { return channel_ref_->channel.get() != NULL; }
86 bool IsValid();
106 // exists. This should be checked with ChannelOwner::IsValid().
channel_manager.cc 148 bool ChannelManager::Iterator::IsValid() {
  /system/bt/packet/avrcp/
avrcp_packet.cc 94 bool Packet::IsValid() const { return size() >= kMinSize(); }
capabilities_packet.cc 53 bool GetCapabilitiesRequest::IsValid() const {
54 if (!VendorPacket::IsValid()) return false;
get_element_attributes_packet.cc 49 bool GetElementAttributesRequest::IsValid() const {
50 if (!VendorPacket::IsValid()) return false;
vendor_packet.cc 102 bool VendorPacket::IsValid() const {
  /art/runtime/
image.cc 102 bool ImageHeader::IsValid() const {
129 CHECK(IsValid());
  /external/bsdiff/
bsdiff_arguments.cc 44 bool BsdiffArguments::IsValid() const {
test_utils.cc 133 bool BsdiffPatchFile::IsValid() const {
  /external/dng_sdk/source/
dng_hue_sat_map.h 97 return !IsValid ();
102 bool IsValid () const
  /external/google-breakpad/src/common/linux/
elf_core_dump.cc 46 bool ElfCoreDump::Note::IsValid() const {
108 bool ElfCoreDump::IsValid() const {
  /external/libchrome/base/files/
dir_reader_linux.h 47 bool IsValid() const {
  /external/libchrome/base/threading/
sequenced_worker_pool.h 139 bool IsValid() const {
  /external/libchrome/base/
version.cc 98 bool Version::IsValid() const {
109 return version.IsValid();
113 DCHECK(IsValid());
119 DCHECK(version.IsValid());
150 DCHECK(IsValid());
151 DCHECK(other.IsValid());
156 DCHECK(IsValid());
  /external/libmojo/ui/gfx/range/
range.h 64 constexpr bool IsValid() const { return *this != InvalidRange(); }
99 return IsValid() && range.IsValid() &&
105 return IsValid() && range.IsValid() && GetMin() <= range.GetMin() &&
range_f.h 37 constexpr bool IsValid() const { return *this != InvalidRange(); }
68 return IsValid() && range.IsValid() &&
74 return IsValid() && range.IsValid() && GetMin() <= range.GetMin() &&
  /external/pdfium/fpdfsdk/
cpdfsdk_pageview.h 91 bool IsValid() { return m_bValid; }
  /external/pdfium/fxbarcode/qrcode/
BC_QRCoder.cpp 93 bool CBC_QRCoder::IsValid() {
  /external/tensorflow/tensorflow/contrib/lite/testing/
test_runner.h 94 bool IsValid() const { return error_message_.empty(); }
  /external/tensorflow/tensorflow/core/framework/
tensor_shape.cc 55 bool TensorShapeBase<Shape>::IsValid(const TensorShapeProto& proto) {
  /external/tensorflow/tensorflow/core/util/
bcast.h 90 bool IsValid() const { return valid_; }
92 // If and only if IsValid(), the following fields can be used in
  /external/webrtc/talk/media/base/
screencastid.h 68 bool IsValid() const {
72 return window_.IsValid();
74 return desktop_.IsValid();
  /external/webrtc/webrtc/base/
window.h 62 bool IsValid() const { return id_ != 0; }
98 bool IsValid() const { return index_ != -1; }
  /frameworks/native/libs/vr/libpdx/private/pdx/
file_handle.h 81 if (IsValid() && Mode == FileHandleMode::Local)
106 bool IsValid() const { return fd_ >= 0; }
107 explicit operator bool() const { return IsValid(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 49 bool IsValid = false;

Completed in 443 milliseconds

1 23 4 5 6 7 8 9