HomeSort by relevance Sort by last modified time
    Searched full:library (Results 676 - 700 of 27889) sorted by null

<<21222324252627282930>>

  /hardware/qcom/media/msm8996/mm-core/src/8952/
registry_table.c 49 NULL, // Shared object library handle
62 NULL, // Shared object library handle
75 NULL, // Shared object library handle
88 NULL, // Shared object library handle
101 NULL, // Shared object library handle
114 NULL, // Shared object library handle
127 NULL, // Shared object library handle
140 NULL, // Shared object library handle
153 NULL, // Shared object library handle
166 NULL, // Shared object library handl
    [all...]
  /hardware/qcom/media/msm8996/mm-core/src/msm8994/
registry_table_android.c 52 NULL, // Shared object library handle
68 NULL, // Shared object library handle
84 NULL, // Shared object library handle
100 NULL, // Shared object library handle
116 NULL, // Shared object library handle
132 NULL, // Shared object library handle
148 NULL, // Shared object library handle
164 NULL, // Shared object library handle
180 NULL, // Shared object library handle
196 NULL, // Shared object library handl
    [all...]
  /hardware/qcom/media/msmcobalt/mm-core/src/8952/
registry_table.c 49 NULL, // Shared object library handle
62 NULL, // Shared object library handle
75 NULL, // Shared object library handle
88 NULL, // Shared object library handle
101 NULL, // Shared object library handle
114 NULL, // Shared object library handle
127 NULL, // Shared object library handle
140 NULL, // Shared object library handle
153 NULL, // Shared object library handle
166 NULL, // Shared object library handl
    [all...]
  /libnativehelper/
JniInvocation.cpp 59 const char* JniInvocation::GetLibrary(const char* library, char* buffer) {
68 // Do not allow arbitrary library. Ignore the library parameter. This
69 // will also ignore the default library, but initialize to fallback
71 library = kLibraryFallback;
75 // Accept the library parameter. For the case it is NULL, load the default
76 // library from the system property.
92 if (library == NULL) {
93 library = default_library;
96 return library;
    [all...]
  /external/freetype/src/base/
ftglyph.c 26 /* handy for many other simple uses of the library. */
65 FT_Library library = FT_GLYPH( glyph )->library; local
86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
98 FT_Library library = bitmap_source->library; local
106 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap );
114 FT_Library library = FT_GLYPH( glyph )->library; local
117 FT_Bitmap_Done( library, &glyph->bitmap )
163 FT_Library library = FT_GLYPH( glyph )->library; local
207 FT_Library library = FT_GLYPH( source )->library; local
362 FT_Library library; local
520 FT_Library library; local
    [all...]
ftlcdfil.c 36 FT_Library library )
38 FT_Byte* weights = library->lcd_weights;
179 FT_Library library )
192 FT_UNUSED( library );
289 FT_Library_SetLcdFilterWeights( FT_Library library,
292 if ( !library )
298 ft_memcpy( library->lcd_weights, weights, 5 );
299 library->lcd_filter_func = _ft_lcd_filter_fir;
300 library->lcd_extra = 2;
307 FT_Library_SetLcdFilter( FT_Library library,
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftglyph.c 26 /* handy for many other simple uses of the library. */
65 FT_Library library = FT_GLYPH( glyph )->library; local
86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
98 FT_Library library = bitmap_source->library; local
106 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap );
114 FT_Library library = FT_GLYPH( glyph )->library; local
117 FT_Bitmap_Done( library, &glyph->bitmap )
163 FT_Library library = FT_GLYPH( glyph )->library; local
207 FT_Library library = FT_GLYPH( source )->library; local
362 FT_Library library; local
520 FT_Library library; local
    [all...]
Jamfile 40 Library $(FT2_LIB) : $(_sources).c ;
70 Library $(FT2_LIB) : $(_sources).c ;
73 # Add Macintosh-specific file to the library when necessary.
77 Library $(FT2_LIB) : ftmac.c ;
83 Library $(FT2_LIB) : ftmac.c ;
  /external/pdfium/third_party/freetype/src/base/
ftglyph.c 26 /* handy for many other simple uses of the library. */
65 FT_Library library = FT_GLYPH( glyph )->library; local
86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
98 FT_Library library = bitmap_source->library; local
106 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap );
114 FT_Library library = FT_GLYPH( glyph )->library; local
117 FT_Bitmap_Done( library, &glyph->bitmap )
163 FT_Library library = FT_GLYPH( glyph )->library; local
207 FT_Library library = FT_GLYPH( source )->library; local
362 FT_Library library; local
520 FT_Library library; local
    [all...]
