/art/runtime/base/unix_file/ |
D | random_access_file_test.h | 54 char buf[256]; in ReadString() local 65 char buf[256]; in TestRead() local 153 char buf[256]; in TestWrite() local
|
D | null_file.cc | 36 int64_t NullFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read() 54 int64_t NullFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write()
|
D | string_file.cc | 38 int64_t StringFile::Read(char *buf, int64_t byte_count, int64_t offset) const { in Read() 66 int64_t StringFile::Write(const char *buf, int64_t byte_count, int64_t offset) { in Write()
|
D | mapped_file.cc | 98 int64_t MappedFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read() 132 int64_t MappedFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write()
|
D | random_access_file_utils.cc | 26 std::vector<char> buf(4096); in CopyFile() local
|
D | fd_file.cc | 76 int64_t FdFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read() 92 int64_t FdFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write()
|
D | null_file_test.cc | 29 char buf[256]; in TEST_F() local
|
/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 | 54 static inline void SetFieldId(uint8_t* buf, FieldId val) { return Set4BE(buf, val); } in SetFieldId() 55 static inline void SetMethodId(uint8_t* buf, MethodId val) { return Set4BE(buf, val); } in SetMethodId() 56 static inline void SetObjectId(uint8_t* buf, ObjectId val) { return Set8BE(buf, val); } in SetObjectId() 57 static inline void SetRefTypeId(uint8_t* buf, RefTypeId val) { return Set8BE(buf, val); } in SetRefTypeId() 58 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/ |
D | zip_archive_test.cc | 49 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 | trace.cc | 216 static void Append2LE(uint8_t* buf, uint16_t val) { in Append2LE() 222 static void Append4LE(uint8_t* buf, uint32_t val) { in Append4LE() 230 static void Append8LE(uint8_t* buf, uint64_t val) { in Append8LE() 466 static void DumpBuf(uint8_t* buf, size_t buf_size, ProfilerClockSource clock_source) in DumpBuf()
|
D | jni_internal.cc | 1974 jchar* buf) { in GetStringRegion() 1988 char* buf) { in GetStringUTFRegion() 2244 jboolean* buf) { in GetBooleanArrayRegion() 2250 jbyte* buf) { in GetByteArrayRegion() 2256 jchar* buf) { in GetCharArrayRegion() 2262 jdouble* buf) { in GetDoubleArrayRegion() 2268 jfloat* buf) { in GetFloatArrayRegion() 2274 jint* buf) { in GetIntArrayRegion() 2280 jlong* buf) { in GetLongArrayRegion() 2286 jshort* buf) { in GetShortArrayRegion() [all …]
|
D | check_jni.cc | 993 uint8_t buf[4]; in Check() local 1132 …static jclass DefineClass(JNIEnv* env, const char* name, jobject loader, const jbyte* buf, jsize b… in DefineClass() 1689 static void GetStringRegion(JNIEnv* env, jstring str, jsize start, jsize len, jchar* buf) { in GetStringRegion() 1695 static void GetStringUTFRegion(JNIEnv* env, jstring str, jsize start, jsize len, char* buf) { in GetStringUTFRegion() 1774 static void* GetDirectBufferAddress(JNIEnv* env, jobject buf) { in GetDirectBufferAddress() 1780 static jlong GetDirectBufferCapacity(JNIEnv* env, jobject buf) { in GetDirectBufferCapacity()
|
/art/runtime/base/ |
D | stringprintf.cc | 51 char* buf = new char[length]; in StringAppendV() local
|
D | stringpiece.cc | 28 int StringPiece::copy(char* buf, size_type n, size_type pos) const { in copy()
|
/art/compiler/dex/quick/arm/ |
D | target_arm.cc | 249 static char* DecodeRegList(int opcode, int vector, char* buf) { in DecodeRegList() 272 static char* DecodeFPCSRegList(int count, int base, char* buf) { in DecodeFPCSRegList() 306 std::string buf; in BuildInsnString() local 444 char buf[256]; in DumpResourceMask() local
|
/art/test/070-nio-buffer/src/ |
D | Main.java | 29 ByteBuffer buf = ByteBuffer.allocateDirect(16); in main() local
|
/art/compiler/ |
D | output_stream_test.cc | 41 uint8_t buf[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in GenerateTestOutput() local
|
/art/jdwpspy/ |
D | Net.cpp | 472 const unsigned char* buf = packetBuf; in dumpPacket() local 527 const unsigned char* buf = pSrc->inputBuffer; in handlePacket() local
|
/art/compiler/dex/quick/mips/ |
D | target_mips.cc | 156 std::string buf; in BuildInsnString() local 248 char buf[256]; in DumpResourceMask() local
|
/art/compiler/dex/quick/x86/ |
D | target_x86.cc | 199 std::string buf; in BuildInsnString() local 257 char buf[256]; in DumpResourceMask() local
|
/art/runtime/hprof/ |
D | hprof.cc | 71 #define U2_TO_BUF_BE(buf, offset, value) \ argument 80 #define U4_TO_BUF_BE(buf, offset, value) \ argument 91 #define U8_TO_BUF_BE(buf, offset, value) \ argument 618 unsigned char buf[4]; in WriteFixedHeader() local
|
/art/compiler/dex/quick/ |
D | codegen_util.cc | 205 std::string buf; in DumpPromotionMap() local 339 static void PushWord(std::vector<uint8_t>&buf, int data) { in PushWord() 346 static void AlignBuffer(std::vector<uint8_t>&buf, size_t offset) { in AlignBuffer()
|