Home
last modified time | relevance | path

Searched defs:module (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/external/oprofile/daemon/liblegacy/
Dp_module.h42 unsigned long module; /* kernel addresses */ member
133 struct module struct
135 unsigned tgt_long size_of_struct; /* == sizeof(module) */ argument
157 unsigned tgt_long read_start; /* Read data from existing module */ argument
176 /* Bits of module.flags. */ argument
Dopd_kernel.c81 struct opd_module * module = xmalloc(sizeof(struct opd_module)); in opd_create_module() local
101 struct opd_module * module; in opd_find_module_by_name() local
117 struct opd_module * module; in opd_clear_module_info() local
324 struct opd_module * module; in opd_find_module_by_eip() local
354 struct opd_module * module; in opd_handle_module_sample() local
413 struct opd_module * module; in opd_add_kernel_map() local
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
Ddata.py80 def FixupExpression(module, value, scope): argument
114 def ImportFromData(module, data): argument
143 def StructFromData(module, data): argument
168 def FieldFromData(module, data, struct): argument
189 def ParameterFromData(module, data, interface): argument
210 def MethodFromData(module, data, interface): argument
228 def InterfaceFromData(module, data): argument
242 def EnumFieldFromData(module, enum, data, parent_kind): argument
259 def EnumFromData(module, data, parent_kind): argument
274 def ConstantFromData(module, data, parent_kind): argument
[all …]
/external/chromium_org/content/renderer/pepper/
Dppb_proxy_impl.cc21 void PluginCrashed(PP_Module module) { in PluginCrashed()
35 void SetReserveInstanceIDCallback(PP_Module module, in SetReserveInstanceIDCallback()
42 void AddRefModule(PP_Module module) { in AddRefModule()
48 void ReleaseModule(PP_Module module) { in ReleaseModule()
54 PP_Bool IsInModuleDestructor(PP_Module module) { in IsInModuleDestructor()
Dhost_globals.cc44 void GetAllContainersForModule(PluginModule* module, ContainerSet* containers) { in GetAllContainersForModule()
171 PluginModule* module = GetModule(pp_module); in BroadcastLogWithSource() local
198 PP_Module HostGlobals::AddModule(PluginModule* module) { in AddModule()
217 void HostGlobals::ModuleDeleted(PP_Module module) { in ModuleDeleted()
228 PluginModule* HostGlobals::GetModule(PP_Module module) { in GetModule()
/external/chromium_org/third_party/freetype/src/pshinter/
Dpshmod.c41 ps_hinter_done( PS_Hinter_Module module ) in ps_hinter_done()
52 ps_hinter_init( PS_Hinter_Module module ) in ps_hinter_init()
74 pshinter_get_globals_funcs( FT_Module module ) in pshinter_get_globals_funcs()
82 pshinter_get_t1_funcs( FT_Module module ) in pshinter_get_t1_funcs()
90 pshinter_get_t2_funcs( FT_Module module ) in pshinter_get_t2_funcs()
/external/freetype/src/pshinter/
Dpshmod.c41 ps_hinter_done( PS_Hinter_Module module ) in ps_hinter_done()
52 ps_hinter_init( PS_Hinter_Module module ) in ps_hinter_init()
74 pshinter_get_globals_funcs( FT_Module module ) in pshinter_get_globals_funcs()
82 pshinter_get_t1_funcs( FT_Module module ) in pshinter_get_t1_funcs()
90 pshinter_get_t2_funcs( FT_Module module ) in pshinter_get_t2_funcs()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
Dpshmod.c41 ps_hinter_done( PS_Hinter_Module module ) in ps_hinter_done()
52 ps_hinter_init( PS_Hinter_Module module ) in ps_hinter_init()
74 pshinter_get_globals_funcs( FT_Module module ) in pshinter_get_globals_funcs()
82 pshinter_get_t1_funcs( FT_Module module ) in pshinter_get_t1_funcs()
90 pshinter_get_t2_funcs( FT_Module module ) in pshinter_get_t2_funcs()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmodule.hpp29 struct module { struct
30 class noent_error {
35 typedef uint32_t resource_id;
36 typedef uint32_t size_t;
38 struct section {
58 struct argument {
78 struct symbol {
101 clover::compat::vector<symbol> syms;
102 clover::compat::vector<section> secs;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
Dmodule.hpp29 struct module { struct
30 class noent_error {
35 typedef uint32_t resource_id;
36 typedef uint32_t size_t;
38 struct section {
58 struct argument {
78 struct symbol {
101 clover::compat::vector<symbol> syms;
102 clover::compat::vector<section> secs;
/external/chromium_org/third_party/freetype/src/autofit/
Dafmodule.c51 AF_Module module ) in af_property_get_face_globals()
88 AF_Module module = (AF_Module)ft_module; in af_property_set() local
125 AF_Module module = (AF_Module)ft_module; in af_property_get() local
206 AF_Module module = (AF_Module)ft_module; in af_autofitter_init() local
218 AF_Module module = (AF_Module)ft_module; in af_autofitter_done() local
226 af_autofitter_load_glyph( AF_Module module, in af_autofitter_load_glyph()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCanvasAgent.cpp117 InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, traceLogId); in dropTraceLog() local
140 …InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, ScriptState::forMainWo… in captureFrame() local
150 …InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, ScriptState::forMainWo… in startCapturing() local
157 InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, traceLogId); in stopCapturing() local
164 InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, traceLogId); in getTraceLog() local
171 InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, traceLogId); in replayTraceLog() local
178 InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, traceLogId); in getResourceState() local
185 InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, traceLogId); in evaluateTraceLogCallArgument() local
193 InjectedScriptCanvasModule module = injectedScriptCanvasModule(&error, context); in wrapCanvas2DRenderingContextForInstrumentation() local
202 InjectedScriptCanvasModule module = injectedScriptCanvasModule(&error, glContext); in wrapWebGLRenderingContextForInstrumentation() local
[all …]
/external/freetype/src/autofit/
Dafmodule.c51 AF_Module module ) in af_property_get_face_globals()
88 AF_Module module = (AF_Module)ft_module; in af_property_set() local
157 AF_Module module = (AF_Module)ft_module; in af_property_get() local
250 AF_Module module = (AF_Module)ft_module; in af_autofitter_init() local
263 AF_Module module = (AF_Module)ft_module; in af_autofitter_done() local
271 af_autofitter_load_glyph( AF_Module module, in af_autofitter_load_glyph()
/external/bluetooth/bluedroid/btif/co/
Dbta_sys_co.c30 void bta_sys_hw_co_enable( tBTA_SYS_HW_MODULE module ) in bta_sys_hw_co_enable()
49 void bta_sys_hw_co_disable( tBTA_SYS_HW_MODULE module ) in bta_sys_hw_co_disable()
/external/bluetooth/bluedroid/bta/sys/
Dbta_sys_ci.c40 void bta_sys_hw_ci_enabled(tBTA_SYS_HW_MODULE module ) in bta_sys_hw_ci_enabled()
65 void bta_sys_hw_ci_disabled( tBTA_SYS_HW_MODULE module ) in bta_sys_hw_ci_disabled()
/external/chromium_org/base/win/
Dpe_image.h82 explicit PEImage(HMODULE module) : module_(module) {} in PEImage()
83 explicit PEImage(const void* module) { in PEImage()
251 inline HMODULE PEImage::module() const { in module() function
/external/chromium_org/tools/telemetry/build/
Dupdate_docs.py23 def GenerateHTMLForModule(module): argument
51 def WriteHTMLForModule(module): argument
58 def GetAllModulesToDocument(module): argument
/external/chromium_org/chrome/common/
Dchrome_version_info_win.cc21 base::FilePath module; in GetVersionStringModifier() local
45 base::FilePath module; in GetChannel() local
/external/chromium_org/chrome/browser/
Denumerate_modules_model_win.cc86 const ModuleEnumerator::Module& module; member
329 void ModuleEnumerator::NormalizeModule(Module* module) { in NormalizeModule()
358 const ModuleEnumerator::Module& module, in Match()
506 MODULEENTRY32 module = { sizeof(module) }; in EnumerateLoadedModules() local
590 void ModuleEnumerator::PopulateModuleInformation(Module* module) { in PopulateModuleInformation()
612 void ModuleEnumerator::AddToListWithoutDuplicating(const Module& module) { in AddToListWithoutDuplicating()
679 Module* module = &(*enumerated_modules_)[m]; in MatchAgainstBlacklist() local
865 for (ModuleEnumerator::ModulesVector::const_iterator module = in GetModuleList() local
953 for (ModuleEnumerator::ModulesVector::const_iterator module = in GetFirstNotableConflict() local
1001 for (ModuleEnumerator::ModulesVector::const_iterator module = in DoneScanning() local
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvcmfactory.h41 FakeWebRtcVideoCaptureModule* module = in Create() local
51 void OnDestroyed(webrtc::VideoCaptureModule* module) { in OnDestroyed()
/external/chromium_org/third_party/webrtc/modules/utility/source/
Dprocess_thread_impl.cc25 void ProcessThread::DestroyProcessThread(ProcessThread* module) in DestroyProcessThread()
88 int32_t ProcessThreadImpl::RegisterModule(Module* module) in RegisterModule()
110 int32_t ProcessThreadImpl::DeRegisterModule(const Module* module) in DeRegisterModule()
/external/chromium_org/tools/cr/cr/
Dloader.py29 def _AutoExportScanner(module): argument
49 def _ScanModule(module): argument
/external/chromium_org/third_party/libxml/src/
Dxmlmodule.c44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) in xmlModuleErrMemory()
71 xmlModulePtr module; in xmlModuleOpen() local
106 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) in xmlModuleSymbol()
142 xmlModuleClose(xmlModulePtr module) in xmlModuleClose()
178 xmlModuleFree(xmlModulePtr module) in xmlModuleFree()
/external/libxml2/
Dxmlmodule.c44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) in xmlModuleErrMemory()
75 xmlModulePtr module; in xmlModuleOpen() local
114 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) in xmlModuleSymbol()
150 xmlModuleClose(xmlModulePtr module) in xmlModuleClose()
186 xmlModuleFree(xmlModulePtr module) in xmlModuleFree()
/external/chromium_org/chrome/installer/mini_installer/
Dpe_resource.cc7 PEResource::PEResource(HRSRC resource, HMODULE module) in PEResource()
11 PEResource::PEResource(const wchar_t* name, const wchar_t* type, HMODULE module) in PEResource()

12345678910>>...16