/aosp_15_r20/external/coreboot/src/lib/ |
H A D | gcov-io.c | 253 gcov_unsigned_t *buffer = gcov_write_words(1); in gcov_write_unsigned() local 265 gcov_unsigned_t *buffer = gcov_write_words(2); in gcov_write_counter() local 284 gcov_unsigned_t *buffer; in gcov_write_string() local 307 gcov_unsigned_t *buffer = gcov_write_words(2); in gcov_write_tag() local 325 gcov_unsigned_t *buffer; in gcov_write_length() local 345 gcov_unsigned_t *buffer = gcov_write_words(2); in gcov_write_tag_length() local 427 const gcov_unsigned_t *buffer = gcov_read_words(1); in gcov_read_unsigned() local 442 const gcov_unsigned_t *buffer = gcov_read_words(2); in gcov_read_counter() local
|
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | NioTest.kt | 64 val buffer = Buffer() in writableChannelBuffer() constant 71 val buffer = Buffer() in writableChannelBufferedSink() constant 89 val buffer = Buffer() in readableChannelBuffer() constant 96 val buffer = Buffer() in readableChannelBufferedSource() constant
|
H A D | OkioKotlinTest.kt | 44 val buffer = Buffer() in inputStreamSource() constant 69 val buffer = Buffer() in fileSource() constant 93 val buffer = Buffer() in pathSource() constant 123 val buffer = Buffer() in socketSource() constant
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | address_tracker_linux_unittest.cc | 191 NetlinkBuffer buffer; in TEST_F() local 225 NetlinkBuffer buffer; in TEST_F() local 260 NetlinkBuffer buffer; in TEST_F() local 283 NetlinkBuffer buffer; in TEST_F() local 323 NetlinkBuffer buffer; in TEST_F() local 367 NetlinkBuffer buffer; in TEST_F() local 398 NetlinkBuffer buffer; in TEST_F() local 451 NetlinkBuffer buffer; in TEST_F() local 504 NetlinkBuffer buffer; in TEST_F() local 526 NetlinkBuffer buffer; in TEST_F() local [all …]
|
/aosp_15_r20/frameworks/libs/binary_translation/guest_abi/riscv64/ |
D | guest_arguments_test.cc | 33 GuestArgumentBuffer buffer; in TEST() member 89 GuestArgumentBuffer buffer; in TEST() member 198 GuestArgumentBuffer buffer{.argv = {ToGuestAddr(&result), 0xdead0000beef}}; in TEST() local 219 GuestArgumentBuffer buffer{.argv = {100}, .fp_argv = {0x3fe0000000000000}}; in TEST() local 237 GuestArgumentBuffer buffer{.argv = {100}, .fp_argv = {0x3fe0000000000000}}; in TEST() local 245 GuestArgumentBuffer buffer{.argv = {100}, .fp_argv = {0x3fe0000000000000}}; in TEST() local 252 GuestArgumentBuffer buffer{.argv = {100}, .fp_argv = {0x3fe0000000000000}}; in TEST() local
|
/aosp_15_r20/external/mesa3d/src/android_stub/ |
H A D | nativewindow_stub.cpp | 12 AHardwareBuffer_acquire(AHardwareBuffer *buffer) in AHardwareBuffer_acquire() 17 AHardwareBuffer_release(AHardwareBuffer *buffer) in AHardwareBuffer_release() 22 AHardwareBuffer_describe(const AHardwareBuffer *buffer, in AHardwareBuffer_describe() 41 AHardwareBuffer_getNativeHandle(const AHardwareBuffer *buffer) in AHardwareBuffer_getNativeHandle() 78 ANativeWindowBuffer **buffer, in ANativeWindow_dequeueBuffer() 86 ANativeWindowBuffer *buffer, in ANativeWindow_queueBuffer() 93 ANativeWindowBuffer* buffer, in ANativeWindow_cancelBuffer()
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/files/ |
D | StreamSerializing.h | 39 void saveBuffer(Stream* stream, const std::vector<T>& buffer) { in saveBuffer() 45 bool loadBuffer(Stream* stream, std::vector<T>* buffer) { in loadBuffer() 53 void saveBuffer(Stream* stream, const SmallVector<T>& buffer) { in saveBuffer() 59 bool loadBuffer(Stream* stream, SmallVector<T>* buffer) { in loadBuffer() 68 void saveBuffer(Stream* stream, const std::vector<T>& buffer, SaveFunc&& saver) { in saveBuffer() 76 void saveBuffer(Stream* stream, const T* buffer, size_t numElts) { in saveBuffer() 88 void loadBuffer(Stream* stream, std::vector<T>* buffer, LoadFunc&& loader) { in loadBuffer()
|
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/files/ |
D | StreamSerializing.h | 39 void saveBuffer(Stream* stream, const std::vector<T>& buffer) { in saveBuffer() 45 bool loadBuffer(Stream* stream, std::vector<T>* buffer) { in loadBuffer() 53 void saveBuffer(Stream* stream, const SmallVector<T>& buffer) { in saveBuffer() 59 bool loadBuffer(Stream* stream, SmallVector<T>* buffer) { in loadBuffer() 68 void saveBuffer(Stream* stream, const std::vector<T>& buffer, SaveFunc&& saver) { in saveBuffer() 76 void saveBuffer(Stream* stream, const T* buffer, size_t numElts) { in saveBuffer() 88 void loadBuffer(Stream* stream, std::vector<T>* buffer, LoadFunc&& loader) { in loadBuffer()
|
/aosp_15_r20/device/google/contexthub/util/stm32_flash/ |
D | stm32_bl.c | 45 uint8_t buffer[sizeof(uint8_t)+1]; in write_len() local 54 uint8_t buffer[sizeof(uint16_t)+1]; in write_cnt() local 64 uint8_t buffer[sizeof(uint32_t)+1]; in write_addr() local 77 uint8_t buffer[sizeof(uint8_t)+256+sizeof(uint8_t)]; in write_len_data() local 103 uint8_t buffer[sizeof(uint16_t)+sizeof(uint16_t)+1]; in erase_sector() local 134 uint8_t read_memory(handle_t *handle, uint32_t addr, uint32_t length, uint8_t *buffer) in read_memory() 169 uint8_t write_memory(handle_t *handle, uint32_t addr, uint32_t length, uint8_t *buffer) in write_memory()
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/ |
H A D | packet_buffer_unittest.cc | 111 PacketBuffer* buffer = new PacketBuffer(10, &tick_timer); // 10 packets. in TEST() local 118 PacketBuffer buffer(10, &tick_timer); // 10 packets. in TEST() local 147 PacketBuffer buffer(10, &tick_timer); // 10 packets. in TEST() local 178 PacketBuffer buffer(10, &tick_timer); // 10 packets. in TEST() local 226 PacketBuffer buffer(10, &tick_timer); // 10 packets. in TEST() local 265 PacketBuffer buffer(10, &tick_timer); // 10 packets. in TEST() local 306 PacketBuffer buffer(10, &tick_timer); // 10 packets. in TEST() local 350 PacketBuffer buffer(10, &tick_timer); // 10 packets. in TEST() local 402 PacketBuffer buffer(100, &tick_timer); // 100 packets. in TEST() local 471 PacketBuffer buffer(100, &tick_timer); // 100 packets. in TEST() local [all …]
|
/aosp_15_r20/external/pigweed/pw_json/ |
H A D | builder_test.cc | 133 char buffer[128]; in TEST() local 279 JsonBuffer<5> buffer; in TEST() local 291 JsonBuffer<5> buffer; in TEST() local 302 JsonBuffer<7> buffer; in TEST() local 317 JsonBuffer<5> buffer; in TEST() local 328 JsonBuffer<5> buffer; in TEST() local 339 JsonBuffer<14> buffer; in TEST() local 548 JsonBuffer<32> buffer; in __anon1fb128a40502() local 668 JsonBuffer<64> buffer; in TEST() local 685 JsonBuffer<64> buffer; in TEST() local [all …]
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/mock/ |
H A D | NativeWindow.cpp | 27 static int forwardDequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd) { in forwardDequeueBuffer() 31 static int forwardCancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in forwardCancelBuffer() 35 static int forwardQueueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in forwardQueueBuffer() 89 static int forwardDequeueBufferDeprecated(ANativeWindow* window, ANativeWindowBuffer** buffer) { in forwardDequeueBufferDeprecated() 94 static int forwardCancelBufferDeprecated(ANativeWindow* window, ANativeWindowBuffer* buffer) { in forwardCancelBufferDeprecated() 98 static int forwardLockBufferDeprecated(ANativeWindow* window, ANativeWindowBuffer* buffer) { in forwardLockBufferDeprecated() 102 static int forwardQueueBufferDeprecated(ANativeWindow* window, ANativeWindowBuffer* buffer) { in forwardQueueBufferDeprecated()
|
/aosp_15_r20/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_bufferaccess.cpp | 36 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, … in mali_gralloc_lock() 72 int mali_gralloc_lock_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… in mali_gralloc_lock_ycbcr() 168 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer) in mali_gralloc_unlock() 187 int mali_gralloc_get_num_flex_planes(const mali_gralloc_module *m, buffer_handle_t buffer, uint32_t… in mali_gralloc_get_num_flex_planes() 222 int mali_gralloc_lock_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… in mali_gralloc_lock_async() 234 int mali_gralloc_lock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t us… in mali_gralloc_lock_ycbcr_async() 248 int mali_gralloc_lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usa… in mali_gralloc_lock_flex_async() 404 int mali_gralloc_unlock_async(const mali_gralloc_module *m, buffer_handle_t buffer, int32_t *fence_… in mali_gralloc_unlock_async()
|
/aosp_15_r20/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferaccess.cpp | 36 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, … in mali_gralloc_lock() 72 int mali_gralloc_lock_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… in mali_gralloc_lock_ycbcr() 168 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer) in mali_gralloc_unlock() 187 int mali_gralloc_get_num_flex_planes(const mali_gralloc_module *m, buffer_handle_t buffer, uint32_t… in mali_gralloc_get_num_flex_planes() 222 int mali_gralloc_lock_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, i… in mali_gralloc_lock_async() 234 int mali_gralloc_lock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t us… in mali_gralloc_lock_ycbcr_async() 248 int mali_gralloc_lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usa… in mali_gralloc_lock_flex_async() 404 int mali_gralloc_unlock_async(const mali_gralloc_module *m, buffer_handle_t buffer, int32_t *fence_… in mali_gralloc_unlock_async()
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/usb/ |
H A D | UsbDeviceConnection.java | 114 /* package */ boolean queueRequest(UsbRequest request, ByteBuffer buffer, int length) { in queueRequest() 128 /* package */ boolean queueRequest(UsbRequest request, @Nullable ByteBuffer buffer) { in queueRequest() 241 int index, @Nullable byte[] buffer, int length, int timeout) { in controlTransfer() 266 @Nullable byte[] buffer, int offset, int length, int timeout) { in controlTransfer() 293 byte[] buffer, int length, int timeout) { in bulkTransfer() 313 byte[] buffer, int offset, int length, int timeout) { in bulkTransfer() 413 private static void checkBounds(byte[] buffer, int start, int length) { in checkBounds() 440 int index, byte[] buffer, int offset, int length, int timeout); in native_control_request() 441 private native int native_bulk_request(int endpoint, byte[] buffer, in native_bulk_request()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-buffer-serialize.cc | 102 _hb_buffer_serialize_glyphs_json (hb_buffer_t *buffer, in _hb_buffer_serialize_glyphs_json() 205 _hb_buffer_serialize_unicode_json (hb_buffer_t *buffer, in _hb_buffer_serialize_unicode_json() 258 _hb_buffer_serialize_glyphs_text (hb_buffer_t *buffer, in _hb_buffer_serialize_glyphs_text() 352 _hb_buffer_serialize_unicode_text (hb_buffer_t *buffer, in _hb_buffer_serialize_unicode_text() 459 hb_buffer_serialize_glyphs (hb_buffer_t *buffer, in hb_buffer_serialize_glyphs() 561 hb_buffer_serialize_unicode (hb_buffer_t *buffer, in hb_buffer_serialize_unicode() 603 _hb_buffer_serialize_invalid (hb_buffer_t *buffer, in _hb_buffer_serialize_invalid() 659 hb_buffer_serialize (hb_buffer_t *buffer, in hb_buffer_serialize() 746 hb_buffer_deserialize_glyphs (hb_buffer_t *buffer, in hb_buffer_deserialize_glyphs() 819 hb_buffer_deserialize_unicode (hb_buffer_t *buffer, in hb_buffer_deserialize_unicode()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkPictureData.cpp | 94 static void write_tag_size(SkWriteBuffer& buffer, uint32_t tag, size_t size) { in write_tag_size() 159 void SkPictureData::flattenToBuffer(SkWriteBuffer& buffer, bool textBlobsOnly) const { in flattenToBuffer() 240 SkBinaryWriteBuffer buffer(skip_typeface_proc(procs)); in serialize() local 389 SkReadBuffer buffer(storage.get(), size); in parseStreamTag() local 419 static sk_sp<SkImage> create_image_from_buffer(SkReadBuffer& buffer) { in create_image_from_buffer() 423 static sk_sp<SkDrawable> create_drawable_from_buffer(SkReadBuffer& buffer) { in create_drawable_from_buffer() 429 bool new_array_from_buffer(SkReadBuffer& buffer, uint32_t inCount, in new_array_from_buffer() 452 void SkPictureData::parseBufferTag(SkReadBuffer& buffer, uint32_t tag, uint32_t size) { in parseBufferTag() 534 SkPictureData* SkPictureData::CreateFromBuffer(SkReadBuffer& buffer, in CreateFromBuffer() 565 bool SkPictureData::parseBuffer(SkReadBuffer& buffer) { in parseBuffer()
|
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/ |
H A D | AHEVCAssembler.cpp | 134 sp<ABuffer> buffer = *queue->begin(); in addNALUnit() local 297 void AHEVCAssembler::checkSpsUpdated(const sp<ABuffer> &buffer) { in checkSpsUpdated() 317 void AHEVCAssembler::checkIFrameProvided(const sp<ABuffer> &buffer) { in checkIFrameProvided() 334 bool AHEVCAssembler::dropFramesUntilIframe(const sp<ABuffer> &buffer) { in dropFramesUntilIframe() 343 void AHEVCAssembler::addSingleNALUnit(const sp<ABuffer> &buffer) { in addSingleNALUnit() 373 bool AHEVCAssembler::addSingleTimeAggregationPacket(const sp<ABuffer> &buffer) { in addSingleTimeAggregationPacket() 414 sp<ABuffer> buffer = *queue->begin(); in addFragmentedNALUnit() local 477 const sp<ABuffer> &buffer = *it; in addFragmentedNALUnit() local 543 const sp<ABuffer> &buffer = *it; in addFragmentedNALUnit() local 624 sp<ABuffer> buffer = *(queue->begin()); in pickStartSeq() local
|
/aosp_15_r20/external/pigweed/pw_log_rpc/ |
H A D | log_filter_test.cc | 49 ByteSpan buffer, in EncodeLogEntry() 69 Result<ConstByteSpan> EncodeFilter(const Filter& filter, ByteSpan buffer) { in EncodeFilter() 170 std::byte buffer[256]; in TEST() local 328 std::array<std::byte, 50> buffer; in TEST() local 407 std::array<std::byte, 50> buffer; in TEST() local 467 std::array<std::byte, 50> buffer; in TEST() local 566 std::array<std::byte, 50> buffer; in TEST() local 619 std::array<std::byte, 50> buffer; in TEST() local 672 std::byte buffer[256]; in TEST() local 696 std::byte buffer[256]; in TEST() local
|
/aosp_15_r20/hardware/google/graphics/common/libhwjpeg/ |
D | hwjpeg-v4l2.cpp | 353 bool CHWJpegV4L2Compressor::SetJpegBuffer(char *buffer, size_t len_buffer) { in SetJpegBuffer() 361 bool CHWJpegV4L2Compressor::SetJpegBuffer(int buffer, size_t len_buffer, int offset) { in SetJpegBuffer() 370 bool CHWJpegV4L2Compressor::SetJpegBuffer2(char *buffer, size_t len_buffer) { in SetJpegBuffer2() 382 bool CHWJpegV4L2Compressor::SetJpegBuffer2(int buffer, size_t len_buffer) { in SetJpegBuffer2() 726 bool CHWJpegV4L2Compressor::GetJpegBuffer(int *buffer, size_t *len_buffer) { in GetJpegBuffer() 738 bool CHWJpegV4L2Compressor::GetJpegBuffer(char **buffer, size_t *len_buffer) { in GetJpegBuffer() 853 bool CHWJpegV4L2Decompressor::SetImageBuffer(char *buffer, size_t len_buffer) { in SetImageBuffer() 862 bool CHWJpegV4L2Decompressor::SetImageBuffer(int buffer, size_t len_buffer) { in SetImageBuffer() 924 bool CHWJpegV4L2Decompressor::QBufAndWait(const char *buffer, size_t len) { in QBufAndWait() 964 bool CHWJpegV4L2Decompressor::Decompress(const char *buffer, size_t len) { in Decompress()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar27 | ... .lang.String)
String content
byte[] buffer
}
com/android/internal/widget/remotecompose ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-27/ |
D | framework.jar | com/android/internal/widget/remotecompose/core/operations/utilities/StringSerializer.class
... |
/aosp_15_r20/external/tensorflow/tensorflow/lite/profiling/ |
H A D | profile_buffer_test.cc | 30 std::vector<const ProfileEvent*> GetProfileEvents(const ProfileBuffer& buffer) { in GetProfileEvents() 39 ProfileBuffer buffer(/*max_size*/ 0, /*enabled*/ true); in TEST() local 44 ProfileBuffer buffer(/*max_size*/ 10, /*enabled*/ true); in TEST() local 65 ProfileBuffer buffer(/*max_size*/ 10, /*enabled*/ true); in TEST() local 88 ProfileBuffer buffer{max_size, true}; in TEST() local 107 ProfileBuffer buffer{max_initial_size, true, in TEST() local 126 ProfileBuffer buffer(/*max_size*/ 10, /*enabled*/ false); in TEST() local
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/jpeg/features/ |
H A D | encode_jpeg_packer_feature.cpp | 43 MOS_STATUS JpegPackerFeature::PackSOI(BSBuffer *buffer) in PackSOI() 61 BSBuffer *buffer, in PackApplicationData() 78 BSBuffer * buffer, in PackQuantTable() 111 BSBuffer *buffer, in PackFrameHeader() 175 BSBuffer *buffer, in PackHuffmanTable() 215 BSBuffer *buffer) in PackRestartInterval() 241 BSBuffer *buffer) in PackScanHeader()
|
/aosp_15_r20/external/autotest/client/profilers/powertop/src/ |
H A D | misctips.c | 49 char buffer[1024]; in suggest_laptop_mode() local 98 char buffer[1024]; in suggest_nmi_watchdog() local 119 char buffer[1024]; in suggest_hpet() local 162 char buffer[1024]; in suggest_ac97_powersave() local 187 char buffer[1024]; in suggest_noatime() local 221 char buffer[1024]; in suggest_powersched() local 284 char buffer[1024]; in suggest_writeback_time() local
|