Home
last modified time | relevance | path

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

12345678910>>...122

/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 …]
DtcuAndroidJNI.cpp51 static tcu::Android::ExecService* getExecService (JNIEnv* env, jobject obj) in getExecService()
54 return (tcu::Android::ExecService*)(deIntptr)env->GetLongField(obj, field); in getExecService()
57 static void setExecService (JNIEnv* env, jobject obj, tcu::Android::ExecService* service) in setExecService()
72 tcu::Android::ExecService* service = DE_NULL; in Java_com_drawelements_deqp_execserver_ExecService_startServer()
82 service = new tcu::Android::ExecService(vm, obj, port); in Java_com_drawelements_deqp_execserver_ExecService_startServer()
99 tcu::Android::ExecService* service = getExecService(env, obj); in Java_com_drawelements_deqp_execserver_ExecService_stopServer()
/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 std::string path = tcu::Android::getIntentStringExtra(activity, "logdir"); in getLogPath()
54 if (tcu::Android::getIntentStringExtra(activity, "verbose") == "true") in getFlags()
56 else if (tcu::Android::getIntentStringExtra(activity, "summary") == "true") in getFlags()
61 TestThread::TestThread(NativeActivity& activity, tcu::Android::AssetArchive& archive, const std::st… in TestThread()
110 , m_cmdLine(tcu::Android::getIntentStringExtra(activity, "cmdLine")) in TestActivity()
115 tcu::Android::setRequestedOrientation(getNativeActivity(), 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/mesa3d/src/mesa/
DAndroid.mk23 include $(LOCAL_PATH)/Android.mesa_gen_matypes.mk
24 include $(LOCAL_PATH)/Android.libmesa_glsl_utils.mk
25 include $(LOCAL_PATH)/Android.libmesa_dricore.mk
26 include $(LOCAL_PATH)/Android.libmesa_st_mesa.mk
27 include $(LOCAL_PATH)/Android.libmesa_sse41.mk
28 include $(LOCAL_PATH)/Android.libmesa_git_sha1.mk
30 include $(LOCAL_PATH)/program/Android.mk
/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.
153 config options that are not required by Android.
[all …]
/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 `26.0.1` 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/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/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/tensorflow/tensorflow/lite/examples/android/app/
DREADME.md1 # TF Lite Android App Example
3 A simple Android example that demonstrates image classification and object
6 ## Building in Android Studio with TensorFlow Lite AAR from JCenter.
19 …1. [Install Bazel and Android Prerequisites](https://github.com/tensorflow/tensorflow/tree/master/…
20 It's easiest with Android Studio.
25 - Bazel requires Android Build Tools `26.0.1` or higher.
26 - You also need to install the Android Support Repository, available
27 through Android Studio under `Android SDK Manager -> SDK Tools ->
28 Android Support Repository`.
39 - By default, Android Studio will install the SDK to `~/Android/Sdk` and
[all …]
/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/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.genxml.mk
32 include $(LOCAL_PATH)/Android.isl.mk
33 include $(LOCAL_PATH)/Android.vulkan.mk
/external/perfetto/docs/
Dbuild-instructions.md6 Perfetto can be built both from the Android tree (AOSP) and standalone.
18 **Android tree**:
30 **Android tree**:
43 target_os = "android" # Only when building for Android
44 target_cpu = "arm" / "arm64" / "x64" # Only when building for Android
60 **Android tree**:
66 Executables and shared libraries are stripped by default by the Android build
72 The Android build file ([Android.bp](../Android.bp)) is autogenerated from the GN files
75 A presubmit check checks that the Android.bp is consistent with GN files when
78 Android.bp file. If you are adding a new target, add a new entry to the
[all …]
Dtesting.md13 integration (Linux/Android only).
32 Running tests on Android
54 **Android CI** (see go/apct and go/apct-guide):
57 **Android presubmits (TreeHugger)**:
61 **Android CTS** (Android test suite used run to ensure API compatibility): Rolling runs internall…
64 part of the Android tree.
81 **1. Production mode** (Android-only)
85 services. This is the way our Android CTS and APCT tests work.
92 Android CTS tests
94 CTS tests ensure that any vendors who modify Android remain compliant with the
[all …]
/external/deqp/modules/egl/
DteglAndroidUtil.cpp61 using tcu::Android::internal::LibUI;
62 using tcu::Android::internal::GraphicBuffer;
63 using tcu::Android::internal::PixelFormat;
64 using tcu::Android::internal::status_t;
70 case GL_RGB565: return tcu::Android::internal::PIXEL_FORMAT_RGB_565; in getPixelFormat()
71 case GL_RGB8: return tcu::Android::internal::PIXEL_FORMAT_RGB_888; in getPixelFormat()
72 case GL_RGBA4: return tcu::Android::internal::PIXEL_FORMAT_RGBA_4444; in getPixelFormat()
73 case GL_RGB5_A1: return tcu::Android::internal::PIXEL_FORMAT_RGBA_5551; in getPixelFormat()
74 case GL_RGBA8: return tcu::Android::internal::PIXEL_FORMAT_RGBA_8888; in getPixelFormat()
135 if (status != tcu::Android::internal::OK) in checkStatus()
/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/cldr/tools/java/org/unicode/cldr/tool/
DdataModifiers.txt10 # Android patch (b/36123938) begin.
12 # Android patch (b/36123938) end.
14 # Android patch (b/36123938) begin.
16 # Android patch (b/36123938) end.
18 # Android patch (b/8264703) begin.
20 # Android patch (b/8264703) end.
21 # Android patch (b/21295835) begin.
23 # Android patch (b/21295835) end.
/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/tensorflow/tensorflow/lite/g3doc/guide/
Dandroid.md1 # Android quickstart
3 An example Android application using TensorFLow Lite is available
7 To run the demo, a device running Android 5.0 ( API 21) or higher is required.
16 * Use Android Studio to build the application.
34 ## Build in Android Studio with TensorFlow Lite AAR from JCenter
36 Use Android Studio to try out changes in the project code and compile the demo
40 [Android Studio](https://developer.android.com/studio/index.html).
41 * Make sure the Android SDK version is greater than 26 and NDK version is greater
42 than 14 (in the Android Studio settings).
44 Android Studio project.
[all …]
/external/tensorflow/tensorflow/contrib/android/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/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/icu/
DREADME.android1 This repo contains Android's copy of ICU4C and ICU4J and associated tools and code.
6 icu4c/ - ICU4C with Google and Android-specific patches applied.
8 icu4j/ - ICU4J with Google and Android-specific patches applied.
10 the repackaged version used in Android and CTS tests.
13 android_icu4j/ - This is the copy of ICU4J used in the Android platform.
18 android_utils/ - ICU4C runtime initialization / Android integration code.
/external/grpc-grpc/src/android/test/interop/
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/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.
/external/honggfuzz/docs/
DAndroid.md1 # Android Platform #
3 Honggfuzz (as of version 0.6) supports Android OS (NDK cross-compilation) using
11 * [Android NDK](https://developer.android.com/ndk/index.html): User has to
20 | **Android NDK** | r16 with Android API 24 (Nougat 7.0) |
52 Android CPUs.
110 ## Android specific flags ##
114 | **ANDROID_DEBUG_ENABLED** | true, false (default: false) | Enable Android debug builds |
117 | **ANDROID_API** | android-21, android-22, ... (default: android-26) `2` | Target Android API |
118 | **ANDROID_CLANG** | true, false (default: true) | Android NDK compiler toolchain to use |

12345678910>>...122