/external/deqp/framework/platform/android/ |
D | tcuAndroidNativeActivity.cpp | 31 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 …]
|
D | tcuAndroidJNI.cpp | 51 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/ |
D | glcAndroidTestActivity.cpp | 36 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 …]
|
D | glcAndroidTestActivity.hpp | 38 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/intel/ |
D | Android.mk | 28 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/ |
D | Resource.designer.cs | 12 [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/ |
D | README.android | 1 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/ |
D | README.md | 1 # 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/ |
D | README.md | 4 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/mesa3d/src/freedreno/ |
D | Android.mk | 28 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/ |
D | README.ANDROID | 1 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/tensorflow/tensorflow/lite/g3doc/guide/ |
D | android.md | 1 # 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](https://github.com/tensorflow/tensorflow/blob/master/tens… 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/scripts/ |
D | roll_aosp.sh | 61 gn gen out/Android --args="${gn_args[*]}" 62 gn desc out/Android --format=json "*" > out/Android/desc.json 63 python scripts/generate_android_bp.py out/Android/desc.json > Android.bp 65 git add Android.bp
|
/external/grpc-grpc/examples/android/helloworld/ |
D | README.md | 1 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/deqp/modules/egl/ |
D | teglAndroidUtil.cpp | 61 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/ |
D | build_config.patch | 9 +// - __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/ |
D | dataModifiers.txt | 10 # 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/mesa3d/src/panfrost/ |
D | Android.mk | 28 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/mesa3d/docs/ |
D | android.rst | 1 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/ |
D | README.md | 1 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/grpc-grpc-java/examples/android/ |
D | README.md | 1 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/grpc-grpc/src/android/test/interop/ |
D | README.md | 1 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/walt/docs/ |
D | Development.md | 1 ## 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/perfetto/docs/contributing/ |
D | build-instructions.md | 6 Perfetto can be built both from the Android tree (AOSP) and standalone. 18 **Android tree**: 29 **Android tree**: 42 target_os = "android" # Only when building for Android 43 target_cpu = "arm" / "arm64" / "x64" # Only when building for Android 54 **Android tree**: 60 Executables and shared libraries are stripped by default by the Android build 94 The Android build file ([Android.bp](/Android.bp)) is autogenerated from the GN files 97 A presubmit check checks that the Android.bp is consistent with GN files when 100 Android.bp file. If you are adding a new target, add a new entry to the [all …]
|
/external/icu/ |
D | README.android | 1 This repo contains Android's copy of ICU4C and ICU4J and associated tools and code. 9 icu4j/ - ICU4J with Google and Android-specific patches applied. 11 the repackaged version used in Android and CTS tests. 14 android_icu4j/ - This is the copy of ICU4J used in the Android platform. 22 icu4c/ - ICU4C with Google and Android-specific patches applied. 24 android_icu4c/ - Configuration code used when building ICU4C on Android.
|