| /third_party/openssl/ |
| D | NOTES-ANDROID.md | 1 Notes for Android platforms 5 ------------------- 7 Beside basic tools like perl and make you'll need to download the Android 15 ------------- 17 Android is a cross-compiled target and you can't rely on `./Configure` 19 target explicitly; there are `android-arm`, `android-arm64`, `android-mips`, 20 `android-mip64`, `android-x86` and `android-x86_64` (`*MIPS` targets are no 23 Do not pass --cross-compile-prefix (as you might be tempted), as it 30 to point at the `NDK` directory. If you're using a side-by-side NDK the path 31 will look something like `/some/where/android-sdk/ndk/<ver>`, and for a [all …]
|
| /third_party/flatbuffers/android/ |
| D | AndroidManifest.xml | 1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- BEGIN_INCLUDE(manifest) --> 3 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 6 <uses-sdk android:minSdkVersion="14"/> 7 <uses-feature android:glEsVersion="0x00020000"></uses-feature> 9 <!-- This .apk has no Java code itself, so set hasCode to false. --> 10 <application android:name="android.support.multidex.MultiDexApplication" 11 android:label="@string/app_name" 12 android:hasCode="false" 13 android:allowBackup="false"> [all …]
|
| /third_party/libphonenumber/java/demoapp/app/src/main/res/drawable/ |
| D | ic_launcher_foreground.xml | 1 <vector xmlns:android="http://schemas.android.com/apk/res/android" 2 android:width="108dp" 3 android:height="108dp" 4 android:tint="#FFFFFF" 5 android:viewportHeight="108" 6 android:viewportWidth="108"> 8 android:scaleX="1.9575" 9 android:scaleY="1.9575" 10 android:translateX="30.51" 11 android:translateY="30.51"> [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
| D | VK_KHR_android_surface.txt | 1 // Copyright 2014-2021 The Khronos Group, Inc. 3 // SPDX-License-Identifier: CC-BY-4.0 10 2016-01-14 14 - Patrick Doane, Blizzard 15 - Jason Ekstrand, Intel 16 - Ian Elliott, LunarG 17 - Courtney Goeltzenleuchter, LunarG 18 - Jesse Hall, Google 19 - James Jones, NVIDIA 20 - Antoine Labour, Google [all …]
|
| D | VK_KHR_android_surface.adoc | 1 // Copyright 2014-2024 The Khronos Group Inc. 3 // SPDX-License-Identifier: CC-BY-4.0 10 2016-01-14 14 - Patrick Doane, Blizzard 15 - Faith Ekstrand, Intel 16 - Ian Elliott, LunarG 17 - Courtney Goeltzenleuchter, LunarG 18 - Jesse Hall, Google 19 - James Jones, NVIDIA 20 - Antoine Labour, Google [all …]
|
| /third_party/libsnd/Scripts/ |
| D | android-configure.sh | 1 #!/bin/bash -e 3 # Copyright (C) 2013-2016 Erik de Castro Lopo <erikd@mega-nerd.com> 29 # Android NDK version number; eg r10, r10b etc 30 ANDROID_NDK_VER=${ANDROID_NDK_VER:-r10} 32 # Android NDK gcc version; eg 4.8, 4.9 etc. 33 ANDROID_GCC_VER=${ANDROID_GCC_VER:-4.9} 35 # Android API version; eg 14 (Android 4.0), 21 (Android 5.0) etc. 36 ANDROID_API_VER=${ANDROID_API_VER:-14} 38 ANDROID_TARGET=${ANDROID_TARGET:-arm-linux-androideabi} 40 if test -z ${ANDROID_TOOLCHAIN_HOME} ; then [all …]
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/ |
| D | build.gradle | 1 apply plugin: 'com.android.application' 3 android { 12 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" 15 cppFlags "-std=c++14" 16 abiFilters "x86", "x86_64", "armeabi-v7a", "arm64-v8a" 23 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 38 implementation 'com.android.support.constraint:constraint-layout:2.0.0-beta4' 40 testImplementation 'junit:junit:4.13-beta-3' 41 implementation 'com.android.support:appcompat-v7:28.0.0' 42 androidTestImplementation 'com.android.support.test:runner:1.0.2' [all …]
|
| /third_party/skia/third_party/externals/oboe/samples/MegaDrone/ |
| D | build.gradle | 1 apply plugin: 'com.android.application' 3 android { 14 cppFlags "-std=c++14" 15 abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' 21 storeFile new File("${System.properties['user.home']}/.android/debug.keystore") 22 storePassword 'android' 25 keyPassword 'android' 32 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 45 implementation 'androidx.appcompat:appcompat:1.0.0-rc02'
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/res/layout/ |
| D | activity_manual_glitches.xml | 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:tools="http://schemas.android.com/tools" 4 android:layout_width="match_parent" 5 android:layout_height="match_parent" 6 android:orientation="vertical" 7 android:paddingBottom="@dimen/activity_vertical_margin" 8 android:paddingLeft="@dimen/activity_horizontal_margin" 9 android:paddingRight="@dimen/activity_horizontal_margin" 10 android:paddingTop="@dimen/activity_vertical_margin" [all …]
|
| /third_party/EGL/extensions/KHR/ |
| D | EGL_KHR_platform_android.txt | 23 Ratified by the Khronos Board of Promoters on March 14, 2014. 46 This extension defines how to create EGL resources from native Android 72 To obtain an EGLDisplay for the Android device, call eglGetPlatformDisplay 76 For each EGLConfig that belongs to the Android platform, the 77 EGL_NATIVE_VISUAL_ID attribute is an Android window format, such as 80 To obtain a rendering surface from an Android native window, call 81 eglCreatePlatformWindowSurface with a <dpy> that belongs to the Android 85 belongs to the Android platform. Any such call fails and generates 90 1. Should this extension even exist? Android devices only support one 93 RESOLUTION: Yes. Although the Android Open Source Project master branch [all …]
|
| /third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
| D | EGL_KHR_platform_android.txt | 23 Ratified by the Khronos Board of Promoters on March 14, 2014. 46 This extension defines how to create EGL resources from native Android 72 To obtain an EGLDisplay for the Android device, call eglGetPlatformDisplay 76 For each EGLConfig that belongs to the Android platform, the 77 EGL_NATIVE_VISUAL_ID attribute is an Android window format, such as 80 To obtain a rendering surface from an Android native window, call 81 eglCreatePlatformWindowSurface with a <dpy> that belongs to the Android 85 belongs to the Android platform. Any such call fails and generates 90 1. Should this extension even exist? Android devices only support one 93 RESOLUTION: Yes. Although the Android Open Source Project master branch [all …]
|
| /third_party/rust/crates/nix/ |
| D | bors.toml | 2 "Android aarch64", 3 "Android arm", 4 "Android armv7", 5 "Android i686", 6 "Android x86_64", 9 "FreeBSD 14 amd64 & i686", 16 "Linux arm-musleabi", 46 # takes. This is to allow the CI provider to fast-fail a test; if one of the 48 # batch, leaving the slower builders to work through the already-doomed run and
|
| D | .cirrus.yml | 8 RUSTFLAGS: -D warnings 9 RUSTDOCFLAGS: -D warnings 18 - . $HOME/.cargo/env || true 19 - $TOOL +$TOOLCHAIN -Vv 20 - rustc +$TOOLCHAIN -Vv 21 - $TOOL +$TOOLCHAIN $BUILD $ZFLAGS --target $TARGET --all-targets 22 - $TOOL +$TOOLCHAIN doc $ZFLAGS --no-deps --target $TARGET 23 - $TOOL +$TOOLCHAIN clippy $ZFLAGS --target $TARGET --all-targets -- -D warnings 24 - if [ -z "$NOHACK" ]; then mkdir -p $HOME/.cargo/bin; export PATH=$HOME/.cargo/bin:$PATH; fi 25 …- if [ -z "$NOHACK" ]; then curl -LsSf https://github.com/taiki-e/cargo-hack/releases/latest/downl… [all …]
|
| /third_party/vk-gl-cts/external/amber/src/kokoro/android/ |
| D | build.sh | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 set -e # Fail on error 16 set -x # Display commands as run 22 export ANDROID_NDK="$BUILD_ROOT/android-ndk-r25b" 24 ANDROID_PLATFORM="android-14" 25 ANDROID_ABI="armeabi-v7a with NEON" 27 TOOLCHAIN_PATH="$ANDROID_NDK/build/cmake/android.toolchain.cmake" 29 # Disable git's "detected dubious ownership" error - kokoro checks out the repo with a different 31 git config --global --add safe.directory '*' 34 echo y | sudo apt-get purge --auto-remove cmake [all …]
|
| /third_party/skia/third_party/externals/oboe/ |
| D | README.md | 1 # Oboe [](https://travis-ci.org… 3 [](https://www.youtube.com/watc… 5 Oboe is a C++ library which makes it easy to build high-performance audio apps on Android. It was c… 8 - Compatible with API 16 onwards - runs on 99% of Android devices 9 - Chooses the audio API (OpenSL ES on API 16+ or AAudio on API 27+) which will give the best audio … 10 - Automatic latency tuning 11 - Modern C++ allowing you to write clean, elegant code 12 - Workarounds for some known issues 13 - [Used by popular apps and frameworks](docs/AppsUsingOboe.md) 16 …14 and the Android header files. The easiest way to obtain these is by downloading the Android NDK… [all …]
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/test/ |
| D | run_tests.sh | 1 # Copyright 2018 The Android Open Source Project 7 # http://www.apache.org/licenses/LICENSE-2.0 16 # Script to build and run the Oboe tests on an attached Android device or emulator 19 # - CMake on PATH 20 # - ANDROID_NDK environment variable is set to your Android NDK location 21 # e.g. /Library/Android/sdk/ndk-bundle 22 # - Android device or emulator attached and accessible via adb 32 # If you want to perform a clean build just delete the 'build' folder and re-run this script 45 if [ -z "$ANDROID_NDK" ]; then 46 echo "Please set ANDROID_NDK to the Android NDK folder" [all …]
|
| /third_party/skia/third_party/externals/oboe/samples/hello-oboe/ |
| D | build.gradle | 1 apply plugin: 'com.android.application' 3 android { 14 cppFlags "-std=c++14" 15 arguments '-DANDROID_STL=c++_static' 17 abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' 24 proguardFiles getDefaultProguardFile('proguard-android.txt'), 25 'proguard-rules.pro' 37 implementation project(':audio-device') 38 implementation 'androidx.appcompat:appcompat:1.0.0-rc02'
|
| /third_party/skia/third_party/externals/swiftshader/docs/ |
| D | dEQP.md | 7 ------------- 13 5. Install [MinGW-W64](http://mingw-w64.org/doku.php/download) 15 6. Install [Git](https://git-scm.com/download/win) 16 7. Install [Android Studio](https://developer.android.com/studio/index.html) 17 8. Run Android Studio and install Android SDK. 18 9. Set environment variables: Config Panel -> System and Security -> System -> Advanced system sett… 20 * Add `<path to MinGW-W64>\bin` to your PATH environment variable 23 …Note: abd is in the Android SDK, typically in `C:\Users\<username>\AppData\Local\Android\sdk\platf… 28 ---------------- 32 `git clone https://github.com/KhronosGroup/VK-GL-CTS` [all …]
|
| /third_party/e2fsprogs/ |
| D | 1003-add-dac-config.patch | 1 diff --git a/contrib/android/dac_config.cpp b/contrib/android/dac_config.cpp 4 --- /dev/null 5 +++ b/contrib/android/dac_config.cpp 6 @@ -0,0 +1,246 @@ 8 + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. 19 + * Street, Fifth Floor, Boston, MA 02110-1301, USA. 54 + this->uid = u; 55 + this->gid = g; 56 + this->mode = m; 57 + this->capabilities = c; [all …]
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/ |
| D | build.gradle | 1 apply plugin: 'com.android.application' 3 android { 13 cppFlags "-std=c++14" 14 abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' 21 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 45 arguments "-DUSE_FFMPEG=0" 51 * - Uncomment this block 52 * - Change the build variant to ffmpegExtractor 53 * - Update the FFMPEG_DIR variable in CMakeLists.txt to the local FFmpeg path 61 arguments "-DUSE_FFMPEG=1" [all …]
|
| /third_party/skia/third_party/externals/oboe/tests/ |
| D | run_tests.sh | 3 # Copyright 2018 The Android Open Source Project 9 # http://www.apache.org/licenses/LICENSE-2.0 18 # Script to build and run the Oboe tests on an attached Android device or emulator 21 # - CMake on PATH. This is usually found in $ANDROID_HOME/cmake/<version>/bin. 22 # - ANDROID_NDK environment variable is set to your Android NDK location 23 # e.g. $HOME/Library/Android/sdk/ndk/<version> 24 # - Android device or emulator attached and accessible via adb 27 # - Run this script 28 # - Check the test results on your target device 31 # - Builds a test binary for the target architecture [all …]
|
| /third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
| D | PerfActivity.java | 3 import android.app.Activity; 4 import android.content.Intent; 5 import android.os.Bundle; 6 import android.view.Window; 7 import android.view.WindowManager; 35 // adb shell am start -n org.skia.skottie/.PerfActivity --ei renderer 0 --ei file 0 in onCreate() 36 // renderer is 0 to 2, file is 0 to 14 in onCreate()
|
| /third_party/libabigail/tests/data/test-read-dwarf/ |
| D | test-suppressed-alias.o.abi | 1 <abi-corpus version='2.2'> 2 <elf-function-symbols> 3 …<elf-symbol name='alias_func' type='func-type' binding='weak-binding' visibility='default-visibili… 4 …<elf-symbol name='main_func' type='func-type' binding='global-binding' visibility='default-visibil… 5 </elf-function-symbols> 6 <elf-variable-symbols> 7 …<elf-symbol name='alias_var' size='4' type='object-type' binding='weak-binding' visibility='defaul… 8 …<elf-symbol name='main_var' size='4' type='object-type' binding='global-binding' visibility='defau… 9 </elf-variable-symbols> 10 …<abi-instr address-size='64' path='test.c' comp-dir-path='/ws/android/aosp/kernel-build-tools/exte… [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| D | browser-wpadebug.c | 2 * Hotspot 2.0 client - Web browser using wpadebug on Android 41 data->success = 1; in http_req() 44 data->success = atoi(url + 5); in http_req() 79 return -1; in hs20_web_browser() 86 return -1; in hs20_web_browser() 94 return -1; in hs20_web_browser() 99 char *argv[14]; in hs20_web_browser() 102 argv[0] = "browser-wpadebug"; in hs20_web_browser() 104 argv[2] = "-a"; in hs20_web_browser() 105 argv[3] = "android.action.MAIN"; in hs20_web_browser() [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| D | browser-wpadebug.c | 2 * Hotspot 2.0 client - Web browser using wpadebug on Android 41 data->success = 1; in http_req() 44 data->success = atoi(url + 5); in http_req() 79 return -1; in hs20_web_browser() 86 return -1; in hs20_web_browser() 94 return -1; in hs20_web_browser() 99 char *argv[14]; in hs20_web_browser() 102 argv[0] = "browser-wpadebug"; in hs20_web_browser() 104 argv[2] = "-a"; in hs20_web_browser() 105 argv[3] = "android.action.MAIN"; in hs20_web_browser() [all …]
|