Home
last modified time | relevance | path

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

/cts/tools/vm-tests-tf/src/util/build/
DBuildDalvikSuite.java78 private static String restrictTo = null; // e.g. restrict to "opcodes.add_double" field in BuildDalvikSuite
136 restrictTo = args[6]; in parseArgs()
137 System.out.println("restricting build to: " + restrictTo); in parseArgs()
191 if (restrictTo != null && !fqcn.contains(restrictTo)) return;