Searched refs:Minimal (Results 1 – 25 of 169) sorted by relevance
1234567
/external/clang/include/clang/AST/ |
D | ASTImporter.h | 51 bool Minimal; variable 102 bool isMinimalImport() const { return Minimal; } in isMinimalImport()
|
/external/syslinux/dos/ |
D | memset.S | 4 # Minimal 16-bit memset() implementation
|
/external/mksh/ |
D | mkshrc_vendor | 5 # Minimal /system/etc/mkshrc for Android
|
D | mkshrc | 5 # Minimal /system/etc/mkshrc for Android
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssembly.td | 51 // Minimal Viable Product.
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 281 DIE *getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal = false); 284 bool Minimal = false);
|
D | DwarfUnit.cpp | 1096 DIE *DwarfUnit::getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal) { in getOrCreateSubprogramDIE() argument 1101 Minimal ? &getUnitDie() : getOrCreateContextDIE(resolve(SP->getScope())); in getOrCreateSubprogramDIE() 1107 if (!Minimal) { in getOrCreateSubprogramDIE() 1170 bool Minimal) { in applySubprogramAttributes() argument 1171 if (!Minimal) in applySubprogramAttributes() 1180 if (Minimal) in applySubprogramAttributes()
|
/external/autotest/test_suites/ |
D | control.gce-sanity | 7 PURPOSE = "Minimal set of tests that verify e.g., an image boots on GCE."
|
/external/python/cpython2/Doc/library/ |
D | spwd.rst | 31 | 3 | ``sp_min`` | Minimal number of days between |
|
D | xml.dom.minidom.rst | 1 :mod:`xml.dom.minidom` --- Minimal DOM implementation 5 :synopsis: Minimal Document Object Model (DOM) implementation.
|
/external/autotest/ |
D | MODULE_LICENSE_LGPL | 32 The "Minimal Corresponding Source" for a Combined Work means the 101 0) Convey the Minimal Corresponding Source under the terms of this 123 the Minimal Corresponding Source and Corresponding Application
|
D | LGPL_LICENSE | 32 The "Minimal Corresponding Source" for a Combined Work means the 101 0) Convey the Minimal Corresponding Source under the terms of this 123 the Minimal Corresponding Source and Corresponding Application
|
/external/elfutils/ |
D | COPYING-LGPLV3 | 32 The "Minimal Corresponding Source" for a Combined Work means the 101 0) Convey the Minimal Corresponding Source under the terms of this 123 the Minimal Corresponding Source and Corresponding Application
|
/external/clang/test/Profile/ |
D | objc-general.m | 15 // Minimal definitions to get this to compile without Foundation.h.
|
/external/ImageMagick/m4/ |
D | framework.m4 | 34 # The "Minimal Corresponding Source" for a Combined Work means the 103 # 0) Convey the Minimal Corresponding Source under the terms of this 125 # the Minimal Corresponding Source and Corresponding Application
|
/external/lz4/lib/ |
D | README.md | 7 #### Minimal LZ4 build
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 104 enum PathGenerationScheme { None, Minimal, Extensive, AlternateExtensive }; enumerator 105 virtual PathGenerationScheme getGenerationScheme() const { return Minimal; } in getGenerationScheme()
|
/external/harfbuzz_ng/win32/ |
D | config-msvc.mak | 48 # Minimal set of (system) libraries needed for the HarfBuzz DLL
|
/external/compiler-rt/lib/asan/ |
D | asan_flags.inc | 27 "Minimal size (in bytes) of redzones around heap objects. "
|
/external/libcxx/docs/ |
D | index.rst | 17 * Minimal memory use.
|
/external/clang/docs/ |
D | MSVCCompatibility.rst | 75 * Debug info: :partial:`Minimal`. Clang emits both CodeView line tables
|
/external/webrtc/ |
D | NOTICE | 44 * - Minimal code subset to do rdft of length 128.
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 102 return IncludePath ? Minimal : None; in getGenerationScheme()
|
/external/skia/third_party/libpng/ |
D | README | 188 pngminim => Minimal decoder, encoder, and progressive decoder
|
/external/libpng/ |
D | README | 190 pngminim => Minimal decoder, encoder, and progressive decoder
|
1234567