Jamfile 40 Library $(FT2_LIB) : $(_sources).c ;
70 Library $(FT2_LIB) : $(_sources).c ;
73 # Add Macintosh-specific file to the library when necessary.
77 Library $(FT2_LIB) : ftmac.c ;
83 Library $(FT2_LIB) : ftmac.c ;
  /hardware/qcom/media/msmcobalt/mm-core/src/msm8994/
registry_table_android.c 52 NULL, // Shared object library handle
68 NULL, // Shared object library handle
84 NULL, // Shared object library handle
100 NULL, // Shared object library handle
116 NULL, // Shared object library handle
132 NULL, // Shared object library handle
148 NULL, // Shared object library handle
164 NULL, // Shared object library handle
180 NULL, // Shared object library handle
196 NULL, // Shared object library handl
    [all...]
  /external/jsilver/src/org/clearsilver/jni/
JNI.java 23 * Loads the ClearSilver JNI library.
25 * <p>By default, it attempts to load the library 'clearsilver-jni' from the
26 * path specified in the 'java.library.path' system property. However, this
48 "Try specifying -Djava.library.path=[directory] or calling "
71 = System.getProperty("java.library.path", ".").split(
77 * Attempts to load the ClearSilver JNI library.
83 // Library already loaded? Great - nothing to do.
94 // Attempt to load the library in that path.
100 // Library not found. Continue loop.
104 // Still here? Couldn't load library. Fail
    [all...]
  /frameworks/data-binding/compilationTests/
compilationTests.iml 19 <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.12" level="project" />
20 <orderEntry type="library" scope="TEST" name="Gradle: org.apache.commons:commons-lang3:3.3.2" level="project" />
21 <orderEntry type="library" scope="TEST" name="Gradle: commons-io:commons-io:2.4" level="project" />
22 <orderEntry type="library" scope="TEST" name="Gradle: commons-codec:commons-codec:1.10" level="project" />
23 <orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
24 <orderEntry type="library" scope="TEST" name="Gradle: com.tunnelvisionlabs:antlr4:4.5" level="project" />
25 <orderEntry type="library" scope="TEST" name="Gradle: com.googlecode.juniversalchardet:juniversalchardet:1.0.3" level="project" />
26 <orderEntry type="library" scope="TEST" name="Gradle: com.tunnelvisionlabs:antlr4-runtime:4.5" level="project" />
27 <orderEntry type="library" scope="TEST" name="Gradle: com.tunnelvisionlabs:antlr4-annotations:4.5" level="project" />
28 <orderEntry type="library" scope="TEST" name="Gradle: org.antlr:antlr-runtime:3.5.2" level="project" /
    [all...]
  /development/samples/TicTacToeLib/
_index.html 1 <p>This application is an example of an Android library project, a type of
5 <p>The TicTacToeLib library project is designed to provide a game-play Activity,
12 <li>The library project includes an <a
16 href="src/com/example/android/tictactoe/library/GameActivity.html">GameActivity.java</a>
19 href="src/com/example/android/tictactoe/library/GameView.html">GameView.java</a>
28 library project and not a true Android application project. To run it, you need
29 to build the application that uses the library project &mdash; in this case, the
33 <p>To build an application that uses a library project, you also need to update
38 <p>For information about how to set up Android library projects, refer to
  /external/androidplot/Examples/DemoApp/
DemoApp.iml 27 <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.android:android:4.1.1.4" level="project" />
28 <orderEntry type="library" scope="PROVIDED" name="Maven: commons-logging:commons-logging:1.1.1" level="project" />
29 <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.httpcomponents:httpclient:4.0.1" level="project" />
30 <orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.httpcomponents:httpcore:4.0.1" level="project" />
31 <orderEntry type="library" scope="PROVIDED" name="Maven: commons-codec:commons-codec:1.3" level="project" />
32 <orderEntry type="library" scope="PROVIDED" name="Maven: org.khronos:opengl-api:gl1.1-android-2.1_r1" level="project" />
33 <orderEntry type="library" scope="PROVIDED" name="Maven: xerces:xmlParserAPIs:2.6.2" level="project" />
34 <orderEntry type="library" scope="PROVIDED" name="Maven: xpp3:xpp3:1.1.4c" level="project" />
35 <orderEntry type="library" scope="PROVIDED" name="Maven: org.json:json:20080701" level="project" />
  /external/skia/gyp/
iOSShell.gyp 51 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
52 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework',
53 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework',
54 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
55 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
56 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
57 '$(SDKROOT)/System/Library/Frameworks/OpenGLES.framework',
58 '$(SDKROOT)/System/Library/Frameworks/ImageIO.framework',
59 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework',
  /external/webrtc/webrtc/system_wrappers/source/
condition_variable_native_win.cc 17 static HMODULE library = NULL; member in namespace:webrtc
47 if (!library) {
49 library = LoadLibrary(TEXT("Kernel32.dll"));
52 if (library) {
53 // TODO(henrike): not thread safe as reading and writing to library is not
59 library, "InitializeConditionVariable");
61 library, "SleepConditionVariableCS");
63 library, "WakeConditionVariable");
65 library, "WakeAllConditionVariable");
  /hardware/qcom/media/msm8974/mm-core/src/8974/
