Searched defs:buffer (Results 1 – 20 of 20) sorted by relevance
24 AssemblerBuffer buffer; in TEST() local
28 bool FileOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
34 bool WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
26 bool BufferedOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
893 void ElfWriterQuick::ReservePatchSpace(std::vector<uint8_t>* buffer, bool debug) { in ReservePatchSpace()
121 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully()136 bool FdFile::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
74 uint8_t buffer[16]; in TEST_F() local
129 StringFile buffer; in TEST_F() local
398 std::ostringstream buffer; in Dump() local418 std::ostringstream buffer; in DumpDot() local424 std::ostringstream buffer; in DumpIndicesDot() local
195 std::ostringstream buffer; member
31 std::ostream& buffer, in DumpBitVector()56 std::ostringstream buffer; in TestCode() local
64 uint8_t* buffer = allocator->Allocate(code_size); in CompileBaseline() local90 uint8_t* buffer = allocator->Allocate(code_size); in CompileOptimized() local
257 explicit EnsureCapacity(AssemblerBuffer* buffer) { in EnsureCapacity()298 explicit EnsureCapacity(AssemblerBuffer* buffer) { in EnsureCapacity()
511 std::string WriteToFile(std::vector<uint8_t>& buffer, std::string test_name) { in WriteToFile()
140 char buffer[CMSG_SPACE(sizeof(int))]; in ReceiveClientFd() member
163 std::vector<uint8_t> buffer(1); in Java_Main_testZeroLengthByteBuffers() local
1472 uint8_t buffer[12]; in EncodeUnsignedLeb128() local1480 uint8_t buffer[12]; in EncodeSignedLeb128() local
1501 std::unique_ptr<uint8_t> buffer(new uint8_t[buffer_size]); in dex2oat() local
1598 jobject buffer = env_->NewDirectByteBuffer(bytes, sizeof(bytes)); in TEST_F() local