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

1 2 3 4 5 67 8 91011>>

  /system/bt/vendor_libs/test_vendor_lib/src/
bt_address.cc 26 bool BtAddress::IsValid(const std::string& addr) {
43 if (!IsValid(str)) return false;
  /system/connectivity/wificond/net/
nl80211_packet.h 38 // call IsValid() and GetMessageType() in the first place to avoid misuse of
63 bool IsValid() const;
152 if (!attribute->IsValid()) {
nl80211_attribute.h 42 virtual bool IsValid() const;
86 bool IsValid() const override {
87 if (!BaseNL80211Attr::IsValid()) {
90 // If BaseNL80211Attr::IsValid() == true, at least we have enough valid
194 if (!attribute.IsValid()) {
232 if (!attribute.IsValid()) {
258 if (!attribute->IsValid()) {
  /external/dng_sdk/source/
dng_hue_sat_map.cpp 64 if (!rhs.IsValid ())
250 if (!IsValid ())
269 if (!map1.IsValid ())
285 if (!map2.IsValid ())
299 if (!map1.IsValid () || !map2.IsValid ())
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
WindowsSupport.h 106 if (HandleTraits::IsValid(Handle))
117 if (HandleTraits::IsValid(Handle))
125 return HandleTraits::IsValid(Handle) ? true : false;
144 static bool IsValid(handle_type h) {
166 static bool IsValid(handle_type h) {
182 static bool IsValid(handle_type h) {
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp 658 if (m_pVT->IsValid()) {
677 if (!m_pVT->IsValid())
692 if (!m_pVT->IsValid())
710 if (m_pVT->IsValid())
722 if (!m_pVT->IsValid())
743 if (!m_pVT->IsValid())
841 if (m_pVT->IsValid())
851 if (m_pVT->IsValid()) {
866 if (m_pVT->IsValid()) {
874 if (m_pVT->IsValid()) {
    [all...]
  /art/compiler/optimizing/
reference_type_propagation.cc 161 DCHECK(instr->GetReferenceTypeInfo().IsValid())
164 DCHECK(instr->AsBoundType()->GetUpperBound().IsValid());
168 DCHECK(!cls->GetLoadedClassRTI().IsValid() || cls->GetLoadedClassRTI().IsExact());
303 if (!class_rti.IsValid()) {
504 if (!class_rti.IsValid()) {
595 if (instr->GetType() == DataType::Type::kReference && !instr->GetReferenceTypeInfo().IsValid()) {
681 if (parent_rti.IsValid()) {
688 if (class_rti.IsValid()) {
695 } else if (obj_rti.IsValid()) {
725 if (bound_type == nullptr || bound_type->GetUpperBound().IsValid()) {
    [all...]
  /external/vixl/src/aarch32/
assembler-aarch32.cc     [all...]
  /external/libmojo/ui/gfx/range/
range_unittest.cc 59 EXPECT_TRUE(r.IsValid());
71 EXPECT_TRUE(r.IsValid());
83 EXPECT_TRUE(r.IsValid());
95 EXPECT_TRUE(r.IsValid());
107 EXPECT_FALSE(r.IsValid());
177 EXPECT_TRUE(r.IsValid());
189 EXPECT_TRUE(r.IsValid());
195 EXPECT_TRUE(r.IsValid());
219 EXPECT_FALSE(invalid.IsValid());
  /external/libchrome/base/process/
process_posix.cc 272 bool Process::IsValid() const {
288 DCHECK(IsValid());
306 DCHECK(IsValid());
372 DCHECK(IsValid());
386 DCHECK(IsValid());
  /external/tensorflow/tensorflow/contrib/lite/testing/
tf_driver.cc 89 if (!IsValid()) return;
112 if (!IsValid()) return;
133 if (!IsValid()) return;
159 if (!IsValid()) return "";
173 if (!IsValid()) return;
  /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/libs/vr/libbufferhub/
buffer_hub-test.cpp 121 ASSERT_TRUE(epoll_fd.IsValid());
280 EXPECT_FALSE(invalid_fence.IsValid());
283 EXPECT_FALSE(invalid_fence.IsValid());
294 EXPECT_FALSE(invalid_fence.IsValid());
299 EXPECT_FALSE(invalid_fence.IsValid());
305 EXPECT_FALSE(invalid_fence.IsValid());
308 EXPECT_FALSE(invalid_fence.IsValid());
319 EXPECT_FALSE(invalid_fence.IsValid());
324 EXPECT_FALSE(invalid_fence.IsValid());
330 EXPECT_FALSE(invalid_fence.IsValid());
    [all...]
  /art/dex2oat/linker/
image_test.cc 86 ASSERT_TRUE(image_header.IsValid());
91 ASSERT_FALSE(image_header.IsValid());
93 ASSERT_FALSE(image_header.IsValid());
  /external/bsdiff/
patch_writer_unittest.cc 64 EXPECT_TRUE(patch.IsValid());
81 EXPECT_TRUE(patch.IsValid());
103 EXPECT_TRUE(patch.IsValid());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/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/darwin-x86/clang-4393122/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/darwin-x86/clang-4479392/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/darwin-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/darwin-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/darwin-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/darwin-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; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/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-4393122/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-4479392/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; }

Completed in 588 milliseconds

1 2 3 4 5 67 8 91011>>