Home
last modified time | relevance | path

Searched refs:Read (Results 1 – 25 of 46) sorted by relevance

12

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_system.h53 int Read(void* buffer, size_t buffer_size);
Dcrazy_linker_system_unittest.cpp25 EXPECT_EQ(kStringLen, fd.Read(buff2, sizeof(buff2))); in TEST()
Dcrazy_linker_system_mock.cpp188 int Read(void* buffer, size_t buffer_size) { in Read() function in __anon349638500111::MockFileHandle
323 int FileDescriptor::Read(void* buffer, size_t buffer_size) { in Read() function in crazy::FileDescriptor
329 return handle->Read(buffer, buffer_size); in Read()
Dcrazy_linker_system.cpp33 int FileDescriptor::Read(void* buffer, size_t buffer_size) { in Read() function in crazy::FileDescriptor
Dcrazy_linker_line_reader.cpp117 int ret = fd_.Read(buff_ + buff_size_, avail); in GetNextLine()
Dcrazy_linker_rdebug.cpp55 fd.Read(header, sizeof(header)) != static_cast<int>(sizeof(header))) { in FindElfDynamicSection()
89 if (fd.Read(&phdr, sizeof(phdr)) != sizeof(phdr)) { in FindElfDynamicSection()
Dcrazy_linker_elf_loader.cpp104 int ret = fd_.Read(&header_, sizeof(header_)); in ReadElfHeader()
/ndk/sources/host-tools/make-3.81/po/
Dinsert-header.sin12 # Yes it was empty. First occurrence. Read the file.
Dbe.po727 " Read FILE as a makefile.\n"
1929 #~ msgid "Read FILE as a makefile"
Dko.po741 " Read FILE as a makefile.\n"
2021 #~ msgid "Read FILE as a makefile"
Dzh_CN.po731 " Read FILE as a makefile.\n"
1981 #~ msgid "Read FILE as a makefile"
Dhe.po741 " Read FILE as a makefile.\n"
2018 #~ msgid "Read FILE as a makefile"
Dsv.po736 " Read FILE as a makefile.\n"
2014 #~ msgid "Read FILE as a makefile"
Did.po737 " Read FILE as a makefile.\n"
2023 #~ msgid "Read FILE as a makefile"
/ndk/sources/host-tools/sed-4.2.1/po/
Dinsert-header.sin12 # Yes it was empty. First occurrence. Read the file.
/ndk/sources/android/crazy_linker/
DREADME.TXT53 - Do not use this if you don't know what you're doing. Read the API
115 Read the header for API documentation.
/ndk/docs/text/
DNATIVE-ACTIVITY.text31 Read the comments in the
40 source is also available to you, so you can modify the implementation if you need. Read the
DANDROID-MK.text393 > Read [IMPORT-MODULE](IMPORT-MODULE.html) for more details.
722 > * [RELRO: RELocation Read-Only](http://isisblogs.poly.edu/2011/06/01/relro-relocation-read-onl…
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc318 while ((num_read = posix::Read(fd, buffer, 255)) > 0) { in FailFromInternalError()
434 bytes_read = posix::Read(read_fd(), &flag, 1); in ReadAndInterpretStatusByte()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1783 inline int Read(int fd, void* buf, unsigned int count) {
/ndk/sources/host-tools/make-3.81/config/
Dlib-link.m4376 dnl Read the .la file. It defines the variables
/ndk/sources/third_party/googletest/googletest/
DREADME422 Read the Pump manual [2] for how to use it.
/ndk/sources/host-tools/make-3.81/
Dfunction.c1832 cc = Read (child_stdout, &buffer[i], maxlen - i); in func_shell()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dlib-link.m4504 dnl Read the .la file. It defines the variables
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info1019 N Read another line, silently
2390 * Read next input line: Common Commands. (line 44)
2391 * Read text from a file <1>: Extended Commands. (line 53)
2392 * Read text from a file: Other Commands. (line 78)

12