/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_globals.h | 28 static Globals* Get(); 30 static LibraryList* GetLibraries() { return &Get()->libraries_; } in GetLibraries() 32 static SearchPathList* GetSearchPaths() { return &Get()->search_paths_; } in GetSearchPaths() 34 static RDebug* GetRDebug() { return &Get()->rdebug_; } in GetRDebug() 46 ScopedGlobalLock() { Globals::Get()->Lock(); } in ScopedGlobalLock() 48 ~ScopedGlobalLock() { Globals::Get()->Unlock(); } in ~ScopedGlobalLock()
|
D | crazy_linker_globals_unittest.cpp | 13 TEST(Globals, Get) { in TEST() argument 15 ASSERT_TRUE(Globals::Get()); in TEST()
|
D | crazy_linker_elf_relro.cpp | 99 ::memcpy(map.Get(), reinterpret_cast<void*>(relro_start), relro_size); in CopyFrom() 132 reinterpret_cast<size_t>(map.Get()), in CopyFromRelocated() 178 LOG("%s: mapping allocated at %p\n", __FUNCTION__, fd_map.Get()); in InitFrom() 181 char* fd_page = static_cast<char*>(fd_map.Get()); in InitFrom()
|
D | crazy_linker_globals.cpp | 29 Globals* Globals::Get() { in Get() function in crazy::Globals
|
D | crazy_linker_library_list.cpp | 315 SharedLibrary::DependencyIterator iter(lib.Get()); in LoadLibrary() 355 head_->list_prev_ = lib.Get(); in LoadLibrary() 356 head_ = lib.Get(); in LoadLibrary() 360 wrap->SetCrazy(lib.Get(), lib_name); in LoadLibrary()
|
D | crazy_linker_system.h | 50 HandleType Get() const { return fd_; } in Get() function
|
D | crazy_linker_memory_mapping.h | 28 void* Get() { return map_; } in Get() function
|
D | crazy_linker_util.h | 43 T* Get() { return ptr_; } in Get() function
|
/ndk/sources/android/crazy_linker/tests/ |
D | foo_with_static_constructor.cpp | 40 int Get() const { return x_; } in Get() function in A 48 extern "C" int Foo() { return s_a.Get(); } in Foo()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-tuple.h | 137 template <int k> class Get; 207 template <int k> friend class gtest_internal::Get; 239 template <int k> friend class gtest_internal::Get; 282 template <int k> friend class gtest_internal::Get; 319 template <int k> friend class gtest_internal::Get; 360 template <int k> friend class gtest_internal::Get; 404 template <int k> friend class gtest_internal::Get; 451 template <int k> friend class gtest_internal::Get; 500 template <int k> friend class gtest_internal::Get; 552 template <int k> friend class gtest_internal::Get; [all …]
|
D | gtest-tuple.h.pump | 111 template <int k> class Get; 143 template <int k> friend class gtest_internal::Get; 245 class Get<$i> { 263 return gtest_internal::Get<k>::Field(t); 269 return gtest_internal::Get<k>::ConstField(t);
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 645 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() 669 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait() 673 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait() 715 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL); in AssumeRole() 728 "|" + StreamableToString(reinterpret_cast<size_t>(event_handle_.Get())); in AssumeRole() 1235 if (parent_process_handle.Get() == INVALID_HANDLE_VALUE) { in GetStatusFileDescriptor() 1251 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor() 1266 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
|
D | gtest-internal-inl.h | 974 HANDLE Get() const { return handle_; } in Get() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | streambuf | 45 // Get and put areas: 46 // 27.6.2.2.3 Get area: 67 // 27.6.2.3.2 Get area: 93 // 27.6.2.4.3 Get area: 146 // Get and put areas: 147 // 27.6.2.2.3 Get area: 168 // 27.6.2.3.2 Get area: 194 // 27.6.2.4.3 Get area:
|
D | sstream | 39 // 27.8.1.3 Get and set: 223 // 27.8.1.3 Get and set:
|
D | locale | 218 // Get the C locale object 1546 // Stage 1 - Get number in narrow char 1576 // Stage 1 - Get number in narrow char 1606 // Stage 1 - Get number in narrow char 1636 // Stage 1 - Get number in narrow char 1666 // Stage 1 - Get number in narrow char 1735 // Stage 1 - Get number in narrow char 1804 // Stage 1 - Get pointer in narrow char
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-death-test_test.cc | 1103 EXPECT_EQ(handle, auto_handle.Get()); in TEST() 1108 EXPECT_EQ(INVALID_HANDLE_VALUE, auto_handle.Get()); in TEST() 1115 EXPECT_EQ(handle, auto_handle.Get()); in TEST() 1119 EXPECT_EQ(INVALID_HANDLE_VALUE, auto_handle2.Get()); in TEST()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | lit.cfg | 289 # Get or infer the target triple.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/ |
D | optional | 139 // Get the key function ~bad_optional_access() into the dylib even if not compiling for C++1y
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | uniq.inp | 586 GETCHAR (c, eptr) /* Get character */ 587 GETCHARINC (c, eptr) /* Get character; increment eptr */ 588 GETCHARINC (c, eptr) /* Get character; increment eptr */
|
D | uniq.good | 183 GETCHAR (c, eptr) /* Get character */ 184 GETCHARINC (c, eptr) /* Get character; increment eptr */
|
/ndk/sources/host-tools/make-3.81/ |
D | ChangeLog | 523 (reap_children) [WINDOWS32]: Get the handle for the main thread 1540 (get-config/config.guess get-config/config.sub): Get these files 1908 * hash.c (round_up_2): Get rid of a warning. 2392 * gettext.h: Get a simplified copy from the gettext package. 2446 (main): Get rid of any avoidable limit on stack size.
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 1546 # Get the line number from hold space; add a zero 2480 * G (appending Get) command: Other Commands. (line 125)
|
D | sed.texi | 1313 @findex G (appending Get) command 2113 # Get the line number from hold space; add a zero
|
D | sed-in.texi | 1312 @findex G (appending Get) command 2023 # Get the line number from hold space; add a zero
|