/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/ |
D | value_init.hpp | 66 class initialized class 102 initialized() in initialized() function in boost::initialized 110 initialized(initialized const & arg) in initialized() function in boost::initialized 115 explicit initialized(T const & arg) in initialized() function in boost::initialized 120 initialized & operator=(initialized const & arg) in operator =() 128 ~initialized() in ~initialized() 143 void swap(initialized & arg) in swap() 161 T const& get ( initialized<T> const& x ) in get() 167 T& get ( initialized<T>& x ) in get() 173 void swap ( initialized<T> & lhs, initialized<T> & rhs ) in swap() [all …]
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | singleton.cpp | 16 int check() {return initialized;} in check() 19 singleton() : initialized(1) { in singleton() 21 initialized = 2; in singleton() 25 int initialized; member in singleton
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | singleton.cpp | 16 int check() {return initialized;} in check() 19 singleton() : initialized(1) { in singleton() 21 initialized = 2; in singleton() 25 int initialized; member in singleton
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_guard.cpp | 54 char* initialized = (char*)guard_object; 55 return *initialized; 59 char* initialized = (char*)guard_object; 60 *initialized = 1; 190 char* initialized = (char*)guard_object; 193 int result = *initialized == 0; 220 result = *initialized == 0;
|
/ndk/sources/android/support/src/ |
D | libdl_support.c | 47 static int initialized = 0; in my_dladdr() local 49 if (!p_dladdr && !initialized) { in my_dladdr() 60 initialized = 1; in my_dladdr()
|
/ndk/tests/build/issue41387-uniform-initialized-rvalue/jni/ |
D | Android.mk | 4 LOCAL_MODULE := issue41387-uniform-initialized-rvalue 5 LOCAL_SRC_FILES := issue41387-uniform-initialized-rvalue.cpp
|
/ndk/sources/host-tools/make-3.81/ |
D | file.c | 465 int initialized = 0; in expand_deps() local 503 if (!initialized) in expand_deps() 506 initialized = 1; in expand_deps()
|
D | ChangeLog | 118 an initialized value. 278 variable st is not used when it's not initialized. 387 with v_default instead of leaving it "initialized" by whatever
|
/ndk/sources/android/crazy_linker/ |
D | DESIGN.TXT | 28 initialized yet. No wonder this code is really complex. 35 initialized.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | test_tools.ipp | 125 throw std::runtime_error( "can't use testing tools before framework is initialized" );
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | gettext.m4 | 365 dnl gt_NEEDS_INIT ensures that the gt_needs variable is initialized.
|
/ndk/docs/renderscript/ |
D | jquery.js | 22 …initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.docu…
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 393 after a getline var; because inputFS wasn't initialized, 568 initialized Cells in setsymtab more carefully; some fields
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 509 In most scripts, pattern space is initialized to the content of
|
D | sed.texi | 724 In most scripts, pattern space is initialized to the content of each
|
D | sed-in.texi | 723 In most scripts, pattern space is initialized to the content of each
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | ChangeLog | 347 pending_text is initialized but empty.
|
/ndk/docs/text/ |
D | CHANGES.text | 765 call to a uniform initialized rvalue.
|