Searched refs:cpp (Results 1 – 25 of 127) sorted by relevance
123456
/ndk/sources/android/crazy_linker/ |
D | Android.mk | 8 src/crazy_linker_api.cpp \ 9 src/crazy_linker_ashmem.cpp \ 10 src/crazy_linker_debug.cpp \ 11 src/crazy_linker_elf_loader.cpp \ 12 src/crazy_linker_elf_relocations.cpp \ 13 src/crazy_linker_elf_relro.cpp \ 14 src/crazy_linker_elf_symbols.cpp \ 15 src/crazy_linker_elf_view.cpp \ 16 src/crazy_linker_error.cpp \ 17 src/crazy_linker_globals.cpp \ [all …]
|
/ndk/sources/cxx-stl/llvm-libc++abi/ |
D | sources.mk | 4 libcxxabi/src/abort_message.cpp \ 5 libcxxabi/src/cxa_aux_runtime.cpp \ 6 libcxxabi/src/cxa_default_handlers.cpp \ 7 libcxxabi/src/cxa_demangle.cpp \ 8 libcxxabi/src/cxa_exception.cpp \ 9 libcxxabi/src/cxa_exception_storage.cpp \ 10 libcxxabi/src/cxa_guard.cpp \ 11 libcxxabi/src/cxa_handlers.cpp \ 12 libcxxabi/src/cxa_new_delete.cpp \ 13 libcxxabi/src/cxa_personality.cpp \ [all …]
|
/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_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/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/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/sources/android/crazy_linker/tests/ |
D | Android.mk | 9 LOCAL_SRC_FILES := foo.cpp 15 LOCAL_SRC_FILES := foo2.cpp 21 LOCAL_SRC_FILES := foo_with_static_constructor.cpp 27 LOCAL_SRC_FILES := foo_with_relro.cpp 34 LOCAL_SRC_FILES := bar.cpp 41 LOCAL_SRC_FILES := bar_with_relro.cpp 48 LOCAL_SRC_FILES := zoo.cpp 54 LOCAL_SRC_FILES := jni_lib.cpp 59 LOCAL_SRC_FILES := test_load_library.cpp 65 LOCAL_SRC_FILES := test_load_library_depends.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/sources/cxx-stl/llvm-libc++/ |
D | Android.mk | 53 algorithm.cpp \ 54 bind.cpp \ 55 chrono.cpp \ 56 condition_variable.cpp \ 57 debug.cpp \ 58 exception.cpp \ 59 future.cpp \ 60 hash.cpp \ 61 ios.cpp \ 62 iostream.cpp \ [all …]
|
/ndk/tests/device/test-libc++-shared-full/ |
D | BROKEN_RUN | 19 nalibcxxg++ transform.pass.cpp -lc++_shared -latomic 20 …F/libc (23516): transform.pass.cpp:33: int main(): assertion "f.transform(x.data(), x.data() + … 24 nalibcxxg++ is_1.pass.cpp -lc++_shared -latomic 25 …I/DEBUG ( 51): Abort message: 'is_1.pass.cpp:40: int main(): assertion "!f.is(F::upper, L'a')"… 29 nalibcxxg++ is_many.pass.cpp -lc++_shared -latomic 30 …I/DEBUG ( 51): Abort message: 'is_many.pass.cpp:42: int main(): assertion "!(m[0] & F::lower)"… 34 nalibcxxg++ narrow_1.pass.cpp -lc++_shared -latomic 35 …I/DEBUG ( 51): Abort message: 'narrow_1.pass.cpp:35: int main(): assertion "f.narrow(L'\xDA', … 39 nalibcxxg++ narrow_many.pass.cpp -lc++_shared -latomic 40 …I/DEBUG ( 51): Abort message: 'narrow_many.pass.cpp:40: int main(): assertion "v[6] == '\xDA'"… [all …]
|
/ndk/tests/device/test-libc++-static-full/ |
D | BROKEN_RUN | 19 nalibcxxg++ transform.pass.cpp -lc++_shared -latomic 20 …F/libc (23516): transform.pass.cpp:33: int main(): assertion "f.transform(x.data(), x.data() + … 24 nalibcxxg++ is_1.pass.cpp -lc++_shared -latomic 25 …I/DEBUG ( 51): Abort message: 'is_1.pass.cpp:40: int main(): assertion "!f.is(F::upper, L'a')"… 29 nalibcxxg++ is_many.pass.cpp -lc++_shared -latomic 30 …I/DEBUG ( 51): Abort message: 'is_many.pass.cpp:42: int main(): assertion "!(m[0] & F::lower)"… 34 nalibcxxg++ narrow_1.pass.cpp -lc++_shared -latomic 35 …I/DEBUG ( 51): Abort message: 'narrow_1.pass.cpp:35: int main(): assertion "f.narrow(L'\xDA', … 39 nalibcxxg++ narrow_many.pass.cpp -lc++_shared -latomic 40 …I/DEBUG ( 51): Abort message: 'narrow_many.pass.cpp:40: int main(): assertion "v[6] == '\xDA'"… [all …]
|
/ndk/build/tools/toolchain-patches/mclinker/ |
D | 0003-Allow-multiple-no-warn-mismatch.patch | 8 tools/lite/lib/OutputFormatOptions.cpp | 1 + 9 tools/mcld/main.cpp | 1 + 12 diff --git a/tools/lite/lib/OutputFormatOptions.cpp b/tools/lite/lib/OutputFormatOptions.cpp 14 --- a/tools/lite/lib/OutputFormatOptions.cpp 15 +++ b/tools/lite/lib/OutputFormatOptions.cpp 24 diff --git a/tools/mcld/main.cpp b/tools/mcld/main.cpp 26 --- a/tools/mcld/main.cpp 27 +++ b/tools/mcld/main.cpp
|
D | 0001-Fixed-darwin-ld.mcld-GNU-m-emulation-fail.patch | 8 tools/lite/lib/TripleOptions.cpp | 4 ++-- 9 tools/mcld/main.cpp | 4 ++-- 12 diff --git a/tools/lite/lib/TripleOptions.cpp b/tools/lite/lib/TripleOptions.cpp 14 --- a/tools/lite/lib/TripleOptions.cpp 15 +++ b/tools/lite/lib/TripleOptions.cpp 31 diff --git a/tools/mcld/main.cpp b/tools/mcld/main.cpp 33 --- a/tools/mcld/main.cpp 34 +++ b/tools/mcld/main.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/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/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/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/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/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
|
123456