Home
last modified time | relevance | path

Searched refs:includeInternal (Results 1 – 2 of 2) sorted by relevance

/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
DDependencyAnalyzer.java76 public DependencyAnalyzer(Path classpath, Path excludeClasspath, boolean includeInternal, in DependencyAnalyzer() argument
80 mIncludeInternal = includeInternal; in DependencyAnalyzer()
DMain.java364 public boolean includeInternal = false; field in Main.CommandShowDeps
389 includeInternal, usesExpectedUpstreamAsBaseDeps); in run()