Searched refs:Length (Results 1 - 25 of 915) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs74 Update(data, 0, data.Length);
136 if ((offset+count) > data.Length) throw new ArgumentException();
187 if ((offset+count) > data.Length) throw new ArgumentException();
H A DCodecBase.cs92 Add(data,0,data.Length);
H A DDeflater.cs58 if ((offset+count) > data.Length) throw new ArgumentException();
H A DGZipStream.cs151 /// <exception cref="ArgumentException">If <c>offset</c> + <c>count</c> is &gt; buffer.Length</exception>
159 if ((offset+count) > buffer.Length) throw new ArgumentException();
196 /// <exception cref="ArgumentException">If <c>offset</c> + <c>count</c> is &gt; buffer.Length</exception>
204 if ((offset+count) > buffer.Length) throw new ArgumentException();
292 public override long Length property in class:DotZLib.GZipStream
H A DInflater.cs58 if ((offset+count) > data.Length) throw new ArgumentException();
H A DUnitTests.cs32 if (lhs.Length != rhs.Length)
34 for (int i = lhs.Length-1; i >= 0; --i)
198 for (int i = 0; i < testData.Length; ++i)
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h491 WebRtc_UWord32 Length() const {return _bufferLength;} function in class:webrtc::VideoFrame
529 WebRtc_UWord32 _bufferLength; // Length (in bytes) of buffer
655 if(CopyFrame(videoFrame.Length(), videoFrame.Buffer()) != 0)
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c101 ULONG Length; member in struct:NDIS_802_11_CONFIGURATION_FH
108 ULONG Length; member in struct:NDIS_802_11_CONFIGURATION
158 ULONG Length; member in struct:NDIS_WLAN_BSSID_EX
184 ULONG Length; member in struct:NDIS_802_11_WEP
194 ULONG Length; member in struct:NDIS_802_11_KEY
203 ULONG Length; member in struct:NDIS_802_11_REMOVE_KEY
221 ULONG Length; member in struct:NDIS_802_11_ASSOCIATION_INFORMATION
238 ULONG Length; member in struct:NDIS_802_11_CAPABILITY
254 ULONG Length; member in struct:NDIS_802_11_PMKID
283 ULONG Length; member in struct:NDIS_802_11_AUTHENTICATION_REQUEST
313 ULONG Length; member in struct:NDIS_802_11_CAPABILITY
329 ULONG Length; member in struct:NDIS_802_11_PMKID
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c101 ULONG Length; member in struct:NDIS_802_11_CONFIGURATION_FH
108 ULONG Length; member in struct:NDIS_802_11_CONFIGURATION
158 ULONG Length; member in struct:NDIS_WLAN_BSSID_EX
184 ULONG Length; member in struct:NDIS_802_11_WEP
194 ULONG Length; member in struct:NDIS_802_11_KEY
203 ULONG Length; member in struct:NDIS_802_11_REMOVE_KEY
221 ULONG Length; member in struct:NDIS_802_11_ASSOCIATION_INFORMATION
238 ULONG Length; member in struct:NDIS_802_11_CAPABILITY
254 ULONG Length; member in struct:NDIS_802_11_PMKID
283 ULONG Length; member in struct:NDIS_802_11_AUTHENTICATION_REQUEST
313 ULONG Length; member in struct:NDIS_802_11_CAPABILITY
329 ULONG Length; member in struct:NDIS_802_11_PMKID
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c101 ULONG Length; member in struct:NDIS_802_11_CONFIGURATION_FH
108 ULONG Length; member in struct:NDIS_802_11_CONFIGURATION
158 ULONG Length; member in struct:NDIS_WLAN_BSSID_EX
184 ULONG Length; member in struct:NDIS_802_11_WEP
194 ULONG Length; member in struct:NDIS_802_11_KEY
203 ULONG Length; member in struct:NDIS_802_11_REMOVE_KEY
221 ULONG Length; member in struct:NDIS_802_11_ASSOCIATION_INFORMATION
238 ULONG Length; member in struct:NDIS_802_11_CAPABILITY
254 ULONG Length; member in struct:NDIS_802_11_PMKID
283 ULONG Length; member in struct:NDIS_802_11_AUTHENTICATION_REQUEST
313 ULONG Length; member in struct:NDIS_802_11_CAPABILITY
329 ULONG Length; member in struct:NDIS_802_11_PMKID
[all...]
/external/skia/samplecode/
H A DSampleOvalTest.cpp64 SkScalar dist = SkPoint::Length(px - cx, py - cy);
H A DSamplePatch.cpp325 return SkPoint::Length(pt.fX - x, pt.fY - y) < SkIntToScalar(5);
/external/skia/src/core/
H A DSkMatrix.cpp1287 y = SkPoint::Length(pt1.fX, pt1.fY);
H A DSkPoint.cpp137 SkScalar SkPoint::Length(SkScalar dx, SkScalar dy) { function in class:SkPoint
/external/skia/src/effects/
H A DSkEmbossMaskFilter.cpp117 SkPoint::Length(fLight.fDirection[0], fLight.fDirection[1]));
/external/skia/src/views/
H A DSkTouchGesture.cpp313 if (SkPoint::Length(fLastUpP.fX - x,
/external/skia/tests/
H A DPointTest.cpp37 // Tests that SkPoint::length() and SkPoint::Length() both return
44 SkScalar s2 = SkPoint::Length(x, y);
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc260 copy_data.Attach(WritableFontData::CreateWritableFontData(data->Length()));
/external/sfntly/cpp/src/sample/subtly/
H A Dfont_assembler.cc205 copy_data.Attach(WritableFontData::CreateWritableFontData(data->Length()));
/external/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.cc29 int32_t ByteArray::Length() { return filled_length_; } function in class:sfntly::ByteArray
96 return CopyTo(array, 0, Length());
127 return CopyTo(os, 0, Length());
H A Dbyte_array.h35 int32_t Length();
H A Dfont_data.cc46 int32_t FontData::Length() const { function in class:sfntly::FontData
47 return std::min<int32_t>(array_->Length() - bound_offset_, bound_length_);
H A Dfont_data.h88 virtual int32_t Length() const;
H A Dreadable_font_data.cc155 return array_->CopyTo(os, BoundOffset(0), Length());
162 Length());
166 return array_->CopyTo(ba, BoundOffset(0), Length());
300 sum = ComputeCheckSum(0, Length());
306 Length() :
/external/sfntly/cpp/src/sfntly/
H A Dfont.cc299 data.Attach(WritableFontData::CreateWritableFontData(src_data->Length()));
303 HeaderPtr header = new Header(tag, data->Length());

Completed in 2229 milliseconds

1234567891011>>