Home
last modified time | relevance | path

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

12

/art/runtime/jdwp/
Djdwp_bits.h70 static inline void Set1(uint8_t* buf, uint8_t val) { in Set1()
75 static inline void Set2BE(uint8_t* buf, uint16_t val) { in Set2BE()
81 static inline void Set4BE(uint8_t* buf, uint32_t val) { in Set4BE()
89 static inline void Set8BE(uint8_t* buf, uint64_t val) { in Set8BE()
Djdwp.h65 static inline void SetFieldId(uint8_t* buf, FieldId val) { return Set8BE(buf, val); } in SetFieldId()
66 static inline void SetMethodId(uint8_t* buf, MethodId val) { return Set8BE(buf, val); } in SetMethodId()
67 static inline void SetObjectId(uint8_t* buf, ObjectId val) { return Set8BE(buf, val); } in SetObjectId()
68 static inline void SetRefTypeId(uint8_t* buf, RefTypeId val) { return Set8BE(buf, val); } in SetRefTypeId()
69 static inline void SetFrameId(uint8_t* buf, FrameId val) { return Set8BE(buf, val); } in SetFrameId()
Djdwp_expand_buf.cc153 static void SetUtf8String(uint8_t* buf, const char* str, size_t strLen) { in SetUtf8String()
179 void expandBufAddLocation(ExpandBuf* buf, const JdwpLocation& location) { in expandBufAddLocation()
/art/runtime/base/unix_file/
Drandom_access_file_test.h56 char buf[256]; in ReadString() local
67 char buf[256]; in TestRead() local
159 char buf[256]; in TestWrite() local
Drandom_access_file_utils.cc26 std::vector<char> buf(4096); in CopyFile() local
Dfd_file.cc154 int64_t FdFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read()
180 int64_t FdFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write()
207 static ssize_t ReadIgnoreOffset(int fd, void *buf, size_t count, off_t offset) { in ReadIgnoreOffset()
/art/runtime/base/
Dbit_vector_test.cc218 uint32_t buf; in TEST() local
228 uint32_t buf; in TEST() local
243 uint8_t buf[5]; in TEST() local
260 uint32_t buf[2]; in TEST() local
Dstringprintf.cc51 char* buf = new char[length]; in StringAppendV() local
Dstringpiece.cc37 StringPiece::size_type StringPiece::copy(char* buf, size_type n, size_type pos) const { in copy()
Dlogging.cc281 char* buf = nullptr; in LogLineLowStack() local
/art/runtime/
Dzip_archive_test.cc55 uint8_t buf[kBufSize]; in TEST_F() local
Dmonitor_android.cc30 static void Set4LE(uint8_t* buf, uint32_t val) { in Set4LE()
Dutf_test.cc314 static void testConversions(uint16_t *buf, int char_count) { in testConversions()
352 uint16_t buf[4] = { 0 }; in TEST_F() local
Dtrace.cc197 static void Append2LE(uint8_t* buf, uint16_t val) { in Append2LE()
203 static void Append4LE(uint8_t* buf, uint32_t val) { in Append4LE()
211 static void Append8LE(uint8_t* buf, uint64_t val) { in Append8LE()
627 static uint64_t ReadBytes(uint8_t* buf, size_t bytes) { in ReadBytes()
635 void Trace::DumpBuf(uint8_t* buf, size_t buf_size, TraceClockSource clock_source) { in DumpBuf()
Djni_internal.cc1664 jchar* buf) { in GetStringRegion()
1678 char* buf) { in GetStringUTFRegion()
2001 jboolean* buf) { in GetBooleanArrayRegion()
2007 jbyte* buf) { in GetByteArrayRegion()
2012 jchar* buf) { in GetCharArrayRegion()
2017 jdouble* buf) { in GetDoubleArrayRegion()
2023 jfloat* buf) { in GetFloatArrayRegion()
2029 jint* buf) { in GetIntArrayRegion()
2034 jlong* buf) { in GetLongArrayRegion()
2039 jshort* buf) { in GetShortArrayRegion()
[all …]
Dutils.h317 void Push32(Vector* buf, int32_t data) { in Push32()
Dcheck_jni.cc1480 static void DebugFree(void* buf, size_t len) { in DebugFree()
1516 uint8_t buf[4]; in CheckHeader() local
1573 const uint8_t* buf = reinterpret_cast<const uint8_t*>(this); in StartRedZone() local
1585 const uint8_t* buf = reinterpret_cast<const uint8_t*>(this); in EndRedZone() local
1686 static jclass DefineClass(JNIEnv* env, const char* name, jobject loader, const jbyte* buf, in DefineClass()
2303 static void GetStringRegion(JNIEnv* env, jstring string, jsize start, jsize len, jchar* buf) { in GetStringRegion()
2317 static void GetStringUTFRegion(JNIEnv* env, jstring string, jsize start, jsize len, char* buf) { in GetStringUTFRegion()
2544 static void* GetDirectBufferAddress(JNIEnv* env, jobject buf) { in GetDirectBufferAddress()
2560 static jlong GetDirectBufferCapacity(JNIEnv* env, jobject buf) { in GetDirectBufferCapacity()
3472 jarray array, jsize start, jsize len, void* buf) { in GetPrimitiveArrayRegion()
[all …]
/art/sigchainlib/
Dsigchain_dummy.cc37 char buf[256]; in log() local
Dsigchain.cc102 char buf[256]; in log() local
/art/test/070-nio-buffer/src/
DMain.java29 ByteBuffer buf = ByteBuffer.allocateDirect(16); in main() local
/art/runtime/openjdkjvm/
DOpenjdkJvm.cc103 JNIEXPORT jint JVM_Read(jint fd, char* buf, jint nbytes) { in JVM_Read()
108 JNIEXPORT jint JVM_Write(jint fd, char* buf, jint nbytes) { in JVM_Write()
161 JNIEXPORT jint JVM_GetLastErrorString(char* buf, int len) { in JVM_GetLastErrorString()
268 JNIEXPORT jint JVM_Send(jint fd, char* buf, jint nBytes, jint flags) { in JVM_Send()
/art/compiler/linker/
Doutput_stream_test.cc44 uint8_t buf[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in GenerateTestOutput() local
/art/tools/dmtracedump/
Dtracedump.cc1246 char buf[80]; in printInclusiveMethod() local
1514 char buf[40]; in printInclusiveProfile() local
1643 void printHtmlField(char* buf, int32_t width) { in printHtmlField()
1735 char buf[80]; in printClassProfiles() local
1779 char buf[80]; in printClassProfiles() local
1945 char buf[80]; in printMethodProfiles() local
1989 char buf[80]; in printMethodProfiles() local
Dcreatetesttrace.cc75 char buf[BUF_SIZE]; variable
/art/compiler/utils/
Dassembler_test_base.h460 struct stat buf; in FileExists() local

12