/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_system.h | 53 int Read(void* buffer, size_t buffer_size);
|
D | crazy_linker_system_unittest.cpp | 25 EXPECT_EQ(kStringLen, fd.Read(buff2, sizeof(buff2))); in TEST()
|
D | crazy_linker_system_mock.cpp | 188 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()
|
D | crazy_linker_system.cpp | 33 int FileDescriptor::Read(void* buffer, size_t buffer_size) { in Read() function in crazy::FileDescriptor
|
D | crazy_linker_line_reader.cpp | 117 int ret = fd_.Read(buff_ + buff_size_, avail); in GetNextLine()
|
D | crazy_linker_rdebug.cpp | 55 fd.Read(header, sizeof(header)) != static_cast<int>(sizeof(header))) { in FindElfDynamicSection() 89 if (fd.Read(&phdr, sizeof(phdr)) != sizeof(phdr)) { in FindElfDynamicSection()
|
D | crazy_linker_elf_loader.cpp | 104 int ret = fd_.Read(&header_, sizeof(header_)); in ReadElfHeader()
|
/ndk/sources/host-tools/make-3.81/po/ |
D | insert-header.sin | 12 # Yes it was empty. First occurrence. Read the file.
|
D | be.po | 727 " Read FILE as a makefile.\n" 1929 #~ msgid "Read FILE as a makefile"
|
D | ko.po | 741 " Read FILE as a makefile.\n" 2021 #~ msgid "Read FILE as a makefile"
|
D | zh_CN.po | 731 " Read FILE as a makefile.\n" 1981 #~ msgid "Read FILE as a makefile"
|
D | he.po | 741 " Read FILE as a makefile.\n" 2018 #~ msgid "Read FILE as a makefile"
|
D | sv.po | 736 " Read FILE as a makefile.\n" 2014 #~ msgid "Read FILE as a makefile"
|
D | id.po | 737 " Read FILE as a makefile.\n" 2023 #~ msgid "Read FILE as a makefile"
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | insert-header.sin | 12 # Yes it was empty. First occurrence. Read the file.
|
/ndk/sources/android/crazy_linker/ |
D | README.TXT | 53 - 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/ |
D | NATIVE-ACTIVITY.text | 31 Read the comments in the 40 source is also available to you, so you can modify the implementation if you need. Read the
|
D | ANDROID-MK.text | 393 > 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/ |
D | gtest-death-test.cc | 318 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/ |
D | gtest-port.h | 1783 inline int Read(int fd, void* buf, unsigned int count) {
|
/ndk/sources/host-tools/make-3.81/config/ |
D | lib-link.m4 | 376 dnl Read the .la file. It defines the variables
|
/ndk/sources/third_party/googletest/googletest/ |
D | README | 422 Read the Pump manual [2] for how to use it.
|
/ndk/sources/host-tools/make-3.81/ |
D | function.c | 1832 cc = Read (child_stdout, &buffer[i], maxlen - i); in func_shell()
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | lib-link.m4 | 504 dnl Read the .la file. It defines the variables
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 1019 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)
|