| /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);
|
| cs46xx_dsp_spos.h | 74 struct dsp_module_desc * module; member in struct:dsp_symbol_entry
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_scope.py | 659 with check_warnings(("import \* only allowed at module level", namespace
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_scope.py | 659 with check_warnings(("import \* only allowed at module level", namespace
|
| /system/core/init/ |
| builtins.c | 138 void *module; local 142 module = read_file(filename, &size); 143 if (!module) 146 ret = init_module(module, size, options); 148 free(module);
|
| /external/chromium_org/chrome_frame/test/perf/ |
| chrome_frame_perftest.cc | 399 SimpleModule module; local 404 module.RunMessageLoop(); 819 SimpleModule module; local 831 module.RunMessageLoop(); 874 SimpleModule module; local 907 SimpleModule module; local 931 SimpleModule module; local [all...] |
| /external/chromium_org/third_party/codesighs/ |
| maptsvdifftool.c | 192 ** Module level stats. 391 char module[0x100]; local 413 module, 443 ** the module 452 if(0 == strcmp(modules[moduleIndex].mModule, module)) 469 modules[moduleIndex].mModule = strdup(module); 473 ERROR_REPORT(retval, module, "Unable to duplicate string."); 479 ERROR_REPORT(retval, inOptions->mProgramName, "Unable to increase module array."); [all...] |
| /external/chromium_org/third_party/freetype/src/base/ |
| ftobjs.c | 603 * - Do only auto-hinting if we have a hinter module, a scalable font 4056 FT_Module module; local 4210 FT_Module module; local 4468 FT_Module module = library->modules[n]; local 4508 FT_Module module = library->modules[n]; local 4560 FT_Module module = FT_Get_Module( library, "truetype" ); local [all...] |
| /external/chromium_org/third_party/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/chromium_org/v8/src/ |
| contexts.h | 220 // For module contexts, points back to the respective JSModule. 248 // scope info (block contexts), or the module instance (module contexts). 364 JSModule* module() { return JSModule::cast(get(EXTENSION_INDEX)); } function in class:v8::internal::Context 365 void set_module(JSModule* module) { set(EXTENSION_INDEX, module); }
|
| full-codegen.cc | 76 void BreakableStatementChecker::VisitModuleLiteral(ModuleLiteral* module) { 80 void BreakableStatementChecker::VisitModuleVariable(ModuleVariable* module) { 84 void BreakableStatementChecker::VisitModulePath(ModulePath* module) { 88 void BreakableStatementChecker::VisitModuleUrl(ModuleUrl* module) { 609 ModuleLiteral* module = declaration->module()->AsModuleLiteral(); local 610 if (module != NULL) { 612 Scope* scope = module->body()->scope(); 618 // Set up module context. 628 // Pop module context [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/oprofile/libpp/ |
| 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/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 | 384 virtual audio_io_handle_t openOutput(audio_module_handle_t module, 401 data.writeInt32(module); 468 virtual audio_io_handle_t openInput(audio_module_handle_t module, 482 data.writeInt32(module); 924 audio_module_handle_t module = (audio_module_handle_t)data.readInt32(); local 977 audio_module_handle_t module = (audio_module_handle_t)data.readInt32(); local [all...] |
| /frameworks/av/services/audioflinger/ |
| AudioPolicyService.cpp | 66 const struct hw_module_t *module; local 79 rc = hw_get_module(AUDIO_POLICY_HARDWARE_MODULE_ID, &module); 83 rc = audio_policy_dev_open(module, &mpAudioPolicyDev); 99 ALOGI("Loaded audio policy from %s (%s)", module->name, module->id); [all...] |
| /frameworks/base/services/jni/ |
| com_android_server_location_FlpHardwareProvider.cpp | 139 * the HW module and obtaining the proper interfaces. 645 const hw_module_t* module = NULL; local 646 int err = hw_get_module(FUSED_LOCATION_HARDWARE_MODULE_ID, &module); 652 err = module->methods->open( 653 module,
|
| com_android_server_location_GpsLocationProvider.cpp | 337 hw_module_t* module; local 364 err = hw_get_module(GPS_HARDWARE_MODULE_ID, (hw_module_t const**)&module); 367 err = module->methods->open(module, GPS_HARDWARE_MODULE_ID, &device);
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
| cs46xx_dsp_spos.h | 74 struct dsp_module_desc * module; member in struct:dsp_symbol_entry
|
| /build/core/ |
| definitions.mk | 81 # GPL module license files 84 # Target and host installed module's dependencies on shared libraries. 465 ## Convert a list of short module names (e.g., "framework", "Browser") 472 define module-built-files 473 $(foreach module,$(1),$(ALL_MODULES.$(module).BUILT)) 484 define module-installed-files 485 $(foreach module,$(1),$(ALL_MODULES.$(module).INSTALLED)) 491 ## against that module as a public API [all...] |
| /external/chromium/chrome/browser/extensions/ |
| extension_service.cc | 1101 const Extension::NaClModuleInfo& module = extension->nacl_modules()[i]; local 1152 const Extension::NaClModuleInfo& module = extension->nacl_modules()[i]; local [all...] |
| /external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
| plugin.cc | 51 #include "ppapi/cpp/module.h" 119 pp::Module *module = pp::Module::Get(); local 120 CHECK(module); 122 module->GetBrowserInterface(PPB_NACL_PRIVATE_INTERFACE)); 126 pp::Module *module = pp::Module::Get(); local 127 CHECK(module); 1688 pp::Module* module = pp::Module::Get(); local [all...] |