Home
last modified time | relevance | path

Searched refs:clone (Results 1 – 19 of 19) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dexception_test.cpp144 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-gnustl-full/unit/
Dexception_test.cpp144 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/
DAndroid.mk4 LOCAL_MODULE := clone
5 LOCAL_SRC_FILES := clone.c
9 LOCAL_MODULE := clone-static
10 LOCAL_SRC_FILES := clone.c
Dclone.c32 clone(child_proc, child_stack + STACK_SIZE, CLONE_VM|CLONE_FILES, NULL); in main()
/ndk/sources/third_party/googletest/googletest/samples/
Dsample2.cc43 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/
D0001-Allow-clone-usage-on-MIPS.patch4 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
D0003-Allow-clone-usage-on-X86.patch4 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/
Dexception.hpp164 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/
Dgtest-param-util.h122 ParamIteratorInterface<T>* clone = impl_->Clone(); variable
124 return ParamIterator(clone);
/ndk/build/tools/
Ddownload-toolchain-sources.sh150 (cd $CLONE_DIR && run $GITCMD clone $GITFLAGS $GITPREFIX/$1.git)
DDEV-SCRIPTS-USAGE.TXT253 have a clone of the repo toolchain/ tree, you can speed this up considerably
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbinary.sed1 # A kind of clone of dc geared towards binary operations.
Dbinary2.sed1 # A kind of clone of dc geared towards binary operations.
Dbinary3.sed1 # A kind of clone of dc geared towards binary operations.
/ndk/docs/text/
DDEVELOPMENT.text22 git clone https://android.googlesource.com/platform/ndk.git ndk
23 git clone https://android.googlesource.com/platform/development.git development
DCHANGES.text415 - 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/
Dautoboot265 git clone --depth 2 git://git.sv.gnu.org/gnulib ||
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc1074 child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); in ExecDeathTestSpawnChild()
/ndk/docs/renderscript/
Djquery.js12clone();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…