HomeSort by relevance Sort by last modified time
    Searched refs:IsValid (Results 176 - 200 of 805) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
FileManager.h 71 bool IsValid; // Is this \c FileEntry initialized and valid?
78 : UniqueID(0, 0), IsNamedPipe(false), InPCH(false), IsValid(false)
86 bool isValid() const { return IsValid; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
FileManager.h 71 bool IsValid; // Is this \c FileEntry initialized and valid?
78 : UniqueID(0, 0), IsNamedPipe(false), InPCH(false), IsValid(false)
86 bool isValid() const { return IsValid; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
FileManager.h 71 bool IsValid; // Is this \c FileEntry initialized and valid?
78 : UniqueID(0, 0), IsNamedPipe(false), InPCH(false), IsValid(false)
86 bool isValid() const { return IsValid; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
FileManager.h 71 bool IsValid; // Is this \c FileEntry initialized and valid?
78 : UniqueID(0, 0), IsNamedPipe(false), InPCH(false), IsValid(false)
86 bool isValid() const { return IsValid; }
  /system/bt/packet/tests/avrcp/
get_item_attributes_packet_test.cc 114 ASSERT_TRUE(test_packet->IsValid());
121 ASSERT_FALSE(test_packet->IsValid());
126 ASSERT_FALSE(test_packet->IsValid());
vendor_packet_test.cc 125 ASSERT_TRUE(test_packet->IsValid());
132 ASSERT_FALSE(test_packet->IsValid());
136 ASSERT_FALSE(test_packet->IsValid());
  /system/core/libbacktrace/
BacktraceCurrent.cpp 46 if (BacktraceMap::IsValid(map) && map.flags & PROT_READ) {
59 if (!BacktraceMap::IsValid(map) || !(map.flags & PROT_READ)) {
87 if (BacktraceMap::IsValid(frame.map)) {
BacktracePtrace.cpp 57 if (!BacktraceMap::IsValid(map) || !(map.flags & PROT_READ)) {
72 if (!BacktraceMap::IsValid(map) || !(map.flags & PROT_READ)) {
  /external/tensorflow/tensorflow/core/framework/
partial_tensor_shape_test.cc 70 EXPECT_TRUE(PartialTensorShape::IsValid(proto));
74 EXPECT_TRUE(PartialTensorShape::IsValid(proto));
79 EXPECT_TRUE(PartialTensorShape::IsValid(proto));
83 EXPECT_TRUE(PartialTensorShape::IsValid(proto));
86 EXPECT_FALSE(PartialTensorShape::IsValid(proto));
90 EXPECT_FALSE(PartialTensorShape::IsValid(proto));
tensor_shape_test.cc 122 EXPECT_TRUE(TensorShape::IsValid(proto));
126 EXPECT_TRUE(TensorShape::IsValid(proto));
131 EXPECT_FALSE(TensorShape::IsValid(proto));
136 EXPECT_FALSE(TensorShape::IsValid(proto));
142 EXPECT_TRUE(TensorShape::IsValid(proto));
147 EXPECT_TRUE(TensorShape::IsValid(proto));
150 EXPECT_FALSE(TensorShape::IsValid(proto));
217 /// REQUIRES: `IsValid(proto)`
225 static bool IsValid(const TensorShapeProto& proto);
347 bool TensorShapeOld::IsValid(const TensorShapeProto& proto)
    [all...]
  /art/libdexfile/dex/
dex_file_types.h 35 bool IsValid() const {
70 bool IsValid() const {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 137 bool IsValid() const { return Node != nullptr; }
140 assert(IsValid() && "bad iterator");
  /external/pdfium/core/fxcrt/
fx_memory.h 43 if (!total.IsValid())
57 if (!size.IsValid())
  /external/pdfium/third_party/agg23/
agg_clip_liang_barsky.h 43 if (!width.IsValid())
47 if (!height.IsValid())
  /system/bt/packet/avrcp/
change_path.cc 68 bool ChangePathRequest::IsValid() const {
69 if (!BrowsePacket::IsValid()) return false;
  /system/connectivity/wificond/tests/
nl80211_packet_unittest.cpp 96 EXPECT_TRUE(netlink_packet.IsValid());
119 EXPECT_TRUE(netlink_packet.IsValid());
137 EXPECT_TRUE(netlink_packet.IsValid());
180 EXPECT_TRUE(netlink_packet.IsValid());
197 EXPECT_TRUE(netlink_packet.IsValid());
220 EXPECT_TRUE(netlink_packet.IsValid());
238 EXPECT_TRUE(netlink_packet.IsValid());
262 EXPECT_TRUE(netlink_packet.IsValid());
  /external/libchrome/base/numerics/
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/fpdfsdk/pwl/
cpwl_wnd.cpp 138 if (IsValid())
205 if (!IsValid())
236 if (IsValid() && IsVisible()) {
281 if (!IsValid())
311 if (!IsValid() || !IsVisible() || !IsEnabled()) \
328 if (!IsValid() || !IsVisible() || !IsEnabled()) \
367 if (!IsValid() || !IsVisible() || !IsEnabled())
546 return IsValid() && IsVisible() && GetWindowRect().Contains(point);
550 return IsValid() && IsVisible() && GetClientRect().Contains(point);
559 if (!IsValid())
    [all...]
  /external/pdfium/third_party/base/numerics/
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/v8/src/arm64/
assembler-arm64-inl.h 31 DCHECK(IsValid());
44 return IsValid() ? 1UL << reg_code : 0;
49 DCHECK(IsValid());
55 DCHECK(IsValid());
62 DCHECK(IsValid());
68 DCHECK(IsValid());
73 inline bool CPURegister::IsValid() const {
135 return IsValid() || IsNone();
140 DCHECK(IsValid());
146 DCHECK(IsValid());
    [all...]
  /art/compiler/optimizing/
intrinsics_utils.h 66 if (out.IsValid()) {
  /bionic/libc/bionic/
system_property_set.cpp 75 bool IsValid() {
150 if (!connection_->IsValid()) {
184 if (!connection.IsValid()) {
278 if (!connection.IsValid()) {
  /build/kati/
symtab.h 50 bool IsValid() const { return v_ >= 0; }
  /external/bsdiff/
test_utils.h 65 bool IsValid() const;
  /external/dng_sdk/source/
dng_lens_correction.h 110 virtual bool IsValid () const;
320 virtual bool IsValid () const;
426 virtual bool IsValid () const;
563 bool IsValid () const;

Completed in 2006 milliseconds

1 2 3 4 5 6 78 91011>>