Searched defs:module (Results 76 - 100 of 374) sorted by relevance

1234567891011>>

/external/freetype/src/autofit/
H A Dafglobal.h114 AF_Module module; /* to access global properties */ member in struct:AF_FaceGlobalsRec_
127 AF_Module module );
/external/libxml2/
H A Dxmlmodule.c2 * xmlmodule.c : basic API for dynamic module loading added 2.6.17
33 * module memory error handler *
44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) argument
48 if (module != NULL) {
49 name = (const char *) module->name;
60 * @name: the module name
63 * Opens a module/shared library given its name or path
70 * Returns a handle for the module or NULL in case of error
75 xmlModulePtr module; local
77 module
114 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) argument
150 xmlModuleClose(xmlModulePtr module) argument
186 xmlModuleFree(xmlModulePtr module) argument
[all...]
/external/mesa3d/src/gbm/main/
H A Dbackend.c56 void *module; local
73 module = dlopen(path, RTLD_NOW | RTLD_GLOBAL);
74 if (!module) {
76 "failed to load module: %s\n", dlerror());
80 init = dlsym(module, entrypoint);
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_mock.py33 """Tests for mock module."""
40 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
/external/chromium_org/base/win/
H A Dpe_image.h51 typedef bool (*EnumImportChunksFunction)(const PEImage &image, LPCSTR module,
56 // module is the dll that exports this symbol. cookie is the value passed to
59 typedef bool (*EnumImportsFunction)(const PEImage &image, LPCSTR module,
64 // module is the dll that exports this block of symbols. cookie is the value
69 LPCSTR module,
82 explicit PEImage(HMODULE module) : module_(module) {} argument
83 explicit PEImage(const void* module) { argument
84 module_ = reinterpret_cast<HMODULE>(const_cast<void*>(module));
88 HMODULE module() cons
251 inline HMODULE PEImage::module() const { function in class:base::win::PEImage
[all...]
/external/chromium_org/chrome/app/
H A Dclose_handle_hook_win.cc37 void AddIATPatch(const base::string16& module);
46 void CloseHandleHooks::AddIATPatch(const base::string16& module) { argument
47 if (module.empty())
51 patch->Patch(module.c_str(), "kernel32.dll", "CloseHandle", CloseHandleHook);
72 base::string16 GetModuleName(HMODULE module) { argument
74 if (!module)
77 int rv = GetModuleFileName(module, buffer, MAX_PATH);
88 HMODULE module; local
92 &module)) {
95 return module;
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dcrypto_module_password_dialog_nss.cc19 bool ShouldShowDialog(const net::CryptoModule* module) { argument
21 return (PK11_NeedLogin(module->os_module_handle()) &&
22 !PK11_IsLoggedIn(module->os_module_handle(), NULL /* wincx */));
/external/chromium_org/content/renderer/pepper/
H A Dhost_dispatcher_wrapper.cc19 PluginModule* module,
24 : module_(module),
18 HostDispatcherWrapper( PluginModule* module, base::ProcessId peer_pid, int plugin_child_id, const ppapi::PpapiPermissions& perms, bool is_external) argument
/external/chromium_org/content/renderer/
H A Dweb_ui_mojo_context_state.cc39 v8::Handle<v8::Value> module) {
42 CHECK(gin::ConvertFromV8(isolate, module, &start));
115 const std::string module = local
127 runner_->Run(data, module);
38 RunMain(base::WeakPtr<gin::Runner> runner, v8::Handle<v8::Value> module) argument
/external/chromium_org/ppapi/cpp/private/
H A Dnet_address_private.cc8 #include "ppapi/cpp/module.h"
76 Module* module = Module::Get(); local
77 if (!module)
83 module->pp_module(),
88 module->pp_module(),
93 module->pp_module(),
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dmodule_instance.cc5 // This implements the required interfaces for representing a plugin module
144 int32_t PPP_InitializeModule(PP_Module module, argument
146 set_pp_module(module);
/external/chromium_org/ppapi/shared_impl/
H A Dtest_globals.cc52 void TestGlobals::BroadcastLogWithSource(PP_Module module, argument
/external/chromium_org/sandbox/win/src/
H A Dresolver_32.cc85 NTSTATUS ResolverThunk::ResolveTarget(const void* module, argument
89 return ResolverThunk::ResolveInterceptor(module, function_name, casted);
H A Dresolver_64.cc66 NTSTATUS ResolverThunk::ResolveTarget(const void* module, argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A D__init__.py33 from base import Port # It's possible we don't need to export this virtual baseclass outside the module. namespace
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafmodule.c5 /* Auto-fitter module implementation (body). */
51 AF_Module module )
65 error = af_face_globals_new( face, &globals, module );
88 AF_Module module = (AF_Module)ft_module; local
96 module->fallback_script = *fallback_script;
106 error = af_property_get_face_globals( prop->face, &globals, module );
125 AF_Module module = (AF_Module)ft_module; local
126 FT_UInt fallback_script = module->fallback_script;
135 error = af_property_get_face_globals( prop->face, &globals, module );
156 error = af_property_get_face_globals( prop->face, &globals, module );
206 AF_Module module = (AF_Module)ft_module; local
218 AF_Module module = (AF_Module)ft_module; local
[all...]
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dfb.h154 static inline int framebuffer_open(const struct hw_module_t* module, argument
156 return module->methods->open(module,
/external/chromium_org/third_party/hwcplus/src/
H A Dhardware.c53 * is "<MODULE_ID>.variant.so" so for the led module the Dream variants
94 ALOGE("load: module=%s\n%s", path, err_str?err_str:"unknown");
166 const struct hw_module_t **module)
194 /* Loop through the configuration variants looking for a module */
212 /* load the module, if this fails, we're doomed, and we should not try
214 return load(class_id, path, module);
217 int hw_get_module(const char *id, const struct hw_module_t **module) argument
219 return hw_get_module_by_class(id, NULL, module);
165 hw_get_module_by_class(const char *class_id, const char *inst, const struct hw_module_t **module) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_test_printf.c63 LLVMModuleRef module = gallivm->module; local
65 LLVMValueRef func = LLVMAddFunction(module, "test_printf", LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), args, 1, 0));
/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
H A Degl_st.c100 const char module[] = "st_GL"; local
104 stapi = load_gl(module, symbol);
113 stapi = load_gl(module, symbol);
118 _eglLog(_EGL_WARNING, "unable to load %s" UTIL_DL_EXT, module);
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-i915/
H A Dintel_xorg.c97 intel_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
101 /* This module should be loaded only once, but check to be sure.
105 xf86AddDriver(&modesetting, module, HaveDriverFuncs);
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-nouveau/
H A Dnouveau_xorg.c95 nouveau_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
99 /* This module should be loaded only once, but check to be sure.
103 xf86AddDriver(&nouveau2, module, HaveDriverFuncs);
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-r300/
H A Dxorg.c98 r300_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
102 /* This module should be loaded only once, but check to be sure.
106 xf86AddDriver(&r300_driver, module, HaveDriverFuncs);
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-r600/
H A Dxorg.c98 r600_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
102 /* This module should be loaded only once, but check to be sure.
106 xf86AddDriver(&r600_driver, module, HaveDriverFuncs);
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-radeonsi/
H A Dxorg.c98 radeonsi_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin) argument
102 /* This module should be loaded only once, but check to be sure.
106 xf86AddDriver(&radeonsi_driver, module, HaveDriverFuncs);

Completed in 9126 milliseconds

1234567891011>>