/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_util.cpp | 25 String::String() { Init(); } in String() 28 Init(); in String() 33 Init(); in String() 38 Init(); in String() 50 Init(); in String()
|
D | crazy_linker_thread.cpp | 26 void ThreadData::Init() { in Init() function in crazy::ThreadData 63 data->Init(); in GetThreadData()
|
D | crazy_linker_thread.h | 20 void Init();
|
D | crazy_linker_elf_symbols.h | 23 bool Init(const ElfView* view);
|
D | crazy_linker_rdebug.h | 192 bool Init();
|
D | crazy_linker_elf_relocations.h | 25 bool Init(const ElfView* view, Error* error);
|
D | crazy_linker_rdebug.cpp | 199 bool RDebug::Init() { in Init() function in crazy::RDebug 325 Init(); in AddEntryImpl()
|
D | crazy_linker_shared_library.cpp | 193 if (!symbols_.Init(&view_)) { in Load() 295 if (!relocations.Init(&view_, error)) in Relocate()
|
D | crazy_linker_elf_symbols.cpp | 29 bool ElfSymbols::Init(const ElfView* view) { in Init() function in crazy::ElfSymbols
|
D | crazy_linker_elf_relro.cpp | 119 if (!relocations.Init(view, error)) in CopyFromRelocated()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | iostream.cpp | 34 ios_base::Init __start_std_streams; 36 ios_base::Init::Init() in Init() function in ios_base::Init 55 ios_base::Init::~Init() in ~Init()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | locale_impl.h | 80 class _STLP_CLASS_DECLSPEC Init { 82 Init(); 83 ~Init(); 94 friend class Init; variable
|
D | iostream.cpp | 139 long ios_base::Init::_S_count = 0; 143 ios_base::Init::Init() { in Init() function in ios_base::Init 151 ios_base::Init::~Init() { in ~Init() 306 if (Init::_S_count == 0) { in sync_with_stdio()
|
D | locale_impl.cpp | 55 static _Stl_aligned_buffer<_Locale_impl::Init> __Loc_init_buf; 57 _Locale_impl::Init::Init() { in Init() function in _Locale_impl::Init 63 _Locale_impl::Init::~Init() { in ~Init() 69 _Refcount_Base& _Locale_impl::Init::_M_count() const { in _M_count() 77 new (&__Loc_init_buf) Init(); in _Locale_impl() 84 new (&__Loc_init_buf) Init(); in _Locale_impl() 89 new (&__Loc_init_buf) Init(); in _Locale_impl() 93 (&__Loc_init_buf)->~Init(); in ~_Locale_impl() 599 static _Locale_impl::Init init; in _Stl_get_classic_locale() 604 static _Locale_impl::Init init; in _Stl_get_global_locale() [all …]
|
/ndk/sources/android/crazy_linker/tests/ |
D | test_relocated_shared_relro.cpp | 45 foo.Init("libfoo_with_relro.so", context); in main() 73 foo.Init("libfoo_with_relro.so", context); in main()
|
D | test_two_shared_relros.cpp | 41 foo.Init("libfoo_with_relro.so", context); in main() 44 bar.Init("libbar_with_relro.so", context); in main()
|
D | test_shared_relro.cpp | 39 foo.Init("libfoo_with_relro.so", context); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ios_base.h | 241 class _STLP_CLASS_DECLSPEC Init 244 Init(); 245 ~Init(); 251 friend class Init; variable
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | cxxabi.cc | 94 void Init() { in Init() function in __anondffbcc790111::PageBasedAllocator 212 __cxa_eh_globals_allocator.Init<__cxa_eh_globals>(); in CxaThreadKey()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-spi.h | 80 void Init();
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 930 RE(const RE& other) { Init(other.pattern()); } 933 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT 937 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT 941 RE(const char* regex) { Init(regex); } // NOLINT 976 void Init(const char* regex);
|
D | gtest-internal.h | 962 Init(array, count, relation); 967 Init(rhs.array_, rhs.size_, rhs.relation_to_source_); 991 void Init(const Element* array, size_t a_size, RelationToSource relation) {
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_output_test_.cc | 375 Init(); in FatalFailureInFixtureConstructorTest() 395 void Init() { in Init() function in FatalFailureInFixtureConstructorTest
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | ios | 70 class Init; 278 class _LIBCPP_TYPE_VIS Init; 424 class _LIBCPP_TYPE_VIS ios_base::Init 427 Init(); 428 ~Init();
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-port.cc | 170 void RE::Init(const char* regex) { in Init() function in testing::internal::RE 417 void RE::Init(const char* regex) { in Init() function in testing::internal::RE
|