Searched refs:module_name (Results 1 - 25 of 153) sorted by relevance

1234567

/external/antlr/antlr-3.4/runtime/Perl5/
H A DBuild.PL4 module_name => 'ANTLR::Runtime',
/external/chromium_org/chrome/browser/install_verification/win/
H A Dmodule_info.h16 ModuleInfo(const base::char16* const module_name, argument
21 name(module_name) {
H A Dmodule_verification_common.h16 // Calculates a canonical digest for |module_name|. Ignores case and strips path
18 std::string CalculateModuleNameDigest(const base::string16& module_name);
H A Dmodule_verification_common.cc15 std::string CalculateModuleNameDigest(const base::string16& module_name) { argument
17 base::FilePath(module_name).BaseName().value())));
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_state_impl_win.cc60 base::string16 module_name(base::FilePath(filename).BaseName().value());
61 if (LowerCaseEqualsASCII(module_name, "fsdomsrv.dll"))
63 if (LowerCaseEqualsASCII(module_name, "vbufbackend_gecko_ia2.dll"))
65 if (LowerCaseEqualsASCII(module_name, "stsaw32.dll"))
67 if (LowerCaseEqualsASCII(module_name, "zslhook.dll"))
/external/chromium_org/tools/grit/grit/extern/
H A DFP.py49 def UseUnsignedFingerPrintFromModule(module_name):
50 """Imports module_name and replaces UnsignedFingerPrint in the
57 hash_module = __import__(module_name, fromlist=[module_name])
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A D__init__.py62 module_name = '%s.protocol_%s' % (package_name, protocol,)
64 handler_module = __import__(module_name)
68 klass = sys.modules[module_name].Serial
/external/pdfium/core/src/fpdfapi/
H A Dfpdf_basic_module.cpp53 void CPDF_ModuleMgr::SetDownloadCallback(FX_BOOL (*callback)(FX_LPCSTR module_name)) argument
57 FX_BOOL CPDF_ModuleMgr::DownloadModule(FX_LPCSTR module_name) argument
62 return m_pDownloadCallback(module_name);
81 void CPDF_ModuleMgr::SetModulePath(FX_LPCSTR module_name, FX_LPCSTR path) argument
83 if (module_name == NULL || module_name[0] == 0) {
86 m_ModulePathList.SetAt(module_name, FX_NEW CFX_ByteString(path, -1));
89 CFX_ByteString CPDF_ModuleMgr::GetModuleFilePath(FX_LPCSTR module_name, FX_LPCSTR name) argument
92 if (m_ModulePathList.Lookup(module_name, (FX_LPVOID&)pPath)) {
115 void CPDF_ModuleMgr::NotifyModuleAvailable(FX_LPCSTR module_name) argument
[all...]
/external/chromium_org/sandbox/win/src/
H A Dtarget_interceptions.cc47 UNICODE_STRING* module_name = local
51 if ((!module_name) && (image_flags & MODULE_HAS_CODE)) {
54 module_name = ExtractModuleName(file_name);
60 if (!agent->OnDllLoad(file_name, module_name, *base)) {
67 if (module_name)
68 operator delete(module_name, NT_ALLOC);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dmodular_build.py106 def sorted_dependencies_closure(self, module_name):
120 return sorted_deps_for_module(module_name)
133 for (module_name, module) in application_descriptor.items():
134 if module_descriptors.get(module_name):
135 bail_error('Duplicate definition of module "%s" in %s' % (module_name, application_descriptor_filename))
136 module_json_filename = path.join(self.application_dir, module_name, 'module.json')
137 module_descriptors[module_name] = self._read_module_descriptor(module_name, application_descriptor_filename)
146 def _read_module_descriptor(self, module_name, application_descriptor_filename):
147 json_filename = path.join(self.application_dir, module_name, 'modul
[all...]
H A Dcompile_frontend.py161 for module_name in descriptors.application:
162 module = descriptors.modules[module_name]
163 if descriptors.application[module_name].get('type', None) == 'worker':
164 worker_modules_by_name[module_name] = module
170 list.append(module_name)
197 for module_name in worker_modules_by_name:
198 check_module(worker_modules_by_name[module_name], {}, {})
204 def module_arg(module_name):
205 return ' --module ' + jsmodule_name_prefix + module_name
325 def skip_dependents(module_name)
[all...]
H A Dconcatenate_application_code.py77 def concatenate_worker(module_name, descriptors, application_dir, output_dir, minify):
78 descriptor = descriptors.modules[module_name]
82 worker_dir = path.join(application_dir, module_name)
83 output_file_path = path.join(output_dir, module_name + '_module.js')
86 output.write('/* Worker %s */\n' % module_name)
89 dependencies = descriptors.sorted_dependencies_closure(module_name)
/external/chromium_org/chrome/browser/ui/
H A Dcrypto_module_password_dialog.h32 const std::string& module_name,
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc101 virtual char *SendCommand(bool is_data, const char *module_name, argument
123 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) { argument
126 if (char *res = SendCommandImpl(is_data, module_name, module_offset))
146 char *SendCommandImpl(bool is_data, const char *module_name, argument
150 CHECK(module_name);
151 if (!RenderInputCommand(buffer_, kBufferSize, is_data, module_name,
284 const char *module_name,
313 // <module_name> <module_offset>
327 const char *module_name, uptr module_offset) const {
329 is_data ? "DATA " : "", module_name, module_offse
283 RenderInputCommand(char *buffer, uptr max_length, bool is_data, const char *module_name, uptr module_offset) const argument
326 RenderInputCommand(char *buffer, uptr max_length, bool is_data, const char *module_name, uptr module_offset) const argument
355 Addr2LineProcess(const char *path, const char *module_name) argument
358 const char *module_name() const { return module_name_; } function in class:__sanitizer::Addr2LineProcess
361 RenderInputCommand(char *buffer, uptr max_length, bool is_data, const char *module_name, uptr module_offset) const argument
396 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
448 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
491 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
514 const char *module_name; local
583 const char *module_name = module->full_name(); local
605 GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, uptr *module_address) argument
648 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
695 FindModuleNameAndOffsetForAddress(uptr address, const char **module_name, uptr *module_offset) argument
[all...]
H A Dsanitizer_symbolizer_libbacktrace.h36 const char *module_name, uptr module_offset);
/external/chromium_org/tools/generate_stubs/
H A Dgenerate_stubs.py428 def WriteWindowsDefFile(module_name, signatures, outfile):
436 module_name: The name of the module we are writing a stub for.
441 outfile.write('LIBRARY %s\n' % module_name)
459 def CreateWindowsLib(module_name, signatures, intermediate_dir, outdir_path,
468 module_name: The name of the module we are writing a stub for.
480 module_name + '.def')
482 module_name + '.lib')
485 WriteWindowsDefFile(module_name, signatures, outfile)
523 def __init__(self, module_name, export_macro, signatures):
524 """Initializes PosixStubWriter for this set of signatures and module_name
[all...]
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftmodapi.h52 /* Here is a list of possible values of the `module_name' field in */
171 /* module_name :: The name of the module. */
190 const FT_String* module_name; member in struct:FT_Module_Class_
240 /* module_name :: The module's name (as an ASCII string). */
251 const char* module_name );
291 * module_name ::
310 * If `module_name' isn't a valid module name, or `property_name'
341 const FT_String* module_name,
358 * module_name ::
376 * If `module_name' is
[all...]
/external/freetype/include/
H A Dftmodapi.h52 /* Here is a list of possible values of the `module_name' field in */
171 /* module_name :: The name of the module. */
190 const FT_String* module_name; member in struct:FT_Module_Class_
240 /* module_name :: The module's name (as an ASCII string). */
251 const char* module_name );
291 * module_name ::
310 * If `module_name' isn't a valid module name, or `property_name'
341 const FT_String* module_name,
358 * module_name ::
376 * If `module_name' is
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftmodapi.h52 /* Here is a list of possible values of the `module_name' field in */
171 /* module_name :: The name of the module. */
190 const FT_String* module_name; member in struct:FT_Module_Class_
240 /* module_name :: The module's name (as an ASCII string). */
251 const char* module_name );
291 * module_name ::
310 * If `module_name' isn't a valid module name, or `property_name'
341 const FT_String* module_name,
358 * module_name ::
376 * If `module_name' is
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftmodapi.h52 /* Here is a list of possible values of the `module_name' field in */
171 /* module_name :: The name of the module. */
190 const FT_String* module_name; member in struct:FT_Module_Class_
240 /* module_name :: The module's name (as an ASCII string). */
251 const char* module_name );
291 * module_name ::
310 * If `module_name' isn't a valid module name, or `property_name'
341 const FT_String* module_name,
358 * module_name ::
376 * If `module_name' is
[all...]
/external/lldb/examples/python/
H A Dlldb_module_utils.py28 for module_name in command_args:
29 result.PutCString('Searching for module "%s"' % (module_name,))
30 module_fspec = lldb.SBFileSpec (module_name, False)
/external/lldb/test/functionalities/dead-strip/
H A DTestDeadStrip.py36 lldbutil.run_break_set_by_symbol (self, "f1", num_expected_locations=1, module_name="a.out")
39 lldbutil.run_break_set_by_symbol (self, "f2", num_expected_locations=0, module_name="a.out")
42 lldbutil.run_break_set_by_symbol (self, "f3", num_expected_locations=1, module_name="a.out")
/external/chromium_org/extensions/renderer/
H A Dmodule_system.h78 // require('module_name') from the loaded JS files.
79 v8::Handle<v8::Value> Require(const std::string& module_name);
88 // equivalent to calling require('module_name').method_name() from JS.
89 v8::Local<v8::Value> CallModuleMethod(const std::string& module_name,
92 const std::string& module_name,
95 v8::Local<v8::Value> CallModuleMethod(const std::string& module_name,
115 // require(|module_name|)[|module_field|].
122 const std::string& module_name,
127 const std::string& module_name,
132 // requireNative(|module_name|)[|module_fiel
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCythonScope.py43 def find_module(self, module_name, pos):
44 error("cython.%s is not available" % module_name, pos)
46 def find_submodule(self, module_name):
47 entry = self.entries.get(module_name, None)
50 entry = self.entries.get(module_name, None)
60 "cython.%s is not available" % module_name)
H A DUtilityCode.py31 def find_module(self, module_name, relative_to = None, pos = None,
34 if module_name != self.module_name:
35 if module_name not in self.modules:
38 return self.modules[module_name]
42 module_name,
145 be included for used entries. If module_name is given, declare the

Completed in 1058 milliseconds

1234567