Searched defs:module (Results 26 - 50 of 195) sorted by relevance

12345678

/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
H A Dresource_loader.py10 from tvcm import module namespace
96 """Finds a module javascript file and returns a Resource, or none."""
129 raise module.DepsException('No resource for module "%s"' % module_name)
152 raise module.DepsException(
162 raw_script = module.RawScript(resource)
173 raise module.DepsException(
186 raise module.DepsException("url('%s') did not exist" % abs_path)
190 raise module.DepsException("url('%s') was not in search path" % abs_path)
/external/google-breakpad/src/common/
H A Ddwarf_cfi_to_module.h49 #include "common/module.h"
133 DwarfCFIToModule(Module *module, const vector<string> &register_names, argument
135 : module_(module), register_names_(register_names), reporter_(reporter),
163 // The module to which we should add entries.
H A Ddwarf_cfi_to_module_unittest.cc59 : module("module name", "module os", "module arch", "module id"),
61 handler(&module, register_names, &reporter) {
79 Module module; member in struct:DwarfCFIToModuleFixture
92 module.GetStackFrameEntries(&entries);
104 module.GetStackFrameEntries(&entries);
123 module
[all...]
/external/google-breakpad/src/google_breakpad/processor/
H A Dstack_frame.h59 module(NULL),
116 // The module in which the instruction resides.
117 const CodeModule *module; member in struct:google_breakpad::StackFrame
/external/google-breakpad/src/processor/
H A Dmodule_serializer.cc51 size_t ModuleSerializer::SizeOf(const BasicSourceLineResolver::Module &module) { argument
55 total_size_alloc_ += SimpleSerializer<bool>::SizeOf(module.is_corrupt_);
59 map_sizes_[map_index++] = files_serializer_.SizeOf(module.files_);
60 map_sizes_[map_index++] = functions_serializer_.SizeOf(module.functions_);
61 map_sizes_[map_index++] = pubsym_serializer_.SizeOf(module.public_symbols_);
64 wfi_serializer_.SizeOf(&(module.windows_frame_info_[i]));
66 module.cfi_initial_rules_);
68 module.cfi_delta_rules_);
83 char *ModuleSerializer::Write(const BasicSourceLineResolver::Module &module, argument
86 dest = SimpleSerializer<bool>::Write(module
103 Serialize( const BasicSourceLineResolver::Module &module, unsigned int *size) argument
[all...]
H A Dsimple_symbol_supplier.cc61 const CodeModule *module, const SystemInfo *system_info,
70 if ((result = GetSymbolFileAtPathFromRoot(module, system_info,
80 const CodeModule *module,
87 SymbolSupplier::SymbolResult s = GetSymbolFile(module, system_info,
99 const CodeModule *module,
109 GetSymbolFile(module, system_info, symbol_file, &symbol_data_string);
121 memory_buffers_.insert(make_pair(module->code_file(), *symbol_data));
126 void SimpleSymbolSupplier::FreeSymbolData(const CodeModule *module) { argument
127 if (!module) {
128 BPLOG(INFO) << "Cannot free symbol data buffer for NULL module";
60 GetSymbolFile( const CodeModule *module, const SystemInfo *system_info, string *symbol_file) argument
79 GetSymbolFile( const CodeModule *module, const SystemInfo *system_info, string *symbol_file, string *symbol_data) argument
98 GetCStringSymbolData( const CodeModule *module, const SystemInfo *system_info, string *symbol_file, char **symbol_data, size_t *symbol_data_size) argument
142 GetSymbolFileAtPathFromRoot( const CodeModule *module, const SystemInfo *system_info, const string &root_path, string *symbol_file) argument
[all...]
H A Dstackwalker.cc81 const CodeModule* module,
83 if (!module) {
91 if (*iter == module) {
100 << module->debug_file() << "|" << module->debug_identifier();
101 modules->push_back(module);
135 // Resolve the module information, if a module map was provided.
145 InsertSpecialAttentionModule(symbolizer_result, frame->module,
149 InsertSpecialAttentionModule(symbolizer_result, frame->module,
79 InsertSpecialAttentionModule( StackFrameSymbolizer::SymbolizerResult symbolizer_result, const CodeModule* module, vector<const CodeModule*>* modules) argument
[all...]
H A Dstackwalker_address_list_unittest.cc97 void SetModuleSymbols(MockCodeModule *module, const string &info) { argument
100 EXPECT_CALL(supplier, GetCStringSymbolData(module, NULL, _, _, _))
113 ASSERT_EQ(static_cast<const CodeModule*>(&module2), frames->at(0)->module);
114 ASSERT_EQ(static_cast<const CodeModule*>(&module2), frames->at(1)->module);
115 ASSERT_EQ(static_cast<const CodeModule*>(&module2), frames->at(2)->module);
116 ASSERT_EQ(static_cast<const CodeModule*>(&module1), frames->at(3)->module);
117 ASSERT_EQ(static_cast<const CodeModule*>(&module1), frames->at(4)->module);
138 // The stack starts in module2, so we expect that to be the first module
/external/libnfc-nci/halimpl/bcm2079x/
H A Dnfc_nci.c132 static int nfc_open (const hw_module_t* module, const char* name, hw_device_t** device) argument
144 dev->nci_device.common.module = (struct hw_module_t*) module;
/external/libnfc-nci/halimpl/pn54x/
H A Dnfc_nci.c192 static int nfc_open(const hw_module_t* module, const char* name, argument
205 dev->nci_device.common.module = (struct hw_module_t*) module;
228 /* Android hardware module definition */
234 /* NFC module definition */
/external/mesa3d/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/mesa3d/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/mesa3d/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/mesa3d/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/mesa3d/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/mesa3d/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/mesa3d/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);
/external/pdfium/third_party/freetype/src/cid/
H A Dcidobjs.c68 FT_Module module; local
71 module = FT_Get_Module( slot->face->driver->root.library,
73 if ( module )
78 funcs = pshinter->get_t1_funcs( module );
99 FT_Module module; local
102 module = FT_Get_Module( size->root.face->driver->root.library,
104 return ( module && pshinter && pshinter->get_globals_funcs )
105 ? pshinter->get_globals_funcs( module )
304 FT_ERROR(( "cid_face_init: cannot access `psaux' module\n" ));
/external/pdfium/third_party/freetype/src/type1/
H A Dt1objs.c63 FT_Module module; local
66 module = FT_Get_Module( size->root.face->driver->root.library,
68 return ( module && pshinter && pshinter->get_globals_funcs )
69 ? pshinter->get_globals_funcs( module )
163 FT_Module module; local
166 module = FT_Get_Module( slot->face->driver->root.library,
168 if ( module )
173 funcs = pshinter->get_t1_funcs( module );
328 FT_ERROR(( "T1_Face_Init: cannot access `psaux' module\n" ));
/external/apache-http/src/org/apache/http/util/
H A DVersionInfo.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/util/VersionInfo.java $
43 * Instances of this class provide version information for a single module
71 public final static String PROPERTY_MODULE = "info.module";
79 /** The module from the version info. */
96 * @param module the module, or <code>null</code>
101 protected VersionInfo(String pckg, String module, argument
109 infoModule = (module != null) ? module : UNAVAILABLE;
118 * The package name identifies the module o
[all...]
/external/boringssl/src/crypto/
H A Dthread_win.c151 static void NTAPI thread_local_destructor(PVOID module, argument
203 * called automatically by the OS loader code (not the CRT) when the module is
204 * loaded and on thread creation. They are NOT called if the module has been
/external/clang/include/clang/Lex/
H A DPreprocessorOptions.h125 bool hasAlreadyFailed(StringRef module) { argument
126 return Failed.count(module) > 0;
129 void addFailed(StringRef module) { argument
130 Failed.insert(module);
137 /// to (re)build modules, so that once a module fails to build anywhere,
138 /// other instances will see that the module has failed and won't try to
172 /// module.
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cc70 // Always fill data about module name and offset.
89 info->module = internal_strdup(module_name);
142 LoadedModule *module = FindModuleForAddress(address); local
143 if (module == 0)
145 *module_name = module->full_name();
146 *module_offset = address - module->base_address();
171 // to find a module for a given address.
/external/e2fsprogs/intl/
H A Dplural-exp.h47 module, /* Modulo operation. */ enumerator in enum:expression::operator
/external/elfutils/src/libdwfl/
H A Doffline.c100 int (*predicate) (const char *module,
103 /* Report one module for an ELF file, or many for an archive.
107 Elf *elf, int (*predicate) (const char *module,
125 /* Report the open ELF file as a module. Always consumes ELF and FD. */
138 range for the offline allocations. If this module did use
139 offline_next_address, it may have rounded it up for the module's
161 int (*predicate) (const char *module, const char *file),
224 On module teardown we will close it only on the last Elf reference. */
236 /* Report each member of the archive as its own module. */
240 int (*predicate) (const char *module, cons
106 process_file(Dwfl *dwfl, const char *name, const char *file_name, int fd, Elf *elf, int (*predicate) (const char *module, const char *file)) argument
160 process_archive_member(Dwfl *dwfl, const char *name, const char *file_name, int (*predicate) (const char *module, const char *file), int fd, Elf *member, Dwfl_Module **mod) argument
238 process_archive(Dwfl *dwfl, const char *name, const char *file_name, int fd, Elf *archive, int (*predicate) (const char *module, const char *file)) argument
268 __libdwfl_report_offline(Dwfl *dwfl, const char *name, const char *file_name, int fd, bool closefd, int (*predicate) (const char *module, const char *file)) argument
[all...]

Completed in 626 milliseconds

12345678