Home
last modified time | relevance | path

Searched +full:android +full:- +full:14 (Results 1 – 25 of 560) sorted by relevance

12345678910>>...23

/third_party/openssl/
DNOTES-ANDROID.md1 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/skia/third_party/externals/oboe/apps/OboeTester/app/
Dbuild.gradle1 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/libsnd/Scripts/
Dandroid-configure.sh1 #!/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/flutter/skia/infra/bots/
Djobs.json2 "Build-Debian9-Clang-arm-Debug-Android",
3 "Build-Debian9-Clang-arm-Debug-Android_Vulkan",
4 "Build-Debian9-Clang-arm-Debug-Chromebook_GLES",
5 "Build-Debian9-Clang-arm-Debug-Chromecast",
6 "Build-Debian9-Clang-arm-Release-Android",
7 "Build-Debian9-Clang-arm-Release-Android_API26",
8 "Build-Debian9-Clang-arm-Release-Android_ASAN",
9 "Build-Debian9-Clang-arm-Release-Android_ASAN_Vulkan",
10 "Build-Debian9-Clang-arm-Release-Android_Vulkan",
11 "Build-Debian9-Clang-arm-Release-Chromebook_GLES",
[all …]
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/
Dbuild.gradle1 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/
Dactivity_manual_glitches.xml1 <?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/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_platform_android.txt23 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/EGL/extensions/KHR/
DEGL_KHR_platform_android.txt23 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/
Dbors.toml2 "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.yml8 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/skia/third_party/externals/oboe/samples/hello-oboe/
Dbuild.gradle1 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/oboe/
DREADME.md1 # Oboe [![Build Status](https://travis-ci.org/google/oboe.svg?branch=master)](https://travis-ci.org…
3 [![Introduction to Oboe video](docs/images/getting-started-video.jpg)](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)
1614 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/
Drun_tests.sh1 # 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/RhythmGame/
Dbuild.gradle1 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/swiftshader/docs/
DdEQP.md7 -------------
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/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DPerfActivity.java3 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/skia/third_party/externals/oboe/tests/
Drun_tests.sh3 # 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 …]
DCMakeLists.txt6 # set(ANDROID_NDK $ENV{HOME}/Library/Android/sdk/ndk-bundle)
8 # set(ANDROID_NDK $ENV{HOME}/Android/sdk/ndk-bundle)
10 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Wall -std=c++14")
14 add_library(gtest STATIC ${GOOGLETEST_ROOT}/src/gtest_main.cc ${GOOGLETEST_ROOT}/src/gtest-all.cc)
20 add_subdirectory(${OBOE_DIR} ./oboe-bin)
/third_party/e2fsprogs/
D1003-add-dac-config.patch1 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,240 @@
13 + * http://www.apache.org/licenses/LICENSE-2.0
53 + this->uid = u;
54 + this->gid = g;
55 + this->mode = m;
56 + this->capabilities = c;
57 + this->path = p;
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/
DNEWS1 - 7/4/2019: version 1.0.3
3 * resize fixes for Nx1 sizes and the addition of non-opaque alpha values for
13 - 1/14/2019: version 1.0.2
19 * lossless multi-threaded security fix (chromium:917029)
21 - 11/2/2018: version 1.0.1
24 * big-endian fix for alpha decoding (issue #393)
28 (oss-fuzz #9099, #9100, #9105, #9106, #9111, #9112, #9119, #9123, #9170,
33 - 4/2/2018: version 1.0.0
37 * big-endian fixes for decode, RGBA import and WebPPictureDistortion
39 gifwebp, anim_diff - default duration behavior (<= 10ms) changed to match
[all …]
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest-suppressed-alias.o.abi1 <abi-corpus version='2.1'>
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/
Dbrowser-wpadebug.c2 * 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/
Dbrowser-wpadebug.c2 * 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/skia/third_party/externals/libwebp/
DNEWS1 - 7/20/2021: version 1.2.1
8 (oss-fuzz: #28658, #28978)
13 - 12/23/2020: version 1.2.0
15 - libwebp:
16 encode.h: add a qmin / qmax range for quality factor (cwebp adds -qrange)
20 * import fuzzers from oss-fuzz & chromium (#409)
21 * webpmux: add an '-set loop <value>' option (#494)
25 - 12/18/2019: version 1.1.0
27 - libwebp:
29 - extras:
[all …]
/third_party/glslang/.github/workflows/
Dcontinuous_integration.yml13 - master
17 runs-on: ${{matrix.os}}
19 fail-fast: false
21 os: [ubuntu-20.04]
25 - uses: actions/checkout@v2
26 - uses: actions/setup-python@v2
28 python-version: '3.7'
29 - name: Install Ubuntu Package Dependencies
31 sudo apt-get -qq update
32 sudo apt-get install -y clang-6.0
[all …]

12345678910>>...23