/external/libcxxabi/test/ |
test_vector1.cpp | 71 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); 80 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 ); 89 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 ); 98 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 ); 116 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc3 ); 133 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc3 ); 161 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_dealloc3 ); 187 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc3 ); 218 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc3 );
|
/ndk/sources/cxx-stl/gabi++/tests/ |
test_vector1.cpp | 91 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); 100 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 ); 109 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 ); 118 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 ); 136 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc3 ); 153 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc3 ); 181 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_dealloc3 ); 207 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc3 ); 238 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc3 );
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
test_vector1.cpp | 71 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); 80 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 ); 89 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 ); 98 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 ); 116 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc3 ); 133 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc3 ); 161 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_dealloc3 ); 187 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc3 ); 218 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc3 );
|
/ndk/sources/cxx-stl/gabi++/src/ |
cxxabi_vec.cc | 136 // The only difference with __cxa_vec_new3 is the type of the 140 return __cxa_vec_new3(element_count, element_size, padding_size, 145 void* __cxa_vec_new3(size_t element_count, function
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/libs/armeabi/ |
libgabi++_shared.so | |
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/libs/armeabi-v7a/ |
libgabi++_shared.so | |
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/libs/armeabi-v7a/thumb/ |
libgabi++_shared.so | |
/external/libcxxabi/include/ |
cxxabi.h | 104 extern void* __cxa_vec_new3(size_t element_count,
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
cxxabi.h | 104 extern void* __cxa_vec_new3(size_t element_count,
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/libs/armeabi/thumb/ |
libgabi++_shared.so | |
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/libs/mips/ |
libgabi++_shared.so | |
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/libs/x86/ |
libgabi++_shared.so | |
/ndk/sources/cxx-stl/gabi++/include/ |
cxxabi.h | 165 void* __cxa_vec_new3(size_t element_count,
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
cxxabi.h | 165 void* __cxa_vec_new3(size_t element_count,
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/ |
cxxabi.h | 165 void* __cxa_vec_new3(size_t element_count,
|
/external/libcxxabi/src/ |
cxa_vector.cpp | 168 void* __cxa_vec_new3( function
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_vector.cpp | 168 void* __cxa_vec_new3( function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ |
cxxabi.h | 76 __cxa_vec_new3(size_t __element_count, size_t __element_size,
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cxxabi.h | 79 __cxa_vec_new3(size_t __element_count, size_t __element_size,
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cxxabi.h | 79 __cxa_vec_new3(size_t __element_count, size_t __element_size,
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cxxabi.h | 79 __cxa_vec_new3(size_t __element_count, size_t __element_size,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cxxabi.h | 79 __cxa_vec_new3(size_t __element_count, size_t __element_size,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cxxabi.h | 76 __cxa_vec_new3(size_t __element_count, size_t __element_size,
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/libs/arm64-v8a/ |
libgabi++_static.a | 3 u )? )? )? )? )? )? )? 9? 9? CH CH V? V? V? V? V? V? V? V? V? V? V? V? q? q? q? q? q? q? q? q? q? q? q? q? q? q? q? q? q? q? q? q? q? q? q? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?h ?h ?h ?h ? ? ? ?? D D D D D D D p p p p p p p p p p p p p p p p p p p 1| :p :p :p :p :p :p :p JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD JD "? "? "? "? "? "? "? "? "? "? B? B? B? B? B? B? B? B? B? B? B? B? B? B? B? B? B? B? B? B? B? B? B? B? B? B? B? t? t? t? ?d ?d ?d ?d ?d ?d ?d ?d ?d ?P ?? ?? ?? ?? ?? ?? ?? ?( ?( ?( ?( ?( ?( ?( ?? ?? ?? ?? ?? ?? ?? ?? ?b ?b ?b ?b ?b ?b ?b ?b ?b ?b ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? #? #? #? #? #? #? #? #?_ZNK10__cxxabiv117__array_type_info9can_catchEPKNS_16__shim_type_infoERPv _ZN10__cxxabiv117__array_type_infoD2Ev _ZTVN10__cxxabiv117__array_type_infoE _ZN10__cxxabiv117__array_type_infoD1Ev _ZN10__cxxabiv117__array_type_infoD0Ev _ZTSN10__cxxabiv117__array_type_infoE _ZTIN10__cxxabiv117__array_type_infoE __cxa_bad_cast __cxa_bad_typeid DW.ref.__gxx_personality_v0 __cxa_call_unexpected _ZNK10__cxxabiv117__class_type_info4codeEv _ZN10__cxxabiv117__class_type_infoD2Ev _ZTVN10__cxxabiv117__class_type_infoE _ZN10__cxxabiv117__class_type_infoD1Ev _ZN10__cxxabiv117__class_type_infoD0Ev _ZNK10__cxxabiv117__class_type_info7walk_toEPKS0_RPvRNS_12__UpcastInfoE _ZNK10__cxxabiv117__class_type_info21self_class_type_matchEPKS0_RPvRNS_12__UpcastInfoE _ZN10__cxxabiv112__UpcastInfoC2EPKNS_17__class_type_infoE _ZTIN10__cxxabiv117__class_type_infoE _ZN10__cxxabiv112__UpcastInfoC1EPKNS_17__class_type_infoE _ZNK10__cxxabiv117__class_type_info9can_catchEPKNS_16__shim_type_infoERPv _ZTSN10__cxxabiv117__class_type_infoE _ZN10__cxxabiv116__shim_type_infoD2Ev _ZTVN10__cxxabiv116__shim_type_infoE _ZN10__cxxabiv116__shim_type_infoD1Ev _ZN10__cxxabiv116__shim_type_infoD0Ev __cxa_pure_virtual __cxa_deleted_virtual __cxa_get_globals DW.ref.__gxx_personality_v0 __cxa_get_globals_fast __cxa_allocate_exception __cxa_free_exception __cxa_begin_catch __cxa_end_catch __cxa_throw __cxa_rethrow __cxa_get_exception_ptr __cxa_uncaught_exception __cxa_decrement_exception_refcount __cxa_increment_exception_refcount __cxa_rethrow_primary_exception __cxa_current_primary_exception _ZTSN10__cxxabiv116__shim_type_infoE _ZTIN10__cxxabiv116__shim_type_infoE __cxa_vec_cleanup DW.ref.__gxx_personality_v0 __cxa_vec_ctor __cxa_vec_new3 |