Home
last modified time | relevance | path

Searched defs:buffer (Results 426 – 450 of 17320) sorted by relevance

1...<<11121314151617181920>>...693

/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/
H A DStrMatcher.java251 public abstract int isMatch(char[] buffer, int pos, int bufferStart, int bufferEnd); in isMatch()
276 public int isMatch(final char[] buffer, final int pos) { in isMatch()
306 …public int isMatch(final char[] buffer, final int pos, final int bufferStart, final int bufferEnd)… in isMatch()
337 …public int isMatch(final char[] buffer, final int pos, final int bufferStart, final int bufferEnd)… in isMatch()
368 … public int isMatch(final char[] buffer, int pos, final int bufferStart, final int bufferEnd) { in isMatch()
409 …public int isMatch(final char[] buffer, final int pos, final int bufferStart, final int bufferEnd)… in isMatch()
435 …public int isMatch(final char[] buffer, final int pos, final int bufferStart, final int bufferEnd)… in isMatch()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Ddouble-conversion-string-to-double.cpp588 buffer[kBufferSize]; // NOLINT: size is known at compile time. in StringToIeee() local
771 const char* buffer, in StringToDouble()
779 const uc16* buffer, in StringToDouble()
787 const char* buffer, in StringToFloat()
796 const uc16* buffer, in StringToFloat()
806 const char* buffer, in StringTo()
815 const char* buffer, in StringTo()
824 const uc16* buffer, in StringTo()
833 const uc16* buffer, in StringTo()
/aosp_15_r20/hardware/interfaces/graphics/mapper/4.0/utils/vts/
H A DMapperVts.cpp75 auto buffer = const_cast<native_handle_t*>(bufferHandle); in ~Gralloc() local
82 auto buffer = const_cast<native_handle_t*>(bufferHandle); in ~Gralloc() local
213 auto buffer = const_cast<native_handle_t*>(bufferHandle); in freeBuffer() local
227 auto buffer = const_cast<native_handle_t*>(bufferHandle); in lock() local
252 auto buffer = const_cast<native_handle_t*>(bufferHandle); in unlock() local
274 auto buffer = const_cast<native_handle_t*>(bufferHandle); in flushLockedBuffer() local
296 auto buffer = const_cast<native_handle_t*>(bufferHandle); in rereadLockedBuffer() local
304 auto buffer = const_cast<native_handle_t*>(bufferHandle); in validateBufferSize() local
312 auto buffer = const_cast<native_handle_t*>(bufferHandle); in getTransportSize() local
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Ddouble-conversion-string-to-double.cpp588 buffer[kBufferSize]; // NOLINT: size is known at compile time. in StringToIeee() local
771 const char* buffer, in StringToDouble()
779 const uc16* buffer, in StringToDouble()
787 const char* buffer, in StringToFloat()
796 const uc16* buffer, in StringToFloat()
806 const char* buffer, in StringTo()
815 const char* buffer, in StringTo()
824 const uc16* buffer, in StringTo()
833 const uc16* buffer, in StringTo()
/aosp_15_r20/external/tink/cc/subtle/
H A Dstreaming_aead_encrypting_stream_test.cc99 void* buffer; in TEST_F() local
161 void* buffer; in TEST_F() local
198 void* buffer; in TEST_F() local
233 void* buffer; in TEST_F() local
279 void* buffer; in TEST_F() local
317 void* buffer; in TEST_F() local
369 void* buffer; in TEST_F() local
423 void* buffer; in TEST_F() local
476 void* buffer; in TEST_F() local
/aosp_15_r20/external/double-conversion/double-conversion/
H A Dstring-to-double.cc567 buffer[kBufferSize]; // NOLINT: size is known at compile time. in StringToIeee() local
750 const char* buffer, in StringToDouble()
758 const uc16* buffer, in StringToDouble()
766 const char* buffer, in StringToFloat()
775 const uc16* buffer, in StringToFloat()
785 const char* buffer, in StringTo()
794 const char* buffer, in StringTo()
803 const uc16* buffer, in StringTo()
812 const uc16* buffer, in StringTo()
/aosp_15_r20/external/cronet/base/third_party/double_conversion/double-conversion/
H A Dstring-to-double.cc567 buffer[kBufferSize]; // NOLINT: size is known at compile time. in StringToIeee() local
750 const char* buffer, in StringToDouble()
758 const uc16* buffer, in StringToDouble()
766 const char* buffer, in StringToFloat()
775 const uc16* buffer, in StringToFloat()
785 const char* buffer, in StringTo()
794 const char* buffer, in StringTo()
803 const uc16* buffer, in StringTo()
812 const uc16* buffer, in StringTo()
/aosp_15_r20/frameworks/native/libs/gui/
H A DSurface.cpp442 ANativeWindowBuffer** buffer, int* fenceFd) { in hook_dequeueBuffer()
455 int Surface::dequeueBufferInternal(ANativeWindow* window, ANativeWindowBuffer** buffer, in dequeueBufferInternal()
462 ANativeWindowBuffer* buffer, int fenceFd) { in hook_cancelBuffer()
475 int Surface::cancelBufferInternal(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in cancelBufferInternal()
481 ANativeWindowBuffer* buffer, int fenceFd) { in hook_queueBuffer()
494 int Surface::queueBufferInternal(ANativeWindow* window, ANativeWindowBuffer* buffer, int fenceFd) { in queueBufferInternal()
500 ANativeWindowBuffer** buffer) { in hook_dequeueBuffer_DEPRECATED()
521 ANativeWindowBuffer* buffer) { in hook_cancelBuffer_DEPRECATED()
527 ANativeWindowBuffer* buffer) { in hook_lockBuffer_DEPRECATED()
533 ANativeWindowBuffer* buffer) { in hook_queueBuffer_DEPRECATED()
[all …]
/aosp_15_r20/external/cronet/base/
H A Dbig_endian_perftest.cc39 span<uint8_t, kSize> buffer) { in WriteBigEndianCommon()
68 span<uint8_t, kSize> buffer = as_writable_byte_span(aligned_bytes); in BM_WriteBigEndianAligned() local
75 span<uint8_t, kSize> buffer = as_writable_byte_span(misaligned_bytes.bytes); in BM_WriteBigEndianMisaligned() local
82 span<const uint8_t, kSize> buffer) { in ReadBigEndianCommon()
107 span<const uint8_t, kSize> buffer = as_byte_span(aligned_bytes); in BM_ReadBigEndianAligned() local
114 span<const uint8_t, kSize> buffer = as_byte_span(misaligned_bytes.bytes); in BM_ReadBigEndianMisaligned() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_blocks_output_buffer.h102 _BlocksOutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_InitAndGrow()
150 _BlocksOutputBuffer_InitWithSize(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_InitWithSize()
188 _BlocksOutputBuffer_Grow(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_Grow()
249 _BlocksOutputBuffer_GetDataSize(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_GetDataSize()
261 _BlocksOutputBuffer_Finish(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_Finish()
309 _BlocksOutputBuffer_OnError(_BlocksOutputBuffer *buffer) in _BlocksOutputBuffer_OnError()
/aosp_15_r20/frameworks/base/tests/CtsSurfaceControlTestsStaging/src/main/java/android/view/surfacecontroltests/
H A DSurfaceControlPictureProfileTest.java86 HardwareBuffer buffer = getSolidBuffer(100, 100); in whenPictureProfileApplied_noExecptionsThrown() local
113 HardwareBuffer buffer = getSolidBuffer(100, 100); in whenStartsListening_callsListener() local
142 HardwareBuffer buffer = getSolidBuffer(100, 100); in whenPictureProfileApplied_callsListenerWithUidAndProfileId() local
152 HardwareBuffer buffer = getSolidBuffer(100, 100); in whenPictureProfileApplied_callsListenerWithUidAndProfileId() local
186 HardwareBuffer buffer = getSolidBuffer(100, 100); in whenPriorityChanges_callsListenerOnlyForLowerPriorityLayers() local
202 HardwareBuffer buffer = getSolidBuffer(100, 100); in whenPriorityChanges_callsListenerOnlyForLowerPriorityLayers() local
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dplatform_fixups.c82 static bool qualcomm_probe(struct buffer *buffer, size_t offset) in qualcomm_probe()
97 static int qualcomm_fixup(struct buffer *buffer, size_t offset) in qualcomm_fixup()
124 struct buffer buffer; in mediatek_find_hash() local
173 static bool mediatek_probe(struct buffer *buffer) in mediatek_probe()
188 static int mediatek_fixup(struct buffer *buffer, unused size_t offset) in mediatek_fixup()
202 platform_fixup_func platform_fixups_probe(struct buffer *buffer, size_t offset, in platform_fixups_probe()
/aosp_15_r20/system/media/audio_utils/tests/
H A Dcircular_buffer_tests.cpp30 CircularBuffer buffer(MAX_BUFFER_SIZE); in TEST() local
37 CircularBuffer buffer(MAX_BUFFER_SIZE); in TEST() local
48 CircularBuffer buffer(MAX_BUFFER_SIZE); in TEST() local
83 CircularBuffer buffer(MAX_BUFFER_SIZE); in TEST() local
104 CircularBuffer buffer(MAX_BUFFER_SIZE); in TEST() local
124 CircularBuffer buffer(MAX_BUFFER_SIZE); in TEST() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_blocks_output_buffer.h102 _BlocksOutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_InitAndGrow()
150 _BlocksOutputBuffer_InitWithSize(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_InitWithSize()
188 _BlocksOutputBuffer_Grow(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_Grow()
249 _BlocksOutputBuffer_GetDataSize(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_GetDataSize()
261 _BlocksOutputBuffer_Finish(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_Finish()
309 _BlocksOutputBuffer_OnError(_BlocksOutputBuffer *buffer) in _BlocksOutputBuffer_OnError()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_blocks_output_buffer.h102 _BlocksOutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_InitAndGrow()
150 _BlocksOutputBuffer_InitWithSize(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_InitWithSize()
188 _BlocksOutputBuffer_Grow(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_Grow()
249 _BlocksOutputBuffer_GetDataSize(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_GetDataSize()
261 _BlocksOutputBuffer_Finish(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_Finish()
309 _BlocksOutputBuffer_OnError(_BlocksOutputBuffer *buffer) in _BlocksOutputBuffer_OnError()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_blocks_output_buffer.h102 _BlocksOutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_InitAndGrow()
150 _BlocksOutputBuffer_InitWithSize(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_InitWithSize()
188 _BlocksOutputBuffer_Grow(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_Grow()
249 _BlocksOutputBuffer_GetDataSize(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_GetDataSize()
261 _BlocksOutputBuffer_Finish(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_Finish()
309 _BlocksOutputBuffer_OnError(_BlocksOutputBuffer *buffer) in _BlocksOutputBuffer_OnError()
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_blocks_output_buffer.h102 _BlocksOutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_InitAndGrow()
150 _BlocksOutputBuffer_InitWithSize(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_InitWithSize()
188 _BlocksOutputBuffer_Grow(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_Grow()
249 _BlocksOutputBuffer_GetDataSize(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_GetDataSize()
261 _BlocksOutputBuffer_Finish(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_Finish()
309 _BlocksOutputBuffer_OnError(_BlocksOutputBuffer *buffer) in _BlocksOutputBuffer_OnError()
/aosp_15_r20/external/flac/src/libFLAC/
H A Dmetadata_iterators.c236 …st FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], voi… in write_callback_()
1312 …Status chain_read_ogg_read_cb_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *by… in chain_read_ogg_read_cb_()
1327 …st FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], voi… in chain_read_ogg_write_cb_()
2242 FLAC__byte buffer[FLAC__STREAM_METADATA_STREAMINFO_LENGTH], *b; in read_metadata_block_data_streaminfo_cb_() local
2305 FLAC__byte buffer[FLAC__STREAM_METADATA_SEEKPOINT_LENGTH]; in read_metadata_block_data_seektable_cb_() local
2332 FLAC__byte buffer[4]; /* magic number is asserted below */ in read_metadata_block_data_vorbis_comment_entry_cb_() local
2367 FLAC__byte buffer[4]; /* magic number is asserted below */ in read_metadata_block_data_vorbis_comment_cb_() local
2422 FLAC__byte buffer[32]; /* asserted below that this is big enough */ in read_metadata_block_data_cuesheet_track_cb_() local
2492 FLAC__byte buffer[1024]; /* MSVC needs a constant expression so we put a magic number and assert */ in read_metadata_block_data_cuesheet_cb_() local
2536 FLAC__byte buffer[sizeof(FLAC__uint32)]; in read_metadata_block_data_picture_cstring_cb_() local
[all …]
/aosp_15_r20/hardware/interfaces/graphics/mapper/3.0/utils/vts/
H A DMapperVts.cpp58 auto buffer = const_cast<native_handle_t*>(bufferHandle); in ~Gralloc() local
65 auto buffer = const_cast<native_handle_t*>(bufferHandle); in ~Gralloc() local
173 auto buffer = const_cast<native_handle_t*>(bufferHandle); in freeBuffer() local
188 auto buffer = const_cast<native_handle_t*>(bufferHandle); in lock() local
220 auto buffer = const_cast<native_handle_t*>(bufferHandle); in lockYCbCr() local
246 auto buffer = const_cast<native_handle_t*>(bufferHandle); in unlock() local
270 auto buffer = const_cast<native_handle_t*>(bufferHandle); in validateBufferSize() local
278 auto buffer = const_cast<native_handle_t*>(bufferHandle); in getTransportSize() local
/aosp_15_r20/external/coreboot/src/drivers/spi/tpm/
H A Dtpm.c196 size_t bytes, const uint8_t *buffer, in trace_dump()
252 static void write_bytes(const void *buffer, size_t bytes) in write_bytes()
261 static void read_bytes(void *buffer, size_t bytes) in read_bytes()
270 static enum cb_err tpm2_write_reg(unsigned int reg_number, const void *buffer, size_t bytes) in tpm2_write_reg()
286 static enum cb_err tpm2_read_reg(unsigned int reg_number, void *buffer, size_t bytes) in tpm2_read_reg()
539 union fifo_transfer_buffer buffer, in fifo_transfer()
717 enum cb_err tis_vendor_write(unsigned int addr, const void *buffer, size_t bytes) in tis_vendor_write()
722 enum cb_err tis_vendor_read(unsigned int addr, void *buffer, size_t bytes) in tis_vendor_read()
/aosp_15_r20/external/intel-media-driver/cmrtlib/agnostic/hardware/
H A Dcm_surface_manager.cpp116 int32_t CmSurfaceManager::CreateBuffer(uint32_t size, CmBuffer *&buffer) in CreateBuffer()
140 CmBufferUP *&buffer) in CreateBufferUP()
168 int32_t CmSurfaceManager::DestroyBuffer(CmBuffer *&buffer) in DestroyBuffer()
183 int32_t CmSurfaceManager::DestroyBufferUP(CmBufferUP *&buffer) in DestroyBufferUP()
292 CmBufferSVM *&buffer) in CreateBufferSVM()
310 int32_t CmSurfaceManager::DestroyBufferSVM(CmBufferSVM *&buffer) in DestroyBufferSVM()
329 CmBufferStateless *&buffer) in CreateBufferStateless()
347 int32_t CmSurfaceManager::DestroyBufferStateless(CmBufferStateless *&buffer) in DestroyBufferStateless()
/aosp_15_r20/hardware/google/camera/common/hal/utils/
Dzsl_buffer_manager.cc97 for (auto& buffer : buffers) { in AllocateBuffersLocked() local
129 buffer_handle_t buffer = GetEmptyBufferLocked(); in GetEmptyBuffer() local
147 buffer_handle_t buffer = kInvalidBufferHandle; in GetEmptyBufferLocked() local
228 buffer_handle_t buffer = empty_zsl_buffers_.back(); in FreeUnusedBuffersLocked() local
245 status_t ZslBufferManager::ReturnEmptyBuffer(buffer_handle_t buffer) { in ReturnEmptyBuffer()
273 const StreamBuffer& buffer) { in ReturnFilledBuffer()
511 for (auto& buffer : buffers) { in AddPendingBuffers() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
H A Dtpu_client_extension.cc171 [](PyTpuBuffer* buffer, std::shared_ptr<PjRtDevice> dst_device) { in PYBIND11_MODULE()
179 [](PyTpuBuffer* buffer) { in PYBIND11_MODULE()
190 [](PyTpuBuffer* buffer) { in PYBIND11_MODULE()
198 [](PyTpuBuffer* buffer) -> StatusOr<py::object> { in PYBIND11_MODULE()
208 [](const PyTpuBuffer& buffer) { in PYBIND11_MODULE()
214 [](PyTpuBuffer* buffer) { in PYBIND11_MODULE()
220 [](const PyTpuBuffer& buffer) { in PYBIND11_MODULE()
/aosp_15_r20/packages/modules/StatsD/statsd/tests/e2e/
DCountMetric_e2e_test.cpp242 vector<uint8_t> buffer; in TEST() local
373 vector<uint8_t> buffer; in TEST() local
555 vector<uint8_t> buffer; in TEST() local
736 vector<uint8_t> buffer; in TEST() local
980 vector<uint8_t> buffer; in TEST() local
1130 vector<uint8_t> buffer; in TEST() local
1200 vector<uint8_t> buffer; in TEST_GUARDED() local
1265 vector<uint8_t> buffer; in TEST_GUARDED() local
1331 vector<uint8_t> buffer; in TEST_GUARDED() local
1416 vector<uint8_t> buffer; in TEST_GUARDED() local
[all …]
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/
DStructInetDiagSockIdTest.java143 final ByteBuffer buffer = ByteBuffer.allocate(StructInetDiagSockId.STRUCT_SIZE); in testPackStructInetDiagSockIdWithIpv4() local
153 final ByteBuffer buffer = ByteBuffer.allocate(StructInetDiagSockId.STRUCT_SIZE); in testPackStructInetDiagSockIdWithIpv6() local
164 final ByteBuffer buffer = ByteBuffer.allocate(StructInetDiagSockId.STRUCT_SIZE); in testPackStructInetDiagSockIdWithIpv4IfIndexCookie() local
175 final ByteBuffer buffer = ByteBuffer.allocate(StructInetDiagSockId.STRUCT_SIZE); in testPackStructInetDiagSockIdWithIpv6IfIndexCookie() local
182 final ByteBuffer buffer = ByteBuffer.wrap(INET_DIAG_SOCKET_ID_IPV4_IF_COOKIE); in testParseStructInetDiagSockIdWithIpv4() local
195 final ByteBuffer buffer = ByteBuffer.wrap(INET_DIAG_SOCKET_ID_IPV6_IF_COOKIE); in testParseStructInetDiagSockIdWithIpv6() local

1...<<11121314151617181920>>...693