/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | ScanHandler.java | 29 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 …]
|
D | PYXWriter.java | 37 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/OpenCSD/decoder/tests/snapshots-ete/001-ack_test/ |
D | cpu_0.ini | 16 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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
D | ExtractorInput.java | 82 int read(byte[] buffer, 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 …]
|
D | ForwardingExtractorInput.java | 30 public int read(byte[] buffer, int offset, int length) throws IOException { in read() 35 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully() 41 public void readFully(byte[] target, int offset, int length) throws IOException { in readFully() 46 public int skip(int length) throws IOException { in skip() 51 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() 56 public void skipFully(int length) throws IOException { in skipFully() 61 public int peek(byte[] target, int offset, int length) throws IOException { in peek() 66 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully() 72 public void peekFully(byte[] target, int offset, int length) throws IOException { in peekFully() 77 public boolean advancePeekPosition(int length, boolean allowEndOfInput) throws IOException { in advancePeekPosition() [all …]
|
D | DefaultExtractorInput.java | 55 public DefaultExtractorInput(DataReader dataReader, long position, long length) { in DefaultExtractorInput() 64 public int read(byte[] buffer, int offset, int length) throws IOException { in read() 76 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully() 87 public void readFully(byte[] target, int offset, int length) throws IOException { in readFully() 92 public int skip(int length) throws IOException { in skip() 102 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() 114 public void skipFully(int length) throws IOException { in skipFully() 119 public int peek(byte[] target, int offset, int length) throws IOException { in peek() 144 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully() 154 public void peekFully(byte[] target, int offset, int length) throws IOException { in peekFully() [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
D | ExtractorInput.java | 82 int read(byte[] buffer, 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 …]
|
D | ForwardingExtractorInput.java | 30 public int read(byte[] buffer, int offset, int length) throws IOException { in read() 35 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully() 41 public void readFully(byte[] target, int offset, int length) throws IOException { in readFully() 46 public int skip(int length) throws IOException { in skip() 51 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() 56 public void skipFully(int length) throws IOException { in skipFully() 61 public int peek(byte[] target, int offset, int length) throws IOException { in peek() 66 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully() 72 public void peekFully(byte[] target, int offset, int length) throws IOException { in peekFully() 77 public boolean advancePeekPosition(int length, boolean allowEndOfInput) throws IOException { in advancePeekPosition() [all …]
|
D | DefaultExtractorInput.java | 55 public DefaultExtractorInput(DataReader dataReader, long position, long length) { in DefaultExtractorInput() 64 public int read(byte[] buffer, int offset, int length) throws IOException { in read() 76 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully() 87 public void readFully(byte[] target, int offset, int length) throws IOException { in readFully() 92 public int skip(int length) throws IOException { in skip() 102 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() 114 public void skipFully(int length) throws IOException { in skipFully() 119 public int peek(byte[] target, int offset, int length) throws IOException { in peek() 144 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully() 154 public void peekFully(byte[] target, int offset, int length) throws IOException { in peekFully() [all …]
|
/external/openthread/tests/unit/ |
D | test_flash.cpp | 67 uint16_t length = key; in TestFlash() local 74 uint16_t length = key; in TestFlash() local 96 uint16_t length = index; in TestFlash() local 103 uint16_t length = index; in TestFlash() local 122 uint16_t length = index; in TestFlash() local 136 uint16_t length = index + 12; in TestFlash() local 155 uint16_t length = key; in TestFlash() local 173 uint16_t length = index & 0xf; in TestFlash() local 180 uint16_t length = key; in TestFlash() local
|
D | test_message.cpp | 103 for (uint16_t length = 0; length <= kMaxSize - offset; length++) in TestMessage() local 142 for (uint16_t length = kMaxSize - offset + 1; length <= kMaxSize + 1; length++) in TestMessage() local 160 for (uint16_t length = kMaxSize - offset + 1; length <= kMaxSize + 1; length++) in TestMessage() local 197 …for (uint16_t length = 0; length <= kMaxSize - Max(writeOffset, readOffset); length += kLengthStep) in TestMessage() local 221 uint16_t length = kMaxSize - readOffset; in TestMessage() local 238 uint16_t length = kMaxSize - writeOffset; in TestMessage() local 257 …for (uint16_t length = 0; length <= kMaxSize - Max(writeOffset, readOffset); length += kLengthStep) in TestMessage() local 281 for (uint16_t length = 0; length <= kMaxSize - srcOffset; length += kLengthStep) in TestMessage() local 302 for (uint16_t length = 0; length <= kMaxSize - srcOffset; length++) in TestMessage() local 320 for (uint16_t length = 0; length <= kMaxSize - offset; length += kLengthStep) in TestMessage() local [all …]
|
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/ |
D | page_allocator.cc | 51 size_t length, in AllocPagesIncludingReserved() 131 size_t length, in SystemAllocPages() 148 uintptr_t AllocPages(size_t length, in AllocPages() 157 size_t length, in AllocPages() 165 size_t length, in AllocPages() 176 size_t length, in AllocPagesWithAlignOffset() 258 void FreePages(uintptr_t address, size_t length) { in FreePages() 265 void FreePages(void* address, size_t length) { in FreePages() 270 size_t length, in TrySetSystemPagesAccess() 277 size_t length, in TrySetSystemPagesAccess() [all …]
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/ |
D | page_allocator.cc | 51 size_t length, in AllocPagesIncludingReserved() 131 size_t length, in SystemAllocPages() 148 uintptr_t AllocPages(size_t length, in AllocPages() 157 size_t length, in AllocPages() 165 size_t length, in AllocPages() 176 size_t length, in AllocPagesWithAlignOffset() 258 void FreePages(uintptr_t address, size_t length) { in FreePages() 265 void FreePages(void* address, size_t length) { in FreePages() 270 size_t length, in TrySetSystemPagesAccess() 277 size_t length, in TrySetSystemPagesAccess() [all …]
|
/external/webrtc/common_audio/signal_processing/ |
D | min_max_operations.c | 37 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() 158 int16_t WebRtcSpl_MaxAbsElementW16(const int16_t* vector, size_t length) { in WebRtcSpl_MaxAbsElementW16() 168 size_t WebRtcSpl_MaxIndexW16(const int16_t* vector, size_t length) { in WebRtcSpl_MaxIndexW16() 185 size_t WebRtcSpl_MaxIndexW32(const int32_t* vector, size_t length) { in WebRtcSpl_MaxIndexW32() [all …]
|
/external/brotli/java/org/brotli/dec/ |
D | CompoundDictionaryTest.java | 35 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/webrtc/modules/audio_coding/neteq/ |
D | audio_vector.cc | 47 void AudioVector::CopyTo(size_t length, in CopyTo() 64 const size_t length = prepend_this.Size(); in PushFront() local 81 void AudioVector::PushFront(const int16_t* prepend_this, size_t length) { in PushFront() 102 size_t length, in PushBack() 125 void AudioVector::PushBack(const int16_t* append_this, size_t length) { in PushBack() 140 void AudioVector::PopFront(size_t length) { in PopFront() 147 void AudioVector::PopBack(size_t length) { in PopBack() 162 size_t length, in InsertAt() 179 void AudioVector::InsertZerosAt(size_t length, size_t position) { in InsertZerosAt() 196 size_t length, in OverwriteAt() [all …]
|
/external/virglrenderer/src/ |
D | vrend_decode.c | 69 uint16_t length) in vrend_decode_create_shader() 135 uint32_t handle, uint16_t length) in vrend_decode_create_stream_output_target() 150 …vrend_decode_set_framebuffer_state(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_set_framebuffer_state() 172 …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() 193 static int vrend_decode_clear(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_clear() 213 …tic int vrend_decode_clear_texture(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_clear_texture() 239 …nt vrend_decode_set_viewport_state(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_set_viewport_state() 268 … int vrend_decode_set_index_buffer(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_set_index_buffer() 279 …t vrend_decode_set_constant_buffer(struct vrend_context *ctx, const uint32_t *buf, uint32_t length) in vrend_decode_set_constant_buffer() 297 …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/trusty/arm-trusted-firmware/plat/st/stm32mp1/ |
D | stm32mp1_usb_dfu.c | 185 uint16_t length; in update_serial_num_string() local 217 static uint8_t *stm32mp1_get_qualifier_desc(uint16_t *length) in stm32mp1_get_qualifier_desc() 229 static uint8_t *stm32mp1_get_config_desc(uint16_t *length) in stm32mp1_get_config_desc() 241 static uint8_t *stm32mp1_device_desc(uint16_t *length) in stm32mp1_device_desc() 253 static uint8_t *stm32mp1_lang_id_desc(uint16_t *length) in stm32mp1_lang_id_desc() 265 static uint8_t *stm32mp1_product_desc(uint16_t *length) in stm32mp1_product_desc() 290 static uint8_t *stm32mp1_manufacturer_desc(uint16_t *length) in stm32mp1_manufacturer_desc() 302 static uint8_t *stm32mp1_serial_desc(uint16_t *length) in stm32mp1_serial_desc() 314 static uint8_t *stm32mp1_config_desc(uint16_t *length) in stm32mp1_config_desc() 326 static uint8_t *stm32mp1_interface_desc(uint16_t *length) in stm32mp1_interface_desc() [all …]
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/ |
D | usbd_desc.c | 273 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/L476RG/Src/ |
D | usbd_desc.c | 273 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_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ |
D | ExtractorUtilTest.java | 51 int length = 4; in peekToLength_endNotReached() local 74 int length = TEST_DATA.length + 1; in peekToLength_endReached() local 96 int length = 4; in readFullyQuietly_endNotReached_isTrueAndReadsData() local 114 int length = TEST_DATA.length + 1; in readFullyQuietly_endReached_isFalse() local 133 int length = 4; in skipFullyQuietly_endNotReached_isTrueAndSkipsData() local 147 int length = TEST_DATA.length + 1; in skipFullyQuietly_endReached_isFalse() local 168 int length = 4; in peekFullyQuietly_endNotReached_isTrueAndPeeksData() local 187 int length = TEST_DATA.length + 1; in peekFullyQuietly_endReachedWithEndOfInputAllowed_isFalse() local 204 int length = TEST_DATA.length + 1; in peekFullyQuietly_endReachedWithoutEndOfInputAllowed_throws() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ |
D | ExtractorUtilTest.java | 51 int length = 4; in peekToLength_endNotReached() local 74 int length = TEST_DATA.length + 1; in peekToLength_endReached() local 96 int length = 4; in readFullyQuietly_endNotReached_isTrueAndReadsData() local 114 int length = TEST_DATA.length + 1; in readFullyQuietly_endReached_isFalse() local 133 int length = 4; in skipFullyQuietly_endNotReached_isTrueAndSkipsData() local 147 int length = TEST_DATA.length + 1; in skipFullyQuietly_endReached_isFalse() local 168 int length = 4; in peekFullyQuietly_endNotReached_isTrueAndPeeksData() local 187 int length = TEST_DATA.length + 1; in peekFullyQuietly_endReachedWithEndOfInputAllowed_isFalse() local 204 int length = TEST_DATA.length + 1; in peekFullyQuietly_endReachedWithoutEndOfInputAllowed_throws() local
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | ReadableBuffers.java | 61 public static ReadableBuffer wrap(byte[] bytes, int offset, int length) { in wrap() 79 int length = buffer.readableBytes(); in readArray() local 141 ByteArrayWrapper(byte[] bytes, int offset, int length) { in ByteArrayWrapper() 157 public void skipBytes(int length) { in skipBytes() 169 public void readBytes(byte[] dest, int destIndex, int length) { in readBytes() 177 int length = dest.remaining(); in readBytes() local 184 public void readBytes(OutputStream dest, int length) throws IOException { in readBytes() 191 public ByteArrayWrapper readBytes(int length) { in readBytes() 254 public void skipBytes(int length) { in skipBytes() 260 public void readBytes(byte[] dest, int destOffset, int length) { in readBytes() [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | FakeExtractorInput.java | 110 public int read(byte[] buffer, int offset, int length) throws IOException { in read() 117 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully() 124 public void readFully(byte[] target, int offset, int length) throws IOException { in readFully() 129 public int skip(int length) throws IOException { in skip() 136 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() 142 public void skipFully(int length) throws IOException { in skipFully() 147 public int peek(byte[] target, int offset, int length) throws IOException { in peek() 154 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully() 161 public void peekFully(byte[] target, int offset, int length) throws IOException { in peekFully() 166 public boolean advancePeekPosition(int length, boolean allowEndOfInput) throws IOException { in advancePeekPosition() [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | FakeExtractorInput.java | 110 public int read(byte[] buffer, int offset, int length) throws IOException { in read() 117 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully() 124 public void readFully(byte[] target, int offset, int length) throws IOException { in readFully() 129 public int skip(int length) throws IOException { in skip() 136 public boolean skipFully(int length, boolean allowEndOfInput) throws IOException { in skipFully() 142 public void skipFully(int length) throws IOException { in skipFully() 147 public int peek(byte[] target, int offset, int length) throws IOException { in peek() 154 public boolean peekFully(byte[] target, int offset, int length, boolean allowEndOfInput) in peekFully() 161 public void peekFully(byte[] target, int offset, int length) throws IOException { in peekFully() 166 public boolean advancePeekPosition(int length, boolean allowEndOfInput) throws IOException { in advancePeekPosition() [all …]
|