Home
last modified time | relevance | path

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

12345678910>>...20

/third_party/rust/rust/src/ci/docker/host-x86_64/disabled/dist-i686-android/
DDockerfile3 COPY scripts/android-base-apt-get.sh /scripts/
4 RUN sh /scripts/android-base-apt-get.sh
6 COPY scripts/android-ndk.sh /scripts/
7 RUN . /scripts/android-ndk.sh && \
8 download_ndk android-ndk-r15c-linux-x86_64.zip && \
9 make_standalone_toolchain x86 14 && \
13 RUN chmod 777 /android/ndk && \
14 ln -s /android/ndk/x86-21 /android/ndk/x86
16 ENV PATH=$PATH:/android/ndk/x86-14/bin
18 ENV DEP_Z_ROOT=/android/ndk/x86-14/sysroot/usr/
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/disabled/dist-armv7-android/
DDockerfile3 COPY scripts/android-base-apt-get.sh /scripts/
4 RUN sh /scripts/android-base-apt-get.sh
6 COPY scripts/android-ndk.sh /scripts/
7 RUN . /scripts/android-ndk.sh && \
8 download_ndk android-ndk-r15c-linux-x86_64.zip && \
9 make_standalone_toolchain arm 14 && \
13 RUN chmod 777 /android/ndk && \
14 ln -s /android/ndk/arm-21 /android/ndk/arm
16 ENV PATH=$PATH:/android/ndk/arm-14/bin
18 ENV DEP_Z_ROOT=/android/ndk/arm-14/sysroot/usr/
[all …]
/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/flatbuffers/android/
DAndroidManifest.xml1 <?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/skia/m133/bazel/device_specific_configs/
Ddevice_specific_configs.go3 // Use of this source code is governed by a BSD-style license that can be
18 // Bazel platform (e.g. Linux, Android), optimization level (e.g. Debug, Release) or local vs. RBE.
19 // For that kind of information, please pass a second --config flag using one of the configurations
22 // Name of the config (the <foo> that gets passed to Bazel via --config=<foo>).
25 // Any device-specific key/value pairs to include in Gold and Perf traces produced by GM and
33 // if the test case is CPU-bound, in which case it will also set the "cpu_or_gpu" key to "CPU".
57 // TestRunnerArgs returns the command-line arguments that should be passed to the Bazel test
61 // Pass the name of the Bazel configuration as an argument. Android tests use this to infer the
62 // model of the device under test. Specifically, adb_test_runner.go will take device-specific
65 "--device-specific-bazel-config",
[all …]
/third_party/libphonenumber/java/demoapp/app/src/main/res/drawable/
Dic_launcher_foreground.xml1 <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/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/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_android_surface.txt1 // 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 …]
DVK_KHR_android_surface.adoc1 // 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/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/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/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/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
/third_party/skia/m133/bazel/
Ddevicesrc1 # GENERATED FILE - Please do not edit.
3 test:AlphaR2 --strategy=TestRunner=local
4 test:AlphaR2 --test_arg=--device-specific-bazel-config
5 test:AlphaR2 --test_arg=AlphaR2
6 test:AlphaR2 --test_arg=--key
7 test:AlphaR2 --test_arg=arch
8 test:AlphaR2 --test_arg=x86_64
9 test:AlphaR2 --test_arg=model
10 test:AlphaR2 --test_arg=AlphaR2
11 test:AlphaR2 --test_arg=os
[all …]
/third_party/vk-gl-cts/external/amber/src/kokoro/android/
Dbuild.sh7 # 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/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/protobuf/
DCargo.bazel.lock4 "aho-corasick 1.1.2": {
5 "name": "aho-corasick",
7 "package_url": "https://github.com/BurntSushi/aho-corasick",
10 "url": "https://static.crates.io/crates/aho-corasick/1.1.2/download",
36 "perf-literal",
58 "license_file": "LICENSE-MIT"
92 "license": "Apache-2.0 OR MIT",
94 "Apache-2.0",
97 "license_file": "LICENSE-APACHE"
99 "direct-cargo-bazel-deps 0.0.1": {
[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/m133/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;
47 // adb shell am start -n org.skia.skottie/.PerfActivity --ei renderer 0 --ei file 0 in onCreate()
48 // renderer is 0 to 2, file is 0 to 14 in onCreate()
/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/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/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 …]

12345678910>>...20