/ndk/sources/cxx-stl/stlport/stlport/ |
D | iostream.h | 59 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.h | 459 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.c | 397 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.c | 43 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.h | 126 void init(basic_streambuf<_CharT, _Traits>* __streambuf);
|
D | _istream.h | 88 this->init(__buf); in basic_istream()
|
D | _ostream.c | 39 this->init(__buf); in basic_ostream()
|
D | _istream.c | 1412 this->init(__buf); in basic_iostream()
|
/ndk/tests/device/test-stlport/unit/ |
D | pair_test.cpp | 16 CPPUNIT_TEST(init); 21 void init(); 34 void PairTest::init() in init() function in PairTest
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | pair_test.cpp | 16 CPPUNIT_TEST(init); 21 void init(); 34 void PairTest::init() in init() function in PairTest
|
/ndk/sources/cxx-stl/stlport/src/ |
D | strstream.cpp | 296 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()
|
D | locale_impl.cpp | 599 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/ |
D | mipself.x | 23 .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()
|
D | mipself.xsc | 23 *(.rel.init) 43 *(.rela.init) 61 .init : 63 KEEP (*(.init))
|
/ndk/build/core/ |
D | setup-imports.mk | 31 $(call import-init)
|
D | main.mk | 39 include $(NDK_ROOT)/build/core/init.mk
|
D | build-local.mk | 40 include $(NDK_ROOT)/build/core/init.mk
|
D | init.mk | 55 $(error ERROR while including init.mk: NDK_ROOT must be defined !)
|
D | definitions.mk | 1415 import-init = $(eval __ndk_import_dirs :=)
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | autoboot | 257 git submodule init || exit $? 277 git submodule init
|
/ndk/tests/awk/extract-pid/ |
D | test-1.in | 2 root 1 0 348 208 ffffffff 00000000 S /init
|
/ndk/sources/host-tools/make-3.81/ |
D | job.c | 2993 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/ |
D | he.po | 977 msgid "init jobserver pipe" 978 msgstr "init jobserver pipe"
|
D | make.pot | 938 msgid "init jobserver pipe"
|
/ndk/build/tools/ |
D | DEV-SCRIPTS-USAGE.TXT | 255 repo init https://android.googlesource.com/toolchain/manifest.git
|