Home
last modified time | relevance | path

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

12345678910>>...182

/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/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DExtractorInput.java82 int read(byte[] target, int offset, int length) throws IOException; in read()
101 boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully()
114 void readFully(byte[] target, int offset, int length) throws IOException; in readFully()
123 int skip(int length) throws IOException; in skip()
140 boolean skipFully(int length, boolean allowEndOfInput) throws IOException; in skipFully()
152 void skipFully(int length) throws IOException; in skipFully()
171 int peek(byte[] target, int offset, int length) throws IOException; in peek()
190 boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully()
203 void peekFully(byte[] target, int offset, int length) throws IOException; in peekFully()
221 boolean advancePeekPosition(int length, boolean allowEndOfInput) throws IOException; in advancePeekPosition()
[all …]
DDefaultExtractorInput.java48 public DefaultExtractorInput(DataReader dataReader, long position, long length) { in DefaultExtractorInput()
57 public int read(byte[] target, int offset, int length) throws IOException { in read()
69 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully()
80 public void readFully(byte[] target, int offset, int length) throws IOException { in readFully()
85 public int skip(int length) throws IOException { in skip()
96 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully()
108 public void skipFully(int length) throws IOException { in skipFully()
113 public int peek(byte[] target, int offset, int length) throws IOException { in peek()
138 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully()
148 public void peekFully(byte[] target, int offset, int length) throws IOException { in peekFully()
[all …]
/external/OpenCSD/decoder/tests/snapshots-ete/001-ack_test/
Dcpu_0.ini16 length=0x14 key
21 length=0x2b0 key
26 length=0x422a4 key
31 length=0x18 key
36 length=0xdc key
41 length=0x94 key
46 length=0x14 key
51 length=0x29c key
56 length=0x14 key
61 length=0x4 key
[all …]
/external/brotli/java/org/brotli/dec/
DCompoundDictionaryTest.java35 int length = decoder.read(buffer, 0, buffer.length); in testNoDictionary() local
36 assertEquals(TEXT.length(), length); in testNoDictionary() local
46 int length = decoder.read(buffer, 0, buffer.length); in testOnePieceDictionary() local
47 assertEquals(TEXT.length(), length); in testOnePieceDictionary() local
58 int length = decoder.read(buffer, 0, buffer.length); in testTwoPieceDictionary() local
59 assertEquals(TEXT.length(), length); in testTwoPieceDictionary() local
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DReadableBuffers.java56 public static ReadableBuffer wrap(byte[] bytes, int offset, int length) { in wrap()
74 int length = buffer.readableBytes(); in readArray() local
135 ByteArrayWrapper(byte[] bytes, int offset, int length) { in ByteArrayWrapper()
151 public void skipBytes(int length) { in skipBytes()
163 public void readBytes(byte[] dest, int destIndex, int length) { in readBytes()
171 int length = dest.remaining(); in readBytes() local
178 public void readBytes(OutputStream dest, int length) throws IOException { in readBytes()
185 public ByteArrayWrapper readBytes(int length) { in readBytes()
230 public void skipBytes(int length) { in skipBytes()
236 public void readBytes(byte[] dest, int destOffset, int length) { in readBytes()
[all …]
/external/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.h931 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument
933 # define U_STRING_INIT(var, cs, length) argument
935 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument
937 # define U_STRING_INIT(var, cs, length) argument
939 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=cs argument
941 # define U_STRING_INIT(var, cs, length) argument
943 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument
945 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
/external/icu/libandroidicu/include/unicode/
Dustring.h931 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument
933 # define U_STRING_INIT(var, cs, length) argument
935 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument
937 # define U_STRING_INIT(var, cs, length) argument
939 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=cs argument
941 # define U_STRING_INIT(var, cs, length) argument
943 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument
945 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
/external/icu/libicu/cts_headers/unicode/
Dustring.h931 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument
933 # define U_STRING_INIT(var, cs, length) argument
935 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument
937 # define U_STRING_INIT(var, cs, length) argument
939 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=cs argument
941 # define U_STRING_INIT(var, cs, length) argument
943 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument
945 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
/external/icu/libicu/ndk_headers/unicode/
Dustring.h933 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument
935 # define U_STRING_INIT(var, cs, length) argument
937 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument
939 # define U_STRING_INIT(var, cs, length) argument
941 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=cs argument
943 # define U_STRING_INIT(var, cs, length) argument
945 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument
947 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
/external/webrtc/modules/audio_coding/neteq/
Daudio_vector.cc48 void AudioVector::CopyTo(size_t length, in CopyTo()
65 const size_t length = prepend_this.Size(); in PushFront() local
82 void AudioVector::PushFront(const int16_t* prepend_this, size_t length) { in PushFront()
103 size_t length, in PushBack()
126 void AudioVector::PushBack(const int16_t* append_this, size_t length) { in PushBack()
141 void AudioVector::PopFront(size_t length) { in PopFront()
148 void AudioVector::PopBack(size_t length) { in PopBack()
163 size_t length, in InsertAt()
180 void AudioVector::InsertZerosAt(size_t length, size_t position) { in InsertZerosAt()
197 size_t length, in OverwriteAt()
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/
Dusbd_desc.c273 uint8_t * USBD_FS_DeviceDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_DeviceDescriptor()
285 uint8_t * USBD_FS_LangIDStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_LangIDStrDescriptor()
297 uint8_t * USBD_FS_ProductStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_ProductStrDescriptor()
316 uint8_t * USBD_FS_ManufacturerStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_ManufacturerStrDescriptor()
328 uint8_t * USBD_FS_SerialStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_SerialStrDescriptor()
347 uint8_t * USBD_FS_ConfigStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_ConfigStrDescriptor()
366 uint8_t * USBD_FS_InterfaceStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_InterfaceStrDescriptor()
386 uint8_t * USBD_FS_USR_BOSDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_USR_BOSDescriptor()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/
Dusbd_desc.c273 uint8_t * USBD_FS_DeviceDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_DeviceDescriptor()
285 uint8_t * USBD_FS_LangIDStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_LangIDStrDescriptor()
297 uint8_t * USBD_FS_ProductStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_ProductStrDescriptor()
316 uint8_t * USBD_FS_ManufacturerStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_ManufacturerStrDescriptor()
328 uint8_t * USBD_FS_SerialStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_SerialStrDescriptor()
347 uint8_t * USBD_FS_ConfigStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_ConfigStrDescriptor()
366 uint8_t * USBD_FS_InterfaceStrDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_InterfaceStrDescriptor()
386 uint8_t * USBD_FS_USR_BOSDescriptor(USBD_SpeedTypeDef speed, uint16_t *length) in USBD_FS_USR_BOSDescriptor()
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeExtractorInput.java108 public int read(byte[] target, int offset, int length) throws IOException { in read()
115 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully()
122 public void readFully(byte[] target, int offset, int length) throws IOException { in readFully()
127 public int skip(int length) throws IOException { in skip()
134 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully()
140 public void skipFully(int length) throws IOException { in skipFully()
145 public int peek(byte[] target, int offset, int length) throws IOException { in peek()
152 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully()
159 public void peekFully(byte[] target, int offset, int length) throws IOException { in peekFully()
164 public boolean advancePeekPosition(int length, boolean allowEndOfInput) throws IOException { in advancePeekPosition()
[all …]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
DTarUtils.java104 public static long parseOctal(final byte[] buffer, final int offset, final int length) { in parseOctal()
168 final int length) { in parseOctalOrBinary()
181 final int length, in parseBinaryLong()
203 final int length, in parseBinaryBigInteger()
237 final int length, final int current, final byte currentByte) { in exceptionMessage()
261 public static String parseName(final byte[] buffer, final int offset, final int length) { in parseName()
288 final int length, in parseName()
319 …atic int formatNameBytes(final String name, final byte[] buf, final int offset, final int length) { in formatNameBytes()
352 final int length, in formatNameBytes()
381 final int offset, final int length) { in formatUnsignedOctalString()
[all …]
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail()
49 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { in setWeightTrail()
84 truncateWeight(uint32_t weight, int32_t length) { in truncateWeight()
89 incWeightTrail(uint32_t weight, int32_t length) { in incWeightTrail()
94 decWeightTrail(uint32_t weight, int32_t length) { in decWeightTrail()
169 CollationWeights::incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const { in incWeightByOffset()
187 int32_t length=range.length+1; in lengthenRange() local
264 for(int32_t length=lowerLength; length>middleLength; --length) { in getWeightRanges() local
283 for(int32_t length=upperLength; length>middleLength; --length) { in getWeightRanges() local
301 for(int32_t length=4; length>middleLength; --length) { in getWeightRanges() local
[all …]
/external/virglrenderer/src/
Dvrend_decode.c65 uint16_t length) in vrend_decode_create_shader()
131 uint32_t handle, uint16_t length) in vrend_decode_create_stream_output_target()
146 …vrend_decode_set_framebuffer_state(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_set_framebuffer_state()
168 …de_set_framebuffer_state_no_attach(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_set_framebuffer_state_no_attach()
189 static int vrend_decode_clear(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_clear()
209 …tic int vrend_decode_clear_texture(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_clear_texture()
243 …nt vrend_decode_set_viewport_state(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_set_viewport_state()
272 … int vrend_decode_set_index_buffer(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_set_index_buffer()
283 …t vrend_decode_set_constant_buffer(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_set_constant_buffer()
301 …nt vrend_decode_set_uniform_buffer(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_set_uniform_buffer()
[all …]
/external/oj-libjdwp/src/share/back/
DArrayReferenceImpl.c32 length(PacketInputStream *in, PacketOutputStream *out) in length() function
48 newComponents(PacketOutputStream *out, jint length, size_t nbytes) in newComponents()
71 jarray array, jint index, jint length) in writeBooleanComponents()
88 jarray array, jint index, jint length) in writeByteComponents()
105 jarray array, jint index, jint length) in writeCharComponents()
122 jarray array, jint index, jint length) in writeShortComponents()
139 jarray array, jint index, jint length) in writeIntComponents()
156 jarray array, jint index, jint length) in writeLongComponents()
173 jarray array, jint index, jint length) in writeFloatComponents()
190 jarray array, jint index, jint length) in writeDoubleComponents()
[all …]
/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/llvm-project/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/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/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DByteUtils.java79 public static long fromLittleEndian(byte[] bytes, final int off, final int length) { in fromLittleEndian()
97 public static long fromLittleEndian(InputStream in, int length) throws IOException { in fromLittleEndian()
124 … public static long fromLittleEndian(ByteSupplier supplier, final int length) throws IOException { in fromLittleEndian()
146 public static long fromLittleEndian(DataInput in, int length) throws IOException { in fromLittleEndian()
165 …lic static void toLittleEndian(final byte[] b, final long value, final int off, final int length) { in toLittleEndian()
181 public static void toLittleEndian(OutputStream out, final long value, final int length) in toLittleEndian()
199 public static void toLittleEndian(ByteConsumer consumer, final long value, final int length) in toLittleEndian()
216 public static void toLittleEndian(DataOutput out, final long value, final int length) in toLittleEndian()
256 private static final void checkReadLength(int length) { in checkReadLength()

12345678910>>...182