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

1 2 34 5 6 7 8 91011>>

  /external/libchrome/base/threading/
thread_checker_impl.cc 31 if (sequence_token_.IsValid() &&
  /external/pdfium/core/fpdfapi/page/
cpdf_iccprofile.h 24 bool IsValid() const { return IsSRGB() || IsSupported(); }
cpdf_sampledfunc.cpp 76 if (!nTotalSampleBytes.IsValid() || nTotalSampleBytes.ValueOrDie() == 0 ||
114 if (!bits_to_output.IsValid())
119 if (!bitpos.IsValid())
124 if (!range_check.IsValid())
145 if (!bitpos2.IsValid())
  /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/v4l2_codec2/vda/
vp9_bool_decoder.h 31 bool IsValid() const { return valid_; }
  /frameworks/native/libs/vr/libpdx_uds/private/uds/
channel_parcelable.h 18 bool IsValid() const override;
  /system/bt/packet/avrcp/
set_absolute_volume.h 73 virtual bool IsValid() const override;
set_addressed_player.h 67 virtual bool IsValid() const override;
get_total_number_of_items.cc 62 bool GetTotalNumberOfItemsRequest::IsValid() const {
63 if (!BrowsePacket::IsValid()) return false;
set_absolute_volume.cc 52 bool SetAbsoluteVolumeResponse::IsValid() const {
53 if (!VendorPacket::IsValid()) return false;
set_addressed_player.cc 54 bool SetAddressedPlayerRequest::IsValid() const {
55 if (!VendorPacket::IsValid()) return false;
  /external/dng_sdk/source/
dng_orientation.h 138 bool IsValid () const
145 return !IsValid ();
dng_camera_profile.h 112 DNG_ASSERT (!fFingerprint.IsValid () || fName.NotEmpty (),
127 DNG_ASSERT (!fFingerprint.IsValid () || fName.NotEmpty (),
166 bool IsValid () const
267 // The "as shot" tone curve for this profile. Check IsValid method
505 if (!fFingerprint.IsValid ())
573 return fHueSatDeltas1.IsValid ();
622 return fLookTable.IsValid ();
800 bool IsValid (uint32 channels) const;
  /external/google-breakpad/src/common/linux/
elf_core_dump.h 73 bool IsValid() const;
112 bool IsValid() const;
  /external/libchrome/base/memory/
weak_ptr.cc 25 bool WeakReference::Flag::IsValid() const {
47 bool WeakReference::is_valid() const { return flag_.get() && flag_->IsValid(); }
  /external/webrtc/webrtc/voice_engine/
channel_manager.h 40 // IsValid() implements a convenience method as an alternative for checking
44 // if (channel_owner.IsValid())
57 bool IsValid() { return channel_ref_->channel.get() != NULL; }
86 bool IsValid();
106 // exists. This should be checked with ChannelOwner::IsValid().
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
AutoCompleteTextViewBindingAdapter.java 35 @BindingAdapter(value = {"android:fixText", "android:isValid"}, requireAll = false)
37 final IsValid isValid) {
38 if (fixText == null && isValid == null) {
43 public boolean isValid(CharSequence text) {
44 if (isValid != null) {
45 return isValid.isValid(text);
75 public interface IsValid {
76 boolean isValid(CharSequence text)
    [all...]
  /frameworks/native/services/vr/performanced/
task.h 26 bool IsValid() const { return task_fd_.get() >= 0; }
27 explicit operator bool() const { return IsValid(); }
  /external/clang/include/clang/Basic/
FileManager.h 63 bool IsValid; // Is this \c FileEntry initialized and valid?
73 : UniqueID(0, 0), IsNamedPipe(false), InPCH(false), IsValid(false)
81 IsNamedPipe(FE.IsNamedPipe), InPCH(FE.InPCH), IsValid(FE.IsValid) {
82 assert(!isValid() && "Cannot copy an initialized FileEntry");
87 bool isValid() const { return IsValid; }
  /external/vixl/src/
invalset-vixl.h 126 static bool IsValid(const ElementType& element);
282 static bool IsValid(const ElementType& element);
351 VIXL_ASSERT(IsValid(element));
383 VIXL_ASSERT(IsValid(element));
458 bool InvalSet<TEMPLATE_INVALSET_P_DEF>::IsValid(const ElementType& element) {
512 while (!IsValid(elements[low]) && (low < high)) ++low;
513 while (!IsValid(elements[high]) && (low < high)) --high;
520 while ((middle < high - 1) && !IsValid(elements[middle])) ++middle;
521 while ((low + 1 < middle) && !IsValid(elements[middle])) --middle;
522 if (!IsValid(elements[middle]))
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/testing/
tflite_driver.cc 134 if (!IsValid()) return;
153 if (!IsValid()) return;
159 if (!IsValid()) return;
169 if (!IsValid()) return;
204 if (!IsValid()) return;
232 if (!IsValid()) return;
239 if (!IsValid()) return false;
  /external/libchrome/base/files/
scoped_temp_dir_unittest.cc 25 EXPECT_TRUE(dir.IsValid());
37 EXPECT_FALSE(dir.IsValid());
104 EXPECT_TRUE(file.IsValid());
  /external/v8/src/base/
bits.cc 54 if (value.IsValid())
86 return !rv.IsValid();
94 return !rv.IsValid();
  /system/bt/packet/tests/avrcp/
avrcp_browse_packet_test.cc 104 ASSERT_TRUE(test_browse_packet->IsValid());
111 ASSERT_FALSE(test_browse_packet->IsValid());
115 ASSERT_FALSE(test_browse_packet->IsValid());
get_capabilities_packet_test.cc 38 ASSERT_TRUE(test_packet->IsValid());
45 ASSERT_FALSE(test_packet->IsValid());
51 ASSERT_FALSE(test_packet->IsValid());

Completed in 900 milliseconds

1 2 34 5 6 7 8 91011>>