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

1 2 34 5 6 7 8 9

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 49 bool IsValid = false;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 49 bool IsValid = false;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 49 bool IsValid = false;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 49 bool IsValid = false;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 49 bool IsValid = false;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 49 bool IsValid = false;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 49 bool IsValid = false;
  /system/bt/packet/avrcp/
get_item_attributes.cc 120 bool GetItemAttributesRequest::IsValid() const {
121 if (!BrowsePacket::IsValid()) return false;
register_notification_packet.cc 39 bool RegisterNotificationResponse::IsValid() const {
40 if (!VendorPacket::IsValid()) return false;
240 bool RegisterNotificationRequest::IsValid() const {
  /art/compiler/optimizing/
superblock_cloner.h 57 bool IsValid() const { return from_ != kInvalidBlockId && to_ != kInvalidBlockId; }
68 if (!edge.IsValid()) {
  /external/dng_sdk/source/
dng_fingerprint.h 55 bool IsValid () const
dng_lens_correction.cpp 151 bool dng_warp_params::IsValid () const
180 if (!IsValid ())
375 bool dng_warp_params_rectilinear::IsValid () const
393 return dng_warp_params::IsValid ();
779 bool dng_warp_params_fisheye::IsValid () const
792 return dng_warp_params::IsValid ();
1518 if (!params.IsValid ())
    [all...]
dng_orientation.h 138 bool IsValid () const
145 return !IsValid ();
  /external/libchrome/base/numerics/
safe_conversions_impl.h 146 constexpr bool IsValid() const { return !is_overflow_ && !is_underflow_; }
safe_math.h 65 // IsValid() - Returns true if the underlying numeric value is valid (i.e. has
74 // IsValidForType<>() in place of: a.template IsValid<Dst>()
91 // if (checked_size.IsValid() && checked_size.ValueOrDie() < buffer_size)
107 : state_(rhs.state_.value(), rhs.IsValid()) {}
127 // IsValid() - The public API to test if a CheckedNumeric is currently valid.
131 constexpr bool IsValid() const {
141 return IsValid<Dst>() ? ((*result = static_cast<Dst>(state_.value())), true)
155 return IsValid<Dst>() ? static_cast<Dst>(state_.value())
167 return IsValid<Dst>() ? static_cast<Dst>(state_.value())
210 IsValid() &
    [all...]
  /external/pdfium/third_party/base/numerics/
safe_conversions_impl.h 147 constexpr bool IsValid() const { return !is_overflow_ && !is_underflow_; }
safe_math.h 66 // IsValid() - Returns true if the underlying numeric value is valid (i.e. has
75 // IsValidForType<>() in place of: a.template IsValid<Dst>()
92 // if (checked_size.IsValid() && checked_size.ValueOrDie() < buffer_size)
108 : state_(rhs.state_.value(), rhs.IsValid()) {}
128 // IsValid() - The public API to test if a CheckedNumeric is currently valid.
132 constexpr bool IsValid() const {
142 return IsValid<Dst>() ? ((*result = static_cast<Dst>(state_.value())), true)
156 return IsValid<Dst>() ? static_cast<Dst>(state_.value())
168 return IsValid<Dst>() ? static_cast<Dst>(state_.value())
211 IsValid() &
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
FunctionLoweringInfo.h 107 bool IsValid : 1;
109 LiveOutInfo() : NumSignBits(0), IsValid(true), KnownOne(1, 0),
158 if (!LOI->IsValid)
199 LiveOutRegInfo[Reg].IsValid = false;
  /external/vixl/src/aarch64/
operands-aarch64.cc 45 VIXL_ASSERT(IsValid());
57 bool CPURegList::IsValid() const {
63 is_valid &= CPURegister(i, size_, type_).IsValid();
68 // We can't use IsEmpty here because that asserts IsValid().
317 VIXL_ASSERT(reg.IsValid());
330 return reg_.IsValid() &&
347 return reg_.IsValid() && (shift_ != NO_SHIFT);
352 return reg_.IsValid() && (extend_ != NO_EXTEND);
515 if (!IsValid() || !other.IsValid()) {
    [all...]
  /external/webrtc/webrtc/base/
sslidentity.cc 66 bool KeyParams::IsValid() const {
winping.h 74 bool IsValid() { return valid_; }
  /external/webrtc/webrtc/libjingle/xmpp/
jid.cc 80 if (!IsValid())
105 bool Jid::IsValid() const {
114 return IsValid() && resource_name_.empty();
118 return IsValid() && !resource_name_.empty();
122 if (!IsValid())
  /frameworks/native/services/vr/performanced/
task.h 26 bool IsValid() const { return task_fd_.get() >= 0; }
27 explicit operator bool() const { return IsValid(); }
  /hardware/qcom/display/msm8909/sdm/libs/utils/
rect.cpp 39 bool IsValid(const LayerRect &rect) {
70 if (!IsValid(rect1) || !IsValid(rect2)) {
79 if (!IsValid(res)) {
89 if (!IsValid(rect)) {
127 if (!IsValid(rect1) && !IsValid(rect2)) {
131 if (!IsValid(rect1)) {
135 if (!IsValid(rect2)) {
209 if (!IsValid(src_domain) || !IsValid(dst_domain) || !IsValid(in_rect))
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
rect.cpp 39 bool IsValid(const LayerRect &rect) {
65 if (!IsValid(rect1) || !IsValid(rect2)) {
74 if (!IsValid(res)) {
84 if (!IsValid(rect)) {
122 if (!IsValid(rect1) && !IsValid(rect2)) {
126 if (!IsValid(rect1)) {
130 if (!IsValid(rect2)) {
204 if (!IsValid(src_domain) || !IsValid(dst_domain) || !IsValid(in_rect))
    [all...]

Completed in 2298 milliseconds

1 2 34 5 6 7 8 9