Searched defs:module (Results 201 - 225 of 374) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h38 char *module; member in struct:__tsan::ReportStack
77 char *module; member in struct:__tsan::ReportLocation
/external/freetype/src/cff/
H A Dcffdrivr.c245 " without the `PSNames' module\n" ));
404 * service defined in SFNT module.
406 * Otherwise call the service function in the sfnt module.
583 cff_property_set( FT_Module module, /* CFF_Driver */ argument
588 CFF_Driver driver = (CFF_Driver)module;
653 cff_property_get( FT_Module module, /* CFF_Driver */ argument
658 CFF_Driver driver = (CFF_Driver)module;
778 /* we pass our request to the `sfnt' module */
805 0, /* module-specific interface */
/external/freetype/src/psnames/
H A Dpsmodule.c5 /* PSNames module implementation (body). */
563 psnames_get_service( FT_Module module, argument
571 if ( !module )
573 library = module->library;
577 FT_UNUSED( module );
603 (void*)&PSCMAPS_INTERFACE_GET ), /* module specific interface */
/external/freetype/src/truetype/
H A Dttdriver.c62 tt_property_set( FT_Module module, /* TT_Driver */ argument
67 TT_Driver driver = (TT_Driver)module;
92 tt_property_get( FT_Module module, /* TT_Driver */ argument
97 TT_Driver driver = (TT_Driver)module;
505 /* only return the default interface from the SFNT module */
/external/libunwind/
H A DAndroid.mk222 module := libunwind macro
269 module := libunwind-ptrace macro
304 module := libunwindbacktrace macro
331 module := libunwind-unit-tests macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-event.h13 char *module; /* Module name */ member in struct:probe_trace_point
122 /* Internal use: Return kernel/module path */
123 extern const char *kernel_get_module_path(const char *module);
126 int max_probe_points, const char *module,
130 extern int show_line_range(struct line_range *lr, const char *module);
132 int max_probe_points, const char *module,
134 extern int show_available_funcs(const char *module, struct strfilter *filter,
/external/lldb/source/API/
H A DSBSymbolContext.cpp182 SBSymbolContext::SetModule (lldb::SBModule module) argument
184 ref().module_sp = module.GetSP();
/external/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp93 BreakpointLocationList::FindInModule (Module *module, argument
104 if (section_sp && section_sp->GetModule().get() == module)
/external/lldb/source/Core/
H A DSearchFilter.cpp317 SearchFilterByModule::SearchFilterByModule (const lldb::TargetSP &target_sp, const FileSpec &module) : argument
319 m_module_spec (module)
401 // If the module file spec is a full path, then we can just find the one
411 Module* module = target_modules.GetModulePointerAtIndexUnlocked(i); local
413 if (FileSpec::Equal (m_module_spec, module->GetFileSpec(), full_match))
415 SymbolContext matchingContext(m_target_sp, module->shared_from_this());
428 s->PutCString(", module = ");
552 // If the module file spec is a full path, then we can just find the one
562 Module* module = target_modules.GetModulePointerAtIndexUnlocked(i); local
563 if (m_module_spec_list.FindFileIndex(0, module
[all...]
H A DValue.cpp322 Module *module)
437 if (module == NULL)
439 // The only thing we can currently lock down to a module so that
446 module = var_sc.module_sp.get();
450 if (module)
453 ObjectFile *objfile = module->GetObjectFile();
485 if (module)
488 error.SetErrorStringWithFormat ("unable to resolve the module for file address 0x%" PRIx64 " for variable '%s' in %s",
491 module->GetFileSpec().GetPath().c_str());
493 error.SetErrorStringWithFormat ("unable to resolve the module fo
319 GetValueAsData(ExecutionContext *exe_ctx, DataExtractor &data, uint32_t data_offset, Module *module) argument
[all...]
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp443 llvm::Module *module,
446 for (llvm::Module::iterator fi = module->getFunctionList().begin(), fe = module->getFunctionList().end();
481 err.SetErrorString("IR doesn't contain a module");
492 err.SetErrorStringWithFormat("Couldn't find %s() in the module", m_expr.FunctionName());
442 FindFunctionInModule(ConstString &mangled_name, llvm::Module *module, const char *orig_name) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c255 LLVMModuleRef module = gallivm->module; local
258 LLVMValueRef func = LLVMAddFunction(module, test->name,
H A Dlp_test_conv.c104 LLVMModuleRef module = gallivm->module; local
119 func = LLVMAddFunction(module, "test",
H A Dlp_test_format.c84 LLVMModuleRef module = gallivm->module; local
103 func = LLVMAddFunction(module, name,
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dkernel.cpp31 const std::vector<clover::module::argument> &args) :
34 if (arg.type == module::argument::scalar)
36 else if (arg.type == module::argument::global)
38 else if (arg.type == module::argument::local)
40 else if (arg.type == module::argument::constant)
42 else if (arg.type == module::argument::image2d_rd ||
43 arg.type == module::argument::image3d_rd)
45 else if (arg.type == module::argument::image2d_wr ||
46 arg.type == module::argument::image3d_wr)
48 else if (arg.type == module
128 _cl_kernel::module(const clover::command_queue &q) const { function in class:_cl_kernel
[all...]
/external/oprofile/daemon/liblegacy/
H A Dopd_kernel.c3 * 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
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/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 */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
H A Dfxft_psmodule.c6 /* PSNames module implementation (body). */
622 psnames_get_service( FT_Module module, argument
630 if ( !module )
632 library = module->library;
636 FT_UNUSED( module );
662 (void*)&PSCMAPS_INTERFACE_GET ), /* module specific interface */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttdriver.c62 tt_property_set( FT_Module module, /* TT_Driver */ argument
67 TT_Driver driver = (TT_Driver)module;
92 tt_property_get( FT_Module module, /* TT_Driver */ argument
97 TT_Driver driver = (TT_Driver)module;
504 /* only return the default interface from the SFNT module */
/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/bluetooth/bluedroid/bta/sys/
H A Dbta_sys_main.c232 void bta_sys_hw_register( tBTA_SYS_HW_MODULE module, tBTA_SYS_HW_CBACK *cback) argument
234 bta_sys_cb.sys_hw_cback[module]=cback;
238 void bta_sys_hw_unregister( tBTA_SYS_HW_MODULE module )
240 bta_sys_cb.sys_hw_cback[module]=NULL;
339 /* register which HW module was turned on */
347 /* register which HW module was turned on */
364 ** Description if no other module is using the HW, this function will call ( if defined ) a user-macro to turn off the HW
379 /* register which module we turn off */
446 APPL_TRACE_DEBUG("bta_sys_hw_evt_disabled - module 0x%X", p_sys_hw_msg->hw_module);
640 void bta_sys_disable(tBTA_SYS_HW_MODULE module) argument
[all...]
/external/chromium_org/base/win/
H A Dpe_image.cc48 bool ProcessImportChunk(const PEImage &image, LPCSTR module, argument
54 return image.EnumOneImportChunk(storage.callback, module, name_table, iat,
61 LPCSTR module, PIMAGE_THUNK_DATA name_table,
68 module, name_table, iat, bound_iat,
72 void PEImage::set_module(HMODULE module) { argument
73 module_ = module;
59 ProcessDelayImportChunk(const PEImage &image, PImgDelayDescr delay_descriptor, LPCSTR module, PIMAGE_THUNK_DATA name_table, PIMAGE_THUNK_DATA iat, PIMAGE_THUNK_DATA bound_iat, PIMAGE_THUNK_DATA unload_iat, PVOID cookie) argument
H A Dpe_image_unittest.cc29 LPCSTR module,
63 LPCSTR module,
75 LPCSTR module,
203 HMODULE module = LoadLibrary(L"advapi32.dll"); local
204 ASSERT_TRUE(NULL != module);
206 PEImage pe(module);
248 FreeLibrary(module);
253 HMODULE module = LoadLibrary(L"advapi32.dll"); local
254 ASSERT_TRUE(NULL != module);
256 PEImage pe(module);
28 ImportsCallback(const PEImage &image, LPCSTR module, DWORD ordinal, LPCSTR name, DWORD hint, PIMAGE_THUNK_DATA iat, PVOID cookie) argument
62 ImportChunksCallback(const PEImage &image, LPCSTR module, PIMAGE_THUNK_DATA name_table, PIMAGE_THUNK_DATA iat, PVOID cookie) argument
73 DelayImportChunksCallback(const PEImage &image, PImgDelayDescr delay_descriptor, LPCSTR module, PIMAGE_THUNK_DATA name_table, PIMAGE_THUNK_DATA iat, PIMAGE_THUNK_DATA bound_iat, PIMAGE_THUNK_DATA unload_iat, PVOID cookie) argument
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.cc50 scoped_refptr<PluginModule> module; member in struct:content::PepperWebPluginImpl::InitData
65 init_data_->module = plugin_module;
85 instance_ = init_data_->module->CreateInstance(
101 init_data_->render_frame, init_data_->module->path());
/external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
H A Dmedia_stream_video.cc18 #include "ppapi/cpp/module.h"
52 MediaStreamVideoDemoInstance(PP_Instance instance, pp::Module* module);
114 PP_Instance instance, pp::Module* module)
113 MediaStreamVideoDemoInstance( PP_Instance instance, pp::Module* module) argument

Completed in 3325 milliseconds

1234567891011>>