/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/build/tools/ |
D | download-toolchain-sources.sh | 150 (cd $CLONE_DIR && run $GITCMD clone $GITFLAGS $GITPREFIX/$1.git)
|
D | DEV-SCRIPTS-USAGE.TXT | 253 have a clone of the repo toolchain/ tree, you can speed this up considerably
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | binary.sed | 1 # A kind of clone of dc geared towards binary operations.
|
D | binary2.sed | 1 # A kind of clone of dc geared towards binary operations.
|
D | binary3.sed | 1 # A kind of clone of dc geared towards binary operations.
|
/ndk/docs/text/ |
D | DEVELOPMENT.text | 22 git clone https://android.googlesource.com/platform/ndk.git ndk 23 git clone https://android.googlesource.com/platform/development.git development
|
D | CHANGES.text | 415 - Fixed x86's libc.so and libc.a to contain clone() 1558 * Speed up download-toolchain-sources.sh by "clone" but only "checkout" the directories 2632 - <sched.h>: added proper clone() declaration (and implementation).
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | autoboot | 265 git clone --depth 2 git://git.sv.gnu.org/gnulib ||
|
/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/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…
|