Searched refs:v3 (Results 1 – 10 of 10) sorted by relevance
/ndk/build/tools/toolchain-patches/gcc/ |
D | 0006-Disable-libstdc-versioning.patch | 11 gcc-4.4.3/libstdc++-v3/src/Makefile.am | 2 +- 12 gcc-4.4.3/libstdc++-v3/src/Makefile.in | 7 +++++-- 15 diff --git a/gcc-4.4.3/libstdc++-v3/src/Makefile.am b/gcc-4.4.3/libstdc++-v3/src/Makefile.am 17 --- a/gcc-4.4.3/libstdc++-v3/src/Makefile.am 18 +++ b/gcc-4.4.3/libstdc++-v3/src/Makefile.am 28 diff --git a/gcc-4.4.3/libstdc++-v3/src/Makefile.in b/gcc-4.4.3/libstdc++-v3/src/Makefile.in 30 --- a/gcc-4.4.3/libstdc++-v3/src/Makefile.in 31 +++ b/gcc-4.4.3/libstdc++-v3/src/Makefile.in
|
D | 0003-Work-around-for-Android-__cxa_finalize-bug.patch | 8 gcc-4.4.3/libstdc++-v3/libsupc++/eh_globals.cc | 8 ++++++++ 11 diff --git a/gcc-4.4.3/libstdc++-v3/libsupc++/eh_globals.cc b/gcc-4.4.3/libstdc++-v3/libsupc++/eh_g… 13 --- a/gcc-4.4.3/libstdc++-v3/libsupc++/eh_globals.cc 14 +++ b/gcc-4.4.3/libstdc++-v3/libsupc++/eh_globals.cc
|
/ndk/tests/device/test-stlport/unit/ |
D | search_test.cpp | 43 int v3[2] = { 3, 4 }; in search0() local 46 location = search((int*)v1, (int*)v1 + 6, (int*)v3, (int*)v3 + 2); in search0() 49 location = search((int*)v2, (int*)v2 + 6, (int*)v3, (int*)v3 + 2); in search0()
|
D | vector_test.cpp | 339 vector<int *> v3; in pointer() local 341 v3.insert( v3.end(), v1.begin(), v1.end() ); in pointer()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | search_test.cpp | 43 int v3[2] = { 3, 4 }; in search0() local 46 location = search((int*)v1, (int*)v1 + 6, (int*)v3, (int*)v3 + 2); in search0() 49 location = search((int*)v2, (int*)v2 + 6, (int*)v3, (int*)v3 + 2); in search0()
|
D | vector_test.cpp | 339 vector<int *> v3; in pointer() local 341 v3.insert( v3.end(), v1.begin(), v1.end() ); in pointer()
|
/ndk/sources/cxx-stl/gnu-libstdc++/ |
D | README | 2 GNU libstdc++-v3 C++ Standard Template Library implementation.
|
/ndk/build/tools/ |
D | build-gnu-libstdc++.sh | 76 GNUSTL_SRCDIR=$SRCDIR/gcc/gcc-$DEFAULT_GCC_VERSION/libstdc++-v3
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | type_traits | 23 // libstdc++ v3, timestamp 20050519 (3.4.4) has __type_traits, 24 // libstdc++ v3, timestamp 20060306 (3.4.6) has __type_traits, 25 // while libstdc++ v3, 20050921 (4.0.2) not; use libstdc++ instead
|
/ndk/sources/host-tools/make-3.81/ |
D | README.DOS | 33 10. Beginning with v3.78, the test suite works in the DJGPP
|