/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_library_list.cpp | 62 LibraryView* wrap = known_libraries_.PopLast(); in ~LibraryList() local 63 delete wrap; in ~LibraryList() 73 LibraryView* wrap = known_libraries_[n]; in FindLibraryByName() local 74 if (!strcmp(base_name, wrap->GetName())) in FindLibraryByName() 75 return wrap; in FindLibraryByName() 136 LibraryView* wrap = known_libraries_[n]; in FindLibraryForAddress() local 138 if (wrap->IsCrazy()) { in FindLibraryForAddress() 139 SharedLibrary* lib = wrap->GetCrazy(); in FindLibraryForAddress() 141 return wrap; in FindLibraryForAddress() 175 void LibraryList::UnloadLibrary(LibraryView* wrap) { in UnloadLibrary() argument [all …]
|
D | crazy_linker_api.cpp | 202 LibraryView* wrap = in crazy_library_open() local 210 if (!wrap) in crazy_library_open() 213 if (context->java_vm != NULL && wrap->IsCrazy()) { in crazy_library_open() 214 crazy::SharedLibrary* lib = wrap->GetCrazy(); in crazy_library_open() 217 crazy::Globals::GetLibraries()->UnloadLibrary(wrap); in crazy_library_open() 222 *library = reinterpret_cast<crazy_library_t*>(wrap); in crazy_library_open() 234 LibraryView* wrap = reinterpret_cast<LibraryView*>(library); in crazy_library_get_info() local 235 if (!wrap->GetInfo(&info->load_address, in crazy_library_get_info() 262 LibraryView* wrap = reinterpret_cast<LibraryView*>(library); in crazy_library_create_shared_relro() local 264 if (!library || !wrap->IsCrazy()) { in crazy_library_create_shared_relro() [all …]
|
D | crazy_linker_wrappers.cpp | 79 LibraryView* wrap = lib_list->LoadLibrary(path, in WrapDlopen() local 85 if (wrap) in WrapDlopen() 86 return wrap; in WrapDlopen() 170 LibraryView* wrap = lib_list->FindLibraryForAddress(address); in WrapDladdr() local 171 if (wrap && wrap->IsCrazy()) { in WrapDladdr() 174 SharedLibrary* lib = wrap->GetCrazy(); in WrapDladdr()
|
D | crazy_linker_shared_library.cpp | 109 LibraryView* wrap = (*dependencies_)[n]; in Lookup() local 112 if (wrap->IsSystem()) { in Lookup() 113 address = ::dlsym(wrap->GetSystem(), symbol_name); in Lookup() 128 !strcmp(wrap->GetName(), "libm.so")) in Lookup() 129 address = ::dlsym(wrap->GetSystem(), "__isnanf"); in Lookup() 134 if (wrap->IsCrazy()) { in Lookup() 135 SharedLibrary* dep = wrap->GetCrazy(); in Lookup()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | is_array.hpp | 54 using ::boost::type_traits::wrap; 56 template< typename T > T(* is_array_tester1(wrap<T>) )(wrap<T>); 59 template< typename T> no_type is_array_tester2(T(*)(wrap<T>)); 68 ::boost::type_traits::wrap<T>()
|
D | is_lvalue_reference.hpp | 78 using ::boost::type_traits::wrap; 80 template <class T> T&(* is_lvalue_reference_helper1(wrap<T>) )(wrap<T>); 83 template <class T> no_type is_lvalue_reference_helper2(T&(*)(wrap<T>)); 92 ::boost::detail::is_lvalue_reference_helper1(::boost::type_traits::wrap<T>()))) == 1
|
/ndk/toolchains/llvm-3.4/ |
D | setup.mk | 142 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/armeabi-v7a/libportable.wrap 153 …ET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/armeabi-v7a-hard/libportable.wrap 164 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/armeabi/libportable.wrap 175 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/x86/libportable.wrap 186 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/mips/libportable.wrap 197 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/arm64-v8a/libportable.wrap 208 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/x86_64/libportable.wrap 219 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/mips64/libportable.wrap
|
/ndk/toolchains/llvm-3.3/ |
D | setup.mk | 101 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/armeabi-v7a/libportable.wrap 112 …ET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/armeabi-v7a-hard/libportable.wrap 123 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/armeabi/libportable.wrap 134 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/x86/libportable.wrap 145 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/mips/libportable.wrap
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
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 + 57 …create mode 120000 test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr… 219 …cts/func.wrap/func.wrap.func/func.wrap.func.nullptr/operator_EQEQ.pass.cpp b/test/utilities/functi… 223 +++ b/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/operator_EQEQ…
|
/ndk/docs/renderscript/ |
D | doxygen.css | 149 word-wrap: break-word; 938 text-wrap: unrestricted; 939 white-space: -moz-pre-wrap; /* Moz */ 940 white-space: -pre-wrap; /* Opera 4-6 */ 941 white-space: -o-pre-wrap; /* Opera 7 */ 942 white-space: pre-wrap; /* CSS3 */ 943 word-wrap: break-word; /* IE 5.5+ */
|
/ndk/build/tools/ |
D | build-on-device-toolchain.sh | 97 run cp -f $NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI/libportable.wrap $OUT_SYSROOT/usr/lib
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 3914 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.badcall/bad_function_call) 3915 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const/bad… 3916 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/swap) 3917 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap/operator_bo… 3918 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_F) 3919 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_funct… 3920 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_nullp… 3921 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc) 3922 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunc… 3923 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_assign) [all …]
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 3905 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.badcall/bad_function_call) 3906 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const/bad… 3907 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/swap) 3908 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap/operator_bo… 3909 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_F) 3910 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_funct… 3911 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_nullp… 3912 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc) 3913 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunc… 3914 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_assign) [all …]
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | ko.po | 284 " specify the desired line-wrap length for the `l' command\n" 517 #~ " specify the desired line-wrap length for the `l' " 539 #~ " `l' ��ɿ� �ٹٲ�(line-wrap)�� ���ڸ� �����մϴ�\n"
|
D | id.po | 293 " specify the desired line-wrap length for the `l' command\n" 296 " spesifikasikan panjang line-wrap yang diinginkan untuk " 540 #~ " specify the desired line-wrap length for the `l' "
|
D | he.po | 284 " specify the desired line-wrap length for the `l' command\n" 517 #~ " specify the desired line-wrap length for the `l' "
|
D | sr.po | 285 " specify the desired line-wrap length for the `l' command\n" 529 #~ " specify the desired line-wrap length for the `l' "
|
D | el.po | 290 " specify the desired line-wrap length for the `l' command\n" 544 #~ " specify the desired line-wrap length for the `l' "
|
D | af.po | 291 " specify the desired line-wrap length for the `l' command\n" 520 #~ " specify the desired line-wrap length for the `l' "
|
D | da.po | 290 " specify the desired line-wrap length for the `l' command\n" 517 #~ " specify the desired line-wrap length for the `l' "
|
D | eo.po | 289 " specify the desired line-wrap length for the `l' command\n" 534 #~ " specify the desired line-wrap length for the `l' "
|
D | tr.po | 285 " specify the desired line-wrap length for the `l' command\n" 535 #~ " specify the desired line-wrap length for the `l' "
|
D | cs.po | 292 " specify the desired line-wrap length for the `l' command\n" 545 #~ " specify the desired line-wrap length for the `l' "
|
D | sl.po | 291 " specify the desired line-wrap length for the `l' command\n" 538 #~ " specify the desired line-wrap length for the `l' "
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | NEWS | 290 * Can customize line wrap width on single `l' commands 398 Specify the desired line-wrap length for the `l' command. 399 A length of "0" means "never wrap".
|