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

1 2 3 45 6 7 8 910

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_endtoend.py 45 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
158 separate process, connects to it using the client_for_testing module, and
test_handshake_hybi.py 33 """Tests for handshake module."""
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
test_mux.py 33 """Tests for mux module."""
42 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
257 """A unittest for mux module."""
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.cc 22 InternalFree(module);
231 LoadedModule *module = FindModuleForAddress(addr);
232 if (module == 0)
234 const char *module_name = module->full_name();
235 uptr module_offset = addr - module->base_address();
239 // about module name and offset.
289 LoadedModule *module = FindModuleForAddress(addr); local
290 if (module == 0)
292 const char *module_name = module->full_name();
293 uptr module_offset = addr - module->base_address()
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 32 char *module; member in struct:__tsan::ReportStack
70 char *module; member in struct:__tsan::ReportLocation
  /external/grub/docs/
multiboot.h 98 /* The module structure. */
99 typedef struct module struct
  /external/kernel-headers/original/linux/
binfmts.h 57 struct module *module; member in struct:linux_binfmt
personality.h 103 struct module *module; /* module context of the ed. */ member in struct:exec_domain
  /external/oprofile/daemon/liblegacy/
opd_kernel.c 3 * Dealing with the kernel and kernel module samples
29 /* kernel module */
40 /* kernel and module support */
73 * opd_create_module - allocate and initialise a module description
74 * @param name module name
81 struct opd_module * module = xmalloc(sizeof(struct opd_module)); local
83 module->name = xstrdup(name);
84 module->image = NULL;
85 module->start = start;
86 module->end = end
101 struct opd_module * module; local
117 struct opd_module * module; local
324 struct opd_module * module; local
354 struct opd_module * module; local
413 struct opd_module * module; local
    [all...]
  /external/skia/src/utils/win/
SkWGL_win.cpp 166 HMODULE module = GetModuleHandle(NULL); local
180 wc.hInstance = module;
204 module,
206 UnregisterClass(DUMMY_CLASS, module);
216 HMODULE module = GetModuleHandle(NULL); local
217 UnregisterClass(DUMMY_CLASS, module);
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h 54 ; Define module specific macros here
56 #define module(x, POW2) ((x)&(POW2-1)) macro
98 ; Declare variables used in this module but defined elsewhere
  /hardware/libhardware/modules/audio/
audio_policy.c 31 struct audio_policy_module module; member in struct:default_ap_module
301 static int default_ap_dev_open(const hw_module_t* module, const char* name,
317 dev->device.common.module = (hw_module_t *)module;
332 .module = {
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 37 struct audio_policy_module module; member in struct:android_audio_legacy::legacy_ap_module
421 static int legacy_ap_dev_open(const hw_module_t* module, const char* name,
435 dev->device.common.module = const_cast<hw_module_t*>(module);
450 module: {
  /hardware/msm7k/libgralloc/
gralloc.cpp 66 int fb_device_open(const hw_module_t* module, const char* name,
69 static int gralloc_device_open(const hw_module_t* module, const char* name,
72 extern int gralloc_lock(gralloc_module_t const* module,
77 extern int gralloc_unlock(gralloc_module_t const* module,
80 extern int gralloc_register_buffer(gralloc_module_t const* module,
83 extern int gralloc_unregister_buffer(gralloc_module_t const* module,
86 extern int gralloc_perform(struct gralloc_module_t const* module,
102 name: "Graphics Memory Allocator Module",
132 dev->common.module);
186 dev->common.module);
437 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>( local
552 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>( local
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 37 struct audio_policy_module module; member in struct:android_audio_legacy::qcom_ap_module
422 static int qcom_ap_dev_open(const hw_module_t* module, const char* name,
436 dev->device.common.module = const_cast<hw_module_t*>(module);
451 module: {
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 69 int fb_device_open(const hw_module_t* module, const char* name,
72 static int gralloc_device_open(const hw_module_t* module, const char* name,
75 extern int gralloc_lock(gralloc_module_t const* module,
80 extern int gralloc_unlock(gralloc_module_t const* module,
83 extern int gralloc_register_buffer(gralloc_module_t const* module,
86 extern int gralloc_unregister_buffer(gralloc_module_t const* module,
102 name: "Graphics Memory Allocator Module",
338 (dev->common.module);
339 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*> local
340 (dev->common.module);
374 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>( local
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 460 unsigned long module = eModuleAndFlags & PERF_ModuleMask; local
465 if (me->detailed < 2 && module == PERF_ModuleHLMM)
467 module = PERF_ModuleLLMM;
474 ((module == PERF_ModuleHardware || module == PERF_ModuleLLMM)));
485 if (module >= PERF_ModuleCommonLayer &&
486 module <= PERF_ModuleSocketNode)
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 855 hw_module_t const* module = NULL; local
859 nErr = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
863 *hCC = (void *) ((IMG_gralloc_module_public_t const *)module);
868 %s module err = %x", GRALLOC_HARDWARE_MODULE_ID, nErr);
871 gralloc_open(module, &(pProxy->mAllocDev));
882 IMG_gralloc_module_public_t const* module = hCC; local
887 nErr = module->Blit(module, pSrc[0], pDst, HAL_PIXEL_FORMAT_TI_NV12);
891 nErr = module->Blit2(module, pSrc[0], pDst[0], nWidth, nHeight, 0, 0)
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 842 hw_module_t const* module = NULL; local
846 nErr = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
850 *hCC = (void *) ((IMG_gralloc_module_public_t const *)module);
855 %s module err = %x", GRALLOC_HARDWARE_MODULE_ID, nErr);
858 gralloc_open(module, &(pProxy->mAllocDev));
869 IMG_gralloc_module_public_t const* module = hCC; local
874 nErr = module->Blit(module, pSrc[0], pDst, HAL_PIXEL_FORMAT_TI_NV12);
879 nErr = module->Blit2(module, pSrc[0], pDst[0], nWidth, nHeight, 0, 0)
    [all...]
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 65 * module into the system. Currently used for
88 /* Function to insert the kernel module into the system*/
91 void *module; local
97 module = (void *)load_file(filename, &size);
98 if (!module)
101 ret = init_module(module, size, args);
102 free(module);
107 /* Function to remove the kernel module from the system*/
126 /* Failed to remove the module
129 UIM_ERR("Unable to unload driver module \"%s\": %s"
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
info.h 80 struct module *module; member in struct:snd_info_entry
113 struct snd_info_entry *snd_info_create_module_entry(struct module * module,
153 static inline struct snd_info_entry *snd_info_create_module_entry(struct module * module, const char *name, struct snd_info_entry * parent) { return NULL; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
info.h 80 struct module *module; member in struct:snd_info_entry
113 struct snd_info_entry *snd_info_create_module_entry(struct module * module,
153 static inline struct snd_info_entry *snd_info_create_module_entry(struct module * module, const char *name, struct snd_info_entry * parent) { return NULL; }
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
personality.h 73 struct module *module; member in struct:exec_domain

Completed in 1243 milliseconds

1 2 3 45 6 7 8 910