/external/webrtc/ |
D | Android.mk | 109 include $(webrtc_path)/webrtc/base/Android.mk 110 include $(webrtc_path)/webrtc/common_audio/Android.mk 111 include $(webrtc_path)/webrtc/common_audio/resampler/Android.mk 112 include $(webrtc_path)/webrtc/common_audio/signal_processing/Android.mk 113 include $(webrtc_path)/webrtc/common_audio/vad/Android.mk 114 include $(webrtc_path)/webrtc/modules/audio_coding/codecs/isac/fix/source/Android.mk 115 include $(webrtc_path)/webrtc/modules/audio_coding/codecs/isac/main/source/Android.mk 116 include $(webrtc_path)/webrtc/modules/audio_processing/Android.mk 117 include $(webrtc_path)/webrtc/modules/audio_processing/aec/Android.mk 118 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/opencv3/doc/tutorials/introduction/android_binary_package/ |
D | android_dev_intro.markdown | 1 Introduction into Android Development {#tutorial_android_dev_intro} 4 This guide was designed to help you in learning Android development basics and setting up your 6 (Ubuntu), Mac OS X and any other OS supported by Android SDK. 15 Android is a Linux-based, open source mobile operating system developed by Open Handset Alliance led 16 by Google. See the [Android home site](http://www.android.com/about/) for general details. 18 Development for Android significantly differs from development for other platforms. So before 19 starting programming for Android we recommend you make sure that you are familiar with the following 23 the primary development technology for Android OS. Also, you can find [Oracle docs on 28 -# [Android 30 lifecycle, that is an essential Android API class. [all …]
|
D | O4A_SDK.markdown | 12 - Android SDK and NDK 22 Tegra Android Development Pack users 25 You may have used [Tegra Android Development 27 for Android development environment setup. 29 Beside Android development tools the TADP 2.0 includes OpenCV4Android SDK, so it can be already 37 OpenCV4Android SDK package enables development of Android applications with use of OpenCV library. 62 - `sdk` folder contains OpenCV API and libraries for Android: 63 - `sdk/java` folder contains an Android library Eclipse project providing OpenCV Java API that can 65 - `sdk/native` folder contains OpenCV C++ headers (for JNI code) and native Android libraries 68 - `apk` folder contains Android packages that should be installed on the target Android device to [all …]
|
/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/junit/ |
D | Android.mk | 29 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk 45 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk 57 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk 72 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk 87 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk 101 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk 114 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk 130 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk 142 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk 157 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
|
/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/skia/site/user/quick/ |
D | android.md | 1 Android chapter 7 _Currently we only support building Skia for Android on a Linux or Mac host! In addition, 13 * The Android SDK: http://developer.android.com/sdk/ 20 Inside your Skia checkout, `platform_tools/android` contains the Android setup 21 scripts, Android specific dependencies, and the Android Sample App. 27 Setup the Android SDK 30 To finish setting up the Android SDK you need to download use the SDK to 40 is all. You will then have downloaded the SDK for API level 19 (Android 4.4 42 many other Android add-ons or APIs as you want, but you only are required to 45 Setup Environment for Android [all …]
|
/external/libselinux/ |
D | README.android | 1 This directory contains a small port of libselinux for Android. 16 unused in Android, 18 * The python bindings are omitted since they are unused in Android, 21 there is no need for MLS label translation in Android and the support 25 /etc/selinux since /etc is not available in Android until /system 28 * The kernel policy file (sepolicy in Android, policy.N in Linux) does 29 not include a version suffix since Android does not need to support 47 number of entries (> 5000). As Android has far fewer entries (~400), 55 * Support for new Android-specific SELinux configuration files, such 59 New files added for Android:
|
/external/boringssl/ |
D | Android.mk | 14 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/crypto-sources.mk 28 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/crypto-sources.mk 43 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/sources.mk 56 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/crypto-sources.mk 77 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/crypto-sources.mk 96 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/ssl-sources.mk 107 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/ssl-sources.mk 119 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/ssl-sources.mk 138 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/sources.mk 154 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/ssl-sources.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 upgraded. 8 diff -r -u -d orig . | grep -v "Only in" > Android.patch
|
/external/conscrypt/ |
D | Android.mk | 85 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk 99 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk 116 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk 144 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk 157 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk 190 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk 212 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk 234 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk 247 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk 261 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk [all …]
|
/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/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/libpng/ |
D | README.android | 1 Any Android specific modifications to upstream libpng (1.6.22beta) should 4 (1) Android has added the following files. 6 Android.mk 13 Android has undefined PNG_WARNINGS_SUPPORTED.
|
/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/gmock/ |
D | README.android | 4 Added Android.mk, src/Android.mk and test/Android.mk files. 8 Removed non Android build files:
|
/external/gtest/ |
D | README.android | 9 Added Android.mk, src/Android.mk and test/Android.mk files. 11 Removed non Android build files:
|
/external/deqp/targets/android/ |
D | android.cmake | 1 # Android 2 message("*** Using Android") 3 set(DEQP_TARGET_NAME "Android") 33 # Android uses customized execserver
|
/external/droiddriver/ |
D | contributing.md | 11 Gradle 2.2.1 or better is required to be installed on the system. In Android Studio, you'll need to… 17 #### Import into Android Studio 20 - Launch Android Studio and select `Open an existing Android Studio project` 23 - Android Studio will now import the project successfully
|
/external/skia/platform_tools/android/gyp/ |
D | dependencies.gypi | 6 # This GYP file stores the dependencies necessary to build Skia on the Android 68 # will run on Android. Since Android requires us to load native code in 73 # Android. This is nicer because the switch is in one place. 94 # Android. Since Android requires us to load native code in shared 99 # Android. This is nicer because the switch is in one place. 123 # Android. Since Android requires us to load native code in shared 128 # Android. This is nicer because the switch is in one place. 157 # Android. Since Android requires us to load native code in shared 162 # Android. This is nicer because the switch is in one place.
|
/external/opencv/ |
D | README.rdoc | 1 = OpenCV-Android 3 Dedicated to providing an optimized port of OpenCV for the Google Android OS. 7 In order to use OpenCV-Android, you will need to download and install both the Android SDK and NDK … 10 * An Android Phone Dev Phone (Might work with other phones, has not been tested) 18 Building is quite simple. I'm going to assume that you are familiar with Android if you are readin… 20 * Create a symbolic link from the directory where you pulled the OpenCV-Android repository to your … 21 ln -s ~/Source/OpenCV-Android opencv 37 …T]/tests/QTWebcamBroadcaster first. Also, if you use Eclipse to develop Android, there are alread… 55 … reason is because when the client is running on the Android emulator, both of these map to Androi… 62 * Start the VideoEmulator - this runs the Android application that allows you to try out the variou… [all …]
|