Searched refs:lists (Results 1 – 6 of 6) sorted by relevance
/art/test/471-deopt-environment/ |
D | info.txt | 3 HEnvironment that does not have the uses lists updated.
|
/art/test/064-field-access/ |
D | info.txt | 1 The documentation lists exceptional conditions and the exceptions that
|
/art/tools/hiddenapi/ |
D | README.md | 5 their access flags if their signatures appear on one of two lists - greylist and 9 lists are assumed to be on a whitelist and left accessible by all code.
|
/art/test/956-methodhandles/src/ |
D | Main.java | 1183 public VariableArityTester(ArrayList<Integer> l0, ArrayList<Integer>... lists) { in VariableArityTester() argument 1184 update(l0, lists); in VariableArityTester() 1186 public VariableArityTester(List l0, List... lists) { update(l0, lists); } in VariableArityTester() argument 1205 public final String update(ArrayList<Integer> l0, ArrayList<Integer>... lists) { in update() argument 1206 lastResult = tally(l0, lists); in update() 1209 public String update(List l0, List... lists) { return lastResult = tally(l0, lists); } in update() argument 1236 public static String tally(ArrayList<Integer> l0, ArrayList<Integer>... lists) { in tally() argument 1237 return Arrays.toString(l0.toArray()) + ", " + Arrays.deepToString(lists); in tally() 1239 public static String tally(List l0, List... lists) { in tally() argument 1240 return Arrays.deepToString(l0.toArray()) + ", " + Arrays.deepToString(lists); in tally()
|
/art/tools/jfuzz/ |
D | README.md | 25 -l : defines a fuzzing length for statement lists
|
/art/ |
D | NOTICE | 69 communication on electronic mailing lists, source code control systems,
|