Searched defs:module (Results 1 - 25 of 374) sorted by last modified time

1234567891011>>

/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl.cc194 const TraceModule module,
207 switch (module)
280 switch (module)
601 void TraceImpl::AddImpl(const TraceLevel level, const TraceModule module, argument
629 len = AddModuleAndId(meassagePtr, module, id);
798 void Trace::Add(const TraceLevel level, const TraceModule module, argument
821 trace->AddImpl(level, module, id, buff);
193 AddModuleAndId(char* traceMessage, const TraceModule module, const WebRtc_Word32 id) const argument
/external/wpa_supplicant_8/hostapd/
H A Dmain.c43 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, argument
67 switch (module) {
112 if ((conf_stdout & module) && level >= conf_stdout_level) {
118 if ((conf_syslog & module) && level >= conf_syslog_level) {
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.c754 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, argument
776 hostapd_logger_cb(ctx, addr, module, level, buf, len);
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.c754 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, argument
776 hostapd_logger_cb(ctx, addr, module, level, buf, len);
/external/wpa_supplicant_8/wpa_supplicant/
H A Deapol_test.c87 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, argument
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.c754 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level, argument
776 hostapd_logger_cb(ctx, addr, module, level, buf, len);
/external/sqlite/dist/orig/
H A Dsqlite3.c1091 ** The mutex module within SQLite defines [sqlite3_mutex] to be an
1132 ** The zName field holds the name of the VFS module. The name must
1417 ** setting up a default [sqlite3_vfs] module, or setting up
2988 const char *zVfs /* Name of VFS module to use */
5405 ** KEYWORDS: sqlite3_module {virtual table module}
5407 ** This structure, sometimes called a "virtual table module",
5409 ** This structure consists mostly of methods for the module.
5411 ** ^A virtual table module is created by filling in a persistent
5415 ** module or until the [database connection] closes. The content
5461 ** method of a [virtual table module]
144263 static const sqlite3_tokenizer_module module = { local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1091 ** The mutex module within SQLite defines [sqlite3_mutex] to be an
1132 ** The zName field holds the name of the VFS module. The name must
1417 ** setting up a default [sqlite3_vfs] module, or setting up
2988 const char *zVfs /* Name of VFS module to use */
5405 ** KEYWORDS: sqlite3_module {virtual table module}
5407 ** This structure, sometimes called a "virtual table module",
5409 ** This structure consists mostly of methods for the module.
5411 ** ^A virtual table module is created by filling in a persistent
5415 ** module or until the [database connection] closes. The content
5461 ** method of a [virtual table module]
144295 static const sqlite3_tokenizer_module module = { local
[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-hybrid-22k/lib_src/
H A Deas_public.c364 EAS_INT module; local
401 /* initalize the metrics module */
407 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Error %ld initializing metrics module\n", result); */ }
425 for (module = 0; module < NUM_EFFECTS_MODULES; module++)
427 pEASData->effectsModules[module].effect = EAS_CMEnumFXModules(module);
428 if (pEASData->effectsModules[module].effect != NULL)
430 if ((result = (*pEASData->effectsModules[module]
2223 EAS_GetParameter(EAS_DATA_HANDLE pEASData, EAS_I32 module, EAS_I32 param, EAS_I32 *pValue) argument
2258 EAS_SetParameter(EAS_DATA_HANDLE pEASData, EAS_I32 module, EAS_I32 param, EAS_I32 value) 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/sonivox/arm-wt-22k/lib_src/
H A Deas_public.c365 EAS_INT module; local
402 /* initalize the metrics module */
408 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Error %ld initializing metrics module\n", result); */ }
426 for (module = 0; module < NUM_EFFECTS_MODULES; module++)
428 pEASData->effectsModules[module].effect = EAS_CMEnumFXModules(module);
429 if (pEASData->effectsModules[module].effect != NULL)
431 if ((result = (*pEASData->effectsModules[module]
2238 EAS_GetParameter(EAS_DATA_HANDLE pEASData, EAS_I32 module, EAS_I32 param, EAS_I32 *pValue) argument
2273 EAS_SetParameter(EAS_DATA_HANDLE pEASData, EAS_I32 module, EAS_I32 param, EAS_I32 value) argument
[all...]
/external/skia/src/utils/win/
H A DSkWGL_win.cpp147 HMODULE module = GetModuleHandle(NULL); local
161 wc.hInstance = module;
185 module,
187 UnregisterClass(DUMMY_CLASS, module);
197 HMODULE module = GetModuleHandle(NULL); local
198 UnregisterClass(DUMMY_CLASS, module);
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/smack/src/org/apache/harmony/javax/security/auth/login/
H A DLoginContext.java266 for (Module module : modules) {
268 // if a module fails during Class.forName(), then it breaks overall
270 module.create(subject, callbackHandler, sharedState);
272 if (module.module.login()) {
273 ++total[module.getFlag()];
274 ++logged[module.getFlag()];
275 if (module.getFlag() == SUFFICIENT) {
283 if (module.klass == null) {
287 * number - this will look like a failed REQUIRED module
492 LoginModule module; field in class:LoginContext.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-fm-22k/lib_src/
H A Deas_public.c364 EAS_INT module; local
401 /* initalize the metrics module */
407 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Error %ld initializing metrics module\n", result); */ }
425 for (module = 0; module < NUM_EFFECTS_MODULES; module++)
427 pEASData->effectsModules[module].effect = EAS_CMEnumFXModules(module);
428 if (pEASData->effectsModules[module].effect != NULL)
430 if ((result = (*pEASData->effectsModules[module]
2223 EAS_GetParameter(EAS_DATA_HANDLE pEASData, EAS_I32 module, EAS_I32 param, EAS_I32 *pValue) argument
2258 EAS_SetParameter(EAS_DATA_HANDLE pEASData, EAS_I32 module, EAS_I32 param, EAS_I32 value) argument
[all...]
/external/skia/experimental/webtry/poly/
H A DGruntfile.js0 module.exports = function(grunt) {
/external/skia/gm/rebaseline_server/static/
H A Dconstants.js4 var module = angular.module( variable
9 module.constant('constants', (function() {
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c202 /* This is our central data structure. Whenever a module is loaded via
208 NSModule module; member in struct:dlstatus
211 int mode; /* mode in which this module was loaded */
332 /* Returns the mach_header for the module bu going through all the loaded images
333 * and finding the one with the same name as the module. There really ought to be
356 * trying to locate a module. We first look at the values of LD_LIBRARY_PATH
476 else if ((dls->module == 0) || (dls->refs == 0))
518 while (dls && dls->module)
528 static int (*p) (NSModule module) = 0;
532 return (dls->module
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c634 * - Do only auto-hinting if we have a hinter module, a scalable font
3886 ft_add_renderer( FT_Module module )
3888 FT_Library library = module->library;
3898 FT_Renderer render = FT_RENDERER( module );
3899 FT_Renderer_Class* clazz = (FT_Renderer_Class*)module->clazz;
3918 node->data = module;
3934 ft_remove_renderer( FT_Module module )
3936 FT_Library library = module->library;
3941 node = FT_List_Find( &library->renderers, module );
3944 FT_Renderer render = FT_RENDERER( module );
4202 FT_Module module; local
4357 FT_Module module; local
4722 FT_Module module = library->modules[n]; local
4762 FT_Module module = library->modules[n]; local
4814 FT_Module module = FT_Get_Module( library, "truetype" ); local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffdrivr.c244 " without the `PSNames' module\n" ));
403 * service defined in SFNT module.
405 * Otherwise call the service function in the sfnt module.
582 cff_property_set( FT_Module module, /* CFF_Driver */ argument
587 CFF_Driver driver = (CFF_Driver)module;
621 cff_property_get( FT_Module module, /* CFF_Driver */ argument
626 CFF_Driver driver = (CFF_Driver)module;
730 /* we pass our request to the `sfnt' module */
757 0, /* module-specific interface */

Completed in 683 milliseconds

1234567891011>>