| /third_party/grpc/src/android/test/interop/app/ |
| D | build.gradle | 1 apply plugin: 'com.android.application' 3 android { 6 applicationId "io.grpc.android.interop.cpp" 7 minSdkVersion 14 11 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" 15 // is not cross-compiled to Android) 21 cppFlags "-std=c++14 -frtti -fexceptions" 22 arguments '-DANDROID_STL=c++_shared' 23 arguments '-DRUN_HAVE_POSIX_REGEX=0' 24 arguments '-DRUN_HAVE_STD_REGEX=0' [all …]
|
| /third_party/grpc/examples/android/helloworld/app/ |
| D | build.gradle | 1 apply plugin: 'com.android.application' 3 android { 6 applicationId "io.grpc.android.cpp.helloworldexample" 7 minSdkVersion 14 11 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" 15 // is not cross-compiled to Android) 21 cppFlags "-std=c++14 -frtti -fexceptions" 22 arguments '-DANDROID_STL=c++_static' 23 arguments '-DRUN_HAVE_POSIX_REGEX=0' 24 arguments '-DRUN_HAVE_STD_REGEX=0' [all …]
|
| /third_party/openssl/ |
| D | NOTES.ANDROID | 2 NOTES FOR ANDROID PLATFORMS 6 ------------------- 8 Beside basic tools like perl and make you'll need to download the Android 16 ------------- 18 Android is a naturally cross-compiled target and you can't use ./config. 20 android-arm, android-arm64, android-mips, android-mip64, android-x86 21 and android-x86_64 (*MIPS targets are no longer supported with NDK R20+). 22 Do not pass --cross-compile-prefix (as you might be tempted), as it will 28 NDK directory. If you're using a side-by-side NDK the path will look 29 something like /some/where/android-sdk/ndk/<ver>, and for a standalone [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/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/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/flutter/skia/infra/bots/ |
| D | jobs.json | 2 "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/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/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/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/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/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/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/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 …]
|
| D | CMakeLists.txt | 6 # 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/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 …]
|
| /third_party/flutter/skia/third_party/externals/libwebp/ |
| D | NEWS | 1 - 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/glslang/.github/workflows/ |
| D | continuous_integration.yml | 13 - 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 …]
|
| /third_party/skia/third_party/externals/libwebp/ |
| D | NEWS | 1 - 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/flutter/skia/ |
| D | DEPS | 12 …"third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_… 13 …"third_party/externals/egl-registry" : "https://skia.googlesource.com/external/github.com/Khron… 14 …"third_party/externals/expat" : "https://android.googlesource.com/platform/external/expa… 19 …"third_party/externals/libjpeg-turbo" : "https://skia.googlesource.com/external/github.com/libjp… 23 …"third_party/externals/microhttpd" : "https://android.googlesource.com/platform/external/libm… 24 …ird_party/externals/opencl-lib" : "https://skia.googlesource.com/external/github.com/GPUOpen-… 25 …"third_party/externals/opencl-registry" : "https://skia.googlesource.com/external/github.com/Khron… 26 …"third_party/externals/opengl-registry" : "https://skia.googlesource.com/external/github.com/Khron… 27 …"third_party/externals/piex" : "https://android.googlesource.com/platform/external/piex… 30 …"third_party/externals/spirv-headers" : "https://skia.googlesource.com/external/github.com/Khron… [all …]
|
| /third_party/ejdb/ |
| D | Changelog | 12 - ejdb_patch_jbn() 13 - ejdb_patch_jbl() 14 - ejdb_merge_or_put_jbn() 15 - ejdb_merge_or_put_jbl() 17 -- Anton Adamansky <adamansky@gmail.com> Sun, 21 Mar 2021 22:17:40 +0700 25 -- Anton Adamansky <adamansky@gmail.com> Tue, 22 Dec 2020 22:33:24 +0700 31 * Added --trylock option to jbs 36 -- Anton Adamansky <adamansky@gmail.com> Thu, 17 Dec 2020 23:12:37 +0700 43 -- Anton Adamansky <adamansky@gmail.com> Thu, 10 Dec 2020 00:27:09 +0700 51 -- Anton Adamansky <adamansky@gmail.com> Sun, 06 Dec 2020 22:16:20 +0700 [all …]
|