qc_registry_table_android.c 49 NULL, // Shared object library handle
62 NULL, // Shared object library handle
75 NULL, // Shared object library handle
88 NULL, // Shared object library handle
101 NULL, // Shared object library handle
114 NULL, // Shared object library handle
127 NULL, // Shared object library handle
140 NULL, // Shared object library handle
153 NULL, // Shared object library handle
166 NULL, // Shared object library handl
    [all...]
  /development/sdk/
support_README.txt 8 Each library is called v<api>, indicating the minimum API level that they require.
19 v4/src/ is the source code for the compatibility library
20 v4/samples/ provides a sample app using the library.
28 v13/src/ is the source code for the compatibility library, not including the v4 source
29 v13/samples/ provides a sample app using the library.
  /external/deqp/framework/egl/
egluUtil.hpp 43 class Library;
57 Version getVersion (const eglw::Library& egl, eglw::EGLDisplay display);
59 std::vector<std::string> getClientExtensions (const eglw::Library& egl);
60 std::vector<std::string> getDisplayExtensions (const eglw::Library& egl, eglw::EGLDisplay display);
61 bool hasExtension (const eglw::Library& egl, eglw::EGLDisplay display, const std::string& extName);
63 std::vector<eglw::EGLConfig> getConfigs (const eglw::Library& egl, eglw::EGLDisplay display);
64 std::vector<eglw::EGLConfig> chooseConfigs (const eglw::Library& egl, eglw::EGLDisplay display, const AttribMap& attribs);
65 std::vector<eglw::EGLConfig> chooseConfigs (const eglw::Library& egl, eglw::EGLDisplay display, const FilterList& filters);
66 std::vector<eglw::EGLConfig> chooseConfigs (const eglw::Library& egl, eglw::EGLDisplay display, const eglw::EGLint* attribs);
67 eglw::EGLConfig chooseSingleConfig (const eglw::Library& egl, eglw::EGLDisplay display, const AttribMap& attribs)
    [all...]
  /external/freetype/src/autofit/
afpic.h 75 ( GET_PIC( library )->af_services )
77 ( GET_PIC( library )->af_service_properties )
86 ( GET_PIC( library )->af_autofitter_interface )
91 autofit_module_class_pic_free( FT_Library library );
94 autofit_module_class_pic_init( FT_Library library );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afpic.h 75 ( GET_PIC( library )->af_services )
77 ( GET_PIC( library )->af_service_properties )
86 ( GET_PIC( library )->af_autofitter_interface )
91 autofit_module_class_pic_free( FT_Library library );
94 autofit_module_class_pic_init( FT_Library library );
  /external/skia/src/core/
SkForceCPlusPlusLinking.cpp 9 // so that GYP detects that libskia is a C++ library (implicitly depending on
10 // the standard library, -lm, etc.) from its file extension.
12 // If we didn't do this, GYP would link libskia.so as a C library and we'd get
14 // C++ standard library.
16 // Even if we try hard not to depend on the standard library, say, never
  /frameworks/support/v4/
build.gradle 1 apply plugin: 'com.android.library'
43 name 'Android Support Library v4'
44 description "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 4 or later."
45 url 'http://developer.android.com/tools/extras/support-library.html'
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
adapters-1.0-rc1.jar 

Completed in 346 milliseconds

<<21222324252627282930>>