Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 43) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/stlport/
Diostream.h59 ios::init(__s.rdbuf());
63 ios::init(__s);
74 ios::init(__s.rdbuf());
78 ios::init(__s);
88 ios::init(__i.rdbuf());
92 ios::init(__s);
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.h459 this->init(&_M_buf); in basic_ifstream()
465 this->init(&_M_buf);
473 this->init(&_M_buf);
480 this->init(&_M_buf); in basic_ifstream()
488 this->init(&_M_buf);
540 this->init(&_M_buf); in basic_ofstream()
544 this->init(&_M_buf);
553 this->init(&_M_buf);
559 this->init(&_M_buf); in basic_ofstream()
567 this->init(&_M_buf);
[all …]
D_sstream.c397 this->init(&_M_buf); in basic_istringstream()
405 this->init(&_M_buf); in basic_istringstream()
420 this->init(&_M_buf); in basic_ostringstream()
428 this->init(&_M_buf); in basic_ostringstream()
442 this->init(&_M_buf); in basic_stringstream()
449 this->init(&_M_buf); in basic_stringstream()
D_ios.c43 basic_ios<_CharT, _Traits>::init(__streambuf); in basic_ios()
97 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb) in init() function
D_ios.h126 void init(basic_streambuf<_CharT, _Traits>* __streambuf);
D_istream.h88 this->init(__buf); in basic_istream()
D_ostream.c39 this->init(__buf); in basic_ostream()
D_istream.c1412 this->init(__buf); in basic_iostream()
/ndk/tests/device/test-stlport/unit/
Dpair_test.cpp16 CPPUNIT_TEST(init);
21 void init();
34 void PairTest::init() in init() function in PairTest
/ndk/tests/device/test-gnustl-full/unit/
Dpair_test.cpp16 CPPUNIT_TEST(init);
21 void init();
34 void PairTest::init() in init() function in PairTest
/ndk/sources/cxx-stl/stlport/src/
Dstrstream.cpp296 this->init(&_M_buf); in istrstream()
301 this->init(&_M_buf); in istrstream()
306 this->init(&_M_buf); in istrstream()
311 this->init(&_M_buf); in istrstream()
327 basic_ios<char, char_traits<char> >::init(&_M_buf); in ostrstream()
333 basic_ios<char, char_traits<char> >::init(&_M_buf); in ostrstream()
360 basic_ios<char, char_traits<char> >::init(&_M_buf); in strstream()
366 basic_ios<char, char_traits<char> >::init(&_M_buf); in strstream()
Dlocale_impl.cpp599 static _Locale_impl::Init init; in _Stl_get_classic_locale() local
604 static _Locale_impl::Init init; in _Stl_get_global_locale() local
/ndk/toolchains/mipsel-linux-android-4.4.3/
Dmipself.x23 .rel.init : { *(.rel.init) } in OUTPUT_ARCH()
24 .rela.init : { *(.rela.init) } in OUTPUT_ARCH()
58 .init : in OUTPUT_ARCH()
60 KEEP (*(.init)) in OUTPUT_ARCH()
Dmipself.xsc23 *(.rel.init)
43 *(.rela.init)
61 .init :
63 KEEP (*(.init))
/ndk/build/core/
Dsetup-imports.mk31 $(call import-init)
Dmain.mk39 include $(NDK_ROOT)/build/core/init.mk
Dbuild-local.mk40 include $(NDK_ROOT)/build/core/init.mk
Dinit.mk55 $(error ERROR while including init.mk: NDK_ROOT must be defined !)
Ddefinitions.mk1415 import-init = $(eval __ndk_import_dirs :=)
/ndk/sources/host-tools/sed-4.2.1/
Dautoboot257 git submodule init || exit $?
277 git submodule init
/ndk/tests/awk/extract-pid/
Dtest-1.in2 root 1 0 348 208 ffffffff 00000000 S /init
/ndk/sources/host-tools/make-3.81/
Djob.c2993 static int init = 0; in construct_command_argv() local
2994 if (init == 0) in construct_command_argv()
2999 init = 1; in construct_command_argv()
/ndk/sources/host-tools/make-3.81/po/
Dhe.po977 msgid "init jobserver pipe"
978 msgstr "init jobserver pipe"
Dmake.pot938 msgid "init jobserver pipe"
/ndk/build/tools/
DDEV-SCRIPTS-USAGE.TXT255 repo init https://android.googlesource.com/toolchain/manifest.git

12