Searched defs:module (Results 151 - 175 of 195) sorted by relevance

12345678

/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/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/vogar/lib/
H A Dminiguice.jar ... .lang.Class, java.lang.Object[]) Object module Object[] arr$ int len$ int i$ Class ...
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc18 // At the module start up time __sanitizer_cov_module_init sets the guards
26 // For every module of the current process that has coverage data
32 // The rest of the data is the offsets in the module.
137 // Vector of module and compilation unit pc ranges.
510 // Block layout for packed file format: header, followed by module name (no
518 static void CovWritePacked(int pid, const char *module, const void *blob, argument
521 unsigned module_name_length = internal_strlen(module);
527 WriteToFile(cov_fd, module, module_name_length);
541 internal_memcpy(block_pos, module, module_name_length);
556 // If packed = false: <name>.<pid>.<sancov> (name = module nam
[all...]
/external/freetype/src/base/
H A Dftobjs.c637 * - Do only auto-hinting if we have a hinter module, a scalable font
3914 ft_add_renderer( FT_Module module )
3916 FT_Library library = module->library;
3926 FT_Renderer render = FT_RENDERER( module );
3927 FT_Renderer_Class* clazz = (FT_Renderer_Class*)module->clazz;
3946 node->data = module;
3962 ft_remove_renderer( FT_Module module )
3969 library = module->library;
3975 node = FT_List_Find( &library->renderers, module );
3978 FT_Renderer render = FT_RENDERER( module );
4245 FT_Module module; local
4384 FT_Module module; local
4750 FT_Module module = library->modules[n]; local
4790 FT_Module module = library->modules[n]; local
4838 FT_Module module = FT_Get_Module( library, "truetype" ); local
[all...]
/external/google-breakpad/src/processor/
H A Dminidump.cc1737 BPLOG(ERROR) << "MinidumpModule cannot read module";
1770 BPLOG(ERROR) << "MinidumpModule has a module problem, " <<
1787 // Each module must have a name.
1794 // At this point, we have enough info for the module to be valid.
1798 // module indicates that they exist.
2460 BPLOG(ERROR) << "MinidumpModuleList could not read module count";
2468 BPLOG(ERROR) << "MinidumpModuleList module count " << module_count <<
2505 MinidumpModule* module = &(*modules)[module_index]; local
2508 if (!module->Read()) {
2509 BPLOG(ERROR) << "MinidumpModuleList could not read module " <<
2523 MinidumpModule* module = &(*modules)[module_index]; local
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Dprobe-event.c115 static struct map *kernel_get_module_map(const char *module) argument
120 /* A file path -- this is an offline module */
121 if (module && strchr(module, '/'))
122 return machine__new_module(&machine, 0, module);
124 if (!module)
125 module = "kernel";
129 if (strncmp(pos->dso->short_name + 1, module,
137 static struct dso *kernel_get_module_dso(const char *module) argument
143 if (module) {
170 kernel_get_module_path(const char *module) argument
206 open_debuginfo(const char *module) argument
265 add_module_to_probe_trace_events(struct probe_trace_event *tevs, int ntevs, const char *module) argument
469 show_line_range(struct line_range *lr, const char *module) argument
606 show_available_vars(struct perf_probe_event *pevs, int npevs, int max_vls, const char *module, struct strfilter *_filter, bool externs) argument
2231 available_kernel_funcs(const char *module) argument
[all...]
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp54 DynamicLoaderMacOSXDYLD::GetImageInfo (Module *module) argument
56 const UUID &module_uuid = module->GetUUID();
77 const FileSpec &platform_file_spec = module->GetPlatformFileSpec();
356 // No UUID, we must rely upon the cached module modification
416 // dyld module shared pointer might be unique and we may need to add
418 // images). So append the dyld module back to the list if it is
424 // At this point we should have read in dyld's module, and so we should set breakpoints in it:
446 DynamicLoaderMacOSXDYLD::UpdateImageLoadAddress (Module *module, DYLDImageInfo& info) argument
449 if (module)
451 ObjectFile *image_object_file = module
551 UnloadImageLoadAddress(Module *module, DYLDImageInfo& info) argument
[all...]
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp888 lldb_private::Module *module,
896 m_module(module),
927 Module *module,
945 args.reset(new LaunchArgs(this, module, argv, envp,
887 LaunchArgs(ProcessMonitor *monitor, lldb_private::Module *module, char const **argv, char const **envp, const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_dir) argument
926 ProcessMonitor(ProcessPOSIX *process, Module *module, const char *argv[], const char *envp[], const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_dir, lldb_private::Error &error) argument
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp504 // Always create a new module for .o files. Why? Because we
694 SymbolFileDWARFDebugMap::GetCompUnitInfosForModule (const lldb_private::Module *module, std::vector<CompileUnitInfo *>& cu_infos) argument
699 if (module == GetModuleByCompUnitInfo (&m_compile_unit_infos[i]))
1062 // make it into the final output file will have a section whose module
1063 // matches the module from the ObjectFile for this SymbolFile. When
1530 return true; // Address is already in terms of the main executable module
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp203 /// @param module for module instance
214 llvm::Function *createFunction(llvm::Module &module, argument
225 llvm::Function::Create(functType, linkage, functName, &module);
895 /// @param module code for module instance
903 llvm::Module &module,
907 llvm::Function *printFunct = module.getFunction("printStr");
916 new llvm::GlobalVariable(module,
937 /// @param module cod
902 generateStringPrint(llvm::LLVMContext &context, llvm::Module &module, llvm::IRBuilder<> &builder, std::string toPrint, bool useGlobal = true) argument
946 generateIntegerPrint(llvm::LLVMContext &context, llvm::Module &module, llvm::IRBuilder<> &builder, llvm::Function &printFunct, llvm::Value &toPrint, std::string format, bool useGlobal = true) argument
998 createFinallyBlock(llvm::LLVMContext &context, llvm::Module &module, llvm::IRBuilder<> &builder, llvm::Function &toAddTo, std::string &blockName, std::string &functionId, llvm::BasicBlock &terminatorBlock, llvm::BasicBlock &unwindResumeBlock, llvm::Value **exceptionCaughtFlag, llvm::Value **exceptionStorage, llvm::Value **caughtResultStorage) argument
1074 createCatchBlock(llvm::LLVMContext &context, llvm::Module &module, llvm::IRBuilder<> &builder, llvm::Function &toAddTo, std::string &blockName, std::string &functionId, llvm::BasicBlock &terminatorBlock, llvm::Value &exceptionCaughtFlag) argument
1126 createCatchWrappedInvokeFunction( llvm::Module &module, llvm::IRBuilder<> &builder, llvm::legacy::FunctionPassManager &fpm, llvm::Function &toInvoke, std::string ourId, unsigned numExceptionsToCatch, unsigned exceptionTypesToCatch[]) argument
1391 createThrowExceptionFunction(llvm::Module &module, llvm::IRBuilder<> &builder, llvm::legacy::FunctionPassManager &fpm, std::string ourId, int32_t nativeThrowType, llvm::Function &nativeThrowFunct) argument
1508 createUnwindExceptionTest(llvm::Module &module, llvm::IRBuilder<> &builder, llvm::legacy::FunctionPassManager &fpm, std::string nativeThrowFunctName) argument
1644 createStandardUtilityFunctions(unsigned numTypeInfos, llvm::Module &module, llvm::IRBuilder<> &builder) argument
1958 llvm::Module *module = Owner.get(); local
[all...]
/external/mdnsresponder/mDNSShared/
H A DDebugServices.c379 HMODULE module; local
382 module = va_arg( args, HMODULE );
383 err = DebugWindowsEventLogInit( name, module );
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c2146 LLVMModuleRef module = LLVMGetGlobalParent( local
2148 LLVMDumpModule(module);
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp224 HMODULE module,
227 /* TODO: ignore the module, and just create a Gallium software screen */
223 CreateSoftwareAdapter( HMODULE module, IDXGIAdapter **out_adapter) argument
/external/pdfium/third_party/freetype/src/base/
H A Dftobjs.c637 * - Do only auto-hinting if we have a hinter module, a scalable font
3916 ft_add_renderer( FT_Module module )
3918 FT_Library library = module->library;
3928 FT_Renderer render = FT_RENDERER( module );
3929 FT_Renderer_Class* clazz = (FT_Renderer_Class*)module->clazz;
3948 node->data = module;
3964 ft_remove_renderer( FT_Module module )
3971 library = module->library;
3977 node = FT_List_Find( &library->renderers, module );
3980 FT_Renderer render = FT_RENDERER( module );
4256 FT_Module module; local
4411 FT_Module module; local
4780 FT_Module module = library->modules[n]; local
4820 FT_Module module = library->modules[n]; local
4872 FT_Module module = FT_Get_Module( library, "truetype" ); local
[all...]
/external/selinux/libsemanage/src/
H A Dsemanage_store.c27 * local module store. Sandbox routines, used by both source and
41 #include <sepol/module.h>
65 * directories for the module store */
80 /* These are paths relative to the bottom of the module store */
502 /**************** functions that create module store ***************/
505 * create the directories. Returns 0 if module store exists (either
518 ERR(sh, "Could not create module store at %s.",
525 "Could not read from module store at %s.",
532 "Could not access module store at %s, or it is not a directory.",
542 "Could not create module stor
2106 char *module = module_filenames[i]; local
[all...]
/external/selinux/libsepol/src/
H A Dlink.c49 /* a pointer to within the base module's avrule_block chain to
50 * where this module's global now resides */
68 /* used to report the name of the module if dependancy error occurs */
86 /* Deallocates all elements within a module, but NOT the policydb_t
107 /***** functions that copy identifiers from a module to base *****/
184 * module permission bit to target permission bit. that bit
257 * that either a) a module is trying to declare a new object class (which
359 * module expected. duplicate declarations (e.g., two
433 /* Copy types and attributes from a module into the base module
1260 copy_avrule_list(avrule_t * list, avrule_t ** dst, policy_module_t * module, link_state_t * state) argument
1354 copy_role_trans_list(role_trans_rule_t * list, role_trans_rule_t ** dst, policy_module_t * module, link_state_t * state) argument
1411 copy_role_allow_list(role_allow_rule_t * list, role_allow_rule_t ** dst, policy_module_t * module, link_state_t * state) argument
1453 copy_filename_trans_list(filename_trans_rule_t * list, filename_trans_rule_t ** dst, policy_module_t * module, link_state_t * state) argument
1546 copy_cond_list(cond_node_t * list, cond_node_t ** dst, policy_module_t * module, link_state_t * state) argument
1659 copy_scope_index(scope_index_t * src, scope_index_t * dest, policy_module_t * module, link_state_t * state) argument
1720 copy_avrule_decl(link_state_t * state, policy_module_t * module, avrule_decl_t * src_decl, avrule_decl_t * dest_decl) argument
1765 copy_avrule_block(link_state_t * state, policy_module_t * module, avrule_block_t * block) argument
1920 copy_module(link_state_t * state, policy_module_t * module) argument
2294 prepare_module(link_state_t * state, policy_module_t * module) argument
[all...]
/external/v8/src/
H A Dcontexts.h237 // For module contexts, points back to the respective JSModule.
268 // scope info (block contexts), or the module instance (module contexts).
430 JSModule* module() { return JSModule::cast(get(EXTENSION_INDEX)); } function in class:v8::internal::Context
431 void set_module(JSModule* module) { set(EXTENSION_INDEX, module); } argument
H A Dfull-codegen.cc57 void BreakableStatementChecker::VisitModuleLiteral(ModuleLiteral* module) { argument
61 void BreakableStatementChecker::VisitModuleVariable(ModuleVariable* module) { argument
65 void BreakableStatementChecker::VisitModulePath(ModulePath* module) { argument
69 void BreakableStatementChecker::VisitModuleUrl(ModuleUrl* module) { argument
592 ModuleLiteral* module = declaration->module()->AsModuleLiteral(); local
593 if (module != NULL) {
595 Scope* scope = module->body()->scope();
601 // Set up module context.
611 // Pop module contex
728 VisitModuleLiteral(ModuleLiteral* module) argument
766 VisitModuleVariable(ModuleVariable* module) argument
772 VisitModulePath(ModulePath* module) argument
778 VisitModuleUrl(ModuleUrl* module) argument
[all...]
/external/libxml2/python/
H A Dlibxml.c152 * when the python module was imported
836 /* Python module registers a single callback and manages the list of
3909 PyObject *module; local
3912 module = PyModule_Create(&moduledef);
3914 /* intialize the python extension module */
3915 module = Py_InitModule((char *) "libxml2mod", libxmlMethods);
3917 if (module == NULL)
3932 return module;
/external/lldb/source/API/
H A DSBTarget.cpp1343 log->Printf ("SBTarget(%p)::BreakpointCreateByName (symbol=\"%s\", module=\"%s\") => SBBreakpoint(%p)",
1928 SBTarget::AddModule (lldb::SBModule &module) argument
1933 target_sp->GetImages().AppendIfNeeded (module.GetSP());
1948 // The module list is thread safe, no need to lock
1978 // The module list is thread safe, no need to lock
2029 // The module list is thread safe, no need to lock
2044 SBTarget::RemoveModule (lldb::SBModule module) argument
2048 return target_sp->GetImages().Remove(module.GetSP());
2452 SBTarget::SetModuleLoadAddress (lldb::SBModule module, int64_t slide_offset) argument
2459 ModuleSP module_sp (module
2493 ClearModuleLoadAddress(lldb::SBModule module) argument
[all...]
/external/lldb/source/Core/
H A DDebugger.cpp99 #define MODULE_WITH_FUNC "{ ${module.file.basename}{`${function.name-with-args}${function.pc-offset}}}"
1149 "{module.file.basename = '${module.file.basename}'\n}"
1150 "{module.file.fullpath = '${module.file.fullpath}'\n}"
2054 if (IsToken (var_name_begin, "module."))
2058 Module *module = sc->module_sp.get(); local
2059 var_name_begin += ::strlen ("module.");
2063 if (module->GetFileSpec())
2069 format_file_spec.GetFilename() = module
[all...]
/external/lldb/source/Expression/
H A DIRForTarget.cpp382 IRForTarget::DeclForGlobal (const GlobalValue *global_val, Module *module) argument
384 NamedMDNode *named_metadata = module->getNamedMetadata("clang.global.decl.ptrs");
770 // CFIndex -> long (i32 or i64, as appropriate; we ask the module for its pointer size for now)
2628 log->Printf("Couldn't find \"%s()\" in the module", m_func_name.c_str());
2631 m_error_stream->Printf("Internal error [IRForTarget]: Couldn't find wrapper '%s' in the module", m_func_name.c_str());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/lldb/include/lldb/Target/
H A DProcess.h1574 /// Find a Process plug-in that can debug \a module using the
1582 /// The module shared pointer that this process will debug.
1632 /// Check if a plug-in instance can debug the file in \a module.
1635 /// the file in \a module. If the Process plug-in instance can
1694 /// target object's executable module's file as the file to launch.
2159 WillLaunch (Module* module) argument
2167 /// Launch a new process by spawning a new process using \a module's
2173 /// @param[in] module
2174 /// The module from which to extract the file specification and
2435 /// Get the target object pointer for this module
[all...]

Completed in 916 milliseconds

12345678