/external/webrtc/ |
D | Android.mk | 111 include $(webrtc_path)/webrtc/base/Android.mk 112 include $(webrtc_path)/webrtc/common_audio/Android.mk 113 include $(webrtc_path)/webrtc/common_audio/resampler/Android.mk 114 include $(webrtc_path)/webrtc/common_audio/signal_processing/Android.mk 115 include $(webrtc_path)/webrtc/common_audio/vad/Android.mk 116 include $(webrtc_path)/webrtc/modules/audio_coding/codecs/isac/fix/source/Android.mk 117 include $(webrtc_path)/webrtc/modules/audio_coding/codecs/isac/main/source/Android.mk 118 include $(webrtc_path)/webrtc/modules/audio_processing/Android.mk 119 include $(webrtc_path)/webrtc/modules/audio_processing/aec/Android.mk 120 include $(webrtc_path)/webrtc/modules/audio_processing/aecm/Android.mk [all …]
|
/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/v8/ |
D | Android.mk | 30 include $(base_path)/Android.base.mk 31 include $(base_path)/Android.libv8.mk 32 include $(base_path)/Android.platform.mk 33 include $(base_path)/Android.sampler.mk 34 include $(base_path)/Android.v8.mk 35 include $(base_path)/Android.v8gen.mk 36 include $(base_path)/Android.mkpeephole.mk 38 include $(base_path)/Android.d8.mk
|
/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/mesa3d/src/mesa/ |
D | Android.mk | 23 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 29 include $(LOCAL_PATH)/program/Android.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/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/valgrind/ |
D | Android.build_all.mk | 18 include $(LOCAL_PATH)/Android.build_one.mk 23 include $(LOCAL_PATH)/Android.build_one.mk 28 include $(LOCAL_PATH)/Android.build_host.mk 32 include $(LOCAL_PATH)/Android.build_host.mk 35 include $(LOCAL_PATH)/Android.clean.mk
|
/external/icu/ |
D | README.android | 1 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. 14 This is the copy of ICU4J used in the Android platform. 18 android_utils/ - ICU4C runtime initialization / Android integration code.
|
/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/skia/site/dev/sheriffing/ |
D | android.md | 1 Android RoboCop Documentation 6 * [What does a Android RoboCop do?](#what_is_a_robocop) 7 * [Android Autorollers](#autoroller_doc) 13 What does a Android RoboCop do? 18 …project.gserviceaccount.com+status:open) from Skia's repository into the Android source tree. See … 20 …Android-related bugs in both the [Skia](https://bugs.chromium.org/p/skia/issues/list?can=2&q=OpSys… 26 Android Autorollers 29 The Android autoroller into the master branch runs on [https://android-master-roll.skia.org](androi…
|
/external/okhttp/ |
D | README.android | 3 Description: "OkHttp: An HTTP+SPDY client for Android and Java applications." 11 - com.squareup.okhttp.Http(s)Handler - integration with Android's corelibs. 16 for Android. 19 - Commenting of code that references APIs not present on Android. 20 - @Ignore or comment out tests for functionality not supported on Android. 21 - Work around JUnit 4.11 not being available on Android by adding a
|
/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.genxml.mk 31 include $(LOCAL_PATH)/Android.isl.mk
|
/external/sqlite/dist/ |
D | README-Android | 1 SQLite on Android 3 The Android port of SQLite contains a few customizations. 4 They are immortalized in Android.patch to ease future upgrades. 8 diff -r -u -d orig . | grep -v "Only in" > Android.patch
|
/external/libvncserver/examples/android/ |
D | README | 2 This example VNC server for Android is adopted from 6 To build, you'll need the Android Native Development Kit from 31 LibVNCServer distribution for Android, including androidvncserver. 42 1. Edit rfb/rfbconfig.h to match your Android target. For instance, comment out 43 LIBVNCSERVER_HAVE_LIBJPEG if you don't have libjpeg for Android. 45 2. Edit the HAVE_X variables in jni/Android.mk accordingly.
|
/external/toolchain-utils/binary_search_tool/android/ |
D | README.android | 16 bad objects in an Android build. 26 - Get the serial number for the Android device you will use for testing. 65 if the Android image built from the objects is good 72 get_initial_items.sh - This script is used to determine all Android objects 76 Android device. If the flash fails, this script will 81 if the Android image built from the objects 88 environment appropriately for running the Android 106 - There are two different Android builds, for the same board/lunch combo with 108 Android image and the other does not. 129 3. Install your "good" toolchain in Android, this will most likely be [all …]
|
/external/bison/ |
D | README.android | 4 To build it with the Android build system, we added 2 subdirectories darwin-lib 5 and linux-lib, as well as an Android.mk. 6 We used the following steps to generate the Android.mk: 10 Android.mk. 14 4) Define libbison and bison in the Android.mk.
|
/external/libedit/ |
D | README.android | 4 * - Changes due to Android's build system. 5 * - Changes due to Android's toolchain. 11 * We add Android's *.mk files that are specific to Android's build system.
|
/external/deqp/targets/android/ |
D | android.cmake | 5 # Copyright 2016 The Android Open Source Project 21 # Android 22 message("*** Using Android") 23 set(DEQP_TARGET_NAME "Android") 48 # Android uses customized execserver
|
/external/libpng/ |
D | README.android | 1 Any Android specific modifications to upstream libpng (1.6.25) should 4 (1) Android has added the following files. 6 Android.mk 13 Android has undefined PNG_WARNINGS_SUPPORTED.
|
/external/droiddriver/ |
D | contributing.md | 13 #### Import into Android Studio 16 - Launch Android Studio and select `Open an existing Android Studio project` 18 - Android Studio will now import the project successfully
|
/external/sl4a/ |
D | README.md | 1 Scripting Layer For Android 5 Originally authored by Damon Kohler, Scripting Layer for Android, SL4A, is an automation toolset 6 for calling Android APIs in a platform-independent manner. It supports both remote automation via 12 For the initial build of Android: 27 ### Adding SL4A Builds to Android Builds by Default 43 a) SL4A may be launched from Android as a normal App; or
|
/external/webp/ |
D | README.android | 6 - Rewrite Android.mk to remove duplicate definitions and set module name 12 These files are not required to build via Android.mk 13 - Undefine WEBP_ANDROID_NEON on Android targets and use __ARM_NEON__ 16 The Android.mk file creates WebP decoder and encoder static libraries which
|
/external/linux-kselftest/android/patches/ |
D | 0002-Compile-breakpoints-and-x86-tests.patch | 8 android/Android.kselftest.mk | 121 ++++++++++++++++++++++++++++++ 9 android/Android.test.mk | 2 +- 13 diff --git a/android/Android.kselftest.mk b/android/Android.kselftest.mk 15 --- a/android/Android.kselftest.mk 16 +++ b/android/Android.kselftest.mk 152 diff --git a/android/Android.test.mk b/android/Android.test.mk 154 --- a/android/Android.test.mk 155 +++ b/android/Android.test.mk
|