HomeSort by relevance Sort by last modified time
    Searched refs:Minimal (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/AST/
ASTImporter.h 49 /// \brief Whether to perform a minimal import.
50 bool Minimal;
99 /// \brief Whether the importer will perform a minimal import, creating
101 bool isMinimalImport() const { return Minimal; }
  /external/clang/lib/StaticAnalyzer/Core/
TextPathDiagnostics.cpp 41 PathGenerationScheme getGenerationScheme() const { return Minimal; }
BugReporter.cpp 536 // "Minimal" path diagnostic generation algorithm.
    [all...]
  /external/chromium/chrome/common/
web_apps_unittest.cc 106 TEST(WebAppInfo, Minimal) {
108 ParseFromDefinitionAndExpectSuccess("minimal.json"));
  /external/chromium/chrome/browser/extensions/
convert_web_app_unittest.cc 145 TEST(ExtensionFromWebApp, Minimal) {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 96 enum PathGenerationScheme { None, Minimal, Extensive };
97 virtual PathGenerationScheme getGenerationScheme() const { return Minimal; }
  /external/clang/lib/AST/
ASTImporter.cpp 92 /// nothing (if minimal import is set) or might be everything (if minimal
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 309 milliseconds