Searched defs:ModuleInfo (Results 1 - 8 of 8) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dmodule.h59 } ModuleInfo; typedef in typeref:struct:_ModuleInfo
67 extern MagickExport const ModuleInfo
75 extern MagickExport ModuleInfo
/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h74 struct ModuleInfo { struct in class:clang::GlobalModuleIndex
75 ModuleInfo() : File(), Size(), ModTime() { } function in struct:clang::GlobalModuleIndex::ModuleInfo
100 llvm::SmallVector<ModuleInfo, 16> Modules;
/external/google-breakpad/src/client/solaris/handler/
H A Dsolaris_lwp.h64 struct ModuleInfo { struct in namespace:google_breakpad
78 typedef bool (*ModuleCallback)(const ModuleInfo &module_info, void *context);
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp102 struct ModuleInfo { struct in namespace:__anon13076
/external/v8/src/ast/
H A Dscopeinfo.h117 class ModuleInfo: public FixedArray { class in namespace:v8::internal
119 static ModuleInfo* cast(Object* description) {
120 return static_cast<ModuleInfo*>(FixedArray::cast(description));
123 static Handle<ModuleInfo> Create(Isolate* isolate,
157 static Handle<ModuleInfo> Allocate(Isolate* isolate, int length) {
158 return Handle<ModuleInfo>::cast(
/external/guice/core/src/com/google/inject/spi/
H A DElements.java148 private static class ModuleInfo { class in class:Elements
153 private ModuleInfo(Binder binder, ModuleSource moduleSource, boolean skipScanning) { method in class:Elements.ModuleInfo
162 private final Map<Module, ModuleInfo> modules;
287 for (Map.Entry<Module, ModuleInfo> entry : Maps.newLinkedHashMap(modules).entrySet()) {
289 ModuleInfo info = entry.getValue();
333 binder.modules.put(module, new ModuleInfo(binder, moduleSource, false));
338 modules.put(module, new ModuleInfo(binder, moduleSource, skipScanning));
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc218 struct ModuleInfo { struct in namespace:__sanitizer::__anon3347
226 const ModuleInfo *l = (ModuleInfo *)pl, *r = (ModuleInfo *)pr;
241 InternalScopedBuffer<ModuleInfo> module_infos(num_modules);
247 qsort(module_infos.data(), num_modules, sizeof(ModuleInfo),
251 const ModuleInfo &mi = module_infos[i];
/external/dbus/dbus/
H A Ddbus-sysdeps-win.c2206 PIMAGEHLP_MODULE ModuleInfo
2279 PIMAGEHLP_MODULE ModuleInfo
2366 IMAGEHLP_MODULE ModuleInfo; local
2367 ModuleInfo.SizeOfStruct = sizeof(ModuleInfo);
2370 &ModuleInfo))
2373 DPRINTF("2\t%s+0x%lx\n", ModuleInfo.ImageName,
2374 sf.AddrPC.Offset - ModuleInfo.BaseOfImage);

Completed in 172 milliseconds