Home
last modified time | relevance | path

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

12345678910>>...20

/external/webrtc/
DAndroid.mk104 include $(webrtc_path)/src/common_audio/resampler/Android.mk
105 include $(webrtc_path)/src/common_audio/signal_processing/Android.mk
106 include $(webrtc_path)/src/common_audio/vad/Android.mk
107 include $(webrtc_path)/src/modules/audio_coding/codecs/isac/fix/Android.mk
108 include $(webrtc_path)/src/modules/audio_coding/codecs/isac/main/source/Android.mk
109 include $(webrtc_path)/src/modules/audio_processing/aec/Android.mk
110 include $(webrtc_path)/src/modules/audio_processing/aecm/Android.mk
111 include $(webrtc_path)/src/modules/audio_processing/agc/Android.mk
112 include $(webrtc_path)/src/modules/audio_processing/Android.mk
113 include $(webrtc_path)/src/modules/audio_processing/ns/Android.mk
[all …]
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch4 Subject: [PATCH 4/5] Add Android makefiles for LLVM.
8 Android.mk | 90 +++++++++++++
11 lib/Analysis/Android.mk | 80 +++++++++++
12 lib/Analysis/IPA/Android.mk | 40 ++++++
13 lib/AsmParser/Android.mk | 34 +++++
14 lib/Bitcode/Reader/Android.mk | 36 +++++
15 lib/Bitcode/Writer/Android.mk | 37 +++++
16 lib/CodeGen/Android.mk | 143 ++++++++++++++++++++
17 lib/CodeGen/AsmPrinter/Android.mk | 62 +++++++++
18 lib/CodeGen/SelectionDAG/Android.mk | 56 ++++++++
[all …]
/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_onCreateNative()
82 service = new tcu::Android::ExecService(vm, obj); in Java_com_drawelements_deqp_execserver_ExecService_onCreateNative()
99 tcu::Android::ExecService* service = getExecService(env, obj); in Java_com_drawelements_deqp_execserver_ExecService_onDestroyNative()
/external/clang/patches/
D0004-Add-Android-build-system.patch4 Subject: [PATCH 4/4] Add Android build system.
8 Android.mk | 34 +++++
15 lib/ARCMigrate/Android.mk | 51 +++++++
16 lib/AST/Android.mk | 94 +++++++++++++
17 lib/Analysis/Android.mk | 51 +++++++
18 lib/Basic/Android.mk | 57 ++++++++
19 lib/CodeGen/Android.mk | 75 +++++++++++
20 lib/Driver/Android.mk | 44 ++++++
21 lib/Edit/Android.mk | 32 +++++
22 lib/Format/Android.mk | 43 ++++++
[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/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()
117 if (status != tcu::Android::internal::OK) in checkStatus()
/external/valgrind/
DAndroid.build_all.mk18 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/junit/
DAndroid.mk29 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
44 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
56 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
71 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
86 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
100 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
113 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
129 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
141 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
/external/linux-tools-perf/src/tools/perf/Documentation/
Dandroid.txt1 How to compile perf for Android
4 I. Set the Android NDK environment
7 (a). Use the Android NDK
9 1. You need to download and install the Android Native Development Kit (NDK).
21 This method is not working for Android NDK versions up to Revision 8b.
25 (b). Use the Android source tree
27 1. Download the master branch of the Android source tree.
48 II. Compile perf for Android
58 You need to connect to your Android device/emulator using adb.
62 If you also want to use perf-archive you need busybox tools for Android.
/external/libselinux/
DREADME.android1 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/
DAndroid.mk14 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/crypto-sources.mk
32 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/crypto-sources.mk
51 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/sources.mk
63 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/crypto-sources.mk
78 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/crypto-sources.mk
95 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/ssl-sources.mk
106 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/ssl-sources.mk
118 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/ssl-sources.mk
129 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/ssl-sources.mk
/external/android-mock/src/com/google/android/testing/mocking/
DGeneratedMockJar.readme1 Android Mock
8 Android Mock is a wrapper for EasyMock (2.4) which allows for real Class mocking on
9 an Android (Dalvik) VM.
11 All methods on Android Mock are syntactically equivalent to EasyMock method
16 is in fact an Interface. Calls to Android Mock will work correctly for both
19 Android Mock requires that the code being mocked be instrumented prior to
/external/gtest/src/
DAndroid.mk46 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
64 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
85 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
102 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
121 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
137 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
/external/skia/site/user/quick/
Dandroid.md1 Android chapter
7 _Currently we only support building Skia for Android on a Linux or Mac host!_
12 * The Android SDK: http://developer.android.com/sdk/
26 Inside your Skia checkout, `platform_tools/android` contains the Android setup
27 scripts, Android specific dependencies, and the Android Sample App.
29 Setup the Android SDK
32 To finish setting up the Android SDK you need to download use the SDK to
42 is all. You will then have downloaded the SDK for API level 19 (Android 4.4
44 many other Android add-ons or APIs as you want, but you only are required to
47 Setup Environment for Android
[all …]
/external/sqlite/dist/
DREADME-Android1 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/
DAndroid.mk79 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
92 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
107 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
134 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
147 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
178 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
195 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
216 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
228 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
240 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
[all …]
/external/libvncserver/examples/android/
DREADME2 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/
DREADME.android4 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/
DREADME.android1 Any Android specific modifications to upstream libpng (1.6.20) should
4 (1) Android has added the following files.
6 Android.mk
13 Android has undefined PNG_WARNINGS_SUPPORTED.
/external/libedit/
DREADME.android4 * - 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/v8/
DAndroid.mk40 include $(BASE_PATH)/Android.mksnapshot.mk
53 include $(BASE_PATH)/Android.mksnapshot.mk
56 include $(BASE_PATH)/Android.libv8.mk
57 include $(BASE_PATH)/Android.d8.mk
/external/gtest/
DREADME.android9 Added Android.mk, src/Android.mk and test/Android.mk files.
11 Removed non Android build files:
/external/deqp/targets/android/
Dandroid.cmake1 # Android
2 message("*** Using Android")
3 set(DEQP_TARGET_NAME "Android")
33 # Android uses customized execserver
/external/droiddriver/
Dcontributing.md11 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

12345678910>>...20