/ndk/tests/device/test-gnustl-full/unit/ |
D | exception_test.cpp | 144 std::runtime_error clone(""); in exception_emission() local 145 clone = e; in exception_emission() 146 CPPUNIT_ASSERT(foo == clone.what() ); in exception_emission() 157 std::runtime_error clone(""); in exception_emission() local 158 clone = e; in exception_emission() 159 CPPUNIT_ASSERT(foo == clone.what() ); in exception_emission() 171 std::runtime_error clone(""); in exception_emission() local 172 clone = e; in exception_emission() 173 CPPUNIT_ASSERT(msg == clone.what() ); in exception_emission() 184 std::runtime_error clone(""); in exception_emission() local [all …]
|
/ndk/tests/device/test-stlport/unit/ |
D | exception_test.cpp | 144 std::runtime_error clone(""); in exception_emission() local 145 clone = e; in exception_emission() 146 CPPUNIT_ASSERT(foo == clone.what() ); in exception_emission() 157 std::runtime_error clone(""); in exception_emission() local 158 clone = e; in exception_emission() 159 CPPUNIT_ASSERT(foo == clone.what() ); in exception_emission() 171 std::runtime_error clone(""); in exception_emission() local 172 clone = e; in exception_emission() 173 CPPUNIT_ASSERT(msg == clone.what() ); in exception_emission() 184 std::runtime_error clone(""); in exception_emission() local [all …]
|
/ndk/tests/device/clone/jni/ |
D | Android.mk | 4 LOCAL_MODULE := clone 5 LOCAL_SRC_FILES := clone.c 9 LOCAL_MODULE := clone-static 10 LOCAL_SRC_FILES := clone.c
|
D | clone.c | 32 clone(child_proc, child_stack + STACK_SIZE, CLONE_VM|CLONE_FILES, NULL); in main()
|
/ndk/sources/third_party/googletest/googletest/samples/ |
D | sample2.cc | 43 char* const clone = new char[ len + 1 ]; in CloneCString() local 44 memcpy(clone, a_c_string, len + 1); in CloneCString() 46 return clone; in CloneCString()
|
/ndk/sources/third_party/googletest/patches.ndk/ |
D | 0001-Allow-clone-usage-on-MIPS.patch | 4 Subject: Allow clone() usage on MIPS 6 GoogleTest assumes that clone() is only available on ARM, but 10 Note that clone() is sadly _not_ available on x86 at this point 24 -// On Android, clone() is only available on ARM starting with Gingerbread. 26 +// On Android, clone() is only available starting with Gingerbread, except
|
D | 0003-Allow-clone-usage-on-X86.patch | 4 Subject: Allow clone() usage on X86. 7 the missing clone has been added to x86. 22 -// On Android, clone() is only available starting with Gingerbread, except 25 +// On Android, clone() is only available starting with Gingerbread.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/ |
D | exception.hpp | 164 virtual refcount_ptr<exception_detail::error_info_container> clone() const = 0; 396 virtual clone_base const * clone() const = 0; 416 data = d->clone(); in copy_boost_exception() 458 clone() const in clone() function in boost::exception_detail::clone_impl
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 122 ParamIteratorInterface<T>* clone = impl_->Clone(); variable 124 return ParamIterator(clone);
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 1074 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); in ExecDeathTestSpawnChild()
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | jquery.js | 12 …clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstCh… 13 var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStac… 44 …=c(this).data("resizable"),h=d.options,e=d.size;d.ghost=d.originalElement.clone();d.ghost.css({opa…
|