Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 173) sorted by relevance

1234567

/frameworks/base/libs/utils/
DTextOutput.cpp46 char buf[16]; in operator <<() local
54 char buf[16]; in operator <<() local
62 char buf[16]; in operator <<() local
70 char buf[16]; in operator <<() local
78 char buf[32]; in operator <<() local
86 char buf[32]; in operator <<() local
94 char buf[64]; in print_float() local
116 char buf[16]; in operator <<() local
133 HexDump::HexDump(const void *buf, size_t size, size_t bytesPerLine) in HexDump()
DString16.cpp46 SharedBuffer* buf = SharedBuffer::alloc(sizeof(char16_t)); in initialize_string16() local
75 SharedBuffer* buf = SharedBuffer::alloc(sizeof(char16_t)*(u16len+1)); in allocFromUTF8() local
114 SharedBuffer* buf = SharedBuffer::alloc((len+1)*sizeof(char16_t)); in String16() local
128 SharedBuffer* buf = SharedBuffer::alloc((len+1)*sizeof(char16_t)); in String16() local
196 SharedBuffer* buf = SharedBuffer::bufferFromData(mString) in setTo() local
219 SharedBuffer* buf = SharedBuffer::bufferFromData(mString) in append() local
240 SharedBuffer* buf = SharedBuffer::bufferFromData(mString) in append() local
275 SharedBuffer* buf = SharedBuffer::bufferFromData(mString) in insert() local
344 SharedBuffer* buf = SharedBuffer::bufferFromData(mString)->edit(); in makeLower() local
365 SharedBuffer* buf = SharedBuffer::bufferFromData(mString)->edit(); in replaceAll() local
[all …]
DString8.cpp63 SharedBuffer* buf = SharedBuffer::alloc(1); in initialize_string8() local
82 SharedBuffer* buf = SharedBuffer::alloc(len+1); in allocFromUTF8() local
105 SharedBuffer* buf = SharedBuffer::alloc(bytes+1); in allocFromUTF16() local
127 SharedBuffer* buf = SharedBuffer::alloc(bytes+1); in allocFromUTF32() local
318 char* buf = lockBuffer(oldLength + n); in appendFormatV() local
332 SharedBuffer* buf = SharedBuffer::bufferFromData(mString) in real_append() local
347 SharedBuffer* buf = SharedBuffer::bufferFromData(mString) in lockBuffer() local
365 SharedBuffer* buf = SharedBuffer::bufferFromData(mString) in unlockBuffer() local
404 char* buf = lockBuffer(len); in toLower() local
428 char* buf = lockBuffer(len); in toUpper() local
[all …]
DZipUtils.cpp42 /*static*/ bool ZipUtils::inflateToBuffer(int fd, void* buf, in inflateToBuffer()
154 /*static*/ bool ZipUtils::inflateToBuffer(FILE* fp, void* buf, in inflateToBuffer()
329 unsigned char buf[8]; in examineGzip() local
DAsset.cpp69 char buf[64]; in getAssetAllocations() local
436 ssize_t _FileAsset::read(void* buf, size_t count) in read()
573 unsigned char* buf; in getBuffer() local
659 unsigned char* buf = new unsigned char[mLength]; in ensureAlignment() local
760 ssize_t _CompressedAsset::read(void* buf, size_t count) in read()
848 unsigned char* buf = NULL; in getBuffer() local
/frameworks/base/libs/utils/tests/
DBlobCache_test.cpp43 char buf[4] = { 0xee, 0xee, 0xee, 0xee }; in TEST_F() local
53 char buf[2] = { 0xee, 0xee }; in TEST_F() local
65 char buf[6] = { 0xee, 0xee, 0xee, 0xee, 0xee, 0xee }; in TEST_F() local
77 char buf[3] = { 0xee, 0xee, 0xee }; in TEST_F() local
91 char buf[4] = { 0xee, 0xee, 0xee, 0xee }; in TEST_F() local
102 char buf[MAX_VALUE_SIZE+1] = { 0xee, 0xee, 0xee, 0xee }; in TEST_F() local
114 char buf[4] = { 0xee, 0xee, 0xee, 0xee }; in TEST_F() local
127 char buf[MAX_VALUE_SIZE+1]; in TEST_F() local
150 char buf[bufSize]; in TEST_F() local
164 char buf[4] = { 0xee, 0xee, 0xee, 0xee }; in TEST_F() local
[all …]
/frameworks/base/libs/gui/tests/
DSurfaceTextureClient_test.cpp163 ANativeWindowBuffer* buf; in TEST_F() local
172 ANativeWindowBuffer* buf; in TEST_F() local
182 ANativeWindowBuffer* buf; in TEST_F() local
192 ANativeWindowBuffer* buf; in TEST_F() local
202 ANativeWindowBuffer* buf; in TEST_F() local
218 ANativeWindowBuffer* buf; in TEST_F() local
235 ANativeWindowBuffer* buf; in TEST_F() local
245 ANativeWindowBuffer* buf[2]; in TEST_F() local
265 ANativeWindowBuffer* buf[2]; in TEST_F() local
290 android_native_buffer_t* buf[3]; in TEST_F() local
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
DResponseData.java36 public abstract void format(ByteArrayOutputStream buf); in format()
38 public static void writeLength(ByteArrayOutputStream buf, int length) { in writeLength()
59 public void format(ByteArrayOutputStream buf) { in format()
98 public void format(ByteArrayOutputStream buf) { in format()
168 public void format(ByteArrayOutputStream buf) { in format()
206 public void format(ByteArrayOutputStream buf) { in format()
/frameworks/base/core/jni/
Dandroid_database_SQLiteProgram.cpp48 char buf[65]; in native_compile() local
62 char buf[32]; in native_bind_null() local
77 char buf[32]; in native_bind_long() local
92 char buf[32]; in native_bind_double() local
112 char buf[32]; in native_bind_string() local
134 char buf[32]; in native_bind_blob() local
155 char buf[66]; in native_finalize() local
Dandroid_os_SystemProperties.cpp31 char buf[PROPERTY_VALUE_MAX]; in SystemProperties_getSS() local
67 char buf[PROPERTY_VALUE_MAX]; in SystemProperties_get_int() local
95 char buf[PROPERTY_VALUE_MAX]; in SystemProperties_get_long() local
123 char buf[PROPERTY_VALUE_MAX]; in SystemProperties_get_boolean() local
Dandroid_server_Watchdog.cpp32 char buf[64]; in dumpOneStack() local
56 char buf[128]; in dumpKernelStacks() local
/frameworks/base/tools/aapt/
DZipEntry.cpp405 unsigned char buf[kLFHLen]; in read() local
471 unsigned char buf[kLFHLen]; in write() local
539 unsigned char buf[kCDELen]; in read() local
629 unsigned char buf[kCDELen]; in write() local
/frameworks/base/libs/gui/
DLayerState.cpp32 void* buf = output.writeInplace(len); in write() local
49 void const* buf = input.readInplace(len); in read() local
DISurfaceTexture.cpp57 virtual status_t requestBuffer(int bufferIdx, sp<GraphicBuffer>* buf) { in requestBuffer()
87 virtual status_t dequeueBuffer(int *buf, uint32_t w, uint32_t h, in dequeueBuffer()
104 virtual status_t queueBuffer(int buf, int64_t timestamp, in queueBuffer()
121 virtual void cancelBuffer(int buf) { in cancelBuffer()
254 int buf; in onTransact() local
262 int buf = data.readInt32(); in onTransact() local
275 int buf = data.readInt32(); in onTransact() local
/frameworks/compile/linkloader/include/
DELFSectionStrTab.h32 std::vector<char> buf; variable
/frameworks/base/services/jni/
Dcom_android_server_BatteryService.cpp134 static int readFromFile(const char* path, char* buf, size_t size) in readFromFile()
160 char buf[SIZE]; in setBooleanField() local
174 char buf[SIZE]; in setIntField() local
186 char buf[SIZE]; in setVoltageField() local
208 char buf[SIZE]; in android_server_BatteryService_update() local
246 char buf[20]; in register_android_server_BatteryService() local
/frameworks/compile/libbcc/lib/ExecutionEngine/
DFileHandle.cpp116 ssize_t FileHandle::read(char *buf, size_t count) { in read()
140 ssize_t FileHandle::write(char const *buf, size_t count) { in write()
/frameworks/base/core/java/android/net/dhcp/
DDhcpPacket.java251 InetAddress srcIp, short destUdp, short srcUdp, ByteBuffer buf, in fillInPacket()
376 private int checksum(ByteBuffer buf, int seed, int start, int end) { in checksum()
418 protected void addTlv(ByteBuffer buf, byte type, byte value) { in addTlv()
427 protected void addTlv(ByteBuffer buf, byte type, byte[] payload) { in addTlv()
438 protected void addTlv(ByteBuffer buf, byte type, InetAddress addr) { in addTlv()
447 protected void addTlv(ByteBuffer buf, byte type, List<InetAddress> addrs) { in addTlv()
461 protected void addTlv(ByteBuffer buf, byte type, Integer value) { in addTlv()
472 protected void addTlv(ByteBuffer buf, byte type, String str) { in addTlv()
486 protected void addTlvEnd(ByteBuffer buf) { in addTlvEnd()
540 private static String readAsciiString(ByteBuffer buf, int byteCount) { in readAsciiString()
/frameworks/base/include/utils/
DZipFileRO.h195 static inline unsigned short get2LE(const unsigned char* buf) { in get2LE()
198 static inline unsigned long get4LE(const unsigned char* buf) { in get4LE()
DObbFile.h106 static inline uint32_t get4LE(const unsigned char* buf) { in get4LE()
110 static inline void put4LE(unsigned char* buf, uint32_t val) { in put4LE()
/frameworks/base/opengl/tools/glgen/stubs/gles11/
DglGetProgramInfoLog.cpp10 char* buf = (char*) malloc(infoLen); in android_glGetProgramInfoLog() local
DglGetShaderInfoLog.cpp10 char* buf = (char*) malloc(infoLen); in android_glGetShaderInfoLog() local
/frameworks/base/media/libstagefright/codecs/aacenc/src/
Dtransform.c42 static void Shuffle(int *buf, int num, const unsigned char* bitTab) in Shuffle()
73 static void Radix4First(int *buf, int num) in Radix4First()
108 static void Radix8First(int *buf, int num) in Radix8First()
188 static void Radix4FFT(int *buf, int num, int bgn, int *twidTab) in Radix4FFT()
351 void Mdct_Long(int *buf) in Mdct_Long()
369 void Mdct_Short(int *buf) in Mdct_Short()
/frameworks/base/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp230 ogg_buffer *buf, ogg_reference *ref, oggpack_buffer *bits) { in makeBitReader()
259 ogg_buffer buf; in onQueueFilled() local
332 ogg_buffer buf; in onQueueFilled() local
/frameworks/base/core/java/android/database/
DCharArrayBuffer.java27 public CharArrayBuffer(char[] buf) { in CharArrayBuffer()

1234567