Home
last modified time | relevance | path

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

/art/test/ManyMethods/
DManyMethods.java18 static class Strings { class in ManyMethods
46 Printer.Print(Strings.msg0); in Print0()
50 Printer.Print(Strings.msg1); in Print1()
54 Printer.Print(Strings.msg2); in Print2()
58 Printer.Print(Strings.msg1); in Print3()
62 Printer.Print(Strings.msg4); in Print4()
66 Printer.Print(Strings.msg5); in Print5()
70 Printer2.Print(Strings.msg6); in Print6()
74 Printer.Print(Strings.msg7); in Print7()
78 Printer.Print(Strings.msg8); in Print8()
[all …]
/art/build/
Dmakevars.go42 sort.Strings(testNames)
Dcodegen.go156 sort.Strings(ret)
/art/test/021-string2/src/
DMain.java89 Class<?> Strings = Class.forName("com.android.org.bouncycastle.util.Strings"); in main() local
90 Method fromUTF8ByteArray = Strings.getDeclaredMethod("fromUTF8ByteArray", byte[].class); in main()