HomeSort by relevance Sort by last modified time
    Searched refs:module (Results 76 - 100 of 806) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebCore/svg/
SVGPathSegLinetoHorizontalAbs.idl 27 module svg {
SVGPathSegLinetoHorizontalRel.idl 27 module svg {
SVGPathSegLinetoRel.idl 27 module svg {
SVGPathSegLinetoVerticalAbs.idl 27 module svg {
SVGPathSegLinetoVerticalRel.idl 27 module svg {
SVGPathSegMovetoAbs.idl 27 module svg {
SVGPathSegMovetoRel.idl 27 module svg {
SVGSymbolElement.idl 26 module svg {
SVGTitleElement.idl 26 module svg {
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
arch_ti.h 47 #include <linux/module.h>
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
arch_ti.h 42 #include <linux/module.h>
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
arch_ti.h 47 #include <linux/module.h>
  /external/bluetooth/glib/gobject/
gtypemodule.c 45 * 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 no longer needs to be loaded except for the typ
108 GTypeModule *module = G_TYPE_MODULE (object); local
123 GTypeModule *module = G_TYPE_MODULE (object); local
321 GTypeModule *module = G_TYPE_MODULE (plugin); local
337 GTypeModule *module = G_TYPE_MODULE (plugin); local
352 GTypeModule *module = G_TYPE_MODULE (plugin); local
    [all...]
gtypemodule.h 35 #define G_TYPE_MODULE(module) (G_TYPE_CHECK_INSTANCE_CAST ((module), G_TYPE_TYPE_MODULE, GTypeModule))
37 #define G_IS_TYPE_MODULE(module) (G_TYPE_CHECK_INSTANCE_TYPE ((module), G_TYPE_TYPE_MODULE))
39 #define G_TYPE_MODULE_GET_CLASS(module) (G_TYPE_INSTANCE_GET_CLASS ((module), G_TYPE_TYPE_MODULE, GTypeModuleClass))
43 * @name: the name of the module
63 * @load: loads the module and registers one or more types using
65 * @unload: unloads the module
75 gboolean (* load) (GTypeModule *module);
    [all...]
  /external/freetype/src/autofit/
afmodule.c 5 /* Auto-fitter module implementation (body). */
43 af_autofitter_init( FT_Autofitter module )
45 return af_loader_init( module->loader, module->root.library->memory );
50 af_autofitter_done( FT_Autofitter module )
52 af_loader_done( module->loader );
57 af_autofitter_load_glyph( FT_Autofitter module,
65 return af_loader_load_glyph( module->loader, slot->face,
  /external/kernel-headers/original/linux/
module.h 22 #include <asm/module.h>
46 struct module;
50 ssize_t (*show)(struct module_attribute *, struct module *, char *);
51 ssize_t (*store)(struct module_attribute *, struct module *,
53 void (*setup)(struct module *, const char *);
54 int (*test)(struct module *);
55 void (*free)(struct module *);
61 struct module *mod;
64 /* These are either module local, or the kernel's dummy ones. */
81 #ifdef MODULE
246 struct module struct
    [all...]
  /external/bluetooth/glib/gmodule/
gmodule.c 1 /* GMODULE - GLIB wrapper code for dynamic module loading
55 * Also, the module for the program itself is kept seperatedly for
103 GModule *module; local
109 for (module = modules; module; module = module->next)
110 if (handle == module->handle)
112 retval = module;
122 GModule *module; local
335 GModule *module; local
    [all...]
gmodule.h 1 /* GMODULE - GLIB wrapper code for dynamic module loading
52 typedef const gchar* (*GModuleCheckInit) (GModule *module);
53 typedef void (*GModuleUnload) (GModule *module);
60 /* return TRUE if dynamic module loading is supported */
63 /* open a module `file_name' and return handle, which is NULL on error */
67 /* close a previously opened module, returns TRUE on success */
68 gboolean g_module_close (GModule *module);
70 /* make a module resident so g_module_close on it will be ignored */
71 void g_module_make_resident (GModule *module);
73 /* query the last module error as a string *
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
report.h 2 * \brief Report module API
43 /* MODULE: report.h */
44 /* PURPOSE: Report module internal header API */
69 Each module ahas a report flag. Each severity has a severity flag.
79 #define WLAN_REPORT_INIT(hReport, module, msg) \
80 do { if (hReport && (((report_t *)hReport)->SeverityTable[WLAN_SEVERITY_INIT]) && (((report_t *)hReport)->ModuleTable[module])) \
81 { os_report ("$B%c%s,INIT:", ((char)module + 'A'), ((report_t *)hReport)->moduleDesc[module]); os_report msg; } } while(0)
82 #define WLAN_REPORT_INFORMATION(hReport, module, msg) \
83 do { if (hReport && (((report_t *)hReport)->SeverityTable[WLAN_SEVERITY_INFORMATION]) && (((report_t *)hReport)->ModuleTable[module])) \
    [all...]
  /external/libxml2/include/libxml/
xmlmodule.h 2 * Summary: dynamic module loading
3 * Description: basic API for dynamic module loading, used by
25 * A handle to a dynamically loaded module
43 XMLPUBFUN int XMLCALL xmlModuleSymbol (xmlModulePtr module,
47 XMLPUBFUN int XMLCALL xmlModuleClose (xmlModulePtr module);
49 XMLPUBFUN int XMLCALL xmlModuleFree (xmlModulePtr module);
  /external/webkit/WebCore/css/
CSSRuleList.idl 26 module css {
CSSValueList.idl 26 module css {
CSSVariablesRule.idl 26 module css {
Counter.idl 20 module css {
Media.idl 26 module view {

Completed in 2666 milliseconds

1 2 34 5 6 7 8 91011>>