/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | BufferCursorKotlinTest.kt | 45 val buffer = deepCopy(bufferFactory.newBuffer()) in <lambda>() constant 58 val buffer = deepCopy(bufferFactory.newBuffer()) in <lambda>() constant 71 val buffer = deepCopy(bufferFactory.newBuffer()) in <lambda>() constant 84 val buffer = bufferFactory.newBuffer() in <lambda>() constant
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/ |
H A D | tagging_unittest.cc | 20 uintptr_t buffer = in TEST() local 36 uintptr_t buffer = in TEST() local 57 uintptr_t buffer = in TEST() local 73 uintptr_t buffer = in TEST() local 88 uintptr_t buffer = in TEST() local 104 uintptr_t buffer = in TEST() local 119 uintptr_t buffer = in TEST() local 134 uintptr_t buffer = in TEST() local
|
/aosp_15_r20/external/webrtc/logging/rtc_event_log/ |
H A D | rtc_event_log_unittest_helper.cc | 424 rtc::Buffer buffer = sender_report.Build(); in NewRtcpPacketIncoming() local 429 rtc::Buffer buffer = receiver_report.Build(); in NewRtcpPacketIncoming() local 434 rtc::Buffer buffer = extended_report.Build(); in NewRtcpPacketIncoming() local 439 rtc::Buffer buffer = fir.Build(); in NewRtcpPacketIncoming() local 444 rtc::Buffer buffer = pli.Build(); in NewRtcpPacketIncoming() local 449 rtc::Buffer buffer = nack.Build(); in NewRtcpPacketIncoming() local 454 rtc::Buffer buffer = remb.Build(); in NewRtcpPacketIncoming() local 459 rtc::Buffer buffer = bye.Build(); in NewRtcpPacketIncoming() local 464 rtc::Buffer buffer = transport_feedback.Build(); in NewRtcpPacketIncoming() local 469 rtc::Buffer buffer; in NewRtcpPacketIncoming() local [all …]
|
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/ |
H A D | ARTPWriter.cpp | 346 static void StripStartcode(MediaBufferBase *buffer) { in StripStartcode() 363 static void SpsPpsParser(MediaBufferBase *buffer, in SpsPpsParser() 423 static void VpsSpsPpsParser(MediaBufferBase *buffer, in VpsSpsPpsParser() 568 sp<ABuffer> buffer = new ABuffer(65536); in setTMMBNInfo() local 617 sp<ABuffer> buffer = new ABuffer(65536); in onSendSR() local 629 void ARTPWriter::send(const sp<ABuffer> &buffer, bool isRTCP) { in send() 675 void ARTPWriter::addSR(const sp<ABuffer> &buffer) { in addSR() 722 void ARTPWriter::addSDES(const sp<ABuffer> &buffer) { in addSDES() 771 void ARTPWriter::addTMMBN(const sp<ABuffer> &buffer) { in addTMMBN() 933 void ARTPWriter::makeH264SPropParamSets(MediaBufferBase *buffer) { in makeH264SPropParamSets() [all …]
|
/aosp_15_r20/system/chre/util/tests/ |
H A D | buffer_test.cc | 24 void fillBufferWithSequentialValues(float *buffer, size_t size) { in fillBufferWithSequentialValues() 31 Buffer<float> buffer; in TEST() local 40 Buffer<float> buffer; in TEST() local 50 Buffer<float> buffer; in TEST() local 60 Buffer<float> buffer; in TEST() local 70 Buffer<float> buffer; in TEST() local 81 Buffer<float> buffer; in TEST() local
|
/aosp_15_r20/packages/modules/adb/daemon/ |
D | file_sync_service.cpp | 281 Block buffer(SYNC_DATA_MAX); in handle_send_file_data() local 356 CompressionType compression, bool dry_run, std::vector<char>& buffer, in handle_send_file() 462 std::vector<char>& buffer) { in handle_send_link() 515 bool dry_run, std::vector<char>& buffer) { in send_impl() 561 static bool do_send_v1(int s, const std::string& spec, std::vector<char>& buffer) { in do_send_v1() 581 static bool do_send_v2(int s, const std::string& path, std::vector<char>& buffer) { in do_send_v2() 636 std::vector<char>& buffer) { in recv_impl() 726 static bool do_recv_v1(borrowed_fd s, const char* path, std::vector<char>& buffer) { in do_recv_v1() 730 static bool do_recv_v2(borrowed_fd s, const char* path, std::vector<char>& buffer) { in do_recv_v2() 803 static bool handle_sync_command(int fd, std::vector<char>& buffer) { in handle_sync_command() [all …]
|
/aosp_15_r20/external/curl/lib/vtls/ |
H A D | schannel_verify.c | 160 char buffer[STRERROR_LEN]; in add_certs_data_to_store() local 189 char buffer[STRERROR_LEN]; in add_certs_data_to_store() local 237 char buffer[STRERROR_LEN]; in add_certs_file_to_store() local 259 char buffer[STRERROR_LEN]; in add_certs_file_to_store() local 269 char buffer[STRERROR_LEN]; in add_certs_file_to_store() local 299 char buffer[STRERROR_LEN]; in add_certs_file_to_store() local 542 char buffer[STRERROR_LEN]; in Curl_verify_host() local 696 char buffer[STRERROR_LEN]; in Curl_verify_certificate() local 731 char buffer[STRERROR_LEN]; in Curl_verify_certificate() local 778 char buffer[STRERROR_LEN]; in Curl_verify_certificate() local [all …]
|
/aosp_15_r20/hardware/google/gfxstream/host/magma/ |
D | IntelDrmDecoder.cpp | 105 auto append_buffer = [](std::vector<uint8_t>& buffer, const uint8_t* src, size_t len) -> void { in MakeMagmaTopology() 116 std::vector<uint8_t> buffer(sizeof(magma_intel_gen_topology)); in MakeMagmaTopology() local 230 auto buffer = in magma_device_query_fudge() local 288 auto buffer = DrmBuffer::create(*dev, mContextId, magma_topology_buffer.size()); in magma_device_query_fudge() local 355 auto buffer = DrmBuffer::create(con->getDevice(), mContextId, size); in magma_connection_create_buffer() local 369 magma_buffer_t buffer) { in magma_connection_release_buffer() 396 magma_status_t IntelDrmDecoder::magma_buffer_get_info(magma_buffer_t buffer, in magma_buffer_get_info() 407 magma_status_t IntelDrmDecoder::magma_buffer_get_handle(magma_buffer_t buffer, in magma_buffer_get_handle() 417 magma_status_t IntelDrmDecoder::magma_buffer_export(magma_buffer_t buffer, in magma_buffer_export() 465 uint64_t hw_va, magma_buffer_t buffer, in magma_connection_map_buffer() [all …]
|
/aosp_15_r20/external/openscreen/osp/public/ |
H A D | message_demuxer_unittest.cc | 79 size_t buffer_size, Clock::time_point now) { in TEST_F() 113 size_t buffer_size, Clock::time_point now) { in TEST_F() 142 size_t buffer_size, Clock::time_point now) { in TEST_F() 192 msgs::Type message_type, const uint8_t* buffer, in TEST_F() 212 msgs::Type message_type, const uint8_t* buffer, in TEST_F() 213 size_t buffer_size, Clock::time_point now) { in TEST_F() 253 msgs::Type message_type, const uint8_t* buffer, in TEST_F() 254 size_t buffer_size, Clock::time_point now) { in TEST_F() 267 msgs::CborEncodeBuffer buffer; in TEST_F() local 292 size_t buffer_size, Clock::time_point now) { in TEST_F() [all …]
|
/aosp_15_r20/frameworks/av/media/module/mpeg2ts/ |
H A D | AnotherPacketSource.cpp | 102 sp<ABuffer> buffer = *it; in getFormat() local 117 status_t AnotherPacketSource::dequeueAccessUnit(sp<ABuffer> *buffer) { in dequeueAccessUnit() 161 void AnotherPacketSource::requeueAccessUnit(const sp<ABuffer> &buffer) { in requeueAccessUnit() 178 const sp<ABuffer> buffer = *mBuffers.begin(); in read() local 289 void AnotherPacketSource::queueAccessUnit(const sp<ABuffer> &buffer) { in queueAccessUnit() 401 sp<ABuffer> buffer = new ABuffer(0); in queueDiscontinuity() local 491 const sp<ABuffer> &buffer = *it; in getEstimatedBufferDurationUs() local 514 sp<ABuffer> buffer = *mBuffers.begin(); in nextBufferTime() local 558 const sp<ABuffer> &buffer = *it; in getMetaAfterLastDequeued() local 606 const sp<ABuffer> &buffer = *it; in trimBuffersAfterMeta() local [all …]
|
/aosp_15_r20/external/webrtc/modules/audio_processing/test/ |
H A D | fake_recording_device.cc | 60 void ModifyBufferInt16(rtc::ArrayView<int16_t> buffer) override {} in ModifyBufferInt16() 61 void ModifyBufferFloat(ChannelBuffer<float>* buffer) override {} in ModifyBufferFloat() 71 void ModifyBufferInt16(rtc::ArrayView<int16_t> buffer) override { in ModifyBufferInt16() 82 void ModifyBufferFloat(ChannelBuffer<float>* buffer) override { in ModifyBufferFloat() 113 void ModifyBufferInt16(rtc::ArrayView<int16_t> buffer) override { in ModifyBufferInt16() 122 void ModifyBufferFloat(ChannelBuffer<float>* buffer) override { in ModifyBufferFloat() 179 void FakeRecordingDevice::SimulateAnalogGain(rtc::ArrayView<int16_t> buffer) { in SimulateAnalogGain() 184 void FakeRecordingDevice::SimulateAnalogGain(ChannelBuffer<float>* buffer) { in SimulateAnalogGain()
|
/aosp_15_r20/frameworks/native/libs/ftl/ |
H A D | string_test.cpp | 31 ftl::to_chars_buffer_t<> buffer; in TEST() local 51 ftl::to_chars_buffer_t<T> buffer; in ToCharsTest() local 148 ftl::to_chars_buffer_t<decltype(x)> buffer; in TEST() local 153 ftl::to_chars_buffer_t<decltype(x)> buffer; in TEST() local 163 ftl::to_chars_buffer_t<decltype(x)> buffer; in TEST() local 168 ftl::to_chars_buffer_t<decltype(x)> buffer; in TEST() local 178 ftl::to_chars_buffer_t<decltype(x)> buffer; in TEST() local 182 ftl::to_chars_buffer_t<> buffer; in TEST() local
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | launcher2.c | 51 wchar_t buffer[MAXLEN]; in debug() local 189 join(wchar_t *buffer, size_t bufferLength, const wchar_t *fragment) in join() 378 wchar_t buffer[0]; member 447 struct _SearchInfoBuffer *buffer = (struct _SearchInfoBuffer*)malloc( in allocSearchInfoBuffer() local 524 findArgv0Length(const wchar_t *buffer, int bufferLength) in findArgv0Length() 554 findArgv0End(const wchar_t *buffer, int bufferLength) in findArgv0End() 706 _decodeShebang(SearchInfo *search, const char *buffer, int bufferLength, bool onlyUtf8, wchar_t **d… in _decodeShebang() 735 _shebangStartsWith(const wchar_t *buffer, int bufferLength, const wchar_t *prefix, const wchar_t **… in _shebangStartsWith() 803 wchar_t buffer[MAXLEN]; in searchPath() local 839 _readIni(const wchar_t *section, const wchar_t *settingName, wchar_t *buffer, int bufferLength) in _readIni() [all …]
|
/aosp_15_r20/external/pigweed/pw_string/public/pw_string/ |
H A D | type_to_string.h | 62 constexpr StatusWithSize IntToString(T value, span<char> buffer) { in IntToString() 118 span<char> buffer) { in CopyStringOrNull() 121 inline StatusWithSize CopyStringOrNull(const char* value, span<char> buffer) { in CopyStringOrNull() 142 span<char> buffer) { in CopyEntireStringOrNull() 187 constexpr StatusWithSize HandleExhaustedBuffer(span<char> buffer) { in HandleExhaustedBuffer() 213 constexpr StatusWithSize IntToString(uint64_t value, span<char> buffer) { 252 constexpr StatusWithSize IntToString(int64_t value, span<char> buffer) {
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
H A D | RingBufferTest.java | 35 RingBuffer<String> buffer = new RingBuffer<>(String.class, 100); in testEmptyRingBuffer() local 43 RingBuffer<String> buffer = new RingBuffer<>(String.class, -10); in testIncorrectConstructorArguments() local 49 RingBuffer<String> buffer = new RingBuffer<>(String.class, 0); in testIncorrectConstructorArguments() local 57 RingBuffer<String> buffer = new RingBuffer<>(String.class, 100); in testRingBufferWithNoWrapping() local 71 RingBuffer<String> buffer = new RingBuffer<>(String.class, 1); in testRingBufferWithCapacity1() local 92 RingBuffer<String> buffer = new RingBuffer<>(String.class, capacity); in testRingBufferWithWrapping() local 133 RingBuffer<DummyClass1> buffer = new RingBuffer<>(DummyClass1.class, capacity); in testGetNextSlot() local
|
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/zip/ |
H A D | ZipUtils.java | 256 static void assertByteOrderLittleEndian(ByteBuffer buffer) { in assertByteOrderLittleEndian() 262 public static int getUnsignedInt16(ByteBuffer buffer, int offset) { in getUnsignedInt16() 266 public static int getUnsignedInt16(ByteBuffer buffer) { in getUnsignedInt16() 310 static void setUnsignedInt16(ByteBuffer buffer, int offset, int value) { in setUnsignedInt16() 317 static void setUnsignedInt32(ByteBuffer buffer, int offset, long value) { in setUnsignedInt32() 324 public static void putUnsignedInt16(ByteBuffer buffer, int value) { in putUnsignedInt16() 331 static long getUnsignedInt32(ByteBuffer buffer, int offset) { in getUnsignedInt32() 335 static long getUnsignedInt32(ByteBuffer buffer) { in getUnsignedInt32() 339 static void putUnsignedInt32(ByteBuffer buffer, long value) { in putUnsignedInt32()
|
/aosp_15_r20/external/jline/src/src/main/java/jline/ |
H A D | ArgumentCompletor.java | 135 public int complete(final String buffer, final int cursor, in complete() 227 ArgumentList delimit(String buffer, int argumentPosition); in delimit() 237 boolean isDelimiter(String buffer, int pos); in isDelimiter() 268 public ArgumentList delimit(final String buffer, final int cursor) { in delimit() 310 public boolean isDelimiter(final String buffer, final int pos) { in isDelimiter() 322 public boolean isQuoted(final String buffer, final int pos) { in isQuoted() 326 public boolean isEscaped(final String buffer, final int pos) { in isEscaped() 349 public abstract boolean isDelimiterChar(String buffer, int pos); in isDelimiterChar() 366 public boolean isDelimiterChar(String buffer, int pos) { in isDelimiterChar()
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/link/ |
D | linux_sll_header.rs | 65 let buffer = { in read() localVariable 66 let mut buffer = [0; LinuxSllHeader::LEN]; in read() localVariable 156 let mut buffer: Vec<u8> = Vec::with_capacity(LinuxSllHeader::LEN + dummy_data.len()); localVariable 200 let mut buffer = Vec::with_capacity(LinuxSllHeader::LEN + dummy_data.len()); localVariable 231 let mut buffer: [u8;LinuxSllHeader::LEN] = [0;LinuxSllHeader::LEN]; localVariable 237 let mut buffer: [u8;LinuxSllHeader::LEN] = [0;LinuxSllHeader::LEN]; localVariable 256 let mut buffer: Vec<u8> = Vec::with_capacity(LinuxSllHeader::LEN); localVariable 263 let mut buffer = [0u8;8]; localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/ |
D | ipv6_fragment_header.rs | 54 let buffer = { in read() localVariable 55 let mut buffer: [u8; 8] = [0; 8]; in read() localVariable 86 let buffer = { in read_limited() localVariable 87 let mut buffer: [u8; 8] = [0; 8]; in read_limited() localVariable 249 let mut buffer: Vec<u8> = Vec::with_capacity(8 + dummy_data.len()); localVariable 284 let mut buffer: Vec<u8> = Vec::with_capacity(8 + dummy_data.len()); localVariable 315 let mut buffer = Vec::with_capacity(8); localVariable 325 let mut buffer = [0u8;Ipv6FragmentHeader::LEN]; localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/defrag/ |
D | ip_defrag_buf.rs | 229 let mut buffer = IpDefragBuf::new(IpNumber::UDP, Vec::new(), Vec::new()); in add() localVariable 251 let mut buffer = IpDefragBuf::new(IpNumber::UDP, Vec::new(), Vec::new()); in add() localVariable 277 let mut buffer = IpDefragBuf::new(IpNumber::UDP, Vec::new(), Vec::new()); in add() localVariable 299 let mut buffer = IpDefragBuf::new(IpNumber::UDP, Vec::new(), Vec::new()); in add() localVariable 313 let mut buffer = IpDefragBuf::new(IpNumber::UDP, Vec::new(), Vec::new()); in add() localVariable 327 let mut buffer = IpDefragBuf::new(IpNumber::UDP, Vec::new(), Vec::new()); in add() localVariable 342 let mut buffer = IpDefragBuf::new(IpNumber::UDP, Vec::new(), Vec::new()); in add() localVariable 358 let mut buffer = IpDefragBuf::new(IpNumber::UDP, Vec::new(), Vec::new()); in add() localVariable
|
/aosp_15_r20/external/icu/icu4c/source/io/ |
H A D | sprintf.cpp | 115 u_sprintf(char16_t *buffer, in u_sprintf() 130 u_sprintf_u(char16_t *buffer, in u_sprintf_u() 145 u_vsprintf(char16_t *buffer, in u_vsprintf() 153 u_snprintf(char16_t *buffer, in u_snprintf() 169 u_snprintf_u(char16_t *buffer, in u_snprintf_u() 185 u_vsnprintf(char16_t *buffer, in u_vsnprintf() 219 u_vsprintf_u(char16_t *buffer, in u_vsprintf_u() 232 u_vsnprintf_u(char16_t *buffer, in u_vsnprintf_u()
|
/aosp_15_r20/external/cronet/third_party/icu/source/io/ |
H A D | sprintf.cpp | 115 u_sprintf(char16_t *buffer, in u_sprintf() 130 u_sprintf_u(char16_t *buffer, in u_sprintf_u() 145 u_vsprintf(char16_t *buffer, in u_vsprintf() 153 u_snprintf(char16_t *buffer, in u_snprintf() 169 u_snprintf_u(char16_t *buffer, in u_snprintf_u() 185 u_vsnprintf(char16_t *buffer, in u_vsnprintf() 219 u_vsprintf_u(char16_t *buffer, in u_vsprintf_u() 232 u_vsnprintf_u(char16_t *buffer, in u_vsnprintf_u()
|
/aosp_15_r20/external/rust/crates/inotify/tests/ |
D | main.rs | 46 let mut buffer = [0; 1024]; in it_should_watch_a_file() localVariable 76 let mut buffer = [0; 1024]; in it_should_watch_a_file_async() localVariable 104 let mut buffer = [0; 1024]; in it_should_watch_a_file_from_eventstream_watches() localVariable 141 let mut buffer = [0; 1024]; in it_should_watch_a_file_after_converting_back_from_eventstream() localVariable 163 let mut buffer = [0; 1024]; in it_should_return_immediately_if_no_events_are_available() localVariable 177 let mut buffer = [0; 1024]; in it_should_convert_the_name_into_an_os_str() localVariable 198 let mut buffer = [0; 1024]; in it_should_set_name_to_none_if_it_is_empty() localVariable 312 let mut buffer = [0; 1024]; in it_should_implement_raw_fd_traits_correctly() localVariable 336 let mut buffer = [0; 1024]; in it_should_watch_correctly_with_a_watches_clone() localVariable 376 let mut buffer = [0; 1024]; in it_should_distinguish_event_for_files_with_same_name() localVariable
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | double-conversion-strtod.cpp | 109 static Vector<const char> TrimLeadingZeros(Vector<const char> buffer) { in TrimLeadingZeros() 118 static void CutToMaxSignificantDigits(Vector<const char> buffer, in CutToMaxSignificantDigits() 140 static void TrimAndCut(Vector<const char> buffer, int exponent, in TrimAndCut() 165 static uint64_t ReadUint64(Vector<const char> buffer, in ReadUint64() 183 static void ReadDiyFp(Vector<const char> buffer, in ReadDiyFp() 284 static bool DiyFpStrtod(Vector<const char> buffer, in DiyFpStrtod() 402 static int CompareBufferWithDiyFp(Vector<const char> buffer, in CompareBufferWithDiyFp() 472 static bool AssertTrimmedDigits(const Vector<const char>& buffer) { in AssertTrimmedDigits() 504 double Strtod(Vector<const char> buffer, int exponent) { in Strtod() 537 float Strtof(Vector<const char> buffer, int exponent) { in Strtof()
|
/aosp_15_r20/external/double-conversion/double-conversion/ |
H A D | strtod.cc | 95 static Vector<const char> TrimLeadingZeros(Vector<const char> buffer) { in TrimLeadingZeros() 104 static void CutToMaxSignificantDigits(Vector<const char> buffer, in CutToMaxSignificantDigits() 126 static void TrimAndCut(Vector<const char> buffer, int exponent, in TrimAndCut() 151 static uint64_t ReadUint64(Vector<const char> buffer, in ReadUint64() 169 static void ReadDiyFp(Vector<const char> buffer, in ReadDiyFp() 270 static bool DiyFpStrtod(Vector<const char> buffer, in DiyFpStrtod() 388 static int CompareBufferWithDiyFp(Vector<const char> buffer, in CompareBufferWithDiyFp() 457 static bool AssertTrimmedDigits(const Vector<const char>& buffer) { in AssertTrimmedDigits() 488 double Strtod(Vector<const char> buffer, int exponent) { in Strtod() 521 float Strtof(Vector<const char> buffer, int exponent) { in Strtof()
|