Searched refs:library (Results 1 - 25 of 68) sorted by relevance

123

/frameworks/data-binding/extensions/library/src/doc/java/com/android/databinding/library/
H A DR.java16 package com.android.databinding.library;
/frameworks/av/media/libeffects/data/
H A Daudio_effects.conf1 # List of effect libraries to load. Each library element must contain a "path" element
2 # giving the full path of the library .so file.
9 # This is a proxy library that will be an abstraction for
16 # This is the SW implementation library of the effect
21 # This is the HW implementation library for the effect
43 # Default pre-processing library. Add to audio_effect.conf "libraries" section if
50 # list of effects to load. Each effect element must contain a "library" and a "uuid" element.
51 # The value of the "library" element must correspond to the name of one library element in the
59 # library <li
[all...]
/frameworks/av/media/libeffects/factory/
H A DAndroid.mk3 # Effect factory library
/frameworks/av/media/libeffects/downmix/
H A DAndroid.mk3 # Multichannel downmix effect library
/frameworks/av/media/libeffects/loudness/
H A DAndroid.mk3 # LoudnessEnhancer library
/frameworks/av/media/libeffects/visualizer/
H A DAndroid.mk3 # Visualizer library
/frameworks/base/core/tests/coretests/apks/
H A DFrameworkCoreTests_apk.mk10 # Every package should have a native library
/frameworks/base/cmds/uiautomator/instrumentation/
H A DAndroid.mk23 $(call all-java-files-under, ../library/core-src)
/frameworks/minikin/sample/
H A Dexample.cpp34 FT_Library library; // TODO: this should not be a global
55 error = FT_New_Face(library, fn, 0, &face);
67 error = FT_New_Face(library, fn, 0, &face);
77 FT_Error error = FT_Init_FreeType(&library);
/frameworks/support/v7/cardview/
H A DAndroid.mk18 # We do this here because the final static library must be compiled with an older
19 # SDK version than the resources. The resources library and the R class that it
20 # contains will not be linked into the final static library.
33 # A helper sub-library to resolve cyclic dependencies between CardView and platform dependent
45 # A helper sub-library that makes direct use of Eclair MR1 APIs
58 # A helper sub-library that makes direct use of JB MR1 APIs
71 # A helper sub-library that makes direct use of L APIs
84 # Here is the final static library that apps can link against.
85 # Applications that use this library must specify
/frameworks/support/v4/
H A DAndroid.mk17 # A helper sub-library that makes direct use of Donut APIs.
31 # A helper sub-library that makes direct use of Eclair APIs.
44 # A helper sub-library that makes direct use of Eclair MR1 APIs.
57 # A helper sub-library that makes direct use of Froyo APIs.
70 # A helper sub-library that makes direct use of Gingerbread APIs.
83 # A helper sub-library that makes direct use of Honeycomb APIs.
96 # A helper sub-library that makes direct use of Honeycomb MR1 APIs.
109 # A helper sub-library that makes direct use of Honeycomb MR2 APIs.
122 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
135 # A helper sub-library tha
[all...]
/frameworks/support/design/
H A DAndroid.mk23 # We do this here because the final static library must be compiled with an older
24 # SDK version than the resources. The resources library and the R class that it
25 # contains will not be linked into the final static library.
40 # A helper sub-library to resolve cyclic dependencies between src and the platform dependent
56 # A helper sub-library that makes direct use of Eclair MR1 APIs
72 # A helper sub-library that makes direct use of Honeycomb APIs
88 # A helper sub-library that makes direct use of Honeycomb MR1 APIs
104 # A helper sub-library that makes direct use of ICS APIs
120 # A helper sub-library that makes direct use of Lollipop APIs
136 # Here is the final static library tha
[all...]
/frameworks/support/v17/leanback/
H A DAndroid.mk18 # We do this here because the final static library must be compiled with an older
19 # SDK version than the resources. The resources library and the R class that it
20 # contains will not be linked into the final static library.
35 # Base sub-library contains classes both needed by api-level specific libraries
36 # (e.g. KitKat) and final static library.
48 # A helper sub-library that makes direct use of API 23.
61 # A helper sub-library that makes direct use of API 21.
74 # A helper sub-library that makes direct use of KitKat APIs.
87 # A helper sub-library that makes direct use of JBMR2 APIs.
100 # Here is the final static library tha
[all...]
/frameworks/base/core/tests/systemproperties/
H A DAndroid.mk11 LOCAL_DX_FLAGS := --core-library
/frameworks/support/v13/
H A DAndroid.mk18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
20 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
28 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
37 # A helper sub-library that makes direct use of MNC APIs.
46 # A helper sub-library that makes direct use of NYC APIs.
/frameworks/native/opengl/libs/
H A DAndroid.mk4 # Build META EGL library
71 # Build the wrapper OpenGL ES 1.x library
99 # Build the wrapper OpenGL ES 2.x library
127 # Build the wrapper OpenGL ES 3.x library (this is just different name for v2)
154 # Build the ETC1 host static library
169 # Build the ETC1 device library
/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.cpp107 ALOGV("opening layer library '%s'", path_.c_str());
108 // Libraries in the system layer library dir can't be loaded into
125 ALOGE("failed to load layer library '%s': %s", path_.c_str(),
137 ALOGV("closing layer library '%s'", path_.c_str());
152 ALOGE("layer library '%s' missing some instance enumeration functions",
172 "vkEnumerateInstanceLayerProperties failed for library '%s': "
183 "vkEnumerateDeviceLayerProperties failed for library '%s': %d",
194 ALOGE("vkEnumerateInstanceLayerProperties failed for library '%s': %d",
203 "vkEnumerateDeviceLayerProperties failed for library '%s': %d",
226 "library '
419 const LayerLibrary& library = g_layer_libraries[layer.library_idx]; local
482 LayerLibrary& library = g_layer_libraries[layer.library_idx]; local
490 LayerLibrary& library = g_layer_libraries[layer_->library_idx]; local
[all...]
/frameworks/support/v17/preference-leanback/
H A DAndroid.mk26 # We do this here because the final static library must be compiled with an older
27 # SDK version than the resources. The resources library and the R class that it
28 # contains will not be linked into the final static library.
44 # A helper sub-library that makes direct use of API 21.
57 # Here is the final static library that apps can link against.
58 # Applications that use this library must specify
/frameworks/av/services/mediacodec/
H A DAndroid.mk3 # service library
/frameworks/av/services/mediaextractor/
H A DAndroid.mk3 # service library
/frameworks/support/customtabs/
H A DAndroid.mk17 # Here is the final static library that apps can link against.
18 # The R class is automatically excluded from the generated library.
19 # Applications that use this library must specify LOCAL_RESOURCE_DIR
/frameworks/support/v7/mediarouter/
H A DAndroid.mk18 # We do this here because the final static library must be compiled with an older
33 # A helper sub-library that makes direct use of JellyBean APIs.
43 # A helper sub-library that makes direct use of JellyBean MR1 APIs.
54 # A helper sub-library that makes direct use of JellyBean MR2 APIs.
65 # A helper sub-library that makes direct use of V24 APIs.
76 # Here is the final static library that apps can link against.
77 # Applications that use this library must specify
/frameworks/native/opengl/libagl/
H A DAndroid.mk4 # Build the software OpenGL ES library
/frameworks/opt/photoviewer/
H A DAndroid.mk19 # This is to allow the library to be loaded dynamically in a context where
20 # the required libraries already exist. You should only use this library
41 # Dynamic version of non-appcompat library
42 # You should only use this library if you're certain that you need it; see
/frameworks/base/cmds/app_process/
H A DAndroid.mk4 # bad apps. This prevents a library from having a mismatch when resolving
5 # new/delete from an app shared library.

Completed in 1853 milliseconds

123