Home
last modified time | relevance | path

Searched refs:appendArtSystemProperty (Results 1 – 3 of 3) sorted by relevance

/external/r8/src/test/java/com/android/tools/r8/utils/
DArtCommandBuilderTest.java54 builder.appendArtSystemProperty("a.b.c", "1").appendArtSystemProperty("x.y.z", "2"); in artSystemProperties()
72 .appendArtSystemProperty("a.b.c", "1") in allOfTheAbove()
73 .appendArtSystemProperty("x.y.z", "2") in allOfTheAbove()
91 .appendArtSystemProperty("a.b.c", "1") in allOfTheAboveWithClasspathAndSystemPropertiesBeforeOptions()
92 .appendArtSystemProperty("x.y.z", "2") in allOfTheAboveWithClasspathAndSystemPropertiesBeforeOptions()
/external/r8/src/test/java/com/android/tools/r8/
DToolHelper.java109 public CommandBuilder appendArtSystemProperty(String key, String value) { in appendArtSystemProperty() method in ToolHelper.CommandBuilder
DR8RunArtTestsTest.java1030 builder.appendArtSystemProperty( in buildArtCommand()