Home
last modified time | relevance | path

Searched refs:Android (Results 1 – 25 of 84) sorted by relevance

1234

/openbsd/gnu/usr.bin/perl/
H A DREADME.android9 perlandroid - Perl under Android
14 to cross-compile Perl for Android 2.0 and later, using the
21 attempting to build Perl for Android.
37 =head2 Get the Android Native Development Kit (NDK)
46 As of 2014, most Android devices run on ARM, so that is generally a safe bet.
69 adb is the Android Debug Bridge. For our purposes, it's basically a way
70 of establishing an ssh connection to an Android device without having to
94 viable choice in the first place. Because Android doesn't have a F</tmp>,
103 step. F</mnt/asec> is mounted as a tmpfs in Android, but it's only
185 While Google doesn't provide a native toolchain for Android,
[all …]
/openbsd/gnu/llvm/llvm/cmake/platforms/
H A DAndroid.cmake1 # Toolchain config for Android NDK.
2 # This is expected to be used with a standalone Android toolchain (see
10 # -DCMAKE_TOOLCHAIN_FILE=../../cmake/platforms/Android.cmake ../..
/openbsd/usr.sbin/unbound/
H A DREADME-Travis.md3 … and platforms. Compilers include Clang and GCC; while platforms include Android, iOS, Linux, and …
5 Android is tested on armv7a, aarch64, x86 and x86_64. The Android recipes build and install OpenSSL…
67 ## Android builds
69Android builds for the armv7a, aarch64, x86 and x86_64 architectures. The builds are trickier than…
71 ### Android job
77 name: Android armv7a, Linux, Amd64
118 ### Android environment
120Android cross-compile environment using the script `contrib/android/setenv_android.sh`. The script…
150 ### Android build
173 Travis only smoke tests an Android build using a compile, link and install. The self tests are not …
[all …]
/openbsd/gnu/llvm/clang/cmake/caches/
H A DAndroid.cmake1 # This file sets up a CMakeCache for an Android toolchain build.
8 set(CLANG_VENDOR Android CACHE STRING "")
44 -C${CMAKE_CURRENT_LIST_DIR}/Android-stage2.cmake CACHE STRING "")
/openbsd/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/test/
H A Dtest.gni4 # Specifies the serial number of the Android device to be used for testing.
7 # Android API level used in compiler-rt tests.
/openbsd/gnu/llvm/lldb/source/Host/android/
H A DHostInfoAndroid.cpp23 arch_32.GetTriple().setEnvironment(llvm::Triple::Android); in ComputeHostArchitectureSupport()
26 arch_64.GetTriple().setEnvironment(llvm::Triple::Android); in ComputeHostArchitectureSupport()
/openbsd/gnu/llvm/llvm/utils/gn/build/toolchain/
H A Dcompiler.gni13 # Set this to the path to Android NDK r21. If set, cross compilation targeting
14 # Android will be enabled.
/openbsd/gnu/llvm/clang/docs/
H A DShadowCallStack.rst20 an `implementation of the runtime`_ has been added to Android's libc
64 whose ABI reserves ``x18`` (currently Android, Darwin, Fuchsia and Windows)
68 (`example in Android`_) but this should be done with care since it risks
71 .. _`example in Android`: https://android-review.googlesource.com/c/platform/frameworks/base/+/8037…
113 The intent is that the Android runtime `will do this`_, but the platform will
128 runtime, which is the case on Android for example, the address must be stored
129 somewhere else instead. On Android we store the address of the start of the
135 ``jmp_buf`` data structure used by ``setjmp`` and ``longjmp``. The Android
H A DLeakSanitizer.rst49 * Android aarch64/i386/x86_64
/openbsd/gnu/llvm/compiler-rt/cmake/
H A Dconfig-ix.cmake191 # Android's libstdc++ has a dependency on libdl.
713 (OS_NAME MATCHES "Android|Darwin|Linux|FreeBSD|NetBSD|Fuchsia|SunOS" OR
749 OS_NAME MATCHES "Android|Darwin|Linux|NetBSD|Fuchsia")
763 OS_NAME MATCHES "Linux|Android|Fuchsia")
786 elseif (OS_NAME MATCHES "Android" AND ANDROID_PLATFORM_LEVEL GREATER 23)
802 OS_NAME MATCHES "Darwin|Linux|FreeBSD|NetBSD|Windows|Android|Fuchsia|SunOS")
809 OS_NAME MATCHES "Linux|FreeBSD|NetBSD|Android|Darwin")
828 #TODO(kostyak): add back Android & Fuchsia when the code settles a bit.
853 OS_NAME MATCHES "Android|Darwin|Linux|NetBSD|FreeBSD|Fuchsia|Windows")
860 OS_NAME MATCHES "Linux|Android")
[all …]
H A Dcrt-config-ix.cmake16 set(OS_NAME "Android")
/openbsd/gnu/llvm/compiler-rt/cmake/Modules/
H A DAllSupportedArchDefs.cmake35 set(OS_NAME "Android")
44 elseif(OS_NAME MATCHES "Android")
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/
H A DCMakeLists.txt1 add_subdirectory(Android)
/openbsd/gnu/llvm/llvm/utils/gn/build/libs/pthread/
H A DBUILD.gn9 # On Android, bionic has built-in support for pthreads.
/openbsd/gnu/llvm/lldb/source/Initialization/
H A DCMakeLists.txt1 if ( CMAKE_SYSTEM_NAME MATCHES "Linux|Android|FreeBSD|NetBSD|OpenBSD" )
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5201delta.pod63 Android builds now link to both B<-lperl> and C<$Config::Config{perllibs}>.
81 Fallbacks are now in place when cross-compiling for Android and
269 =item Android
271 Build support has been improved for cross-compiling in general and for Android
327 C<system> and friends should now work properly on more Android builds.
331 cross-compiled for Android to end up with defective versions of C<system>,
/openbsd/gnu/llvm/lldb/source/Plugins/Process/
H A DCMakeLists.txt1 if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
/openbsd/gnu/llvm/lldb/source/Host/
H A DCMakeLists.txt101 elseif (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
109 if (CMAKE_SYSTEM_NAME MATCHES "Android")
/openbsd/gnu/usr.bin/clang/liblldbPluginPlatform/
H A DMakefile30 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/Android
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def115 HANDLE_MDMP_PLATFORM(0x8203, Android) // Android
/openbsd/gnu/llvm/lldb/tools/lldb-server/
H A DCMakeLists.txt8 if(CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/
H A DMakefile.rules105 include $(THIS_FILE_DIR)/Android.rules
291 ifeq (,$(filter $(OS), Windows_NT Android Darwin))
/openbsd/gnu/llvm/llvm/docs/
H A DScudoHardenedAllocator.rst17 `Fuchsia <https://fuchsia.dev/>`_, and in `Android <https://www.android.com/>`_
18 since Android 11.
129 If using Fuchsia or an Android version greater than 11, your memory allocations
130 are already service by Scudo (note that Android Svelte configurations still use
264 | | value (Android only allows 0 or 1 to respectively set |
/openbsd/gnu/llvm/compiler-rt/
H A DCODE_OWNERS.TXT53 D: MemorySanitizer, Android port of sanitizers
/openbsd/gnu/llvm/lldb/
H A DCODE_OWNERS.txt44 D: Linux, Android

1234