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

<<11121314151617181920>>

  /external/libchrome/base/time/
time_posix.cc 236 if (!month.IsValid() || !year.IsValid()) {
329 if (!checked_millis.IsValid()) {
340 if (!checked_microseconds_win_epoch.IsValid()) {
  /external/libmojo/device/bluetooth/
bluetooth_uuid.cc 78 bool BluetoothUUID::IsValid() const {
  /external/pdfium/core/fxcodec/jbig2/
JBig2_ArithIntDecoder.cpp 75 if (!safeValue.IsValid()) {
  /external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.h 66 bool IsValid() const { return m_bValid; }
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops_common.cc 59 if (!bcast.IsValid()) {
  /external/v8/src/crankshaft/
hydrogen-dehoist.cc 41 if (!checked_value.IsValid()) return;
  /external/webrtc/webrtc/libjingle/xmpp/
chatroommodule.h 117 virtual bool IsValid() = 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 49 bool IsValid = false;
  /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/
avrcp_browse_packet.cc 67 bool BrowsePacket::IsValid() const {
avrcp_packet.h 90 virtual bool IsValid() const;
  /system/bt/packet/tests/base/
packet_test_common.h 39 virtual bool IsValid() const { return true; }
  /system/connectivity/wificond/net/
nl80211_attribute.cpp 55 bool BaseNL80211Attr::IsValid() const {
95 if (!other_attr.IsValid()) {
220 if (!attribute->IsValid()) {
240 if (!nested_attr_list.back().IsValid()) {
  /system/connectivity/wificond/tests/
nl80211_attribute_unittest.cpp 204 EXPECT_FALSE(invalid_attr.IsValid());
212 EXPECT_FALSE(invalid_attr.IsValid());
221 EXPECT_TRUE(valid_attr.IsValid());
222 EXPECT_FALSE(invalid_attr.IsValid());
  /art/runtime/
vdex_file.h 77 bool IsValid() const {
262 bool IsValid() const {
263 return mmap_->Size() >= sizeof(VerifierDepsHeader) && GetVerifierDepsHeader().IsValid();
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper.cc 135 if (!core_.IsValid()) {
141 if (!note.IsValid()) {
247 } while (note.IsValid());
  /external/pdfium/core/fxcrt/
cfx_memorystream.cpp 68 if (!newPos.IsValid() || newPos.ValueOrDefault(0) == 0 ||
112 if (!newPos.IsValid())
132 if (!newPos.IsValid())
  /external/v8/src/base/
safe_math.h 24 // IsValid() - Returns true if the underlying numeric value is valid (i.e. has
45 // if (checked_size.IsValid() && checked_size.ValueOrDie() < buffer_size)
72 // IsValid() is the public API to test if a CheckedNumeric is currently valid.
73 bool IsValid() const { return validity() == RANGE_VALID; }
78 CHECK(IsValid());
86 return IsValid() ? state_.value() : default_value;
  /external/v8/src/compiler/
live-range-separator.cc 90 if (!first_cut.IsValid()) {
97 if (first_cut.IsValid()) {
108 if (first_cut.IsValid()) {

Completed in 757 milliseconds

<<11121314151617181920>>