HomeSort by relevance Sort by last modified time
    Searched defs:IsValid (Results 101 - 125 of 224) sorted by null

1 2 3 45 6 7 8 9

  /hardware/qcom/display/msm8996/sdm/libs/utils/
rect.cpp 39 bool IsValid(const LayerRect &rect) {
65 if (!IsValid(rect1) || !IsValid(rect2)) {
74 if (!IsValid(res)) {
84 if (!IsValid(rect)) {
122 if (!IsValid(rect1) && !IsValid(rect2)) {
126 if (!IsValid(rect1)) {
130 if (!IsValid(rect2)) {
204 if (!IsValid(src_domain) || !IsValid(dst_domain) || !IsValid(in_rect))
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/utils/
rect.cpp 39 bool IsValid(const LayerRect &rect) {
65 if (!IsValid(rect1) || !IsValid(rect2)) {
74 if (!IsValid(res)) {
84 if (!IsValid(rect)) {
122 if (!IsValid(rect1) && !IsValid(rect2)) {
126 if (!IsValid(rect1)) {
130 if (!IsValid(rect2)) {
204 if (!IsValid(src_domain) || !IsValid(dst_domain) || !IsValid(in_rect))
    [all...]
  /prebuilts/go/darwin-x86/src/go/token/
position.go 27 // IsValid reports whether the position is valid.
28 func (pos *Position) IsValid() bool { return pos.Line > 0 }
39 if pos.IsValid() {
74 // associated with it, and NoPos.IsValid() is false. NoPos is always
80 // IsValid reports whether the position is valid.
81 func (p Pos) IsValid() bool {
  /prebuilts/go/linux-x86/src/go/token/
position.go 27 // IsValid reports whether the position is valid.
28 func (pos *Position) IsValid() bool { return pos.Line > 0 }
39 if pos.IsValid() {
74 // associated with it, and NoPos.IsValid() is false. NoPos is always
80 // IsValid reports whether the position is valid.
81 func (p Pos) IsValid() bool {
  /system/bt/packet/avrcp/
get_folder_items.cc 272 bool GetFolderItemsRequest::IsValid() const {
273 if (!BrowsePacket::IsValid()) return false;
  /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()) {
nl80211_packet.cpp 61 bool NL80211Packet::IsValid() const {
214 if (!attribute->IsValid()) {
  /art/compiler/optimizing/
locations.h 94 DCHECK(!IsValid());
115 bool IsValid() const {
120 return !IsValid();
  /art/runtime/
indirect_reference_table.cc 127 bool IndirectReferenceTable::IsValid() const {
vdex_file.h 77 bool IsValid() const {
262 bool IsValid() const {
263 return mmap_->Size() >= sizeof(VerifierDepsHeader) && GetVerifierDepsHeader().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/dng_sdk/source/
dng_camera_profile.cpp 473 bool haveHueSat1 = HueSatDeltas1 ().IsValid ();
475 bool haveHueSat2 = HueSatDeltas2 ().IsValid () &&
504 if (fLookTable.IsValid ())
518 if (fBaselineExposureOffset.IsValid ())
537 if (fToneCurve.IsValid ())
591 bool dng_camera_profile::IsValid (uint32 channels) const
1102 if (!IsValid (3))
1154 if (fHueSatDeltas1.IsValid ())
1159 if (!fHueSatDeltas2.IsValid ())
dng_date_time.h 70 bool IsValid () const;
77 return !IsValid ();
166 bool IsValid () const
174 return !IsValid ();
184 return IsValid () && ((fOffsetMinutes % 60) == 0);
225 bool IsValid () const;
229 return !IsValid ();
356 bool IsValid () const;
dng_negative.cpp 73 bool dng_noise_profile::IsValid () const
84 if (!NoiseFunction (plane).IsValid ())
105 return IsValid ();
965 if (coord.IsValid ())
1275 if (id.Name ().NotEmpty () && id.Fingerprint ().IsValid ())
1318 if (id.Fingerprint ().IsValid ())
    [all...]
  /external/golang-protobuf/proto/
pointer_reflect.go 79 // IsValid reports whether the field identifier is valid.
80 func (f field) IsValid() bool { return f != nil }
pointer_unsafe.go 83 // IsValid reports whether the field identifier is valid.
84 func (f field) IsValid() bool {
  /external/google-breakpad/src/client/mac/handler/
dynamic_images.h 171 bool IsValid() {return GetVMSize() != 0;}
  /external/libchrome/base/files/
file_posix.cc 161 bool File::IsValid() const {
174 if (!IsValid())
184 DCHECK(IsValid());
203 DCHECK(IsValid());
225 DCHECK(IsValid());
246 DCHECK(IsValid());
253 DCHECK(IsValid());
267 DCHECK(IsValid());
289 DCHECK(IsValid());
311 DCHECK(IsValid());
    [all...]
  /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/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 174 unsigned IsValid : 1;
176 LiveOutInfo() : NumSignBits(0), IsValid(true), KnownOne(1, 0),
236 if (!LOI->IsValid)
280 LiveOutRegInfo[Reg].IsValid = false;
  /external/llvm/lib/Support/Windows/
WindowsSupport.h 105 if (HandleTraits::IsValid(Handle))
116 if (HandleTraits::IsValid(Handle))
124 return HandleTraits::IsValid(Handle) ? true : false;
143 static bool IsValid(handle_type h) {
165 static bool IsValid(handle_type h) {
181 static bool IsValid(handle_type h) {
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.h 91 bool IsValid() const { return m_bInitialized; }
  /external/perf_data_converter/src/quipper/
huge_page_deducer.cc 75 bool IsValid() const { return first_ <= last_; }
168 if (prev_range.IsValid() && prev_range.LastIndex() < events.size()) {
220 // |prev_range|, if IsValid(), represents the preview mmap range seen (and
231 for (; range.IsValid(); prev_range = range, range = next_range,
234 (next_range.IsValid() && IsContiguous(*events, range, next_range) &&
247 (prev_range.IsValid() && IsContiguous(*events, prev_range, range) &&
  /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/tensorflow/tensorflow/core/framework/
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...]

Completed in 1301 milliseconds

1 2 3 45 6 7 8 9