Searched defs:module (Results 1 - 25 of 53) sorted by relevance

123

/external/bluetooth/glib/gio/fam/
H A Dfam-module.c32 g_io_module_load (GIOModule *module) argument
34 g_fam_file_monitor_register (module);
35 g_fam_directory_monitor_register (module);
39 g_io_module_unload (GIOModule *module) argument
H A Dgfamdirectorymonitor.c145 g_fam_directory_monitor_register (GIOModule *module) argument
147 g_fam_directory_monitor_register_type (G_TYPE_MODULE (module));
H A Dgfamfilemonitor.c143 g_fam_file_monitor_register (GIOModule *module) argument
145 g_fam_file_monitor_register_type (G_TYPE_MODULE (module));
/external/bluetooth/glib/tests/gobject/
H A Dtestmodule.c2 * testmodule.c: Dummy dynamic type module
24 static gboolean test_module_load (GTypeModule *module);
25 static void test_module_unload (GTypeModule *module);
41 test_module_load (GTypeModule *module) argument
43 TestModule *test_module = TEST_MODULE (module);
45 test_module->register_func (module);
51 test_module_unload (GTypeModule *module) argument
59 GTypeModule *module = G_TYPE_MODULE (test_module); local
64 g_type_module_use (module);
65 g_type_module_unuse (module);
[all...]
H A Ddynamictype.c70 module_register (GTypeModule *module) argument
72 dynamic_object_register_type (module);
78 GTypeModule *module; local
81 module = test_module_new (module_register);
H A Ddefaultiface.c118 test_dynamic_iface_register (GTypeModule *module) argument
129 test_dynamic_iface_type = g_type_module_register_type (module, G_TYPE_INTERFACE,
134 module_register (GTypeModule *module) argument
136 test_dynamic_iface_register (module);
142 GTypeModule *module; local
145 module = test_module_new (module_register);
/external/bluetooth/glib/tests/
H A Dlibmoduletestplugin_a.c60 gplugin_a_module_func (GModule *module) argument
64 if (!g_module_symbol (module, "gplugin_say_boo_func", &f ))
H A Dlibmoduletestplugin_b.c35 g_module_check_init (GModule *module) argument
43 g_module_unload (GModule *module) argument
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DMD5.cpp40 static HMODULE module = LoadLibraryW(L"Cryptdll.dll"); local
41 return module;
/external/libxml2/
H A Dxmlmodule.c2 * xmlmodule.c : basic API for dynamic module loading added 2.6.17
33 * module memory error handler *
44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) argument
48 if (module != NULL) {
49 name = (const char *) module->name;
60 * @name: the module name
63 * Opens a module/shared library given its name or path
66 * Returns a handle for the module or NULL in case of error
71 xmlModulePtr module; local
73 module
106 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) argument
142 xmlModuleClose(xmlModulePtr module) argument
178 xmlModuleFree(xmlModulePtr module) argument
[all...]
/external/bluetooth/glib/gmodule/
H A Dgmodule-dyld.c1 /* GMODULE - GLIB wrapper code for dynamic module loading
35 NSModule module; local
46 msg = g_strdup_printf ("%s is not a loadable module", file_name);
76 module = NSLinkModule (image, file_name, options);
78 if (!module)
91 return module;
108 g_module_set_error ("could not unlink module");
/external/apache-http/src/org/apache/http/util/
H A DVersionInfo.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/util/VersionInfo.java $
43 * Instances of this class provide version information for a single module
66 public final static String PROPERTY_MODULE = "info.module";
74 /** The module from the version info. */
91 * @param module the module, or <code>null</code>
96 protected VersionInfo(String pckg, String module, argument
104 infoModule = (module != null) ? module : UNAVAILABLE;
113 * The package name identifies the module o
[all...]
/external/e2fsprogs/intl/
H A Dplural-exp.h47 module, /* Modulo operation. */ enumerator in enum:expression::operator
/external/freetype/src/cff/
H A Dcffobjs.h170 cff_driver_init( FT_Module module ); variable
173 cff_driver_done( FT_Module module ); variable
H A Dcffobjs.c62 FT_Module module; local
65 module = FT_Get_Module( size->root.face->driver->root.library,
67 return ( module && pshinter && pshinter->get_globals_funcs )
68 ? pshinter->get_globals_funcs( module )
357 FT_Module module; local
360 module = FT_Get_Module( slot->face->driver->root.library,
362 if ( module )
367 funcs = pshinter->get_t2_funcs( module );
529 /* we need the `PSNames' module for CFF and CEF formats */
536 " without the `PSNames' module\
[all...]
/external/sonivox/arm-fm-22k/host_src/
H A Deas_config.c8 * is a module compiled external to the library that sets the configuration
14 * NOTE: This module is not intended to be modified by the customer. It
288 #error "WOW module requires dynamic memory model"
398 * returns EAS_TRUE if a module is found
417 * module - module number
420 * returns a pointer to the module function table or NULL if no module
423 EAS_VOID_PTR EAS_CMEnumModules (EAS_INT module) argument
426 if (module >
546 EAS_CMEnumFXModules(EAS_INT module) argument
589 EAS_CMEnumOptModules(EAS_INT module) argument
[all...]
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_config.c8 * is a module compiled external to the library that sets the configuration
14 * NOTE: This module is not intended to be modified by the customer. It
288 #error "WOW module requires dynamic memory model"
398 * returns EAS_TRUE if a module is found
417 * module - module number
420 * returns a pointer to the module function table or NULL if no module
423 EAS_VOID_PTR EAS_CMEnumModules (EAS_INT module) argument
426 if (module >
546 EAS_CMEnumFXModules(EAS_INT module) argument
589 EAS_CMEnumOptModules(EAS_INT module) argument
[all...]
/external/sonivox/arm-wt-22k/host_src/
H A Deas_config.c8 * is a module compiled external to the library that sets the configuration
14 * NOTE: This module is not intended to be modified by the customer. It
288 #error "WOW module requires dynamic memory model"
398 * returns EAS_TRUE if a module is found
417 * module - module number
420 * returns a pointer to the module function table or NULL if no module
423 EAS_VOID_PTR EAS_CMEnumModules (EAS_INT module) argument
426 if (module >
546 EAS_CMEnumFXModules(EAS_INT module) argument
589 EAS_CMEnumOptModules(EAS_INT module) argument
[all...]
/external/webkit/WebCore/platform/android/
H A DFileSystemAndroid.cpp73 bool unloadModule(PlatformModule module) argument
75 return !dlclose(module);
/external/webkit/WebCore/platform/qt/
H A DFileSystemQt.cpp147 bool unloadModule(PlatformModule module) argument
150 CFRelease(module);
154 return ::FreeLibrary(module);
157 if (module->unload()) {
158 delete module;
/external/bluetooth/glib/gobject/
H A Dgtypemodule.c45 * interface. The model of #GTypeModule is a dynamically loaded module
47 * implementations. When the module is loaded, it registers its types
50 * types and interface implementations are in use, the module is kept
51 * loaded. When the types and interfaces are gone, the module may be
52 * unloaded. If the types and interfaces become used again, the module
53 * will be reloaded. Note that the last unref can not happen in module
57 * Keeping track of whether the module should be loaded or not is done by
59 * zero, the module is loaded. The use count is maintained internally by
62 * a module for the first type, g_type_module_use() will be used to load
64 * module n
108 GTypeModule *module = G_TYPE_MODULE (object); local
123 GTypeModule *module = G_TYPE_MODULE (object); local
190 g_type_module_set_name(GTypeModule *module, const gchar *name) argument
200 g_type_module_find_type_info(GTypeModule *module, GType type) argument
217 g_type_module_find_interface_info(GTypeModule *module, GType instance_type, GType interface_type) argument
248 g_type_module_use(GTypeModule *module) argument
294 g_type_module_unuse(GTypeModule *module) argument
321 GTypeModule *module = G_TYPE_MODULE (plugin); local
337 GTypeModule *module = G_TYPE_MODULE (plugin); local
352 GTypeModule *module = G_TYPE_MODULE (plugin); local
381 g_type_module_register_type(GTypeModule *module, GType parent_type, const gchar *type_name, const GTypeInfo *type_info, GTypeFlags flags) argument
458 g_type_module_add_interface(GTypeModule *module, GType instance_type, GType interface_type, const GInterfaceInfo *interface_info) argument
528 g_type_module_register_enum(GTypeModule *module, const gchar *name, const GEnumValue *const_static_values) argument
567 g_type_module_register_flags(GTypeModule *module, const gchar *name, const GFlagsValue *const_static_values) argument
[all...]
/external/freetype/src/psnames/
H A Dpsmodule.c5 /* PSNames module implementation (body). */
561 psnames_get_service( FT_Module module, argument
564 FT_UNUSED( module );
587 PUT_PS_NAMES_SERVICE((void*)&FT_PSCMAPS_INTERFACE_GET), /* module specific interface */
/external/grub/docs/
H A Dmultiboot.h98 /* The module structure. */
99 typedef struct module struct
/external/grub/stage2/
H A Dboot.c762 load_module (char *module, char *arg) argument
769 if (!grub_open (module))
779 printf (" [Multiboot-module @ 0x%x, 0x%x bytes]\n", cur_addr, len);
/external/kernel-headers/original/linux/
H A Dbinfmts.h57 struct module *module; member in struct:linux_binfmt

Completed in 296 milliseconds

123