Home
last modified time | relevance | path

Searched refs:Init (Results 1 – 25 of 30) sorted by relevance

12

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_util.cpp25 String::String() { Init(); } in String()
28 Init(); in String()
33 Init(); in String()
38 Init(); in String()
50 Init(); in String()
Dcrazy_linker_thread.cpp26 void ThreadData::Init() { in Init() function in crazy::ThreadData
63 data->Init(); in GetThreadData()
Dcrazy_linker_thread.h20 void Init();
Dcrazy_linker_elf_symbols.h23 bool Init(const ElfView* view);
Dcrazy_linker_rdebug.h192 bool Init();
Dcrazy_linker_elf_relocations.h25 bool Init(const ElfView* view, Error* error);
Dcrazy_linker_rdebug.cpp199 bool RDebug::Init() { in Init() function in crazy::RDebug
325 Init(); in AddEntryImpl()
Dcrazy_linker_shared_library.cpp193 if (!symbols_.Init(&view_)) { in Load()
295 if (!relocations.Init(&view_, error)) in Relocate()
Dcrazy_linker_elf_symbols.cpp29 bool ElfSymbols::Init(const ElfView* view) { in Init() function in crazy::ElfSymbols
Dcrazy_linker_elf_relro.cpp119 if (!relocations.Init(view, error)) in CopyFromRelocated()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Diostream.cpp34 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/
Dlocale_impl.h80 class _STLP_CLASS_DECLSPEC Init {
82 Init();
83 ~Init();
94 friend class Init; variable
Diostream.cpp139 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()
Dlocale_impl.cpp55 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/
Dtest_relocated_shared_relro.cpp45 foo.Init("libfoo_with_relro.so", context); in main()
73 foo.Init("libfoo_with_relro.so", context); in main()
Dtest_two_shared_relros.cpp41 foo.Init("libfoo_with_relro.so", context); in main()
44 bar.Init("libbar_with_relro.so", context); in main()
Dtest_shared_relro.cpp39 foo.Init("libfoo_with_relro.so", context); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h241 class _STLP_CLASS_DECLSPEC Init
244 Init();
245 ~Init();
251 friend class Init; variable
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc94 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/
Dgtest-spi.h80 void Init();
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h930 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);
Dgtest-internal.h962 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/
Dgtest_output_test_.cc375 Init(); in FatalFailureInFixtureConstructorTest()
395 void Init() { in Init() function in FatalFailureInFixtureConstructorTest
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dios70 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/
Dgtest-port.cc170 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

12