HomeSort by relevance Sort by last modified time
    Searched defs:ModuleInfo (Results 1 - 25 of 29) sorted by null

1 2

  /external/ImageMagick/MagickCore/
module.h 59 } ModuleInfo;
67 extern MagickExport const ModuleInfo
75 extern MagickExport ModuleInfo
  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.h 64 struct ModuleInfo {
78 typedef bool (*ModuleCallback)(const ModuleInfo &module_info, void *context);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
example.py 26 return ModuleInfo(ast.totuple(), basename)
106 class ModuleInfo(SuiteInfoBase, SuiteFuncInfo):
  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 74 struct ModuleInfo {
75 ModuleInfo() : File(), Size(), ModTime() { }
100 llvm::SmallVector<ModuleInfo, 16> Modules;
  /external/python/cpython2/Demo/parser/
example.py 26 return ModuleInfo(ast.totuple(), basename)
106 class ModuleInfo(SuiteInfoBase, SuiteFuncInfo):
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 74 struct ModuleInfo {
75 ModuleInfo() : File(), Size(), ModTime() { }
100 llvm::SmallVector<ModuleInfo, 16> Modules;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 74 struct ModuleInfo {
75 ModuleInfo() : File(), Size(), ModTime() { }
100 llvm::SmallVector<ModuleInfo, 16> Modules;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 74 struct ModuleInfo {
75 ModuleInfo() : File(), Size(), ModTime() { }
100 llvm::SmallVector<ModuleInfo, 16> Modules;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 74 struct ModuleInfo {
75 ModuleInfo() : File(), Size(), ModTime() { }
100 llvm::SmallVector<ModuleInfo, 16> Modules;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 74 struct ModuleInfo {
75 ModuleInfo() : File(), Size(), ModTime() { }
100 llvm::SmallVector<ModuleInfo, 16> Modules;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 74 struct ModuleInfo {
75 ModuleInfo() : File(), Size(), ModTime() { }
100 llvm::SmallVector<ModuleInfo, 16> Modules;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 74 struct ModuleInfo {
75 ModuleInfo() : File(), Size(), ModTime() { }
100 llvm::SmallVector<ModuleInfo, 16> Modules;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 74 struct ModuleInfo {
75 ModuleInfo() : File(), Size(), ModTime() { }
100 llvm::SmallVector<ModuleInfo, 16> Modules;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
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):
704 return ModuleInfo._modules[filename]
  /external/v8/src/objects/
module-info.h 24 // ModuleInfo is to ModuleDescriptor what ScopeInfo is to Scope.
25 class ModuleInfo : public FixedArray {
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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
inspect.py 422 ModuleInfo = namedtuple('ModuleInfo', 'name suffix mode module_type')
433 return ModuleInfo(filename[:neglen], suffix, mode, mtype)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
inspect.py 424 ModuleInfo = namedtuple('ModuleInfo', 'name suffix mode module_type')
435 return ModuleInfo(filename[:neglen], suffix, mode, mtype)
    [all...]
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 164 struct ModuleInfo {
  /external/python/cpython2/Lib/
inspect.py 421 ModuleInfo = namedtuple('ModuleInfo', 'name suffix mode module_type')
432 return ModuleInfo(filename[:neglen], suffix, mode, mtype)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 422 ModuleInfo = namedtuple('ModuleInfo', 'name suffix mode module_type')
433 return ModuleInfo(filename[:neglen], suffix, mode, mtype)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 422 ModuleInfo = namedtuple('ModuleInfo', 'name suffix mode module_type')
433 return ModuleInfo(filename[:neglen], suffix, mode, mtype)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 422 ModuleInfo = namedtuple('ModuleInfo', 'name suffix mode module_type')
433 return ModuleInfo(filename[:neglen], suffix, mode, mtype)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 422 ModuleInfo = namedtuple('ModuleInfo', 'name suffix mode module_type')
433 return ModuleInfo(filename[:neglen], suffix, mode, mtype)
    [all...]
  /external/guice/core/src/com/google/inject/spi/
Elements.java 148 private static class ModuleInfo {
153 private ModuleInfo(Binder binder, ModuleSource moduleSource, boolean skipScanning) {
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/
sanitizer_win.cc 305 struct ModuleInfo {
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];
486 MODULEINFO mi;

Completed in 1540 milliseconds

1 2