/aosp12/system/core/libcutils/ |
H A D | fs.cpp | 134 char buf[BUF_SIZE]; in fs_read_atomic_int() local 165 char buf[BUF_SIZE]; in fs_write_atomic_int() local 210 char* buf = strdup(path); in fs_mkdirs() local
|
/aosp14/system/core/libcutils/ |
H A D | fs.cpp | 134 char buf[BUF_SIZE]; in fs_read_atomic_int() local 165 char buf[BUF_SIZE]; in fs_write_atomic_int() local 210 char* buf = strdup(path); in fs_mkdirs() local
|
/aosp14/system/core/debuggerd/ |
H A D | util.cpp | 70 char buf[strlen("1970-01-01 00:00:00.123456789+0830") + 1]; in get_timestamp() local 80 char buf[BUFSIZ]; in iterate_tids() local
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | Asset.cpp | 113 char buf[64]; in getAssetAllocations() local 472 ssize_t _FileAsset::read(void* buf, size_t count) in read() 620 unsigned char* buf; in getIncFsBuffer() local 719 unsigned char* buf = new unsigned char[mLength]; in ensureAlignment() local 822 ssize_t _CompressedAsset::read(void* buf, size_t count) in read() 905 unsigned char* buf = NULL; in getBuffer() local
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | Asset.cpp | 113 char buf[64]; in getAssetAllocations() local 472 ssize_t _FileAsset::read(void* buf, size_t count) in read() 620 unsigned char* buf; in getIncFsBuffer() local 719 unsigned char* buf = new unsigned char[mLength]; in ensureAlignment() local 822 ssize_t _CompressedAsset::read(void* buf, size_t count) in read() 905 unsigned char* buf = NULL; in getBuffer() local
|
/aosp12/frameworks/rs/ |
H A D | rsThreadIO.cpp | 79 uint32_t buf; in coreSetReturn() local 89 uint32_t buf; in coreGetReturn() local 105 uint8_t buf[2 * 1024]; in playCoreCommands() local
|
/aosp12/frameworks/base/core/java/android/util/jar/ |
H A D | StrictJarManifestReader.java | 38 private final byte[] buf; field in StrictJarManifestReader 50 public StrictJarManifestReader(byte[] buf, Attributes main) throws IOException { in StrictJarManifestReader()
|
/aosp12/system/extras/tests/pagingtest/ |
H A D | pagingtest.c | 20 void *buf; in create_tmp_file() local 112 bool check_caching(void *buf, unsigned char *vec, size_t size, bool is_cached) { in check_caching()
|
/aosp12/frameworks/rs/tests/cpp_api/cppbasic/ |
H A D | compute.cpp | 56 uint32_t *buf = new uint32_t[t->getCount()]; in test_compute() local 85 int *buf = new int[t->getCount()]; in test_compute() local
|
/aosp12/frameworks/rs/tests/cpp_api/cppbasic-shared/ |
H A D | compute.cpp | 56 uint32_t *buf = new uint32_t[t->getCount()]; in test_compute() local 85 int *buf = new int[t->getCount()]; in test_compute() local
|
/aosp12/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/ |
H A D | IpUtilsTest.java | 41 private int getUnsignedByte(ByteBuffer buf, int offset) { in getUnsignedByte() 45 private int getChecksum(ByteBuffer buf, int offset) { in getChecksum()
|
/aosp14/frameworks/base/core/java/android/util/jar/ |
H A D | StrictJarManifestReader.java | 38 private final byte[] buf; field in StrictJarManifestReader 50 public StrictJarManifestReader(byte[] buf, Attributes main) throws IOException { in StrictJarManifestReader()
|
/aosp12/system/core/trusty/fuzz/ |
H A D | utils.cpp | 92 Result<void> TrustyApp::Read(void* buf, size_t len) { in Read() 107 Result<void> TrustyApp::Write(const void* buf, size_t len) { in Write()
|
/aosp12/system/bt/bta/hf_client/ |
H A D | bta_hf_client_at.h | 38 char buf[BTA_HF_CLIENT_AT_MAX_LEN]; member 49 char buf[BTA_HF_CLIENT_AT_PARSER_MAX_LEN + member
|
/aosp14/system/core/trusty/fuzz/ |
H A D | utils.cpp | 92 Result<void> TrustyApp::Read(void* buf, size_t len) { in Read() 107 Result<void> TrustyApp::Write(const void* buf, size_t len) { in Write()
|
/aosp12/frameworks/minikin/libs/minikin/ |
H A D | GraphemeBreak.cpp | 62 bool GraphemeBreak::isGraphemeBreak(const float* advances, const uint16_t* buf, size_t start, in isGraphemeBreak() 188 size_t GraphemeBreak::getTextRunCursor(const float* advances, const uint16_t* buf, size_t start, in getTextRunCursor()
|
/aosp12/packages/modules/ExtServices/jni/ |
H A D | android_ext_services_displayhash_ImageHashManager.cpp | 35 int lock(uint8_t** buf) { in lock() 79 uint8_t* buf = nullptr; in nativeGenerateHash() local
|
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ObbFile.h | 106 static inline uint32_t get4LE(const unsigned char* buf) { in get4LE() 110 static inline void put4LE(unsigned char* buf, uint32_t val) { in put4LE()
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | file_descriptor.cc | 48 ssize_t EintrSafeFileDescriptor::Read(void* buf, size_t count) { in Read() 53 ssize_t EintrSafeFileDescriptor::Write(const void* buf, size_t count) { in Write()
|
/aosp12/bionic/libc/bionic/ |
H A D | libgen.cpp | 161 char* buf = __get_bionic_tls().basename_buf; in basename() local 167 char* buf = __get_bionic_tls().dirname_buf; in dirname() local
|
/aosp12/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
H A D | Decoder.java | 26 public Decoder(byte[] buf) { in Decoder() 30 public Decoder(ByteBuffer buf) { in Decoder()
|
/aosp12/system/netd/libnetdutils/ |
H A D | Netlink.cpp | 26 void forEachNetlinkMessage(const Slice buf, in forEachNetlinkMessage() 38 void forEachNetlinkAttribute(const Slice buf, in forEachNetlinkAttribute()
|
/aosp14/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ObbFile.h | 106 static inline uint32_t get4LE(const unsigned char* buf) { in get4LE() 110 static inline void put4LE(unsigned char* buf, uint32_t val) { in put4LE()
|
/aosp14/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
H A D | Decoder.java | 26 public Decoder(byte[] buf) { in Decoder() 30 public Decoder(ByteBuffer buf) { in Decoder()
|
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/ |
H A D | snapuserd_buffer.cpp | 38 void* buf = GetPayloadBuffer(requested); in GetBuffer() local 51 char* buf = reinterpret_cast<char*>(GetBufPtr()); in GetHeaderPtr() local
|