Home
last modified time | relevance | path

Searched defs:buffer (Results 226 – 250 of 17320) sorted by relevance

12345678910>>...693

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.drop.while/
H A Dbegin.pass.cpp58 int buffer[] = {1}; in testOne() local
67 int buffer[] = {1}; in testOne() local
76 int buffer[] = {1, 2, 3, 4, 5}; in testOne() local
85 int buffer[] = {1, 2, 3, 4, 5}; in testOne() local
94 int buffer[] = {1, 2, 3, 2, 1}; in testOne() local
117 int buffer[] = {1, 2, 3, 2, 1}; in testOne() local
130 int buffer[] = {1, 2, 3, 2, 1}; in testOne() local
139 int buffer[] = {1, 2, 3, 2, 1}; in testOne() local
149 int buffer[] = {1, 2, 3, 2, 1}; in testOne() local
/aosp_15_r20/external/tpm2-tss/test/unit/
H A DUINT16-marshal.c26 uint8_t buffer [2] = { 0 }; in UINT16_marshal_success() local
43 uint8_t buffer [3] = { 0 }; in UINT16_marshal_success_offset() local
92 uint8_t buffer [2] = { 0 }; in UINT16_marshal_buffer_size_lt_data() local
109 uint8_t buffer [2] = { 0 }; in UINT16_marshal_buffer_size_lt_offset() local
125 uint8_t buffer [2] = { 0xde, 0xad }; in UINT16_unmarshal_success() local
143 uint8_t buffer [3] = { 0xbe, 0xef }; in UINT16_unmarshal_success_offset() local
174 uint8_t buffer [1]; in UINT16_unmarshal_dest_null() local
189 uint8_t buffer [1]; in UINT16_unmarshal_buffer_size_lt_offset() local
207 uint8_t buffer [1]; in UINT16_unmarshal_buffer_size_lt_dest() local
H A DUINT64-marshal.c27 uint8_t buffer [8] = { 0 }; in UINT64_marshal_success() local
44 uint8_t buffer [9] = { 0 }; in UINT64_marshal_success_offset() local
93 uint8_t buffer [8] = { 0 }; in UINT64_marshal_buffer_size_lt_data() local
110 uint8_t buffer [8] = { 0 }; in UINT64_marshal_buffer_size_lt_offset() local
126 uint8_t buffer [8] = { 0xde, 0xad, 0xbe, 0xef, 0xde, 0xad, 0xbe, 0xef }; in UINT64_unmarshal_success() local
144 uint8_t buffer [9] = { 0xff, 0xde, 0xad, 0xbe, 0xef, 0xde, 0xad, 0xbe, 0xef }; in UINT64_unmarshal_success_offset() local
175 uint8_t buffer [1]; in UINT64_unmarshal_dest_null() local
190 uint8_t buffer [1]; in UINT64_unmarshal_buffer_size_lt_offset() local
208 uint8_t buffer [3]; in UINT64_unmarshal_buffer_size_lt_dest() local
H A DUINT32-marshal.c27 uint8_t buffer [4] = { 0 }; in UINT32_marshal_success() local
44 uint8_t buffer [5] = { 0 }; in UINT32_marshal_success_offset() local
93 uint8_t buffer [4] = { 0 }; in UINT32_marshal_buffer_size_lt_data() local
110 uint8_t buffer [4] = { 0 }; in UINT32_marshal_buffer_size_lt_offset() local
126 uint8_t buffer [4] = { 0xde, 0xad, 0xbe, 0xef }; in UINT32_unmarshal_success() local
144 uint8_t buffer [5] = { 0xff, 0xde, 0xad, 0xbe, 0xef }; in UINT32_unmarshal_success_offset() local
175 uint8_t buffer [1]; in UINT32_unmarshal_dest_null() local
190 uint8_t buffer [1]; in UINT32_unmarshal_buffer_size_lt_offset() local
208 uint8_t buffer [3]; in UINT32_unmarshal_buffer_size_lt_dest() local
/aosp_15_r20/frameworks/native/libs/input/tests/
H A DRingBuffer_test.cpp36 RingBuffer<int> buffer(/*capacity=*/3); in TEST() local
75 RingBuffer<std::unique_ptr<int>> buffer(/*capacity=*/2); in TEST() local
85 RingBuffer<int> buffer(/*count=*/3, /*value=*/10); in TEST() local
122 RingBuffer<int> buffer(/*capacity=*/2); in TEST() local
137 RingBuffer<int> buffer(/*capacity=*/2); in TEST() local
151 RingBuffer<int> buffer(/*capacity=*/3); in TEST() local
181 RingBuffer<int> buffer(/*capacity=*/2); in TEST() local
197 RingBuffer<int> buffer(/*capacity=*/2); in TEST() local
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/profile/
Dencode.go108 func (p *Profile) encode(b *buffer) {
301 func (p *ValueType) encode(b *buffer) {
318 func (p *Sample) encode(b *buffer) {
347 func (p Label) encode(b *buffer) {
367 func (p *Mapping) encode(b *buffer) {
398 func (p *Location) encode(b *buffer) {
424 func (p *Line) encode(b *buffer) {
441 func (p *Function) encode(b *buffer) {
/aosp_15_r20/external/skia/src/opts/
H A DSkMemset_opts.h17 static void memsetT(T buffer[], T value, int count) { in memsetT()
38 /*not static*/ inline void memset16(uint16_t buffer[], uint16_t value, int count) { in memset16()
41 /*not static*/ inline void memset32(uint32_t buffer[], uint32_t value, int count) { in memset32()
44 /*not static*/ inline void memset64(uint64_t buffer[], uint64_t value, int count) { in memset64()
49 static void rect_memsetT(T buffer[], T value, int count, size_t rowBytes, int height) { in rect_memsetT()
56 /*not static*/ inline void rect_memset16(uint16_t buffer[], uint16_t value, int count, in rect_memset16()
60 /*not static*/ inline void rect_memset32(uint32_t buffer[], uint32_t value, int count, in rect_memset32()
64 /*not static*/ inline void rect_memset64(uint64_t buffer[], uint64_t value, int count, in rect_memset64()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/predef.iterators/iterators.common/
H A Dplus_plus.pass.cpp26 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
44 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
62 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
80 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
100 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
118 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
136 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
156 int buffer[] = {0, 1, 2, 3, 4}; in test() local
/aosp_15_r20/hardware/google/gchips/gralloc4/src/stable-c/
DGrallocMapper.cpp49 AIMapper_Error GrallocMapper::freeBuffer(buffer_handle_t _Nonnull buffer) { in freeBuffer()
55 AIMapper_Error GrallocMapper::lock(buffer_handle_t _Nonnull buffer, uint64_t cpuUsage, in lock()
74 AIMapper_Error GrallocMapper::unlock(buffer_handle_t _Nonnull buffer, int* _Nonnull releaseFence) { in unlock()
81 AIMapper_Error GrallocMapper::flushLockedBuffer(buffer_handle_t _Nonnull buffer) { in flushLockedBuffer()
88 AIMapper_Error GrallocMapper::rereadLockedBuffer(buffer_handle_t _Nonnull buffer) { in rereadLockedBuffer()
93 int32_t GrallocMapper::getStandardMetadata(buffer_handle_t _Nonnull buffer, in getStandardMetadata()
107 int32_t GrallocMapper::getMetadata(buffer_handle_t _Nonnull buffer, in getMetadata()
202 AIMapper_Error GrallocMapper::setMetadata(buffer_handle_t _Nonnull buffer, in setMetadata()
215 AIMapper_Error GrallocMapper::getTransportSize(buffer_handle_t _Nonnull buffer, in getTransportSize()
267 AIMapper_Error GrallocMapper::getReservedRegion(buffer_handle_t _Nonnull buffer, in getReservedRegion()
/aosp_15_r20/external/libcxx/test/std/experimental/simd/simd.mem/
H A Dstore.pass.cpp28 alignas(32) int32_t buffer[4] = {0}; in test_store() local
36 alignas(32) int32_t buffer[4] = {0}; in test_store() local
44 alignas(32) int32_t buffer[4] = {0}; in test_store() local
53 alignas(32) int32_t buffer[4] = {0}; in test_store() local
61 alignas(32) int32_t buffer[4] = {0}; in test_store() local
69 alignas(32) int32_t buffer[4] = {0}; in test_store() local
80 float buffer[4] = {0.}; in test_converting_store() local
/aosp_15_r20/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.cpp181 const char* DNSName::read(const char* buffer, const char* buffer_end) { in read()
194 char* DNSName::write(char* buffer, const char* buffer_end) const { in write()
223 const char* DNSName::parseField(const char* buffer, const char* buffer_end, bool* last) { in parseField()
252 const char* DNSQuestion::read(const char* buffer, const char* buffer_end) { in read()
267 char* DNSQuestion::write(char* buffer, const char* buffer_end) const { in write()
280 char buffer[16384]; in toString() local
286 const char* DNSRecord::read(const char* buffer, const char* buffer_end) { in read()
306 char* DNSRecord::write(char* buffer, const char* buffer_end) const { in write()
319 char buffer[16384]; in toString() local
325 const char* DNSRecord::readIntFields(const char* buffer, const char* buffer_end, unsigned* rdlen) { in readIntFields()
[all …]
/aosp_15_r20/hardware/interfaces/graphics/mapper/stable-c/implutils/
H A Dimpltests.cpp39 static std::span<uint8_t> SkipHeader(std::vector<uint8_t>& buffer) { in SkipHeader()
68 std::vector<uint8_t> buffer(10000, 0); in TEST() local
85 std::vector<uint8_t> buffer(10000, 0); in TEST() local
102 std::vector<uint8_t> buffer(10000, 'a'); in TEST() local
120 std::vector<uint8_t> buffer; in TEST() local
138 std::vector<uint8_t> buffer(10000, 0); in TEST() local
155 std::vector<uint8_t> buffer(10000, 0); in TEST() local
169 std::vector<uint8_t> buffer(10000, 0); in TEST() local
187 std::vector<uint8_t> buffer(10000, 0); in TEST() local
211 std::vector<uint8_t> buffer(10000, 0); in TEST() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
Dencode.go132 func (p *Profile) encode(b *buffer) {
404 func (p *ValueType) encode(b *buffer) {
421 func (p *Sample) encode(b *buffer) {
448 func (p label) encode(b *buffer) {
471 func (p *Mapping) encode(b *buffer) {
502 func (p *Location) encode(b *buffer) {
530 func (p *Line) encode(b *buffer) {
550 func (p *Function) encode(b *buffer) {
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_structtree.cpp22 void* buffer, in WideStringToBuffer()
87 void* buffer, in FPDF_StructElement_GetAltText()
96 void* buffer, in FPDF_StructElement_GetActualText()
105 void* buffer, in FPDF_StructElement_GetID()
119 void* buffer, in FPDF_StructElement_GetLang()
185 void* buffer, in FPDF_StructElement_GetStringAttribute()
220 void* buffer, in FPDF_StructElement_GetType()
232 void* buffer, in FPDF_StructElement_GetObjType()
244 void* buffer, in FPDF_StructElement_GetTitle()
296 void* buffer, in FPDF_StructElement_Attr_GetName()
[all …]
/aosp_15_r20/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderValueParser.java110 CharArrayBuffer buffer = new CharArrayBuffer(value.length()); in parseElements() local
118 public HeaderElement[] parseElements(final CharArrayBuffer buffer, in parseElements()
161 CharArrayBuffer buffer = new CharArrayBuffer(value.length()); in parseHeaderElement() local
169 public HeaderElement parseHeaderElement(final CharArrayBuffer buffer, in parseHeaderElement()
226 CharArrayBuffer buffer = new CharArrayBuffer(value.length()); in parseParameters() local
235 public NameValuePair[] parseParameters(final CharArrayBuffer buffer, in parseParameters()
296 CharArrayBuffer buffer = new CharArrayBuffer(value.length()); in parseNameValuePair() local
304 public NameValuePair parseNameValuePair(final CharArrayBuffer buffer, in parseNameValuePair()
320 public NameValuePair parseNameValuePair(final CharArrayBuffer buffer, in parseNameValuePair()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_schedule_test.cc59 ScheduleModule(module.get(), [](const BufferValue& buffer) { in TEST_F()
93 ScheduleModule(module.get(), [](const BufferValue& buffer) { in TEST_F()
142 ScheduleModule(module.get(), [](const BufferValue& buffer) { in TEST_F()
186 ScheduleModule(module.get(), [](const BufferValue& buffer) { in TEST_F()
247 ScheduleModule(module.get(), [](const BufferValue& buffer) { in TEST_F()
316 ScheduleModule(module.get(), [](const BufferValue& buffer) { in TEST_F()
388 [](const BufferValue& buffer) { in TEST_F()
393 /*algorithm=*/{}, {HloInstruction::kMainExecutionThread})); in TEST_F()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/experimental/simd/simd.mem/
H A Dstore.pass.cpp28 alignas(32) std::int32_t buffer[4] = {0}; in test_store() local
36 alignas(32) std::int32_t buffer[4] = {0}; in test_store() local
44 alignas(32) std::int32_t buffer[4] = {0}; in test_store() local
53 alignas(32) std::int32_t buffer[4] = {0}; in test_store() local
61 alignas(32) std::int32_t buffer[4] = {0}; in test_store() local
69 alignas(32) std::int32_t buffer[4] = {0}; in test_store() local
80 float buffer[4] = {0.}; in test_converting_store() local
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/
Dipv4_exts_slice.rs199 let buffer = { localVariable
200 let mut buffer = Vec::with_capacity(auth.header_len()); localVariable
235 let buffer = { localVariable
236 let mut buffer = Vec::with_capacity(auth.header_len()); localVariable
325 let buffer = { localVariable
326 let mut buffer = Vec::with_capacity(auth.header_len()); localVariable
352 let buffer = { in is_empty() localVariable
354 let mut buffer = Vec::with_capacity(auth.header_len()); in is_empty() localVariable
Dipv6_fragment_header_slice.rs206 let mut buffer: Vec<u8> = Vec::with_capacity(8 + dummy_data.len()); localVariable
239 let mut buffer: Vec<u8> = Vec::with_capacity(8 + dummy_data.len()); localVariable
254 let buffer = input.to_bytes(); localVariable
280 let buffer = header.to_bytes(); localVariable
293 let buffer = header.to_bytes(); localVariable
307 let buffer = header.to_bytes(); localVariable
321 let buffer = header.to_bytes(); localVariable
331 let buffer = input.to_bytes(); localVariable
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/graphics/mapper/4.0/[email protected]_genc++/gen/android/hardware/graphics/mapper/4.0/
DMapperAll.cpp561 …hidl_this, ::android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, void* buffer) { in _hidl_freeBuffer()
627 …ndroid::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, void* buffer, const ::androi… in _hidl_validateBufferSize()
711 …ndroid::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, void* buffer, getTransportSi… in _hidl_getTransportSize()
791 …ndroid::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, void* buffer, uint64_t cpuUs… in _hidl_lock()
882 …ndroid::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, void* buffer, unlock_cb _hid… in _hidl_unlock()
961 …ndroid::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, void* buffer, flushLockedBuf… in _hidl_flushLockedBuffer()
1040 …hidl_this, ::android::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, void* buffer) { in _hidl_rereadLockedBuffer()
1189 …ndroid::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, void* buffer, const ::androi… in _hidl_get()
1291 …ndroid::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, void* buffer, const ::androi… in _hidl_set()
1590 …ndroid::hardware::details::HidlInstrumentor *_hidl_this_instrumentor, void* buffer, dumpBuffer_cb … in _hidl_dumpBuffer()
[all …]
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DCompositeReadableBuffer.java57 public void addBuffer(ReadableBuffer buffer) { in addBuffer()
65 private void enqueueBuffer(ReadableBuffer buffer) { in enqueueBuffer()
173 ReadableBuffer buffer = readableBuffers.peek(); in readBytes() local
222 ReadableBuffer buffer = readableBuffers.peek(); in mark() local
233 ReadableBuffer buffer; in reset() local
289 ReadableBuffer buffer = readableBuffers.peek(); in execute() local
319 ReadableBuffer buffer = readableBuffers.peek(); in advanceBufferIfNecessary() local
353 int read(ReadableBuffer buffer, int length, T dest, int value) throws IOException; in read()
358 int read(ReadableBuffer buffer, int length, T dest, int value); in read()
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dbyte_buffer_test.cc55 ByteBuffer buffer(&s, 1); in TEST_F() local
63 ByteBuffer buffer(&slices[0], 2); in TEST_F() local
69 ByteBuffer buffer(&s, 1); in TEST_F() local
78 ByteBuffer buffer(&slices[0], 2); in TEST_F() local
100 ByteBuffer buffer(&slices[0], 2); in TEST_F() local
115 ByteBuffer buffer(&slices[0], 2); in TEST_F() local
127 ByteBuffer buffer(&slices[0], 1); in TEST_F() local
138 ByteBuffer buffer(&slices[0], 2); in TEST_F() local
147 ByteBuffer buffer(&slices[0], 2); in TEST_F() local
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/test/
H A DBufferTest.cpp85 const auto buffer = Buffer::create(mockBuffer, kToken).value(); in TEST() local
97 const auto buffer = Buffer::create(mockBuffer, kToken).value(); in TEST() local
110 const auto buffer = Buffer::create(mockBuffer, kToken).value(); in TEST() local
124 const auto buffer = Buffer::create(mockBuffer, kToken).value(); in TEST() local
140 const auto buffer = Buffer::create(mockBuffer, kToken).value(); in TEST() local
154 const auto buffer = Buffer::create(mockBuffer, kToken).value(); in TEST() local
167 const auto buffer = Buffer::create(mockBuffer, kToken).value(); in TEST() local
183 const auto buffer = Buffer::create(mockBuffer, kToken).value(); in TEST() local
199 const auto buffer = Buffer::create(mockBuffer, kToken).value(); in TEST() local
/aosp_15_r20/bootable/libbootloader/gbl/libbootparams/src/
H A Dbootconfig.rs24 buffer: &'a mut [u8], field
201 let mut buffer = [0u8; TEST_CONFIG.len() + TEST_CONFIG_TRAILER.len()]; in test_add() localVariable
212 let mut buffer = [0u8; TEST_CONFIG.len() + TEST_CONFIG_TRAILER.len()]; in test_add_incremental() localVariable
226 let mut buffer = [0u8; TEST_CONFIG.len() + TEST_CONFIG_TRAILER.len()]; in test_add_with_incremental() localVariable
252 let mut buffer = [0u8; TEST_CONFIG.len() + TEST_CONFIG_TRAILER.len()]; in test_add_incremental_via_fmt_write() localVariable
265 let mut buffer = [0u8; BOOTCONFIG_TRAILER_SIZE - 1]; in test_new_buffer_too_small() localVariable
271 let mut buffer = [0u8; BOOTCONFIG_TRAILER_SIZE + 1]; in test_add_buffer_too_small() localVariable
278 let mut buffer = [0u8; BOOTCONFIG_TRAILER_SIZE + 1]; in test_add_empty_string() localVariable
285 let mut buffer = [0u8; BOOTCONFIG_TRAILER_SIZE + 1]; in test_add_with_error() localVariable
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dulocbuildertst.c401 char buffer[ULOC_FULLNAME_CAPACITY]; in TestSetLanguageWellFormed() local
471 char buffer[ULOC_FULLNAME_CAPACITY]; in TestSetLanguageIllFormed() local
502 char buffer[ULOC_FULLNAME_CAPACITY]; in TestSetScriptWellFormed() local
574 char buffer[ULOC_FULLNAME_CAPACITY]; in TestSetScriptIllFormed() local
606 char buffer[ULOC_FULLNAME_CAPACITY]; in TestSetRegionWellFormed() local
679 char buffer[ULOC_FULLNAME_CAPACITY]; in TestSetRegionIllFormed() local
756 char buffer[ULOC_FULLNAME_CAPACITY]; in TestSetVariantWellFormed() local
865 char buffer[ULOC_FULLNAME_CAPACITY]; in TestSetVariantIllFormed() local
892 char buffer[ULOC_FULLNAME_CAPACITY]; in TestSetUnicodeLocaleKeywordWellFormed() local
918 char buffer[ULOC_FULLNAME_CAPACITY]; in TestSetUnicodeLocaleKeywordIllFormedKey() local
[all …]

12345678910>>...693