Searched defs:module (Results 226 - 250 of 374) sorted by relevance

1234567891011>>

/external/chromium_org/net/cert/
H A Dnss_cert_database.cc182 CryptoModule* module,
188 << PK11_GetModuleID(module->os_module_handle()) << ":"
189 << PK11_GetSlotID(module->os_module_handle());
190 int result = psm::nsPKCS12Blob_Import(module->os_module_handle(),
181 ImportFromPKCS12( CryptoModule* module, const std::string& data, const base::string16& password, bool is_extractable, net::CertificateList* imported_certs) argument
/external/chromium_org/ppapi/examples/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
/external/chromium_org/sandbox/win/wow_helper/
H A Dservice64_resolver.cc192 NTSTATUS ResolverThunk::ResolveTarget(const void* module, argument
240 NTSTATUS Service64ResolverThunk::ResolveTarget(const void* module, argument
243 if (NULL == module)
246 *address = ::GetProcAddress(bit_cast<HMODULE>(module), function_name);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorCanvasAgent.cpp124 InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, traceLogId); local
125 if (!module.isEmpty())
126 module.dropTraceLog(errorString, traceLogId);
147 InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, ScriptState::forMainWorld(frame));
148 if (!module.isEmpty())
149 module.captureFrame(errorString, traceLogId);
157 InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, ScriptState::forMainWorld(frame));
158 if (!module.isEmpty())
159 module.startCapturing(errorString, traceLogId);
164 InjectedScriptCanvasModule module local
171 InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, traceLogId); local
178 InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, traceLogId); local
185 InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, traceLogId); local
192 InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, traceLogId); local
200 InjectedScriptCanvasModule module = injectedScriptCanvasModule(&error, context); local
209 InjectedScriptCanvasModule module = injectedScriptCanvasModule(&error, glContext); local
353 InjectedScriptCanvasModule module = injectedScriptCanvasModule(&error, ScriptState::forMainWorld(it->key)); local
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffobjs.c64 FT_Module module; local
67 module = FT_Get_Module( size->root.face->driver->root.library,
69 return ( module && pshinter && pshinter->get_globals_funcs )
70 ? pshinter->get_globals_funcs( module )
359 FT_Module module; local
362 module = FT_Get_Module( slot->face->driver->root.library,
364 if ( module )
369 funcs = pshinter->get_t2_funcs( module );
502 FT_ERROR(( "cff_face_init: cannot access `sfnt' module\n" ));
599 /* we need the `PSNames' module fo
[all...]
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dhwcomposer.h41 * The id of this module
508 * the hwcomposer module to make sure black pixels are output (or blended
633 static inline int hwc_open_1(const struct hw_module_t* module, argument
635 return module->methods->open(module,
/external/chromium_org/third_party/libxml/src/
H A Dgentest.py29 # defines for each module
307 def add_missing_functions(name, module):
312 list = missing_functions[module]
315 missing_functions[module] = [name]
321 def type_convert(str, name, info, module, function, pos):
342 if module == 'nanoftp' and name == 'ctx':
348 if module == 'nanohttp' and name == 'ctx':
392 if res == 'FILE_ptr' and module == 'debugXML':
395 if module == 'parser' or module
540 module = enum.xpathEval('string(@file)') variable
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Degldriver.c194 * Load a module and create the driver object.
236 * Unload a module.
247 * XXX At this point (atexit), the module might be the last reference to
248 * libEGL. Closing the module might unmap libEGL and give problems.
264 * Add a module to the module array.
296 _eglLog(_EGL_DEBUG, "added %s to module array", mod->Path);
304 * Free a module.
307 _eglFreeModule(void *module) argument
309 _EGLModule *mod = (_EGLModule *) module;
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c34 * out into from the SoA code into a common module and shared.
1099 LLVMModuleRef module = LLVMGetGlobalParent( local
1101 LLVMDumpModule(module);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c159 LLVMModuleRef module = gallivm->module; local
177 func = LLVMAddFunction(module, "test", LLVMFunctionType(LLVMVoidTypeInContext(context), args, 4, 0));
/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Dmedia_file_impl.cc25 void MediaFile::DestroyMediaFile(MediaFile* module) argument
27 delete static_cast<MediaFileImpl*>(module);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_rtcp.cc29 void SetModule(RtpRtcp* module) { argument
30 _rtpRtcpModule = module;
186 // the receiving module.
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Dvideo_render_impl.cc40 VideoRender* module)
42 if (module)
44 delete module;
39 DestroyVideoRender( VideoRender* module) argument
H A Dvideo_render_internal_impl.cc77 VideoRender* module)
79 if (module)
81 delete module;
76 DestroyVideoRender( VideoRender* module) argument
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_impl.cc189 const TraceModule module,
201 switch (module) {
278 switch (module) {
575 void TraceImpl::AddImpl(const TraceLevel level, const TraceModule module, argument
599 len = AddModuleAndId(message_ptr, module, id);
732 void Trace::Add(const TraceLevel level, const TraceModule module, argument
750 trace->AddImpl(level, module, id, buff);
188 AddModuleAndId(char* trace_message, const TraceModule module, const int32_t id) const argument
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_receiver.cc115 void ViEReceiver::SetRtpRtcpModule(RtpRtcp* module) { argument
116 rtp_rtcp_ = module;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Darch.h64 const struct yasm_arch_module *module; member in struct:yasm_arch_base
82 /** YASM architecture module interface.
255 * \param module architecture module
263 /*@only@*/ yasm_arch *yasm_arch_create(const yasm_arch_module *module,
441 (((yasm_arch_base *)arch)->module->name)
443 (((yasm_arch_base *)arch)->module->keyword)
445 (((yasm_arch_base *)arch)->module->wordsize)
447 (((yasm_arch_base *)arch)->module->min_insn_len)
449 #define yasm_arch_create(module, machin
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc172 void PrintModuleAndOffset(InternalScopedString *buffer, const char *module, argument
175 StripPathPrefix(module, common_flags()->strip_path_prefix),
237 char *StripModuleName(const char *module) { argument
238 if (module == 0)
240 const char *short_module_name = internal_strrchr(module, '/');
244 short_module_name = module;
H A Dsanitizer_coverage_libcdep.cc24 // For every module of the current process that has coverage data
26 // it's just a sorted sequence of 4-byte offsets in the module.
197 // Block layout for packed file format: header, followed by module name (no
205 static void CovWritePacked(int pid, const char *module, const void *blob, argument
208 unsigned module_name_length = internal_strlen(module);
214 internal_write(cov_fd, module, module_name_length);
228 internal_memcpy(block_pos, module, module_name_length);
244 // If packed = false: <name>.<pid>.<sancov> (name = module name).
285 InternalScopedBuffer<char> module(4096);
288 proc_maps.Next(&mb, &me, &off, module
[all...]
/external/elfutils/0.153/libdwfl/
H A Dlinux-kernel-modules.c77 #define MODNOTESFMT "/sys/module/%s/notes"
80 #define SECADDRDIRFMT "/sys/module/%s/sections/"
81 #define MODULE_SECT_NAME_LEN 32 /* Minimum any linux/module.h has had. */
216 int (*predicate) (const char *module, const char *file))
265 int (*predicate) (const char *module, const char *file))
337 int (*predicate) (const char *module,
392 call that the module name. Modules could well be
395 __this_module.name contents in the module's text. */
548 /* Found it. For a module we must figure out its VADDR now. */
573 /* Look for a build ID for a loaded kernel module
215 report_kernel(Dwfl *dwfl, const char **release, int (*predicate) (const char *module, const char *file)) argument
264 report_kernel_archive(Dwfl *dwfl, const char **release, int (*predicate) (const char *module, const char *file)) argument
336 dwfl_linux_kernel_report_offline(Dwfl *dwfl, const char *release, int (*predicate) (const char *module, const char *file)) argument
[all...]
/external/freetype/src/cff/
H A Dcffobjs.c64 FT_Module module; local
67 module = FT_Get_Module( size->root.face->driver->root.library,
69 return ( module && pshinter && pshinter->get_globals_funcs )
70 ? pshinter->get_globals_funcs( module )
359 FT_Module module; local
362 module = FT_Get_Module( slot->face->driver->root.library,
364 if ( module )
369 funcs = pshinter->get_t2_funcs( module );
502 FT_ERROR(( "cff_face_init: cannot access `sfnt' module\n" ));
599 /* we need the `PSNames' module fo
[all...]
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp212 DynamicLoaderPOSIXDYLD::UpdateLoadedSections(ModuleSP module, addr_t base_addr) argument
214 ObjectFile *obj_file = module->GetObjectFile();
451 ModuleSP module = m_process->GetTarget().GetExecutableModule();
452 ObjectFile *exe = module->GetObjectFile();
/external/mesa3d/src/egl/main/
H A Degldriver.c194 * Load a module and create the driver object.
236 * Unload a module.
247 * XXX At this point (atexit), the module might be the last reference to
248 * libEGL. Closing the module might unmap libEGL and give problems.
264 * Add a module to the module array.
296 _eglLog(_EGL_DEBUG, "added %s to module array", mod->Path);
304 * Free a module.
307 _eglFreeModule(void *module) argument
309 _EGLModule *mod = (_EGLModule *) module;
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c34 * out into from the SoA code into a common module and shared.
1099 LLVMModuleRef module = LLVMGetGlobalParent( local
1101 LLVMDumpModule(module);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c159 LLVMModuleRef module = gallivm->module; local
177 func = LLVMAddFunction(module, "test", LLVMFunctionType(LLVMVoidTypeInContext(context), args, 4, 0));

Completed in 1524 milliseconds

1234567891011>>