Searched defs:Init (Results 1 - 16 of 16) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Diostream.cpp34 ios_base::Init __start_std_streams;
36 ios_base::Init::Init() function in class:ios_base::Init
55 ios_base::Init::~Init()
/ndk/sources/cxx-stl/stlport/src/
H A Dlocale_impl.h80 class _STLP_CLASS_DECLSPEC Init { class in class:_Locale_impl
82 Init();
83 ~Init();
94 friend class Init;
H A Diostream.cpp137 // Member functions from class ios_base and ios_base::Init
139 long ios_base::Init::_S_count = 0;
143 ios_base::Init::Init() { function in class:ios_base::Init
151 ios_base::Init::~Init() {
306 if (Init::_S_count == 0) {
H A Dlocale_impl.cpp55 static _Stl_aligned_buffer<_Locale_impl::Init> __Loc_init_buf;
57 _Locale_impl::Init::Init() { function in class:_Locale_impl::Init
63 _Locale_impl::Init::~Init() {
69 _Refcount_Base& _Locale_impl::Init::_M_count() const {
77 new (&__Loc_init_buf) Init();
84 new (&__Loc_init_buf) Init();
89 new (&__Loc_init_buf) Init();
93 (&__Loc_init_buf)->~Init();
[all...]
/ndk/sources/android/crazy_linker/src/
H A Dcrazy_linker_thread.cpp26 void ThreadData::Init() { function in class:crazy::ThreadData
63 data->Init();
H A Dcrazy_linker_elf_symbols.cpp29 bool ElfSymbols::Init(const ElfView* view) { function in class:crazy::ElfSymbols
H A Dcrazy_linker_rdebug.cpp199 bool RDebug::Init() { function in class:crazy::RDebug
325 Init();
H A Dcrazy_linker_util.h127 void Init(void) { function in class:crazy::String
H A Dcrazy_linker_elf_relocations.cpp136 bool ElfRelocations::Init(const ElfView* view, Error* error) { function in class:crazy::ElfRelocations
/ndk/sources/cxx-stl/gabi++/src/
H A Dcxxabi.cc94 void Init() { function in class:__anon132::PageBasedAllocator
212 __cxa_eh_globals_allocator.Init<__cxa_eh_globals>();
/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest-port.cc170 void RE::Init(const char* regex) { function in class:testing::internal::RE
417 void RE::Init(const char* regex) { function in class:testing::internal::RE
H A Dgtest.cc541 Init();
551 Init();
554 void ScopedFakeTestPartResultReporter::Init() { function in class:testing::ScopedFakeTestPartResultReporter
/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest_output_test_.cc375 Init();
395 void Init() { function in class:FatalFailureInFixtureConstructorTest
/ndk/sources/android/crazy_linker/tests/
H A Dtest_util.h385 void Init(const char* name, crazy_context_t* context) { function in struct:__anon37::RelroLibrary
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h241 class _STLP_CLASS_DECLSPEC Init class in class:ios_base
244 Init();
245 ~Init();
251 friend class Init;
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
H A 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) { function in class:testing::internal::NativeArray

Completed in 143 milliseconds