/ndk/sources/cxx-stl/stlport/ |
D | Android.mk | 20 src/dll_main.cpp \ 21 src/fstream.cpp \ 22 src/strstream.cpp \ 23 src/sstream.cpp \ 24 src/ios.cpp \ 25 src/stdio_streambuf.cpp \ 26 src/istream.cpp \ 27 src/ostream.cpp \ 28 src/iostream.cpp \ 29 src/codecvt.cpp \ [all …]
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | Android.mk | 5 LOCAL_SRC_FILES := variadic73.cpp 11 LOCAL_SRC_FILES := alias1.cpp 17 LOCAL_SRC_FILES := cond1.cpp 23 LOCAL_SRC_FILES := crossjump1.cpp 29 LOCAL_SRC_FILES := ctor1.cpp 35 LOCAL_SRC_FILES := ctor2.cpp 41 LOCAL_SRC_FILES := delayslot1.cpp 47 LOCAL_SRC_FILES := dtor1.cpp 53 LOCAL_SRC_FILES := ehopt1.cpp 59 LOCAL_SRC_FILES := elide1.cpp [all …]
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | Android.mk | 5 LOCAL_SRC_FILES := variadic73.cpp 11 LOCAL_SRC_FILES := alias1.cpp 17 LOCAL_SRC_FILES := cond1.cpp 23 LOCAL_SRC_FILES := crossjump1.cpp 29 LOCAL_SRC_FILES := ctor1.cpp 35 LOCAL_SRC_FILES := ctor2.cpp 41 LOCAL_SRC_FILES := delayslot1.cpp 47 LOCAL_SRC_FILES := dtor1.cpp 53 LOCAL_SRC_FILES := ehopt1.cpp 59 LOCAL_SRC_FILES := elide1.cpp [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | Android.mk | 23 algorithm.cpp \ 24 bind.cpp \ 25 chrono.cpp \ 26 condition_variable.cpp \ 27 debug.cpp \ 28 exception.cpp \ 29 future.cpp \ 30 hash.cpp \ 31 ios.cpp \ 32 iostream.cpp \ [all …]
|
/ndk/sources/cxx-stl/llvm-libc++abi/ |
D | Android.mk | 20 libcxxabi/src/abort_message.cpp \ 21 libcxxabi/src/cxa_aux_runtime.cpp \ 22 libcxxabi/src/cxa_default_handlers.cpp \ 23 libcxxabi/src/cxa_demangle.cpp \ 24 libcxxabi/src/cxa_exception.cpp \ 25 libcxxabi/src/cxa_exception_storage.cpp \ 26 libcxxabi/src/cxa_guard.cpp \ 27 libcxxabi/src/cxa_handlers.cpp \ 28 libcxxabi/src/cxa_new_delete.cpp \ 29 libcxxabi/src/cxa_personality.cpp \ [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0005-Fix-gabi-stlport-llvm-libc-build.patch | 7 src/exception.cpp | 2 +- 8 src/new.cpp | 2 +- 9 src/stdexcept.cpp | 2 +- 10 src/typeinfo.cpp | 2 +- 13 diff --git a/src/exception.cpp b/src/exception.cpp 15 --- a/src/exception.cpp 16 +++ b/src/exception.cpp 26 diff --git a/src/new.cpp b/src/new.cpp 28 --- a/src/new.cpp 29 +++ b/src/new.cpp [all …]
|
D | 0011-Fix-tests-for-Android.patch | 9 test/depr/depr.c.headers/float_h.pass.cpp | 8 ++++++++ 10 test/depr/depr.c.headers/math_h.pass.cpp | 7 +++++++ 11 test/depr/depr.c.headers/stdbool_h.pass.cpp | 6 ++++++ 12 test/depr/depr.c.headers/stdio_h.pass.cpp | 6 ++++++ 13 .../exception.unexpected/set.unexpected/get_unexpected.pass.cpp | 4 ++++ 14 .../exception.unexpected/set.unexpected/set_unexpected.pass.cpp | 4 ++++ 15 test/input.output/file.streams/c.files/cstdio.pass.cpp | 6 ++++++ 16 .../file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp | 4 ++++ 17 .../file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp | 4 ++++ 18 test/input.output/iostream.format/ext.manip/get_money.pass.cpp | 4 ++++ [all …]
|
D | 0013-temp-collective-ndk-hackathon-fixes.patch | 19 src/algorithm.cpp | 8 +++++ 20 src/chrono.cpp | 7 ++++ 21 src/condition_variable.cpp | 5 +++ 22 src/debug.cpp | 40 +++++++++++++++++++++ 23 src/future.cpp | 6 ++++ 24 src/memory.cpp | 4 +-- 25 src/mutex.cpp | 19 ++++++++++ 26 src/shared_mutex.cpp | 6 ++++ 27 src/thread.cpp | 9 +++++ 28 test/re/re.alg/re.alg.match/basic.pass.cpp | 14 ++++++++ [all …]
|
D | 0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch | 28 .../func.wrap.func/func.wrap.func.nullptr/operator_EQEQ.pass.cpp | 1 + 29 .../time/time.duration/time.duration.arithmetic/op_+EQ.pass.cpp | 1 + 30 .../time/time.duration/time.duration.arithmetic/op_-EQ.pass.cpp | 1 + 31 .../time/time.duration/time.duration.arithmetic/op_divideEQ.pass.cpp | 1 + 32 .../time.duration/time.duration.arithmetic/op_modEQduration.pass.cpp | 1 + 33 .../time/time.duration/time.duration.arithmetic/op_modEQrep.pass.cpp | 1 + 34 .../time/time.duration/time.duration.arithmetic/op_timesEQ.pass.cpp | 1 + 35 test/utilities/time/time.point/time.point.arithmetic/op_+EQ.pass.cpp | 1 + 36 test/utilities/time/time.point/time.point.arithmetic/op_-EQ.pass.cpp | 1 + 57 …t/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/operator_EQEQ.pass.cpp [all …]
|
/ndk/tests/device/test-gnustl_shared-exception/jni/ |
D | Android.mk | 9 LOCAL_SRC_FILES := test0_foo.cpp 14 LOCAL_SRC_FILES := test0_main.cpp 21 LOCAL_SRC_FILES := test1_foo.cpp 26 LOCAL_SRC_FILES := test1_main.cpp 35 LOCAL_SRC_FILES := test2_foo.cpp 42 LOCAL_SRC_FILES := test2_main.cpp 54 LOCAL_SRC_FILES := test3_bar.cpp 59 LOCAL_SRC_FILES := test3_foo.cpp 65 LOCAL_SRC_FILES := test3_main.cpp 73 LOCAL_SRC_FILES := test4_bar.cpp [all …]
|
/ndk/tests/device/test-gnustl_static-exception/jni/ |
D | Android.mk | 9 LOCAL_SRC_FILES := test0_foo.cpp 14 LOCAL_SRC_FILES := test0_main.cpp 21 LOCAL_SRC_FILES := test1_foo.cpp 26 LOCAL_SRC_FILES := test1_main.cpp 35 LOCAL_SRC_FILES := test2_foo.cpp 42 LOCAL_SRC_FILES := test2_main.cpp 54 LOCAL_SRC_FILES := test3_bar.cpp 59 LOCAL_SRC_FILES := test3_foo.cpp 65 LOCAL_SRC_FILES := test3_main.cpp 73 LOCAL_SRC_FILES := test4_bar.cpp [all …]
|
/ndk/tests/build/stdint-c++/jni/ |
D | Android.mk | 22 …CAL_SRC_FILES := test_c.c test_no_macros.cpp test_limit_macros.cpp test_constant_macros.cpp test_a…
|
D | gen-sources.sh | 29 SRC=test_cpp_no_macros.cpp 110 gen_cpp_no_macros > test_no_macros.cpp 111 gen_cpp_limit_macros > test_limit_macros.cpp 112 gen_cpp_constant_macros > test_constant_macros.cpp 113 gen_cpp_all_macros > test_all_macros.cpp
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
D | Makefile | 92 test_stlport46: test.cpp Makefile 95 test_stlport46d: test.cpp Makefile 98 test_stlport50: test.cpp Makefile 101 test_stlport50d: test.cpp Makefile 104 test_stlport51: test.cpp Makefile 107 test_stlport51d: test.cpp Makefile 110 test_stlport52: test.cpp Makefile 113 test_stlport52d: test.cpp Makefile
|
/ndk/tests/device/test-gnustl-full/jni/ |
D | Android.mk | 8 sources := $(wildcard $(unit_path)/*.cpp $(unit_path)/*.c) 15 sources := $(filter-out exception_test.cpp,$(sources)) 18 sources := $(filter-out codecvt_test.cpp,$(sources)) 21 LOCAL_SRC_FILES += unit/cppunit/test_main.cpp
|
/ndk/tests/build/stlport-src-suffix/jni/ |
D | Android.mk | 5 LOCAL_SRC_FILES := test_stlport.cpp 10 LOCAL_SRC_FILES := test_stlport.cpp.arm 17 LOCAL_SRC_FILES := test_stlport.cpp.neon 22 LOCAL_SRC_FILES := test_stlport.cpp.arm.neon
|
/ndk/tests/device/exceptions-crash/jni/ |
D | Android.mk | 5 LOCAL_SRC_FILES := foo.cpp 12 LOCAL_SRC_FILES := main.cpp 18 LOCAL_SRC_FILES := foo.cpp 25 LOCAL_SRC_FILES := main.cpp
|
/ndk/tests/device/test-stlport/jni/ |
D | Android.mk | 8 sources := $(wildcard $(unit_path)/*.cpp $(unit_path)/*.c) 15 sources := $(filter-out unit/exception_test.cpp,$(sources)) 18 sources := $(filter-out unit/codecvt_test.cpp,$(sources)) 21 LOCAL_SRC_FILES += unit/cppunit/test_main.cpp
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | Android.mk | 18 do_test_simple = $(call do_test,$1,$1.cpp,$2) 20 $(call do_test,rtti,test_gabixx_rtti.cpp) 21 $(call do_test,exceptions,test_gabixx_exceptions.cpp) 22 $(call do_test,aux_runtime,test_aux_runtime.cpp) 55 LOCAL_SRC_FILES := libtest_malloc_lockup.cpp 61 LOCAL_SRC_FILES := malloc_lockup.cpp
|
/ndk/tests/device/multi-static-instances/jni/ |
D | Android.mk | 5 LOCAL_SRC_FILES := main.cpp 11 LOCAL_SRC_FILES := main.cpp 17 LOCAL_SRC_FILES := main.cpp
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | testit | 40 if (ls *.fail.cpp > /dev/null 2>&1) 42 for FILE in $(ls *.fail.cpp); do 54 if (ls *.cpp > /dev/null 2>&1) 56 for FILE in $(ls *.pass.cpp); do
|
/ndk/tests/build/cpp-extensions/jni/ |
D | main.c++ | 1 namespace cpp { namespace 8 x = cpp::foo6(10); in main()
|
D | foo2.cp | 1 namespace cpp { namespace 9 } // namespace cpp
|
/ndk/tests/build/multiple-static-const/jni/ |
D | Android.mk | 6 LOCAL_SRC_FILES := main.cpp foo.cpp
|
/ndk/tests/device/test-cxx-init-array/jni/ |
D | Android.mk | 5 LOCAL_SRC_FILES := test.cpp global_ctor.cpp
|