/aosp_15_r20/frameworks/av/services/audioflinger/ |
H A D | Effects.cpp | 82 void appendToBuffer(const T& value, std::vector<uint8_t>* buffer) { in appendToBuffer() 90 void writeToBuffer(const T& value, std::vector<uint8_t>* buffer) { in writeToBuffer() 545 char buffer[256]; in dump() local 1145 void EffectModule::release_l(const std::string& from) in release_l() 1298 void EffectModule::setInBuffer(const sp<EffectBufferHalInterface>& buffer) { in setInBuffer() 1344 void EffectModule::setOutBuffer(const sp<EffectBufferHalInterface>& buffer) { in setOutBuffer() 1696 static std::string dumpInOutBuffer(bool isInput, const sp<EffectBufferHalInterface> &buffer) { in dumpInOutBuffer() 2198 void EffectHandle::dumpToBuffer(char* buffer, size_t size) const in dumpToBuffer() 2486 std::optional<size_t> EffectChain::findVolumeControl_l(size_t from, size_t to) const { in findVolumeControl_l() 3156 size_t size, sp<EffectBufferHalInterface>* buffer) { in allocateHalBuffer()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | literal.h | 458 const char* buffer() const { return std::visit(BufferVisitor{}, rep_); } in buffer() function 459 char* buffer() { in buffer() function 462 void set_buffer(char* buffer) { in set_buffer() 470 void MoveDataFrom(Piece& from) { in MoveDataFrom()
|
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | NativeCrypto.java | 125 int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, int padding); in RSA_private_encrypt() 127 static native int RSA_public_decrypt(int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, in RSA_public_decrypt() 131 int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, int padding); in RSA_public_encrypt() 133 static native int RSA_private_decrypt(int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, in RSA_private_decrypt() 238 NativeRef.EVP_MD_CTX ctx, byte[] buffer, int offset, int length); in EVP_DigestUpdate() 253 NativeRef.EVP_MD_CTX ctx, byte[] buffer, int offset, int length); in EVP_DigestSignUpdate() 258 NativeRef.EVP_MD_CTX ctx, byte[] buffer, int offset, int length); in EVP_DigestVerifyUpdate() 1542 static native int BIO_read(long bioRef, byte[] buffer) throws IOException; in BIO_read() 1543 static native void BIO_write(long bioRef, byte[] buffer, int offset, int length) in BIO_write()
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
H A D | NativeCrypto.java | 131 int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, int padding); in RSA_private_encrypt() 133 static native int RSA_public_decrypt(int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, in RSA_public_decrypt() 137 int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, int padding); in RSA_public_encrypt() 139 static native int RSA_private_decrypt(int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, in RSA_private_decrypt() 249 NativeRef.EVP_MD_CTX ctx, byte[] buffer, int offset, int length); in EVP_DigestUpdate() 264 NativeRef.EVP_MD_CTX ctx, byte[] buffer, int offset, int length); in EVP_DigestSignUpdate() 269 NativeRef.EVP_MD_CTX ctx, byte[] buffer, int offset, int length); in EVP_DigestVerifyUpdate() 1582 static native int BIO_read(long bioRef, byte[] buffer) throws IOException; in BIO_read() 1583 static native void BIO_write(long bioRef, byte[] buffer, int offset, int length) in BIO_write()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/lexical_cast/perf/ |
D | performance_test.cpp | 215 char buffer[128]; in perf_test_impl() local 245 void string_like_test_set(const std::string& from) { in string_like_test_set()
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/aidl/ |
H A D | AidlUtils.cpp | 53 const camera_metadata_t *buffer = in cloneFromAidl() local 359 status_t copySessionCharacteristics(const CameraMetadata& from, CameraMetadata* to, in convertFromAidl()
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | intltest.cpp | 78 char buffer[64]; // nos changed from 10 to 64 in operator +() local 91 char buffer[64]; // nos changed from 10 to 64 in operator +() local 103 char buffer[64]; // nos changed from 10 to 64 in Int64ToUnicodeString() local 119 char buffer[64]; // nos changed from 10 to 64 in DoubleToUnicodeString() local 133 char buffer[64]; // was 32, made it arbitrarily bigger (rtg) in operator +() local 688 static std::string string_replace_all(std::string str, const std::string& from, const std::string& … in string_replace_all() 937 char buffer[4000]; in log() local 951 char buffer[4000]; in logln() local 965 char buffer[4000]; in logKnownIssue() local 1003 char buffer[4000]; in info() local [all …]
|
/aosp_15_r20/external/crosvm/gpu_display/src/ |
H A D | gpu_display_android.rs | 149 fn from(anb: ANativeWindow_Buffer) -> Self { in from() method 155 let buffer = in from() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | cpu_runtime.cc | 312 xla::cpu::runtime::XfeedBuffer* buffer = in __xla_cpu_runtime_AcquireInfeedBufferForDequeue() local 353 xla::cpu::runtime::XfeedBuffer* buffer = in __xla_cpu_runtime_AcquireOutfeedBufferForPopulation() local 787 xla::AllReduceParticipantData::Buffer buffer; in __xla_cpu_runtime_AllReduce() local 849 int from = std::stoi(mapping[0]); in __xla_cpu_runtime_CollectivePermute() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/uuid/src/ |
D | lib.rs | 944 fn from(value: Uuid) -> Self { in from() method 1055 let mut buffer = String::new(); in test_uuid_display() localVariable 1076 let mut buffer = String::new(); in test_uuid_lowerhex() localVariable 1123 let mut buffer = String::new(); in test_uuid_to_string() localVariable
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/metadata/id3/ |
H A D | Id3Decoder.java | 95 protected Metadata decode(MetadataInputBuffer inputBuffer, ByteBuffer buffer) { in decode() 843 private static byte[] copyOfRangeIfValid(byte[] data, int from, int to) { in copyOfRangeIfValid() 862 private static String decodeStringIfValid(byte[] data, int from, int to, String charsetName) in decodeStringIfValid()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/metadata/id3/ |
H A D | Id3Decoder.java | 95 protected Metadata decode(MetadataInputBuffer inputBuffer, ByteBuffer buffer) { in decode() 843 private static byte[] copyOfRangeIfValid(byte[] data, int from, int to) { in copyOfRangeIfValid() 862 private static String decodeStringIfValid(byte[] data, int from, int to, String charsetName) in decodeStringIfValid()
|
/aosp_15_r20/frameworks/av/media/module/foundation/ |
H A D | AMessage.cpp | 332 void AMessage::setBuffer(const char *name, const sp<ABuffer> &buffer) { in setBuffer() 505 const Item *from = &mItems[i]; in dup() local 627 sp<ABuffer> buffer = static_cast<ABuffer *>(item.u.refValue); in debugString() local
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/ |
HD | sqlite4java-0.282.jar | ... public int getPosition ()
java.nio.ByteBuffer buffer
public com.almworks.sqlite4java.SWIGTYPE_p_direct_buffer getHandle ( ... |
/aosp_15_r20/frameworks/base/media/java/android/media/ |
H A D | AudioTrack.java | 1026 @IntRange(from = 0) int contentId, @IntRange(from = 1)int syncId) { in TunerConfiguration() 1491 public void setOffloadDelayPadding(@IntRange(from = 0) int delayInFrames, in setOffloadDelayPadding() 2273 public int setBufferSizeInFrames(@IntRange (from = 0) int bufferSizeInFrames) { in setBufferSizeInFrames() 2322 public @IntRange(from = 1) int setStartThresholdInFrames( in setStartThresholdInFrames() 2868 public int setPlaybackHeadPosition(@IntRange (from = 0) int positionInFrames) { in setPlaybackHeadPosition() 2910 public int setLoopPoints(@IntRange (from = 0) int startInFrames, in setLoopPoints() 4107 public void onDataRequest(@NonNull AudioTrack track, @IntRange(from = 0) int sizeInFrames) { in onDataRequest() 4427 ByteBuffer buffer = (ByteBuffer) obj; in postEventFromNative() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_ev_driver_windows.cc | 170 WSABUF buffer; in ContinueRegisterForOnReadableLocked() local 267 struct sockaddr* from, ares_socklen_t* from_len) { in RecvFrom() 782 int flags, struct sockaddr* from, in RecvFrom()
|
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-drivers/src/device/ |
D | blk.rs | 474 fn from(status: RespStatus) -> Self { in from() method 663 let mut buffer = [0; 512]; in read() localVariable 735 let mut buffer = [0; 512]; in write() localVariable
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | httpcore-4.1.jar | ... EXPECT
public static final String EXPIRES
public static final String FROM
public static final String HOST
public static final String IF ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/ |
HD | httpcore-4.0.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/ |
H A D | mod.rs | 1087 let buffer: &mut [u8] = unsafe { in handle_io() localVariable 1187 fn from(item: &IrqRoute) -> Self { in from() method 1218 fn from(item: &kvm_mp_state) -> Self { in from() method 1238 fn from(item: &MPState) -> Self { in from() method
|
/aosp_15_r20/packages/modules/Virtualization/libs/android_display_backend/ |
D | crosvm_android_display_client.cpp | 62 static Result<void> copyBuffer(ANativeWindow_Buffer& from, ANativeWindow_Buffer& to) { in copyBuffer() 371 char buffer[1024]; in errorf() local
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/regex/ |
H A D | Matcher.java | 123 private void appendEvaluated(java.lang.StringBuffer buffer, java.lang.String s) { in appendEvaluated() 238 int from; field in Matcher
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/src/ |
D | operations.cpp | 987 void copy(const path& from, const path& to, unsigned int options, system::error_code* ec) in copy() 1172 bool copy_file(const path& from, const path& to, unsigned int options, error_code* ec) in copy_file() 1592 void copy_directory(const path& from, const path& to, system::error_code* ec) in copy_directory() 1638 void create_directory_symlink(const path& to, const path& from, system::error_code* ec) in create_directory_symlink() 1653 void create_hard_link(const path& to, const path& from, error_code* ec) in create_hard_link() 1667 void create_symlink(const path& to, const path& from, error_code* ec) in create_symlink() 2406 const wchar_t* buffer; in read_symlink() local
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/ |
HD | diffutils-1.3.0.jar | META-INF/
META-INF/MANIFEST.MF
difflib/
difflib/myers/
difflib/ ... |
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingComplexControlFlowTests.cpp | 178 VkBuffer getVkBuffer(const de::MovePtr<BufferWithMemory> &buffer) in getVkBuffer() 186 … VkBuffer buffer, uint32_t stride, uint32_t count) in makeStridedDeviceAddressRegion() 200 static inline std::string replace(const std::string &str, const std::string &from, const std::strin… in replace() 617 de::MovePtr<BufferWithMemory> buffer = de::MovePtr<BufferWithMemory>( in runTest() local 1073 const de::MovePtr<BufferWithMemory> buffer = runTest(); in iterate() local
|