Home
last modified time | relevance | path

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

12345678910>>...23

/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/res/drawable/
Dic_add.xml1 <!--
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"/>
Dic_baseline_drag_indicator.xml1 <!--
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"
24android: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…
Dic_baseline_audio_is_enabled_24.xml1 <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"
9android:pathData="M3,9v6h4l5,5L12,4L7,9L3,9zM16.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v8.05c1.48,-0.7…
Dic_baseline_audio_is_disabled_24.xml1 <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"
9android: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/flutter/flutter/examples/platform_view/android/app/src/main/res/drawable/
Dic_add_black_24dp.xml1 <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">
7 android:fillColor="#FF000000"
8 android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
/third_party/flutter/flutter/examples/flutter_view/android/app/src/main/res/drawable/
Dic_add_black_24dp.xml1 <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">
7 android:fillColor="#FF000000"
8 android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
/third_party/mindspore/mindspore/lite/examples/runtime_java/app/src/main/res/layout/
Dactivity_main.xml1 <?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/flutter/skia/platform_tools/android/apps/skar_java/
Dbuild.gradle1 apply plugin: 'com.android.application'
3 android {
8 // 24 is the minimum since ARCore only works with 24 and higher.
22 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
31 // Obj - a simple Wavefront OBJ file loader
35 implementation 'com.android.support:appcompat-v7:27.0.2'
36 implementation 'com.android.support:design:27.1.1'
38 // Required -- JUnit 4 framework
40 // Optional -- Mockito framework
41 testImplementation 'org.mockito:mockito-core:1.10.19'
/third_party/flutter/skia/platform_tools/android/apps/arcore/
Dbuild.gradle4 * Use of this source code is governed by a BSD-style license that can be
7 apply plugin: 'com.android.application'
13 def arcore_libpath = "${buildDir}/arcore-native"
18 android {
19 sourceSets.main.jni.srcDirs = [] //disable automatic ndk-build call
28 // 24 is the minimum since ARCore only works with 24 and higher.
29 minSdkVersion 24
36 cppFlags "-std=c++11", "-Wall"
37 arguments "-DANDROID_STL=c++_static",
38 "-DARCORE_LIBPATH=${arcore_libpath}/jni",
[all …]
/third_party/boost/libs/filesystem/src/
Dplatform_config.hpp1 // platform_config.hpp --------------------------------------------------------------------//
13 // define 64-bit offset macros BEFORE including boost/config.hpp (see ticket #5355)
14 #if defined(__ANDROID__) && defined(__ANDROID_API__) && __ANDROID_API__ < 24
15 // Android fully supports 64-bit file offsets only for API 24 and above.
17 // Trying to define _FILE_OFFSET_BITS=64 for APIs below 24
19 // depending on target Android API level, Android NDK version,
22 // - https://github.com/boostorg/filesystem/issues/65
23 // - https://github.com/boostorg/filesystem/pull/69
25 // Android NDK developers consider it the expected behavior.
27 // - https://github.com/android-ndk/ndk/issues/501#issuecomment-326447479
[all …]
/third_party/libwebsockets/READMEs/
DREADME.build-android.md1 # 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/libwebsockets/contrib/
Dcross-aarch64-android.cmake2 # 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/
DAndroidAudioHistory.md1 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 …]
DFAQ.md5 …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/…
14android.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/
D10.5.4.rst1 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 …]
D10.1.6.rst1 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/
Dfile.test3 [ -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/skia/include/core/
DSkColorPriv.h2 * 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/flutter/skia/include/core/
DSkColorPriv.h2 * Copyright 2006 The Android Open Source Project
4 * Use of this source code is governed by a BSD-style license that can be
15 /** Turn 0..255 into 0..256 by adding 1 at the half-way point. Used to turn a
24 // even though it is less accurate than a+(a>>7) for non-opaque dsts in SkAlpha255To256()
42 #define SK_A32_MASK ((1 << SK_A32_BITS) - 1)
43 #define SK_R32_MASK ((1 << SK_R32_BITS) - 1)
44 #define SK_G32_MASK ((1 << SK_G32_BITS) - 1)
45 #define SK_B32_MASK ((1 << SK_B32_BITS) - 1)
48 * Skia's 32bit backend only supports 1 swizzle order at a time (compile-time).
52 * to either (in memory-byte-order) RGBA or BGRA. Note that this "order" does
[all …]
/third_party/musl/ndk-test/sanitize/cfi/src/
Dstats.cpp1 // RUN: %clangxx_cfi %debug_info_flags -fsanitize-stats -o %t %s
8 // FIXME: %t.stats must be transferred from device to host for this to work on Android.
9 // XFAIL: android
19 // CHECK: stats.cpp:[[@LINE+1]] {{_?}}vcall cfi-vcall 37 in vcall()
20 a->vf(); in vcall()
24 // CHECK: stats.cpp:[[@LINE+1]] {{_?}}nvcall cfi-nvcall 51 in nvcall()
25 a->nvf(); in nvcall()
29 // CHECK: stats.cpp:[[@LINE+1]] {{_?}}dcast cfi-derived-cast 24 in dcast()
34 // CHECK: stats.cpp:[[@LINE+1]] {{_?}}ucast cfi-unrelated-cast 81 in ucast()
39 // CHECK-NOT: unreachable in unreachable()
[all …]
/third_party/grpc/tools/internal_ci/linux/
Dgrpc_android.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
23 git submodule update --init
25 # Build protoc and grpc_cpp_plugin. Codegen is not cross-compiled to Android
30 cd "${REPO_ROOT}/src/android/test/interop/"
32 "-Pprotoc=${REPO_ROOT}/third_party/protobuf/src/protoc" \
33 "-Pgrpc_cpp_plugin=${REPO_ROOT}/bins/opt/grpc_cpp_plugin"
35 "-Pprotoc=${REPO_ROOT}/third_party/protobuf/src/protoc" \
36 "-Pgrpc_cpp_plugin=${REPO_ROOT}/bins/opt/grpc_cpp_plugin"
37 gcloud firebase test android run \
[all …]
/third_party/toybox/toys/posix/
Dfile.c1 /* 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/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dbrowser-android.c2 * 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 …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dbrowser-android.c2 * 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 …]
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()
81 addr.s_addr = htonl((127 << 24) | 1); in hs20_web_browser()
86 return -1; in hs20_web_browser()
94 return -1; 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 …]

12345678910>>...23