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

1 2 3 4 56 7 8 91011>>

  /system/bt/packet/avrcp/
get_item_attributes.h 76 virtual bool IsValid() const override;
get_play_status_packet.h 47 virtual bool IsValid() const override;
get_total_number_of_items.h 64 virtual bool IsValid() const override;
pass_through_packet.h 69 virtual bool IsValid() const override;
play_item.h 70 virtual bool IsValid() const override;
play_item.cc 64 bool PlayItemRequest::IsValid() const {
65 if (!VendorPacket::IsValid()) return false;
register_notification_packet.h 51 virtual bool IsValid() const override;
126 virtual bool IsValid() const override;
set_browsed_player.cc 86 bool SetBrowsedPlayerRequest::IsValid() const {
87 if (!BrowsePacket::IsValid()) return false;
  /system/bt/packet/tests/avrcp/
get_element_attributes_packet_test.cc 60 ASSERT_TRUE(test_packet->IsValid());
64 ASSERT_TRUE(test_packet->IsValid());
71 ASSERT_FALSE(test_packet->IsValid());
76 ASSERT_FALSE(test_packet->IsValid());
  /system/bt/service/common/bluetooth/
advertise_data.cc 32 bool AdvertiseData::IsValid() const {
  /system/bt/vendor_libs/test_vendor_lib/include/
bt_address.h 42 static bool IsValid(const std::string& addr);
  /external/pdfium/core/fpdfapi/parser/
cpdf_hint_tables.cpp 27 return bits.IsValid() && hStream->BitsRemaining() >= bits.ValueOrDie();
88 if (!safeLoc.IsValid())
153 if (!safeDeltaObj.IsValid())
168 if (!safePageLen.IsValid())
260 if (!bit_offset.IsValid() || hStream->GetPos() > bit_offset.ValueOrDie())
321 if (!safeObjLen.IsValid())
332 if (!safeObjNum.IsValid())
338 if (!safeLoc.IsValid())
348 if (!safeLoc.IsValid())
358 if (!safeLoc.IsValid())
    [all...]
  /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...]
  /art/runtime/
oat_quick_method_header.cc 48 if (stack_map.IsValid()) {
83 if (stack_map.IsValid()) {
  /device/google/contexthub/util/nanotool/
apptohostevent.cpp 30 if (!event->IsValid()) {
127 bool AppToHostEvent::IsValid() const {
  /external/dng_sdk/source/
dng_hue_sat_map.h 97 return !IsValid ();
102 bool IsValid () const
dng_xy_coord.h 58 bool IsValid () const
66 return !IsValid ();
  /external/libchrome/base/files/
dir_reader_posix_unittest.cc 51 EXPECT_TRUE(reader.IsValid());
53 if (!reader.IsValid())
  /external/libchrome/base/memory/
shared_memory_handle.h 55 bool IsValid() const;
107 // subsequent calls to IsValid() return false.
133 bool IsValid() const;
  /external/libmojo/mojo/common/
common_custom_types_struct_traits.h 36 return !version.IsValid();
67 static bool IsNull(const base::File& file) { return !file.IsValid(); }
  /external/libxml2/python/tests/
reader6.py 61 if reader.IsValid() != 1:
104 if reader.IsValid() != 0:
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 131 bool IsValid() const { return Node != NULL; }
134 assert(IsValid() && "bad iterator");
  /external/tensorflow/tensorflow/contrib/lite/testing/
test_runner_test.cc 61 EXPECT_TRUE(runner.IsValid());
64 EXPECT_FALSE(runner.IsValid());
  /external/webrtc/webrtc/base/
window.h 62 bool IsValid() const { return id_ != 0; }
98 bool IsValid() const { return index_ != -1; }
  /external/webrtc/webrtc/voice_engine/
shared_data.cc 79 for (ChannelManager::Iterator it(&_channelManager); it.IsValid();
92 for (ChannelManager::Iterator it(&_channelManager); it.IsValid();

Completed in 530 milliseconds

1 2 3 4 56 7 8 91011>>