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

1 2 3 45 6 7 8 91011

  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc 6 // http://msdn.microsoft.com/en-us/library/ms705945(VS.85).aspx. Windows XP
9 // http://msdn.microsoft.com/en-us/library/bb204766.aspx. The WLAN API uses
15 // http://msdn.microsoft.com/en-us/library/ms706587(VS.85).aspx.
98 // Takes ownership of the library handle.
99 explicit WindowsWlanApi(HINSTANCE library);
110 // Handle to the wlanapi.dll library.
194 WindowsWlanApi::WindowsWlanApi(HINSTANCE library)
195 : library_(library) {
213 HINSTANCE library = LoadLibraryEx(dll_path.c_str(), local
216 if (!library) {
    [all...]
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 345 // Gets the PPAPI entry points from the given library and places them into the
347 bool LoadEntryPointsFromLibrary(const base::NativeLibrary& library,
351 base::GetFunctionPointerFromNativeLibrary(library,
354 LOG(WARNING) << "No PPP_GetInterface in plugin library";
360 base::GetFunctionPointerFromNativeLibrary(library,
363 LOG(WARNING) << "No PPP_InitializeModule in plugin library";
371 base::GetFunctionPointerFromNativeLibrary(library,
473 base::NativeLibrary library = base::LoadNativeLibrary(path, NULL); local
474 if (!library)
479 if (!LoadEntryPointsFromLibrary(library, &entry_points) |
    [all...]
  /external/chromium_org/content/zygote/
zygote_main_linux.cc 179 // where a library makes a call rather than current module.
329 base::NativeLibrary library = base::LoadNativeLibrary(plugins[i].path, local
331 VLOG_IF(1, !library) << "Unable to load plugin "
335 (void)library; // Prevent release-mode warning.
358 // successful initialization of NSS which tries to load extra library files.
368 #error Which SSL library are you using?
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_util.h 340 // The supported library names are "lib<name>_with_relro.so".
382 crazy_library_t* library; member in struct:__anon16132::RelroLibrary
388 if (!crazy_library_open(&this->library, name, context)) {
393 void Close() { crazy_library_close(this->library); }
396 if (!crazy_library_create_shared_relro(this->library,
455 if (!crazy_library_use_shared_relro(this->library,
  /external/chromium_org/third_party/freetype/src/cff/
cffobjs.c 67 module = FT_Get_Module( size->root.face->driver->root.library,
362 module = FT_Get_Module( slot->face->driver->root.library,
495 FT_Library library = cffface->driver->root.library; local
499 library, "sfnt" );
510 library, "pshinter" );
582 error = cff_font_load( library, stream, face_index, cff, pure_cff );
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_s3tc.c 106 struct util_dl_library *library = NULL; local
120 library = util_dl_open(DXTN_LIBNAME);
121 if (!library) {
135 util_dl_get_proc_address(library, "fetch_2d_texel_rgb_dxt1");
137 util_dl_get_proc_address(library, "fetch_2d_texel_rgba_dxt1");
139 util_dl_get_proc_address(library, "fetch_2d_texel_rgba_dxt3");
141 util_dl_get_proc_address(library, "fetch_2d_texel_rgba_dxt5");
143 util_dl_get_proc_address(library, "tx_compress_dxtn");
153 util_dl_close(library);
  /external/chromium_org/ui/ozone/platform/egltest/
ozone_platform_egltest.cc 42 // Get the library soname to load.
44 std::string library; local
46 if (env->GetVar(kEglplatformShim, &library))
47 return library;
247 LOG(WARNING) << "Failed to load EGL library: " << error.ToString();
254 LOG(WARNING) << "Failed to load GLES library: " << error.ToString();
289 // handled by a separate library called eglplatform_shim.so.1 because
301 std::string library = GetShimLibraryName(); local
303 if (eglplatform_shim_.Load(library))
309 base::FilePath library_path = module_path.Append(library);
    [all...]
  /external/freetype/src/cff/
cffobjs.c 67 module = FT_Get_Module( size->root.face->driver->root.library,
362 module = FT_Get_Module( slot->face->driver->root.library,
495 FT_Library library = cffface->driver->root.library; local
499 library, "sfnt" );
510 library, "pshinter" );
582 error = cff_font_load( library, stream, face_index, cff, pure_cff );
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_s3tc.c 106 struct util_dl_library *library = NULL; local
120 library = util_dl_open(DXTN_LIBNAME);
121 if (!library) {
135 util_dl_get_proc_address(library, "fetch_2d_texel_rgb_dxt1");
137 util_dl_get_proc_address(library, "fetch_2d_texel_rgba_dxt1");
139 util_dl_get_proc_address(library, "fetch_2d_texel_rgba_dxt3");
141 util_dl_get_proc_address(library, "fetch_2d_texel_rgba_dxt5");
143 util_dl_get_proc_address(library, "tx_compress_dxtn");
153 util_dl_close(library);
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffobjs.c 67 module = FT_Get_Module( size->root.face->driver->root.library,
362 module = FT_Get_Module( slot->face->driver->root.library,
495 FT_Library library = cffface->driver->root.library; local
499 library, "sfnt" );
510 library, "pshinter" );
583 error = cff_font_load( library, stream, face_index, cff, pure_cff );
    [all...]
  /ndk/sources/android/crazy_linker/tests/
test_util.h 340 // The supported library names are "lib<name>_with_relro.so".
382 crazy_library_t* library; member in struct:__anon22773::RelroLibrary
388 if (!crazy_library_open(&this->library, name, context)) {
393 void Close() { crazy_library_close(this->library); }
396 if (!crazy_library_create_shared_relro(this->library,
455 if (!crazy_library_use_shared_relro(this->library,
  /system/extras/librank/
librank.c 77 struct library_info *library; local
103 library = calloc(1, sizeof(*library));
104 if (!library) {
105 fprintf(stderr, "Couldn't allocate space for library struct: %s\n", strerror(errno));
108 library->name = malloc(strlen(name) + 1);
109 if (!library->name) {
110 fprintf(stderr, "Couldn't allocate space for library name: %s\n", strerror(errno));
113 strcpy(library->name, name);
114 library->mappings = malloc(INIT_MAPPINGS * sizeof(struct mapping_info *))
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit.c 887 FT_Library library = decoder->face->root.glyph->library; local
921 ( error = FT_Bitmap_Convert( library,
926 FT_Bitmap_Done( library, &color );
930 FT_Bitmap_Done( library, &color );
    [all...]
  /external/freetype/src/sfnt/
sfobjs.c 845 FT_Library library = face->root.driver->root.library; local
857 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
    [all...]
ttsbit.c 1418 FT_Library library = face->root.glyph->library; local
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 351 NDLL::CLibrary library; local
352 if (!library.LoadEx(dllPath, LOAD_LIBRARY_AS_DATAFILE))
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttsbit.c 887 FT_Library library = decoder->face->root.glyph->library; local
921 ( error = FT_Bitmap_Convert( library,
926 FT_Bitmap_Done( library, &color );
930 FT_Bitmap_Done( library, &color );
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 142 public void loadTextures(GL10 gl, TextureLibrary library) {
144 library.loadAll(mContext, gl);
149 public void flushTextures(GL10 gl, TextureLibrary library) {
151 library.deleteAll(gl);
156 public void loadBuffers(GL10 gl, BufferLibrary library) {
158 library.generateHardwareBuffers(gl);
163 public void flushBuffers(GL10 gl, BufferLibrary library) {
165 library.releaseHardwareBuffers(gl);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 282 // Look up the project where the type is declared (could be a library project;
284 IProject library = getProjectDeclaringType(type); local
285 if (library == null) {
286 library = project;
290 Set<ResourceFile> resourceFiles = findAttrsFiles(library, className);
320 * Finds the set of XML files (if any) in the given library declaring
324 private static Set<ResourceFile> findAttrsFiles(IProject library, String className) {
327 ProjectResources resources = manager.getProjectResources(library);
349 * project and we're after the library project such that we can find the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 44 * as direct access to target and library information.
46 * This also gives access to library information.
48 * {@link #isLibrary()} indicates if the project is a library.
51 * project and its library. Theses instances are owned by the {@link ProjectState}.
62 * A class that represents a library linked to a project.
63 * <p/>It does not represent the library uniquely. Instead the {@link LibraryState} is linked
65 * <p/>If a library is used by two different projects, then there will be two different
66 * instances of {@link LibraryState} for the library.
80 * Returns the {@link ProjectState} of the main project using this library.
87 * Closes the library. This resets the IProject from this object ({@link #getProjectState()} wil
472 File library = new File(projectFile, state.getRelativePath()); local
683 LibraryState library = inLibraries.get(i); local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftobjs.h 246 FT_Init_Class_ ## class_( FT_Library library, \
262 FT_Init_Class_ ## class_( FT_Library library, \
265 FT_UNUSED( library ); \
345 /* library. */
465 /* library :: A handle to the parent library object. */
472 FT_Library library; member in struct:FT_ModuleRec_
481 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library
517 /* library :: A handle to the library object. *
    [all...]
  /external/freetype/include/internal/
ftobjs.h 238 FT_Init_Class_ ## class_( FT_Library library, \
254 FT_Init_Class_ ## class_( FT_Library library, \
257 FT_UNUSED( library ); \
337 /* library. */
457 /* library :: A handle to the parent library object. */
464 FT_Library library; member in struct:FT_ModuleRec_
473 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library
509 /* library :: A handle to the library object. *
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 67 // with an embedded copy of the client stub instead of linking the system library version at runtime.
113 HMODULE library; local
116 // Try and load the IP helper library dll
117 if ((library = LoadLibrary(TEXT("Iphlpapi")) ) != NULL )
122 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )
127 FreeLibrary(library);
135 HMODULE library; local
138 // Try and load the IP helper library dll
139 if ((library = LoadLibrary(TEXT("Iphlpapi")) ) != NULL )
144 if ((if_indextoname_funcptr = (if_indextoname_funcptr_t) GetProcAddress(library, "if_indextoname")) != NULL
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftobjs.h 246 FT_Init_Class_ ## class_( FT_Library library, \
262 FT_Init_Class_ ## class_( FT_Library library, \
265 FT_UNUSED( library ); \
345 /* library. */
465 /* library :: A handle to the parent library object. */
472 FT_Library library; member in struct:FT_ModuleRec_
481 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library
517 /* library :: A handle to the library object. *
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftobjs.h 246 FT_Init_Class_ ## class_( FT_Library library, \
262 FT_Init_Class_ ## class_( FT_Library library, \
265 FT_UNUSED( library ); \
345 /* library. */
465 /* library :: A handle to the parent library object. */
472 FT_Library library; member in struct:FT_ModuleRec_
481 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library
517 /* library :: A handle to the library object. *
    [all...]

Completed in 1708 milliseconds

1 2 3 45 6 7 8 91011