Searched defs:ModuleInfo (Results 1 - 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
H A D | module.h | 59 } ModuleInfo; typedef in typeref:struct:_ModuleInfo 67 extern MagickExport const ModuleInfo 75 extern MagickExport ModuleInfo
|
/external/clang/include/clang/Serialization/ |
H A D | GlobalModuleIndex.h | 74 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 D | solaris_lwp.h | 64 struct ModuleInfo { struct in namespace:google_breakpad 78 typedef bool (*ModuleCallback)(const ModuleInfo &module_info, void *context);
|
/external/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 102 struct ModuleInfo { struct in namespace:__anon13070
|
/external/v8/src/ast/ |
H A D | scopeinfo.h | 117 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 D | Elements.java | 148 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 D | sanitizer_win.cc | 218 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 D | dbus-sysdeps-win.c | 2206 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 219 milliseconds