Searched refs:Map (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/third_party/googletest/googletest/samples/ |
D | sample3_unittest.cc | 99 const Queue<int> * const new_q = q->Map(Double); in MapTester() 147 TEST_F(QueueTest, Map) { in TEST_F() argument
|
D | sample3-inl.h | 153 Queue* Map(F function) const { in Map() function
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_system.h | 55 void* Map(void* address,
|
D | crazy_linker_system_mock.cpp | 226 void* Map(void* address, size_t length, int prot, int flags, off_t offset) { in Map() function in __anonf4e4ae0c0111::MockFileHandle 341 void* FileDescriptor::Map(void* address, in Map() function in crazy::FileDescriptor 351 return handle->Map(address, length, prot, flags, offset); in Map()
|
D | crazy_linker_system.cpp | 41 void* FileDescriptor::Map(void* address, in Map() function in crazy::FileDescriptor
|
D | crazy_linker_elf_loader.cpp | 167 void* mmap_result = fd_.Map( in ReadProgramHeader() 303 void* seg_addr = fd_.Map((void*)seg_page_start, in LoadSegments()
|
/ndk/sources/android/crazy_linker/ |
D | DESIGN.TXT | 73 1) Map loadable segments into memory.
|
/ndk/sources/host-tools/make-3.81/po/ |
D | nl.po | 1169 msgstr "%s: Map '%s' wordt binnengegaan\n" 1174 msgstr "%s: Map '%s' wordt verlaten\n" 1189 msgstr "%s[%u]: Map '%s' wordt binnengegaan\n" 1194 msgstr "%s[%u]: Map '%s' wordt verlaten\n"
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-printers_test.cc | 888 TEST(PrintStlContainerTest, Map) { in TEST() argument
|