HomeSort by relevance Sort by last modified time
    Searched defs:module (Results 176 - 200 of 245) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_msgutil.py 33 """Tests for msgutil module."""
42 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
    [all...]
  /external/opencv/cxcore/src/
cxswitcher.cpp 451 func_tab[i].loaded_from = idx; // store index of the module
490 cvRegisterModule( const CvModuleInfo* module )
500 CV_ASSERT( module != 0 && module->name != 0 && module->version != 0 );
502 name_len = strlen(module->name);
503 version_len = strlen(module->version);
508 *module_copy = *module;
512 memcpy( (void*)module_copy->name, module->name, name_len + 1 );
513 memcpy( (void*)module_copy->version, module->version, version_len + 1 )
544 CvModuleInfo* module; local
    [all...]
  /external/oprofile/libpp/
format_output.cpp 572 // module+symbol table for detecting duplicate symbols
951 string const & module = get_image_name((cit)->image_name, local
966 out << open_element(MODULE, true);
967 out << init_attr(NAME, module) << close_element(NONE, true);
975 string const symqname = module + ":" + symname;
995 out << close_element(MODULE);
xml_utils.cpp 439 // range of profile classes approprate for this module
449 bool add_modules(string const & module, sym_iterator it);
468 void add_modules(string const & module,
484 void add_modules(string const & module, string const & app_name,
502 void add_module_symbol(string const & module, string const & app,
569 cverb << vxml << " module:class(" << lo << "," << hi << ")=";
577 out << open_element(MODULE, true);
581 out << close_element(MODULE);
624 add_module_symbol(string const & module, string const & app,
629 if (module == app)
680 string module = get_image_name((*it)->image_name, local
728 string module = get_image_name((*it)->image_name, local
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_public.c 364 EAS_INT module; local
375 /* check Configuration Module for S_EAS_DATA allocation */
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
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_public.c 364 EAS_INT module; local
375 /* check Configuration Module for S_EAS_DATA allocation */
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
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_public.c 365 EAS_INT module; local
376 /* check Configuration Module for S_EAS_DATA allocation */
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
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 103 reverb_module_t *module; local
126 module = malloc(sizeof(reverb_module_t));
128 module->itfe = &gReverbInterface;
130 module->context.mState = REVERB_STATE_UNINITIALIZED;
138 ret = Reverb_Init(module, aux, preset);
141 free(module);
145 *pHandle = (effect_handle_t) module;
147 module->context.mState = REVERB_STATE_INITIALIZED;
149 ALOGV("EffectLibCreateEffect %p ,size %d", module, sizeof(reverb_module_t));
442 * pRvbModule - pointer to reverb effect module
    [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 135 gralloc_module_t const* module = local
139 int err = module->lock(module, native_buffer->handle,
163 gralloc_module_t const* module = local
166 module->unlock(module, native_buffer->handle);
    [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 34 struct audio_module module; member in struct:android_audio_legacy::legacy_audio_module
635 static int legacy_adev_open(const hw_module_t* module, const char* name,
650 ladev->device.common.module = const_cast<hw_module_t*>(module);
689 module: {
  /hardware/libhardware_legacy/wifi/
wifi.c 88 #define WIFI_DRIVER_FW_PATH_PARAM "/sys/module/wlan/parameters/fwpath"
135 void *module; local
139 module = load_file(filename, &size);
140 if (!module)
143 ret = init_module(module, size, args);
145 free(module);
164 ALOGD("Unable to unload driver module \"%s\": %s\n",
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 35 struct audio_module module; member in struct:android_audio_legacy::qcom_audio_module
706 static int qcom_adev_open(const hw_module_t* module, const char* name,
721 qadev->device.common.module = const_cast<hw_module_t*>(module);
766 module: {
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 460 hw_module_t* module; local
494 err = hw_get_module(id, (hw_module_t const**)&module);
498 err = module->methods->open(module, id, &abstraction);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 109 struct module *module; /* top-level module */ member in struct:snd_card
291 struct module *module, int extra_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 109 struct module *module; /* top-level module */ member in struct:snd_card
291 struct module *module, int extra_size);
  /system/core/init/
builtins.c 137 void *module; local
141 module = read_file(filename, &size);
142 if (!module)
145 ret = init_module(module, size, options);
147 free(module);
  /external/freetype/src/base/
ftobjs.c 607 * - Do only auto-hinting if we have a hinter module, a scalable font
4133 FT_Module module; local
4287 FT_Module module; local
4542 FT_Module module = library->modules[n]; local
4582 FT_Module module = library->modules[n]; local
4634 FT_Module module = FT_Get_Module( library, "truetype" ); local
    [all...]
  /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/libxslt/libxslt/
extensions.c 163 * @initFunc: the module initialization function
164 * @shutdownFunc: the module shutdown function
165 * @styleInitFunc: the stylesheet module data allocator function
166 * @styleShutdownFunc: the stylesheet module data free function
168 * Create a new XSLT extension module
195 * @ext: an XSLT extension module
209 * @extModule: the module
212 * Create a new XSLT extension module data wrapper
236 * @ext: an XSLT extension module data wrapper
345 /* have we attempted to register this module already? *
549 xsltExtModulePtr module; local
668 xsltExtModulePtr module; local
878 xsltExtModulePtr module; local
940 xsltExtModulePtr module; local
1058 xsltExtModulePtr module; local
1104 xsltExtModulePtr module; local
1255 xsltExtModulePtr module; local
    [all...]
  /external/linux-tools-perf/util/
python.c 868 PyObject *dict, *module = Py_InitModule("perf", perf__methods); local
870 if (module == NULL ||
879 PyModule_AddObject(module, "evlist", (PyObject*)&pyrf_evlist__type);
882 PyModule_AddObject(module, "evsel", (PyObject*)&pyrf_evsel__type);
885 PyModule_AddObject(module, "thread_map", (PyObject*)&pyrf_thread_map__type);
888 PyModule_AddObject(module, "cpu_map", (PyObject*)&pyrf_cpu_map__type);
890 dict = PyModule_GetDict(module);
  /external/mdnsresponder/mDNSShared/
DebugServices.c 379 HMODULE module; local
382 module = va_arg( args, HMODULE );
383 err = DebugWindowsEventLogInit( name, module );
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 202 /* 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
342 debug("Module name: %s", mod_name);
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
    [all...]
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 358 virtual audio_io_handle_t openOutput(audio_module_handle_t module,
374 data.writeInt32(module);
435 virtual audio_io_handle_t openInput(audio_module_handle_t module,
448 data.writeInt32(module);
864 audio_module_handle_t module = (audio_module_handle_t)data.readInt32(); local
871 audio_io_handle_t output = openOutput(module,
911 audio_module_handle_t module = (audio_module_handle_t)data.readInt32(); local
    [all...]
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp 62 const struct hw_module_t *module; local
74 rc = hw_get_module(AUDIO_POLICY_HARDWARE_MODULE_ID, &module);
78 rc = audio_policy_dev_open(module, &mpAudioPolicyDev);
94 ALOGI("Loaded audio policy from %s (%s)", module->name, module->id);
    [all...]
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 336 hw_module_t* module; local
363 err = hw_get_module(GPS_HARDWARE_MODULE_ID, (hw_module_t const**)&module);
366 err = module->methods->open(module, GPS_HARDWARE_MODULE_ID, &device);

Completed in 1933 milliseconds

1 2 3 4 5 6 78 910