Home
last modified time | relevance | path

Searched defs:length (Results 1 – 25 of 2852) sorted by relevance

12345678910>>...115

/external/v8/test/mjsunit/es6/
Darray-length.js12 var o = { length: Number.MIN_VALUE }; property
18 var o = { length: Number.MIN_VALUE }; property
24 var o = { length: Number.MIN_VALUE }; property
30 var o = { length: Number.MIN_VALUE }; property
35 var o = { length: Number.MAX_VALUE }; property
40 var o = { length: 0 }; property
44 var o = { length: Number.MIN_VALUE }; property
48 var o = { length: Number.MAX_VALUE }; property
54 var o = { 0: 'foo', length: Number.MIN_VALUE } property
62 var o = { 0: "foo", length: Number.MIN_VALUE } property
[all …]
/external/v8/test/mjsunit/es7/
Darray-includes.js14 length: 5, property
30 length: 5, property
39 length: 2, property
68 length: 2, property
89 length: 1, property
114 length: 1, property
139 get length() { getter
164 length: Symbol(), property
189 length: { property
213 length: 2, property
[all …]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DScanHandler.java29 public void adup(char[] buff, int offset, int length) throws SAXException; in adup()
35 public void aname(char[] buff, int offset, int length) throws SAXException; in aname()
41 public void aval(char[] buff, int offset, int length) throws SAXException; in aval()
46 public void cdsect(char[] buff, int offset, int length) throws SAXException; in cdsect()
52 public void decl(char[] buff, int offset, int length) throws SAXException; in decl()
58 public void entity(char[] buff, int offset, int length) throws SAXException; in entity()
64 public void eof(char[] buff, int offset, int length) throws SAXException; in eof()
70 public void etag(char[] buff, int offset, int length) throws SAXException; in etag()
76 public void gi(char[] buff, int offset, int length) throws SAXException; in gi()
82 public void pcdata(char[] buff, int offset, int length) throws SAXException; in pcdata()
[all …]
DPYXWriter.java37 public void adup(char[] buff, int offset, int length) throws SAXException { in adup()
42 public void aname(char[] buff, int offset, int length) throws SAXException { in aname()
49 public void aval(char[] buff, int offset, int length) throws SAXException { in aval()
55 public void cmnt(char [] buff, int offset, int length) throws SAXException { in cmnt()
61 public void entity(char[] buff, int offset, int length) throws SAXException { } in entity()
65 public void eof(char[] buff, int offset, int length) throws SAXException { in eof()
69 public void etag(char[] buff, int offset, int length) throws SAXException { in etag()
75 public void decl(char[] buff, int offset, int length) throws SAXException { in decl()
78 public void gi(char[] buff, int offset, int length) throws SAXException { in gi()
84 public void cdsect(char[] buff, int offset, int length) throws SAXException { in cdsect()
[all …]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_utility.cc535 const ptrdiff_t length = _ptrRTCPBlockEnd - _ptrRTCPData; in ParseRR() local
563 const ptrdiff_t length = _ptrRTCPBlockEnd - _ptrRTCPData; in ParseSR() local
623 const ptrdiff_t length = _ptrRTCPBlockEnd - _ptrRTCPData; in ParseReportBlockItem() local
686 const ptrdiff_t length = _ptrRTCPBlockEnd - _ptrRTCPData; in ParseIJ() local
705 const ptrdiff_t length = _ptrRTCPBlockEnd - _ptrRTCPData; in ParseIJItem() local
727 const ptrdiff_t length = _ptrRTCPBlockEnd - _ptrRTCPData; in ParseSDES() local
870 const ptrdiff_t length = _ptrRTCPBlockEnd - _ptrRTCPData; in ParseBYEItem() local
910 const ptrdiff_t length = _ptrRTCPBlockEnd - _ptrRTCPData; in ParseXr() local
943 const ptrdiff_t length = _ptrRTCPBlockEnd - _ptrRTCPData; in ParseXrItem() local
983 const ptrdiff_t length = _ptrRTCPBlockEnd - _ptrRTCPData; in ParseXrReceiverReferenceTimeItem() local
[all …]
/external/webrtc/webrtc/common_audio/signal_processing/
Dmin_max_operations.c37 int16_t WebRtcSpl_MaxAbsValueW16C(const int16_t* vector, size_t length) { in WebRtcSpl_MaxAbsValueW16C()
60 int32_t WebRtcSpl_MaxAbsValueW32C(const int32_t* vector, size_t length) { in WebRtcSpl_MaxAbsValueW32C()
82 int16_t WebRtcSpl_MaxValueW16C(const int16_t* vector, size_t length) { in WebRtcSpl_MaxValueW16C()
96 int32_t WebRtcSpl_MaxValueW32C(const int32_t* vector, size_t length) { in WebRtcSpl_MaxValueW32C()
110 int16_t WebRtcSpl_MinValueW16C(const int16_t* vector, size_t length) { in WebRtcSpl_MinValueW16C()
124 int32_t WebRtcSpl_MinValueW32C(const int32_t* vector, size_t length) { in WebRtcSpl_MinValueW32C()
138 size_t WebRtcSpl_MaxAbsIndexW16(const int16_t* vector, size_t length) { in WebRtcSpl_MaxAbsIndexW16()
159 size_t WebRtcSpl_MaxIndexW16(const int16_t* vector, size_t length) { in WebRtcSpl_MaxIndexW16()
176 size_t WebRtcSpl_MaxIndexW32(const int32_t* vector, size_t length) { in WebRtcSpl_MaxIndexW32()
193 size_t WebRtcSpl_MinIndexW16(const int16_t* vector, size_t length) { in WebRtcSpl_MinIndexW16()
[all …]
Dcopy_set_operations.c29 void WebRtcSpl_MemSetW16(int16_t *ptr, int16_t set_value, size_t length) in WebRtcSpl_MemSetW16()
40 void WebRtcSpl_MemSetW32(int32_t *ptr, int32_t set_value, size_t length) in WebRtcSpl_MemSetW32()
53 size_t length) in WebRtcSpl_MemCpyReversedOrder()
66 size_t length, in WebRtcSpl_CopyFromEndW16()
74 void WebRtcSpl_ZerosArrayW16(int16_t *vector, size_t length) in WebRtcSpl_ZerosArrayW16()
79 void WebRtcSpl_ZerosArrayW32(int32_t *vector, size_t length) in WebRtcSpl_ZerosArrayW32()
/external/icu/icu4c/source/common/unicode/
Dustring.h942 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument
944 # define U_STRING_INIT(var, cs, length) argument
946 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument
948 # define U_STRING_INIT(var, cs, length) argument
950 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=cs argument
952 # define U_STRING_INIT(var, cs, length) argument
954 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument
956 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp42 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail()
47 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { in setWeightTrail()
82 truncateWeight(uint32_t weight, int32_t length) { in truncateWeight()
87 incWeightTrail(uint32_t weight, int32_t length) { in incWeightTrail()
92 decWeightTrail(uint32_t weight, int32_t length) { in decWeightTrail()
167 CollationWeights::incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const { in incWeightByOffset()
185 int32_t length=range.length+1; in lengthenRange() local
262 for(int32_t length=lowerLength; length>middleLength; --length) { in getWeightRanges() local
281 for(int32_t length=upperLength; length>middleLength; --length) { in getWeightRanges() local
299 for(int32_t length=4; length>middleLength; --length) { in getWeightRanges() local
[all …]
/external/v8/test/mjsunit/regress/
Dregress-666721.js34 assertEquals(1, len0({length:1})); property
39 assertEquals(1, len1({length:1})); property
43 assertEquals(0, len2({length:0})); property
45 assertEquals(2, len2({length:2})); property
49 assertEquals(0, len3({length:0})); property
51 assertEquals(2, len3({length:2})); property
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DHttp2.java130 int length = readMedium(source); in nextFrame() local
183 private void readHeaders(Handler handler, int length, byte flags, int streamId) in readHeaders()
203 private List<Header> readHeaderBlock(int length, short padding, byte flags, int streamId) in readHeaderBlock()
216 private void readData(Handler handler, int length, byte flags, int streamId) in readData()
232 private void readPriority(Handler handler, int length, byte flags, int streamId) in readPriority()
247 private void readRstStream(Handler handler, int length, byte flags, int streamId) in readRstStream()
259 private void readSettings(Handler handler, int length, byte flags, int streamId) in readSettings()
309 private void readPushPromise(Handler handler, int length, byte flags, int streamId) in readPushPromise()
322 private void readPing(Handler handler, int length, byte flags, int streamId) in readPing()
332 private void readGoAway(Handler handler, int length, byte flags, int streamId) in readGoAway()
[all …]
/external/caliper/examples/src/main/java/examples/
DArraySortBenchmark.java31 @Param({"10", "100", "1000", "10000"}) private int length; field in ArraySortBenchmark
53 int[] create(int length) { in create()
67 int[] create(int length) { in create()
77 int[] create(int length) { in create()
87 int[] create(int length) { in create()
97 abstract int[] create(int length); in create()
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DByteVector.java48 int length; field in ByteVector
76 int length = this.length; in putByte() local
94 int length = this.length; in put11() local
113 int length = this.length; in putShort() local
133 int length = this.length; in put12() local
153 int length = this.length; in putInt() local
174 int length = this.length; in putLong() local
/external/clang/test/Analysis/
DObjCRetSigs.m6 -(long long)length; method
10 -(double)length; method
14 -(long long)length{ method
21 -(double)length{ // expected-warning{{types are incompatible}} method
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrieBuilder.java32 public BytesAsCharSequence(byte[] sequence, int length) { in BytesAsCharSequence()
37 public int length() { return len; } in length() method in BytesTrieBuilder.BytesAsCharSequence
54 public BytesTrieBuilder add(byte[] sequence, int length, int value) { in add()
155 private void ensureCapacity(int length) { in ensureCapacity()
188 protected int write(int offset, int length) { in write()
199 private int write(byte[] b, int length) { in write()
221 int length=1; in writeValueAndFinal() local
276 int length; in writeDeltaTo() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrieBuilder.java32 public BytesAsCharSequence(byte[] sequence, int length) { in BytesAsCharSequence()
37 public int length() { return len; } in length() method in BytesTrieBuilder.BytesAsCharSequence
55 public BytesTrieBuilder add(byte[] sequence, int length, int value) { in add()
159 private void ensureCapacity(int length) { in ensureCapacity()
192 protected int write(int offset, int length) { in write()
203 private int write(byte[] b, int length) { in write()
225 int length=1; in writeValueAndFinal() local
280 int length; in writeDeltaTo() local
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_multi_vector.cc53 void AudioMultiVector::Zeros(size_t length) { in Zeros()
69 size_t length) { in PushBackInterleaved()
104 size_t length = append_this.Size() - index; in PushBackFromIndex() local
113 void AudioMultiVector::PopFront(size_t length) { in PopFront()
119 void AudioMultiVector::PopBack(size_t length) { in PopBack()
125 size_t AudioMultiVector::ReadInterleaved(size_t length, in ReadInterleaved()
131 size_t length, in ReadInterleavedFromIndex()
156 size_t AudioMultiVector::ReadInterleavedFromEnd(size_t length, in ReadInterleavedFromEnd()
163 size_t length, in OverwriteAt()
Daudio_vector.cc57 void AudioVector::PushFront(const int16_t* prepend_this, size_t length) { in PushFront()
66 void AudioVector::PushBack(const int16_t* append_this, size_t length) { in PushBack()
72 void AudioVector::PopFront(size_t length) { in PopFront()
83 void AudioVector::PopBack(size_t length) { in PopBack()
96 size_t length, in InsertAt()
110 void AudioVector::InsertZerosAt(size_t length, in InsertZerosAt()
125 size_t length, in OverwriteAt()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
DStatUtils.java109 final int length) { in sum()
143 final int length) { in sumSq()
176 final int length) { in product()
217 final int length) { in sumLog()
256 final int length) { in mean()
295 final int length) { in geometricMean()
340 final int length) { in variance()
371 final int begin, final int length) { in variance()
445 final int length) { in max()
493 final int length) { in min()
[all …]
/external/skia/src/core/
DSkData.cpp47 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const { in copyRange()
62 SkData* SkData::PrivateNewWithCopy(const void* srcOrNull, size_t length) { in PrivateNewWithCopy()
93 SkData* SkData::NewFromMalloc(const void* data, size_t length) { in NewFromMalloc()
97 SkData* SkData::NewWithCopy(const void* src, size_t length) { in NewWithCopy()
102 SkData* SkData::NewUninitialized(size_t length) { in NewUninitialized()
106 SkData* SkData::NewWithProc(const void* ptr, size_t length, ReleaseProc proc, void* context) { in NewWithProc()
112 size_t length = reinterpret_cast<size_t>(ctx); in sk_mmap_releaseproc() local
152 SkData* SkData::NewSubset(const SkData* src, size_t offset, size_t length) { in NewSubset()
/external/v8/src/
Dvector.h23 Vector(T* data, int length) : start_(data), length_(length) { in Vector()
27 static Vector<T> New(int length) { in New()
41 int length() const { return length_; } in length() function
100 void Truncate(int length) { in Truncate()
162 explicit ScopedVector(int length) : Vector<T>(NewArray<T>(length), length) { } in ScopedVector()
173 size_t length = strlen(string); in StrLength() local
187 inline Vector<const uint8_t> OneByteVector(const char* data, int length) { in OneByteVector()
200 int length = StrLength(data); in MutableCStrVector() local
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java159 int length, count; field in CollationWeights.WeightRange
189 private static int getWeightTrail(long weight, int length) { in getWeightTrail()
193 private static long setWeightTrail(long weight, int length, int trail) { in setWeightTrail()
225 private static long truncateWeight(long weight, int length) { in truncateWeight()
229 private static long incWeightTrail(long weight, int length) { in incWeightTrail()
233 private static long decWeightTrail(long weight, int length) { in decWeightTrail()
242 private long incWeight(long weight, int length) { in incWeight()
256 private long incWeightByOffset(long weight, int length, int offset) { in incWeightByOffset()
273 int length=range.length+1; in lengthenRange() local
404 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges() argument
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationWeights.java161 int length, count; field in CollationWeights.WeightRange
191 private static int getWeightTrail(long weight, int length) { in getWeightTrail()
195 private static long setWeightTrail(long weight, int length, int trail) { in setWeightTrail()
227 private static long truncateWeight(long weight, int length) { in truncateWeight()
231 private static long incWeightTrail(long weight, int length) { in incWeightTrail()
235 private static long decWeightTrail(long weight, int length) { in decWeightTrail()
244 private long incWeight(long weight, int length) { in incWeight()
258 private long incWeightByOffset(long weight, int length, int offset) { in incWeightByOffset()
275 int length=range.length+1; in lengthenRange() local
406 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges() argument
/external/apache-xml/src/main/java/org/apache/xml/utils/
DFastStringBuffer.java278 public final int length() in length() method in FastStringBuffer
401 int length = (m_lastChunk << m_chunkBits) + m_firstFree; in toString() local
644 public final void append(char[] chars, int start, int length) in append()
824 public boolean isWhitespace(int start, int length) in isWhitespace()
862 public String getString(int start, int length) in getString()
874 int length) { in getOneChunkString()
884 StringBuffer getString(StringBuffer sb, int start, int length) in getString()
914 int length) in getString()
978 org.xml.sax.ContentHandler ch, int start, int length) in sendSAXcharacters()
1038 org.xml.sax.ContentHandler ch, int start, int length) in sendNormalizedSAXcharacters()
[all …]
/external/webrtc/webrtc/test/
Drtp_rtcp_observer.h42 virtual Action OnSendRtp(const uint8_t* packet, size_t length) { in OnSendRtp()
46 virtual Action OnSendRtcp(const uint8_t* packet, size_t length) { in OnSendRtcp()
50 virtual Action OnReceiveRtp(const uint8_t* packet, size_t length) { in OnReceiveRtp()
54 virtual Action OnReceiveRtcp(const uint8_t* packet, size_t length) { in OnReceiveRtcp()
92 size_t length, in SendRtp()
113 bool SendRtcp(const uint8_t* packet, size_t length) override { in SendRtcp()

12345678910>>...115