| /third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/res/drawable/ |
| D | ic_add.xml | 1 <!-- 8 ~ https://www.apache.org/licenses/LICENSE-2.0 15 --> 17 <vector xmlns:android="http://schemas.android.com/apk/res/android" 18 android:width="24dp" 19 android:height="24dp" 20 android:viewportWidth="24" 21 android:viewportHeight="24"> 23 android:fillColor="#FF000000" 24 android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
|
| D | ic_baseline_drag_indicator.xml | 1 <!-- 8 ~ https://www.apache.org/licenses/LICENSE-2.0 15 --> 17 <vector xmlns:android="http://schemas.android.com/apk/res/android" 18 android:width="24dp" 19 android:height="24dp" 20 android:viewportWidth="24" 21 android:viewportHeight="24"> 23 android:fillColor="@color/colorAccent" 24 …android:pathData="M11,18c0,1.1 -0.9,2 -2,2s-2,-0.9 -2,-2 0.9,-2 2,-2 2,0.9 2,2zM9,10c-1.1,0 -2,0.9…
|
| D | ic_baseline_audio_is_enabled_24.xml | 1 <vector xmlns:android="http://schemas.android.com/apk/res/android" 2 android:width="24dp" 3 android:height="24dp" 4 android:viewportWidth="24.0" 5 android:viewportHeight="24.0" 6 android:tint="?attr/colorControlNormal"> 8 android:fillColor="@android:color/white" 9 …android:pathData="M3,9v6h4l5,5L12,4L7,9L3,9zM16.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v8.05c1.48,-0.7…
|
| D | ic_baseline_audio_is_disabled_24.xml | 1 <vector xmlns:android="http://schemas.android.com/apk/res/android" 2 android:width="24dp" 3 android:height="24dp" 4 android:viewportWidth="24.0" 5 android:viewportHeight="24.0" 6 android:tint="?attr/colorControlNormal"> 8 android:fillColor="@android:color/white" 9 …android:pathData="M16.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v2.21l2.45,2.45c0.03,-0.2 0.05,-0.41 0.05…
|
| /third_party/libphonenumber/java/demoapp/app/src/main/res/drawable/ |
| D | ic_outline_home_30.xml | 1 <vector xmlns:android="http://schemas.android.com/apk/res/android" 2 android:width="30dp" 3 android:height="30dp" 4 android:tint="?colorOnBackground" 5 android:viewportHeight="24" 6 android:viewportWidth="24"> 8 android:fillColor="?colorOnBackground" 9 …android:pathData="M12,5.69l5,4.5V18h-2v-6H9v6H7v-7.81l5,-4.5M12,3L2,12h3v8h6v-6h2v6h6v-8h3L12,3z" …
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/examples/runtime_java/app/src/main/res/layout/ |
| D | activity_main.xml | 1 <?xml version="1.0" encoding="utf-8"?> 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:app="http://schemas.android.com/apk/res-auto" 4 xmlns:tools="http://schemas.android.com/tools" 5 android:layout_width="match_parent" 6 android:layout_height="match_parent" 10 android:id="@+id/layout_myphoto" 11 android:layout_width="wrap_content" 12 android:layout_height="wrap_content" 13 android:layout_centerHorizontal="true" [all …]
|
| /third_party/rust/crates/libc/ci/ |
| D | android-install-sdk.sh | 3 set -ex 13 mkdir -p sdk/cmdline-tools 14 wget -q --tries=20 https://dl.google.com/android/repository/commandlinetools-linux-${SDK}_latest.zip 15 unzip -q -d sdk/cmdline-tools commandlinetools-linux-${SDK}_latest.zip 19 api=24 20 image="system-images;android-${api};default;armeabi-v7a" 23 api=24 24 image="system-images;android-${api};google_apis;arm64-v8a" 28 image="system-images;android-${api};default;x86" 32 image="system-images;android-${api};default;x86_64" [all …]
|
| /third_party/rust/crates/libc/ci/docker/x86_64-linux-android/ |
| D | Dockerfile | 3 RUN apt-get update && \ 4 apt-get install -y --no-install-recommends \ 5 ca-certificates \ 8 libc-dev \ 10 python3-distutils \ 13 WORKDIR /android/ 15 COPY android-install-ndk.sh /android/ 16 RUN sh /android/android-install-ndk.sh 18 # We do not run x86_64-linux-android tests on an android emulator. 19 # See ci/android-sysimage.sh for information about how tests are run. [all …]
|
| /third_party/rust/crates/libc/libc-test/test/ |
| D | makedev.rs | 7 target_os = "android", 20 pub fn makedev_ffi(major: c_uint, minor: c_uint) -> dev_t; in makedev_ffi() 38 // Android allows 12 bits for major and 20 for minor 40 #[cfg(target_os = "android")] 44 for minor in [(1 << minor_exp) - 1, (1 << minor_exp)] { in test_android_like() 48 compare(major, (1 << 20) - 1); in test_android_like() 57 for minor_exp in [1, 8, 16, 24, 31] { in test_fbsd11_like() 58 for minor in [(1 << minor_exp) - 1, (1 << minor_exp)] { in test_fbsd11_like() 66 // OpenBSD allows 8 bits for major and 24 for minor 72 for minor in [(1 << minor_exp) - 1, (1 << minor_exp)] { in test_openbsd_like() [all …]
|
| /third_party/libwebsockets/READMEs/ |
| D | README.build-android.md | 1 # Building for Android NDK 4 lws library for your android app from one cmake and one make command. 13 Android Studio and then run `sdkmanager` to install a recent NDK. 15 I installed the sdk and ndk pieces into /opt/android/ and that's how the 16 `./contrib/cross-aarch64-android.cmake` toolchain file is shipped. You can 25 - /home/someone 26 - /home/someone/libwebsockets 27 - /home/someone/mbedtls 45 $ rm -f CMakeCache.txt && \ 46 cmake .. -DCMAKE_TOOLCHAIN_FILE=../libwebsockets/contrib/cross-aarch64-android.cmake \ [all …]
|
| /third_party/vk-gl-cts/external/amber/src/android_gradle/app/ |
| D | build.gradle | 2 id 'com.android.application' 5 android { 12 minSdkVersion 24 21 arguments "-DAMBER_USE_LOCAL_VULKAN=1" 40 proguardFiles getDefaultProguardFile('proguard-android-optimize.txt') 60 implementation 'com.google.android.material:material:1.4.0' 64 androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
| /third_party/libwebsockets/contrib/ |
| D | cross-aarch64-android.cmake | 2 # CMake Toolchain file for crosscompiling Android / aarch64 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=contrib/cross-aarch64-android.cmake 10 set(ANDROID_API_VER 24) 13 set(NDK /opt/android/ndk/21.1.6352462/) 14 set(CROSS_SYSROOT "${NDK}/platforms/android-${ANDROID_API_VER}/arch-${ABARCH1}") 15 set(BUILD_ARCH linux-x86_64) 21 set(TC_BASE ${TC_PATH}/bin/${CMAKE_SYSTEM_PROCESSOR}-linux-android) 22 set(PLATFORM android) 24 set(CMAKE_C_COMPILER "${TC_BASE}${ANDROID_API_VER}-clang") 25 set(CMAKE_CXX_COMPILER "${TC_BASE}${ANDROID_API_VER}-clang++") [all …]
|
| /third_party/skia/third_party/externals/oboe/docs/ |
| D | AndroidAudioHistory.md | 1 Android audio history 4 …arounds for various Android versions. [(List of all Android Versions)](https://developer.android.c… 6 ### 10.0 Q - API 29 7 - Fixed: Setting capacity of Legacy input streams < 4096 can prevent use of FAST path. https://gith… 8 - Add InputPreset:VoicePerformance for low latency recording. 10 ### 9.0 Pie - API 28 (August 6, 2018) 11 - AAudio adds support for setUsage(), setSessionId(), setContentType(), setInputPreset() for builde… 12 - Regression bug: [AAudio] Headphone disconnect event not fired for MMAP streams. https://github.co… 13 - AAudio input streams with LOW_LATENCY will open a FAST path using INT16 and convert the data to F… 15 ### 8.1 Oreo MR1 - API 27 [all …]
|
| D | FAQ.md | 5 …C++ which uses the Android NDK. To move data from Java to C++ you can use [JNI](https://developer.… 7 …rformance using the [Java AudioTrack class](https://developer.android.com/reference/android/media/… 8 …(AudioTrack.PERFORMANCE_MODE_LOW_LATENCY)`](https://developer.android.com/reference/android/media/… 10 …n Oboe using [`setBufferSizeInFrames(int)`](https://developer.android.com/reference/android/media/… 14 …android.com/reference/android/media/AudioTrack#PERFORMANCE_MODE_LOW_LATENCY) was added in API 26, … 19 …check out this article](https://medium.com/@donturner/using-ffmpeg-for-faster-audio-decoding-96789… 21 ## Android Studio doesn't find the Oboe symbols, how can I fix this? 22 …ns here](https://github.com/google/oboe/blob/master/docs/GettingStarted.md#2-update-cmakeliststxt). 26 1) Invalidate the Android Studio cache by going to File->Invalidate Caches / Restart 29 …nd the root cause. If this happens to you please file an issue with your Android Studio version an… [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 10.5.4.rst | 1 Mesa 10.5.4 Release Notes / April 24, 2015 15 ---------------- 19 e1089567fc7bf8d9b2d8badcc9f2fc3b758701c8c0ccfe7af1805549fea53f11 mesa-10.5.4.tar.gz 20 b51e723f3a20d842c88a92d809435b229fc4744ca0dbec0317d9d4a3ac4c6803 mesa-10.5.4.tar.xz 23 ------------ 28 --------- 32 - `Bug 69226 <https://bugs.freedesktop.org/show_bug.cgi?id=69226>`__ - 34 - `Bug 71591 <https://bugs.freedesktop.org/show_bug.cgi?id=71591>`__ - 37 - `Bug 81025 <https://bugs.freedesktop.org/show_bug.cgi?id=81025>`__ - 39 spec_ARB_draw_indirect_arb_draw_indirect-draw-elements-prim-restart-ugly [all …]
|
| D | 10.1.6.rst | 1 Mesa 10.1.6 Release Notes / (June 24, 2014) 15 ---------------- 19 cde60e06b340d7598802fe4a4484b3fb8befd714f9ab9caabe1f27d3149e8815 MesaLib-10.1.6.tar.bz2 20 e4e726d7805a442f7ed07d12f71335e6126796ec85328a5989eb5348a8042d00 MesaLib-10.1.6.tar.gz 21 bf7e3f721a7ad0c2057a034834b6fea688e64f26a66cf8d1caa2827e405e72dd MesaLib-10.1.6.zip 24 ------------ 29 --------- 33 - `Bug 54372 <https://bugs.freedesktop.org/show_bug.cgi?id=54372>`__ - 35 - `Bug 74005 <https://bugs.freedesktop.org/show_bug.cgi?id=74005>`__ - 36 [i965 Bisected]Piglit/glx_glx-make-glxdrawable-current fails [all …]
|
| /third_party/toybox/tests/ |
| D | file.test | 3 [ -f testing.sh ] && . testing.sh 12 echo "6465780a3033350038ca8f6ce910f94e" | xxd -r -p > android.dex 13 ln -s $FILES/java.class symlink 15 ln -s $FILES/java.klass dangler 24 testing "utf-8" "file $FILES/utf8/japan.txt | sed 's|$FILES/||'" \ 25 "utf8/japan.txt: UTF-8 text\n" "" "" 38 testing "Android .dex" "file android.dex" "android.dex: Android dex file, version 035\n" "" "" 40 # These actually test a lot of the ELF code: 32-/64-bit, arm/arm64, PT_INTERP, 42 toyonly testing "Android NDK full ELF note" \ 43 "file $FILES/elf/ndk-elf-note-full | sed 's/^.*: //'" \ [all …]
|
| /third_party/glslang/kokoro/android-ndk-build/ |
| D | build-docker.sh | 36 set -e # Fail on any error. 40 set -x # Display commands being run. 42 using ndk-r21d 45 export APP_BUILD_SCRIPT="${ROOT_DIR}/ndk_test/Android.mk" 46 export APP_PLATFORM=android-24 # Vulkan introduced in API 24 49 ndk-build -j
|
| /third_party/skia/m133/include/core/ |
| D | SkColorPriv.h | 2 * Copyright 2006 The Android Open Source Project 4 * Use of this source code is governed by a BSD-style license that can be 18 /** Turn 0..255 into 0..256 by adding 1 at the half-way point. Used to turn a 27 // even though it is less accurate than a+(a>>7) for non-opaque dsts in SkAlpha255To256() 45 #define SK_A32_MASK ((1 << SK_A32_BITS) - 1) 46 #define SK_R32_MASK ((1 << SK_R32_BITS) - 1) 47 #define SK_G32_MASK ((1 << SK_G32_BITS) - 1) 48 #define SK_B32_MASK ((1 << SK_B32_BITS) - 1) 51 * Skia's 32bit backend only supports 1 swizzle order at a time (compile-time). 55 * to either (in memory-byte-order) RGBA or BGRA. Note that this "order" does [all …]
|
| /third_party/skia/include/core/ |
| D | SkColorPriv.h | 2 * Copyright 2006 The Android Open Source Project 4 * Use of this source code is governed by a BSD-style license that can be 16 /** Turn 0..255 into 0..256 by adding 1 at the half-way point. Used to turn a 25 // even though it is less accurate than a+(a>>7) for non-opaque dsts in SkAlpha255To256() 43 #define SK_A32_MASK ((1 << SK_A32_BITS) - 1) 44 #define SK_R32_MASK ((1 << SK_R32_BITS) - 1) 45 #define SK_G32_MASK ((1 << SK_G32_BITS) - 1) 46 #define SK_B32_MASK ((1 << SK_B32_BITS) - 1) 49 * Skia's 32bit backend only supports 1 swizzle order at a time (compile-time). 53 * to either (in memory-byte-order) RGBA or BGRA. Note that this "order" does [all …]
|
| /third_party/spirv-tools/android_test/jni/ |
| D | Application.mk | 2 APP_BUILD_SCRIPT := Android.mk 4 APP_PLATFORM := android-24
|
| /third_party/toybox/toys/posix/ |
| D | file.c | 1 /* file.c - describe file type 3 * Copyright 2016 The Android Open Source Project 13 usage: file [-bhLs] [file...] 17 -b Brief (no filename) 18 -h Don't follow symlinks (default) 19 -L Follow symlinks 20 -s Show block/char device contents 39 // Values from include/linux/elf-em.h (plus arch/*/include/asm/elf.h) 46 {189, "microblaze"}, {0xbaab, "microblaze-old"}, {8, "mips"}, 47 {10, "mips-old"}, {89, "mn10300"}, {0xbeef, "mn10300-old"}, {113, "nios2"}, [all …]
|
| /third_party/vk-gl-cts/external/amber/src/samples/jni/ |
| D | Application.mk | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 APP_ABI := arm64-v8a # armeabi-v7a x86 x86_64 16 APP_BUILD_SCRIPT := Android.mk 18 APP_PLATFORM := android-24 # minimal version to get libvulkan
|
| /third_party/vk-gl-cts/external/amber/src/android_test/jni/ |
| D | Application.mk | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 APP_ABI := arm64-v8a # armeabi-v7a x86 x86_64 16 APP_BUILD_SCRIPT := Android.mk 18 APP_PLATFORM := android-24 # minimal version to get libvulkan
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| D | browser-android.c | 2 * Hotspot 2.0 client - Web browser using Android browser 41 data->success = 1; in http_req() 44 data->success = atoi(url + 5); in http_req() 72 wpa_printf(MSG_INFO, "Launching Android browser to %s", url); in hs20_web_browser() 78 return -1; in hs20_web_browser() 80 addr.s_addr = htonl((127 << 24) | 1); in hs20_web_browser() 85 return -1; in hs20_web_browser() 93 return -1; in hs20_web_browser() 100 argv[0] = "browser-android"; in hs20_web_browser() 102 argv[2] = "-a"; in hs20_web_browser() [all …]
|