Home
last modified time | relevance | path

Searched refs:Map (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/third_party/googletest/googletest/samples/
Dsample3_unittest.cc99 const Queue<int> * const new_q = q->Map(Double); in MapTester()
147 TEST_F(QueueTest, Map) { in TEST_F() argument
Dsample3-inl.h153 Queue* Map(F function) const { in Map() function
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_system.h55 void* Map(void* address,
Dcrazy_linker_system_mock.cpp226 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()
Dcrazy_linker_system.cpp41 void* FileDescriptor::Map(void* address, in Map() function in crazy::FileDescriptor
Dcrazy_linker_elf_loader.cpp167 void* mmap_result = fd_.Map( in ReadProgramHeader()
303 void* seg_addr = fd_.Map((void*)seg_page_start, in LoadSegments()
/ndk/sources/android/crazy_linker/
DDESIGN.TXT73 1) Map loadable segments into memory.
/ndk/sources/host-tools/make-3.81/po/
Dnl.po1169 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/
Dgtest-printers_test.cc888 TEST(PrintStlContainerTest, Map) { in TEST() argument