/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/python/cpython2/Demo/parser/ |
H A D | example.py | 26 return ModuleInfo(ast.totuple(), basename) 106 class ModuleInfo(SuiteInfoBase, SuiteFuncInfo): class in inherits:SuiteInfoBase, SuiteFuncInfo
|
/external/v8/src/objects/ |
H A D | module-info.h | 24 // ModuleInfo is to ModuleDescriptor what ScopeInfo is to Scope. 25 class ModuleInfo : public FixedArray { class in namespace:v8::internal 27 DECLARE_CAST(ModuleInfo) 29 static Handle<ModuleInfo> New(Isolate* isolate, Zone* zone, 58 static Handle<ModuleInfoEntry> LookupRegularImport(Handle<ModuleInfo> info, 62 inline bool Equals(ModuleInfo* other) const { 87 DISALLOW_IMPLICIT_CONSTRUCTORS(ModuleInfo);
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/ |
H A D | template.py | 306 ModuleInfo(module, None, self, filename, code, text) 391 ModuleInfo(module, path, self, filename, None, None) 402 ModuleInfo(module, None, self, filename, code, None) 540 ModuleInfo(module, 575 class ModuleInfo(object): class in inherits:object 704 return ModuleInfo._modules[filename]
|
/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/python/cpython2/Lib/ |
H A D | inspect.py | 421 ModuleInfo = namedtuple('ModuleInfo', 'name suffix mode module_type') variable 432 return ModuleInfo(filename[:neglen], suffix, mode, mtype)
|
/external/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 164 struct ModuleInfo { struct in namespace:__anon13636
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win.cc | 305 struct ModuleInfo { struct in namespace:__sanitizer::__anon3504 313 const ModuleInfo *l = (ModuleInfo *)pl, *r = (ModuleInfo *)pr; 328 InternalScopedBuffer<ModuleInfo> module_infos(num_modules); 334 qsort(module_infos.data(), num_modules, sizeof(ModuleInfo), 338 const ModuleInfo &mi = module_infos[i];
|