Searched defs:module (Results 51 - 75 of 374) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdfext.asm0 module thismodule
2 module $thismodule label
1 module thismodule label
/external/chromium_org/tools/gyp/test/small/
H A Dgyptest-small.py39 # Carve the module name out of the path.
41 # Find the complete module path.
43 # Load the module.
44 module = imp.load_source(name, full_filename) variable
46 suites.append(unittest.defaultTestLoader.loadTestsFromModule(module))
/external/chromium_org/ui/base/resource/
H A Dresource_data_dll_win.cc13 ResourceDataDLL::ResourceDataDLL(HINSTANCE module) : module_(module) { argument
/external/freetype/src/autofit/
H A Dafloader.h31 * The autofitter module's (global) data structure to communicate with
59 af_loader_init( AF_Module module ); variable
63 af_loader_reset( AF_Module module,
68 af_loader_done( AF_Module module ); variable
72 af_loader_load_glyph( AF_Module module,
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dprogram.cpp35 const std::vector<clover::module> &binaries) :
37 for_each([&](clover::device *dev, const clover::module &bin) {
50 auto module = (dev->ir_format() == PIPE_SHADER_IR_TGSI ? local
54 __binaries.insert({ dev, module });
68 const std::map<clover::device *, clover::module> &
/external/noto-fonts/
H A DAndroid.mk149 # It also serves as the module name and the dest file name.
151 define build-one-font-module
161 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
162 build-one-font-module :=
/external/bluetooth/bluedroid/test/suite/support/
H A Dhal.c39 hw_module_t *module; local
40 if (hw_get_module(BT_STACK_MODULE_ID, (hw_module_t const **)&module)) {
45 if (module->methods->open(module, BT_STACK_MODULE_ID, &device)) {
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_extensions.py33 """Tests for extensions module."""
38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
H A Dtest_memorizingfile.py33 """Tests for memorizingfile module."""
39 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
45 """A unittest for memorizingfile module."""
H A Dtest_util.py33 """Tests for util module."""
40 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
49 """A unittest for util module."""
/external/chromium_org/base/i18n/
H A Dicu_util.cc90 // We expect to find the ICU data module alongside the current module.
95 HMODULE module = LoadLibrary(data_path.value().c_str()); local
96 if (!module) {
101 FARPROC addr = GetProcAddress(module, ICU_UTIL_DATA_SYMBOL);
127 // The data file will be in the same directory as the current module.
/external/chromium_org/base/
H A Dnative_library_win.cc38 HMODULE module = (*load_library_api)(library_path.value().c_str()); local
39 if (!module && error) {
47 return module;
/external/chromium_org/base/win/
H A Dstartup_information.cc54 HMODULE module = ::GetModuleHandleW(L"kernel32.dll"); local
57 ::GetProcAddress(module, "InitializeProcThreadAttributeList"));
60 ::GetProcAddress(module, "UpdateProcThreadAttribute"));
63 ::GetProcAddress(module, "DeleteProcThreadAttributeList"));
/external/chromium_org/chrome/installer/test/
H A Dresource_loader.cc15 // |module| identified by |name_or_id| of type |type_name_or_id|, returning
17 bool DoLoad(HMODULE module, const wchar_t* name_or_id, argument
23 resource_info = FindResource(module, name_or_id, type_name_or_id);
27 loaded_resource = LoadResource(module, resource_info);
32 resource_data->second = SizeofResource(module, resource_info);
/external/chromium_org/chrome_elf/
H A Delf_imports_unittest.cc26 LPCSTR module,
32 import_list->push_back(module);
25 ImportsCallback(const base::win::PEImage &image, LPCSTR module, PIMAGE_THUNK_DATA name_table, PIMAGE_THUNK_DATA iat, PVOID cookie) argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_registry.cc51 // Check the instances for the module to see if they've all been Delete()d.
73 PluginModule* module) {
75 live_modules_[path] = module;
111 // the initialized module, it will still try to unregister itself in its
118 scoped_refptr<PluginModule> module = local
123 AddLiveModule(current.path, module.get());
125 if (!module->InitAsInternalPlugin(current.internal_entry_points)) {
126 DVLOG(1) << "Failed to load pepper module: " << current.path.value();
131 if (!module->InitAsLibrary(current.path)) {
132 DVLOG(1) << "Failed to load pepper module
72 AddLiveModule(const base::FilePath& path, PluginModule* module) argument
[all...]
/external/chromium_org/extensions/shell/common/
H A Dshell_content_client.cc30 // On Posix, plugins live in the module directory.
31 base::FilePath module; local
32 if (!PathService::Get(base::DIR_MODULE, &module))
34 *path = module.Append(nacl::kInternalNaClPluginFileName);
/external/chromium_org/mojo/apps/js/
H A Djs_app.cc77 std::string module; local
78 common::BlockingCopyToString(content_->body.Pass(), &module);
90 shell_runner_->Run(module.c_str(), url_.c_str());
H A Dmojo_runner_delegate.cc14 #include "mojo/apps/js/bindings/gl/module.h"
38 v8::Handle<v8::Value> module) {
41 CHECK(gin::ConvertFromV8(isolate, module, &start));
66 const std::string& module) {
70 registry->LoadModule(runner->GetContextHolder()->isolate(), module,
36 StartCallback(base::WeakPtr<gin::Runner> runner, MojoHandle pipe, v8::Handle<v8::Value> module) argument
64 Start(gin::Runner* runner, MojoHandle pipe, const std::string& module) argument
/external/chromium_org/sandbox/win/src/
H A Deat_resolver.cc62 NTSTATUS EatResolverThunk::ResolveTarget(const void* module, argument
66 if (!module)
69 base::win::PEImage pe(module);
/external/chromium_org/third_party/libxml/src/
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
66 * Returns a handle for the module or NULL in case of error
71 xmlModulePtr module; local
73 module
106 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) argument
142 xmlModuleClose(xmlModulePtr module) argument
178 xmlModuleFree(xmlModulePtr module) argument
[all...]
/external/chromium_org/third_party/mesa/src/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_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-dbgfmt.c37 cv_dbgfmt_create(yasm_object *object, yasm_dbgfmt_module *module, int version) argument
42 dbgfmt_cv->dbgfmt.module = module;
/external/chromium_org/tools/gyp/test/module/src/
H A Dprogram.c26 void CallModule(const char* module) { argument
40 if (_makepath_s(module_path, MAX_PATH, drive, dir, module, MODULE_SUFFIX)) {
41 fprintf(stderr, "Failed to calculate module path.\n");
47 fprintf(stderr, "Failed to open module: %s\n", module_path);
63 int path_size = snprintf(module_path, MAX_PATH, "%s/%s%s", bin_dir, module,
67 fprintf(stderr, "Failed to calculate module path.\n");
74 fprintf(stderr, "Failed to open module: %s\n", module_path);
/external/clang/include/clang/Lex/
H A DModuleLoader.h29 /// module or submodule, e.g., std.vector.
32 /// \brief Describes the result of attempting to load a module.
39 ModuleLoadResult(Module *module, bool missingExpected) argument
40 : Storage(module, missingExpected) { }
44 /// \brief Determines whether the module, which failed to load, was
47 /// module.
51 /// \brief Abstract interface for a module loader.
53 /// This abstract interface describes a module loader, which is responsible
54 /// for resolving a module name (e.g., "std") to an actual module fil
[all...]

Completed in 1374 milliseconds

1234567891011>>