| /art/runtime/jdwp/ |
| D | jdwp_bits.h | 70 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()
|
| D | jdwp.h | 65 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()
|
| D | jdwp_expand_buf.cc | 153 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/ |
| D | random_access_file_test.h | 56 char buf[256]; in ReadString() local 67 char buf[256]; in TestRead() local 159 char buf[256]; in TestWrite() local
|
| D | random_access_file_utils.cc | 26 std::vector<char> buf(4096); in CopyFile() local
|
| D | fd_file.cc | 154 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/ |
| D | bit_vector_test.cc | 218 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
|
| D | stringprintf.cc | 51 char* buf = new char[length]; in StringAppendV() local
|
| D | stringpiece.cc | 37 StringPiece::size_type StringPiece::copy(char* buf, size_type n, size_type pos) const { in copy()
|
| D | logging.cc | 281 char* buf = nullptr; in LogLineLowStack() local
|
| /art/runtime/ |
| D | zip_archive_test.cc | 55 uint8_t buf[kBufSize]; in TEST_F() local
|
| D | monitor_android.cc | 30 static void Set4LE(uint8_t* buf, uint32_t val) { in Set4LE()
|
| D | utf_test.cc | 314 static void testConversions(uint16_t *buf, int char_count) { in testConversions() 352 uint16_t buf[4] = { 0 }; in TEST_F() local
|
| D | trace.cc | 197 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()
|
| D | jni_internal.cc | 1664 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 …]
|
| D | utils.h | 317 void Push32(Vector* buf, int32_t data) { in Push32()
|
| D | check_jni.cc | 1480 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/ |
| D | sigchain_dummy.cc | 37 char buf[256]; in log() local
|
| D | sigchain.cc | 102 char buf[256]; in log() local
|
| /art/test/070-nio-buffer/src/ |
| D | Main.java | 29 ByteBuffer buf = ByteBuffer.allocateDirect(16); in main() local
|
| /art/runtime/openjdkjvm/ |
| D | OpenjdkJvm.cc | 103 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/ |
| D | output_stream_test.cc | 44 uint8_t buf[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in GenerateTestOutput() local
|
| /art/tools/dmtracedump/ |
| D | tracedump.cc | 1246 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
|
| D | createtesttrace.cc | 75 char buf[BUF_SIZE]; variable
|
| /art/compiler/utils/ |
| D | assembler_test_base.h | 460 struct stat buf; in FileExists() local
|