Home
last modified time | relevance | path

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

/art/benchmark/stringbuilder-append/src/
DStringBuilderAppendBenchmark.java18 public static String string1 = "s1"; field in StringBuilderAppendBenchmark
29 String s1 = string1; in timeAppendStrings()
55 String s1 = string1; in timeAppendStringAndInt()
68 String s1 = string1; in timeAppendStringAndDouble()
81 String s1 = string1; in timeAppendStringAndHugeDouble()
94 String s1 = string1; in timeAppendStringAndFloat()
107 String s1 = string1; in timeAppendStringAndHugeFloat()
120 String s1 = string1; in timeAppendStringDoubleStringAndFloat()
/art/test/617-clinit-oome/src/
DOther.java18 public static final String string1 = "ABCDEFG1"; field in Other
/art/test/046-reflect/
Dexpected-stdout.txt36 Field name is string1
40 string1 value is 'hey'
42 string1 value is now 'a new string'
/art/test/046-reflect/src/
DMain.java811 public String string1 = "hey"; field in Target