Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 25 of 59) sorted by relevance

123

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_library_list.cpp62 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 …]
Dcrazy_linker_api.cpp202 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 …]
Dcrazy_linker_wrappers.cpp79 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()
Dcrazy_linker_shared_library.cpp109 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/
Dis_array.hpp54 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>()
Dis_lvalue_reference.hpp78 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/
Dsetup.mk142 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/
Dsetup.mk101 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/
D0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch28 .../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/
Ddoxygen.css149 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/
Dbuild-on-device-toolchain.sh97 run cp -f $NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI/libportable.wrap $OUT_SYSROOT/usr/lib
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3914 $(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/
DAndroid.mk3905 $(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/
Dko.po284 " 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"
Did.po293 " 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' "
Dhe.po284 " specify the desired line-wrap length for the `l' command\n"
517 #~ " specify the desired line-wrap length for the `l' "
Dsr.po285 " specify the desired line-wrap length for the `l' command\n"
529 #~ " specify the desired line-wrap length for the `l' "
Del.po290 " specify the desired line-wrap length for the `l' command\n"
544 #~ " specify the desired line-wrap length for the `l' "
Daf.po291 " specify the desired line-wrap length for the `l' command\n"
520 #~ " specify the desired line-wrap length for the `l' "
Dda.po290 " specify the desired line-wrap length for the `l' command\n"
517 #~ " specify the desired line-wrap length for the `l' "
Deo.po289 " specify the desired line-wrap length for the `l' command\n"
534 #~ " specify the desired line-wrap length for the `l' "
Dtr.po285 " specify the desired line-wrap length for the `l' command\n"
535 #~ " specify the desired line-wrap length for the `l' "
Dcs.po292 " specify the desired line-wrap length for the `l' command\n"
545 #~ " specify the desired line-wrap length for the `l' "
Dsl.po291 " 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/
DNEWS290 * 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".

123