/external/clang/include/clang/Serialization/ |
D | GlobalModuleIndex.h | 74 struct ModuleInfo { struct 75 ModuleInfo() : File(), Size(), ModTime() { } in ModuleInfo() function 100 llvm::SmallVector<ModuleInfo, 16> Modules; argument
|
/external/google-breakpad/src/client/solaris/handler/ |
D | solaris_lwp.h | 64 struct ModuleInfo { struct 78 typedef bool (*ModuleCallback)(const ModuleInfo &module_info, void *context); argument
|
/external/libchrome/base/debug/ |
D | activity_tracker.h | 804 struct BASE_EXPORT ModuleInfo { struct 810 ModuleInfo& operator=(ModuleInfo&& rhs); argument 811 ModuleInfo& operator=(const ModuleInfo& rhs); argument 814 bool is_loaded = false; // Was the last operation a load or unload? 815 uintptr_t address = 0; // Address of the last load operation. 816 int64_t load_time = 0; // Time of last change; set automatically. 820 size_t size = 0; // The size of the loaded module. 821 uint32_t timestamp = 0; // Opaque "timestamp" for the module. 822 uint32_t age = 0; // Opaque "age" for the module. 823 uint8_t identifier[16]; // Opaque identifier (GUID, etc.) for the module. [all …]
|
D | activity_tracker.cc | 1075 GlobalActivityTracker::ModuleInfo::ModuleInfo() {} in ModuleInfo() function in base::debug::GlobalActivityTracker::ModuleInfo
|
/external/ImageMagick/MagickCore/ |
D | module.h | 59 } ModuleInfo; typedef
|
/external/v8/src/ast/ |
D | modules.h | 16 class ModuleInfo; variable
|
/external/python/cpython2/Demo/parser/ |
D | example.py | 106 class ModuleInfo(SuiteInfoBase, SuiteFuncInfo): class
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_win.cc | 305 struct ModuleInfo { struct 306 const char *filepath; 307 uptr base_address; 308 uptr end_address;
|
/external/guice/core/src/com/google/inject/spi/ |
D | Elements.java | 148 private static class ModuleInfo { class in Elements 153 private ModuleInfo(Binder binder, ModuleSource moduleSource, boolean skipScanning) { in ModuleInfo() method in Elements.ModuleInfo
|
/external/python/cpython3/Lib/ |
D | pkgutil.py | 22 ModuleInfo = namedtuple('ModuleInfo', 'module_finder name ispkg') variable
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 164 struct ModuleInfo { struct 165 std::vector<bool> CanBeHidden;
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/ |
D | template.py | 575 class ModuleInfo(object): class
|
/external/python/cpython2/Lib/ |
D | inspect.py | 421 ModuleInfo = namedtuple('ModuleInfo', 'name suffix mode module_type') variable
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 4584 struct ModuleInfo { in WriteASTCore() struct 4585 uint64_t ID; in WriteASTCore() 4586 Module *M; in WriteASTCore() 4587 ModuleInfo(uint64_t ID, Module *M) : ID(ID), M(M) {} in WriteASTCore() function
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler_unittest.cc | 810 TEST(ExceptionHandlerTest, ModuleInfo) { in TEST() argument
|
/external/v8/src/ |
D | objects.h | 940 class ModuleInfo; variable
|