Home
last modified time | relevance | path

Searched refs:Android (Results 1 – 25 of 3671) sorted by relevance

12345678910>>...147

/external/deqp/external/openglcts/modules/runner/
DglcAndroidTestActivity.cpp36 namespace Android namespace
39 using tcu::Android::Platform;
40 using tcu::Android::AssetArchive;
41 using tcu::Android::NativeActivity;
47 return tcu::Android::getIntentStringExtra(activity, "waivers"); in getWaiverPath()
52 std::string path = tcu::Android::getIntentStringExtra(activity, "logdir"); in getLogPath()
59 if (tcu::Android::getIntentStringExtra(activity, "verbose") == "true") in getFlags()
61 else if (tcu::Android::getIntentStringExtra(activity, "summary") == "true") in getFlags()
66 TestThread::TestThread(NativeActivity& activity, tcu::Android::AssetArchive& archive, const std::st… in TestThread()
115 , m_cmdLine(tcu::Android::getIntentStringExtra(activity, "cmdLine")) in TestActivity()
[all …]
DglcAndroidTestActivity.hpp38 namespace Android namespace
41 class TestThread : public tcu::Android::RenderThread
44 TestThread(tcu::Android::NativeActivity& nativeActivity, tcu::Android::AssetArchive& archive,
56 tcu::Android::Platform m_platform;
57 tcu::Android::AssetArchive& m_archive;
62 class TestActivity : public tcu::Android::RenderActivity
73 tcu::Android::AssetArchive m_archive;
/external/deqp/framework/platform/android/
DtcuAndroidNativeActivity.cpp31 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onStart(); in onStartCallback()
36 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onResume(); in onResumeCallback()
41 …return static_cast<tcu::Android::NativeActivity*>(activity->instance)->onSaveInstanceState(outSize… in onSaveInstanceStateCallback()
46 return static_cast<tcu::Android::NativeActivity*>(activity->instance)->onPause(); in onPauseCallback()
51 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onStop(); in onStopCallback()
56 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onDestroy(); in onDestroyCallback()
61 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onWindowFocusChanged(hasFocus); in onWindowFocusChangedCallback()
66 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onNativeWindowCreated(window); in onNativeWindowCreatedCallback()
71 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onNativeWindowResized(window); in onNativeWindowResizedCallback()
76 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onNativeWindowRedrawNeeded(window); in onNativeWindowRedrawNeededCallback()
[all …]
/external/mesa3d/src/intel/
DAndroid.mk28 include $(LOCAL_PATH)/Android.blorp.mk
29 include $(LOCAL_PATH)/Android.common.mk
30 include $(LOCAL_PATH)/Android.compiler.mk
31 include $(LOCAL_PATH)/Android.dev.mk
32 include $(LOCAL_PATH)/Android.genxml.mk
33 include $(LOCAL_PATH)/Android.isl.mk
34 include $(LOCAL_PATH)/Android.perf.mk
35 include $(LOCAL_PATH)/Android.vulkan.mk
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/Resources/
DResource.designer.cs12 [assembly: global::Android.Runtime.ResourceDesignerAttribute("HelloworldXamarin.Droid.Resource", Is…
24 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in Resource()
36 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in Attribute()
52 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in Id()
68 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in Layout()
84 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in Mipmap()
103 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in String()
/external/selinux/
DREADME.android1 This fork of Android differs in the following ways:
3 - All Android.mk and Android.bp files
9 Android no longer carries changes outside of those files.
19 * The Android fork omits compiling many of the src files and specifies
21 Android.bp and Android.mk files.
24 /etc/selinux since /etc is not available in Android until /system
27 * The kernel policy file (sepolicy in Android, policy.N in Linux) does
28 not include a version suffix since Android does not need to support
40 * Support for seapp_contexts, a new Android-specific SELinux
/external/tensorflow/tensorflow/lite/java/demo/
DREADME.md1 # TF Lite Android Image Classifier App Example
3 A simple Android example that demonstrates image classification using the camera.
5 ## Building in Android Studio with TensorFlow Lite AAR from JCenter.
18 …1. [Install Bazel and Android Prerequisites](https://github.com/tensorflow/tensorflow/tree/master/…
19 It's easiest with Android Studio.
24 - Bazel requires Android Build Tools `28.0.0` or higher.
25 - You also need to install the Android Support Repository, available
26 through Android Studio under `Android SDK Manager -> SDK Tools ->
27 Android Support Repository`.
38 - By default, Android Studio will install the SDK to `~/Android/Sdk` and
[all …]
/external/linux-kselftest/android/
DREADME.md4 A Guide to Developing Kselftest for VTS/Android
12 Android platforms.
17 Android platforms.
22 The Kselftest source is located at external/linux-kselftest in the Android
25 upstream; there are outstanding changes to kselftest for it to work on Android
31 * `external/linux-kselftest/Android.bp`: Lists build rules for the kselftest modules built in Soong.
32 * `external/linux-kselftest/android/`: Contains Android-specific files, aside from Android.[bp, mk]…
33 * `external/linux-kselftest/android/Android.kselftest.mk`: Lists build rules for the kselftest modu…
35 …/linux-kselftest/android/README`: Lists details on why particular tests are not enabled in Android.
167 config options that are not required by Android.
[all …]
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dandroid.md1 # Android quickstart
3 To get started with TensorFlow Lite on Android, we recommend exploring the
6 …ps://github.com/tensorflow/examples/tree/master/lite/examples/image_classification/android">Android
10 [TensorFlow Lite Android image classification](https://github.com/tensorflow/examples/blob/master/l…
19 [TensorFlow Lite Android Support Library](../inference_with_metadata/lite_support.md).
26 Note: Additional Android applications demonstrating TensorFlow Lite in a variety
30 ## Build in Android Studio
32 To build the example in Android Studio, follow the instructions in
35 ## Create your own Android app
37 To get started quickly writing your own Android code, we recommend using our
[all …]
/external/angle/doc/
DDevSetupAndroid.md1 # ANGLE for Android
3 **Important note**: Android builds currently require Linux.
5 ## Setting up the ANGLE build for Android
8 gclient. Then edit your `.gclient` to add `target_os = ['android']` to check out Android
11 The following command will open a text editor to populate GN args for an Android Release build:
13 gn args out/Android
16 Once the editor is up, paste the following GN args to generate an Android build, and save the file.
30 - Open any recent Android build.
35 ## Building ANGLE for Android
40 autoninja -C out/Android
[all …]
/external/mesa3d/src/freedreno/
DAndroid.mk28 include $(LOCAL_PATH)/Android.common.mk
29 include $(LOCAL_PATH)/Android.drm.mk
30 include $(LOCAL_PATH)/Android.ir2.mk
31 include $(LOCAL_PATH)/Android.ir3.mk
32 include $(LOCAL_PATH)/Android.perfcntrs.mk
33 include $(LOCAL_PATH)/Android.registers.mk
/external/google-breakpad/
DREADME.ANDROID1 Google Breakpad for Android
5 on Android, and later generate valid stack traces from the minidumps
8 This release supports ARM, x86 and MIPS based Android systems.
14 The Android client is built as a static library that you can
15 link into your own Android native code. There are two ways to
24 1/ Include android/google_breakpad/Android.mk from your own
25 project's Android.mk
40 I.2. Building with a standalone Android toolchain:
54 Android device. This requires the Android 'adb' tool to be in your
57 II. Using the client library in Android:
[all …]
/external/skia/site/docs/dev/gardening/
Dandroid.md2 title: 'Android Gardener Documentation'
3 linkTitle: 'Android Gardener Documentation'
8 - [What does a Android Gardener do?](#what_is_a_android_gardener)
9 - [Android Autorollers](#autoroller_doc)
13 <a name="what_is_a_android_gardener"></a> What does a Android Gardener do?
17 The Android Gardener has two primary jobs:
21 from Skia's repository into the Android source tree. See autoroller
25 2. Stay on top of incoming Android-related bugs in both the
28 [Android](https://buganizer.corp.google.com/issues?q=assignee:skia-android-triage%20status:open)
29 bug trackers. For Skia bugs, this means triaging and assigning all Android
[all …]
/external/libchrome/libchrome_tools/patch/
Dbuild_config.patch9 +// - __ANDROID__ is automatically defined by the Android toolchain (see
11 +// - __ANDROID_HOST__ is defined via -D by Android.mk when building host code
12 +// within an Android checkout.
13 +// - ANDROID is defined via -D when building code for either Android targets or
15 +// - OS_ANDROID is a Chrome-specific define used to build Chrome for Android
18 +// Android targets and hosts don't use tcmalloc.
23 +// Use the Chrome OS version of the code for both Android targets and Chrome OS builds.
28 +#if defined(__ANDROID__) // Android targets
50 +// Don't set OS_ANDROID; it's only used when building Chrome for Android.
/external/rust/crates/crossbeam-utils/patches/
Ddisable_panic_tests_on_android.patch7 +// Android aborts on panic and this test relies on stack unwinding.
16 +// Android aborts on panic and this test relies on stack unwinding.
25 +// Android aborts on panic and this test relies on stack unwinding.
34 +// Android aborts on panic and this test relies on stack unwinding.
43 +// Android aborts on panic and this test relies on stack unwinding.
52 +// Android aborts on panic and this test relies on stack unwinding.
61 +// Android aborts on panic and this test relies on stack unwinding.
72 +// Android aborts on panic and this test relies on stack unwinding.
81 +// Android aborts on panic and this test relies on stack unwinding.
90 +// Android aborts on panic and this test relies on stack unwinding.
[all …]
/external/grpc-grpc/examples/android/helloworld/
DREADME.md1 gRPC on Android
4 Note: Building the protobuf dependency for Android requires
7 `third_party/protobuf` to build gRPC for Android.
12 - Android SDK
13 - Android NDK
19 The example application can be built via Android Studio or on the command line
/external/mesa3d/docs/
Dandroid.rst1 Android title
4 Mesa hardware drivers can be built for Android one of two ways: built
5 into the Android OS using the Android.mk build sytem on older versions
6 of Android, or out-of-tree using the Meson build system and the
7 Android NDK.
9 The Android.mk build system has proven to be hard to maintain, as one
10 needs a built Android tree to build against, and it has never been
12 Chrome OS developers for building and testing Android drivers.
14 Building using the Android NDK
26 # Android doesn't come with a pkg-config, but we need one for meson to be happy not
[all …]
/external/tensorflow/tensorflow/tools/android/inference_interface/cmake/
DREADME.md1 TensorFlow-Android-Inference
3 This directory contains CMake support for building the Android Java Inference
11 Add TensorFlow-Android-Inference as a dependency of your Android application
16 include ':TensorFlow-Android-Inference'
17 findProject(":TensorFlow-Android-Inference").projectDir =
31 TensorFlow-Android-Inference depends on the TensorFlow static libs already built
35 Android Studio would appear to hang during opening the project).
/external/deqp-deps/amber/android_gradle/
Damber.sh30 adb shell rm -f /sdcard/Android/data/com.google.amber/cache/amber_stdout.txt
31 adb shell rm -f /sdcard/Android/data/com.google.amber/cache/amber_stderr.txt
33 -e stdout /sdcard/Android/data/com.google.amber/cache/amber_stdout.txt \
34 -e stderr /sdcard/Android/data/com.google.amber/cache/amber_stderr.txt \
37 adb shell cat /sdcard/Android/data/com.google.amber/cache/amber_stdout.txt
38 adb shell cat /sdcard/Android/data/com.google.amber/cache/amber_stderr.txt
/external/webrtc/docs/native-code/android/
Dindex.md1 # WebRTC Android development
5 Android development is only supported on Linux.
16 This will fetch a regular WebRTC checkout with the Android-specific parts
17 added. Notice that the Android specific parts like the Android SDK and NDK are
19 The same checkout can be used for both Linux and Android development since you
54 ## Using the Bundled Android SDK/NDK
56 In order to use the Android SDK and NDK that is bundled in
64 Then you'll have `adb` and all the other Android tools in your `PATH`.
69 AppRTCMobile is an Android application using WebRTC Native APIs via JNI (JNI
76 ## Using Android Studio
[all …]
/external/mesa3d/src/panfrost/
DAndroid.mk28 include $(LOCAL_PATH)/Android.util.mk
29 include $(LOCAL_PATH)/Android.bifrost.mk
30 include $(LOCAL_PATH)/Android.lib.mk
31 include $(LOCAL_PATH)/Android.midgard.mk
32 include $(LOCAL_PATH)/Android.shared.mk
/external/boringssl/src/util/fipstools/
Dbreak-tests-android.sh38 if [ ! -f external/boringssl/Android.bp ]; then
59 if ! grep -q DBORINGSSL_FIPS_BREAK_XXX=1 external/boringssl/Android.bp; then
67 cp external/boringssl/Android.bp external/boringssl/Android.bp.orig
68 …ed -i -e "s/DBORINGSSL_FIPS_BREAK_XXX/DBORINGSSL_FIPS_BREAK_${test}/" external/boringssl/Android.bp
88 cp external/boringssl/Android.bp.orig external/boringssl/Android.bp
/external/walt/docs/
DDevelopment.md1 ## Setting up for WALT Android app development
3 In general WALT Android app has no special requirements but since WALT usually takes up the only av…
8 …an be used in the same way and is reported to work much better with ADB. Android will recognize an…
19 #### Using a ChromeOS device with Android
21 A ChromeOS device with Android (e.g. Asus Flip) is another convenient option.
23 Since Android on ChromeOS has no access to USB, it requires a TCP bridge script implemented in [wal…
25 In order to set up your for Android development, use either the
26 [official guide for Android development on ChromeOS](https://developer.android.com/topic/arc/index.…
31 1. Click Manage your Android preferences and enable ADB debugging like on a regular Android device:
40 …dr:22`. From this point on Android studio and adb on your workstation should treat the Chromebook …
/external/rust/crates/arbitrary/patches/
DAndroid.bp.patch1 diff --git a/Android.bp b/Android.bp
3 --- a/Android.bp
4 +++ b/Android.bp
6 … cargo2android.py --run --dependencies --device --features derive --patch patches/Android.bp.patch.
/external/grpc-grpc-java/examples/android/
DREADME.md1 gRPC Hello World Example (Android Java)
8 - [Android Tutorial](https://developer.android.com/training/basics/firstapp/index.html) if you're n…
10 - [gRPC Java Android Quick Start Guide](https://grpc.io/docs/quickstart/android.html)
12 - We only have Android gRPC client in this example. Please follow examples in other languages to bu…
32 how to use gRPC in Android programs.

12345678910>>...147