HomeSort by relevance Sort by last modified time
    Searched refs:library (Results 101 - 125 of 725) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/freetype/include/
ftmac.h 76 /* library :: A handle to the library resource. */
96 /* error = FT_New_Face_From_FOND( library, fond, 0, &face ); */
100 FT_New_Face_From_FOND( FT_Library library,
206 /* library :: A handle to the library resource. */
224 FT_New_Face_From_FSSpec( FT_Library library,
241 /* library :: A handle to the library resource. */
259 FT_New_Face_From_FSRef( FT_Library library,
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_api.cpp 196 crazy_status_t crazy_library_open(crazy_library_t** library,
222 *library = reinterpret_cast<crazy_library_t*>(wrap);
226 crazy_status_t crazy_library_open_in_zip_file(crazy_library_t** library,
254 *library = reinterpret_cast<crazy_library_t*>(wrap);
258 crazy_status_t crazy_library_get_info(crazy_library_t* library,
261 if (!library) {
262 context->error = "Invalid library file handle";
266 LibraryView* wrap = reinterpret_cast<LibraryView*>(library);
288 crazy_status_t crazy_library_create_shared_relro(crazy_library_t* library,
294 LibraryView* wrap = reinterpret_cast<LibraryView*>(library);
    [all...]
  /development/ndk/samples/test-libstdc++/jni/
Android.mk 1 # A simple test for the minimal standard C++ library
  /external/chromium_org/chrome/renderer/resources/extensions/
notifications_test_util.js 8 var require = function(library) {
23 }[library];
26 var requireNative = function(library) {
38 }[library];
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svgldict.h 71 FT_Init_Class_ ## class_( FT_Library library, \
74 FT_UNUSED( library ); \
svttcmap.h 89 FT_Init_Class_ ## class_( FT_Library library, \
92 FT_UNUSED( library ); \
  /external/chromium_org/tools/gyp/test/mac/type_envvars/
test_nonbundle_loadable_module.sh 9 test $PRODUCT_TYPE = com.apple.product-type.library.dynamic
test_nonbundle_shared_library.sh 9 test $PRODUCT_TYPE = com.apple.product-type.library.dynamic
  /external/chromium_org/ui/gl/
gl_implementation_x11.cc 67 base::NativeLibrary library = NULL; local
71 library = LoadLibraryAndPrintError(
74 if (!library) {
75 library = LoadLibraryAndPrintError(kGLLibraryName);
78 if (!library)
84 library, "glXGetProcAddress"));
87 base::UnloadNativeLibrary(library);
92 AddGLNativeLibrary(library);
gl_implementation_win.cc 49 base::NativeLibrary library = local
51 if (!library) {
52 library = base::LoadNativeLibrary(module_path.Append(name), NULL);
53 if (!library) {
128 base::NativeLibrary library = base::LoadNativeLibrary( local
130 if (!library) {
138 library, "OSMesaGetProcAddress"));
141 base::UnloadNativeLibrary(library);
146 AddGLNativeLibrary(library);
173 // Preload library
242 base::NativeLibrary library = base::LoadNativeLibrary( local
    [all...]
  /external/freetype/include/internal/services/
svgldict.h 71 FT_Init_Class_ ## class_( FT_Library library, \
74 FT_UNUSED( library ); \
svttcmap.h 89 FT_Init_Class_ ## class_( FT_Library library, \
92 FT_UNUSED( library ); \
  /external/libpng/scripts/
def.dfn 16 PNG_DFN "; If you give the library an explicit name one or other files"
19 PNG_DFN "LIBRARY"
20 PNG_DFN "OS2 DESCRIPTION "PNG image compression library""
  /device/generic/goldfish/opengl/system/gralloc/
Android.mk 5 $(call emugl-begin-shared-library,gralloc.goldfish)
7 $(call emugl-set-shared-library-subpath,hw)
  /external/chromium_org/base/
native_library_win.cc 26 // Switch the current directory to the library directory as the library
73 void UnloadNativeLibrary(NativeLibrary library) {
74 FreeLibrary(library);
78 void* GetFunctionPointerFromNativeLibrary(NativeLibrary library,
80 return GetProcAddress(library, name);
  /external/chromium_org/testing/android/java/src/org/chromium/native_test/
ChromeNativeTestActivity.java 74 Log.e(TAG, "[ RUNNER_FAILED ] could not load native library");
78 for (String library : NativeLibraries.LIBRARIES) {
79 Log.i(TAG, "loading: " + library);
80 System.loadLibrary(library);
81 Log.i(TAG, "loaded: " + library);
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_load_library_callbacks.cpp 48 crazy_library_t* library; local
69 if (!crazy_library_open(&library, "libfoo.so", context)) {
70 Panic("Could not open library: %s\n", crazy_context_get_error(context));
77 library, "Foo", reinterpret_cast<void**>(&foo_func))) {
84 // Close the library.
85 crazy_library_close_with_context(library, context);
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftrfork.h 53 (*ft_raccess_guess_func)( FT_Library library,
127 /* library :: */
128 /* A FreeType library instance. */
154 FT_Raccess_Guess( FT_Library library,
174 /* library :: */
175 /* A FreeType library instance. */
194 FT_Raccess_Get_HeaderInfo( FT_Library library,
212 /* library :: */
213 /* A FreeType library instance. */
244 FT_Raccess_Get_DataOffsets( FT_Library library,
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
gen_dynamic_list.py 34 def get_global_functions(library):
36 nm_proc = subprocess.Popen(['nm', library], stdout=subprocess.PIPE,
50 library = argv[1]
51 all_functions = get_global_functions(library)
62 # We have to avoid exporting the interceptors for versioned library
  /external/freetype/include/internal/
ftrfork.h 53 (*ft_raccess_guess_func)( FT_Library library,
127 /* library :: */
128 /* A FreeType library instance. */
154 FT_Raccess_Guess( FT_Library library,
174 /* library :: */
175 /* A FreeType library instance. */
194 FT_Raccess_Get_HeaderInfo( FT_Library library,
212 /* library :: */
213 /* A FreeType library instance. */
251 FT_Raccess_Get_DataOffsets( FT_Library library,
    [all...]
  /external/glide/
Android.mk 4 LOCAL_SRC_FILES := $(call all-java-files-under, library/src)
6 LOCAL_MANIFEST_FILE := library/AndroidManifest.xml
  /external/liblzf/
Android.mk 9 # Static library for host
19 # Static library for target
  /external/oauth/core/src/main/java/
Android.mk 4 # This will build the client static library for the Google Services Framework
13 # Build the actual static library
  /external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
LibraryLoader.java 49 // One-way switch becomes true if the system library loading failed,
50 // and the right native library was found and loaded by the hack.
65 * This method blocks until the library is fully loaded and initialized.
72 * When the context is not null and native library was not extracted
95 * Checks if library is fully loaded and initialized.
114 * Loads the library and blocks until the load completes. The caller is responsible
124 * @throws ProcessInitException if the native library failed to load.
134 * initializes the library here and now: must be called on the thread that the
135 * native will call its "main" thread. The library must have previously been
159 for (String library : NativeLibraries.LIBRARIES)
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_lib.cc 173 base::NativeLibrary library = 0; local
185 library = base::LoadNativeLibraryDynamically(web_plugin_info_.path);
187 library = base::LoadNativeLibrary(web_plugin_info_.path, &error);
190 library = base::LoadNativeLibrary(web_plugin_info_.path, &error);
193 if (!library) {
203 if (library->bundle_resource_ref != -1)
204 UseResFile(library->bundle_resource_ref);
210 (NP_InitializeFunc)base::GetFunctionPointerFromNativeLibrary(library,
218 library, "NP_GetEntryPoints");
224 (NP_ShutdownFunc)base::GetFunctionPointerFromNativeLibrary(library,
    [all...]

Completed in 1042 milliseconds

1 2 3 45 6 7 8 91011>>