/art/test/425-invoke-super/src/ |
D | Main.java | 28 static class C extends B { class in Main 32 static class D extends C { 45 assertEquals(1, new C().$opt$bar()); in main()
|
/art/test/301-abstract-protected/src/ |
D | Main.java | 19 System.err.println(new C().m()); in main() 33 class C extends AbstractI { public String m() { return "passed"; }; } in m() class
|
/art/test/969-iface-super/ |
D | expected.txt | 10 Testing for type C 11 C-virtual C.SayHi()='Hello and welcome ' 12 C-interface Iface.SayHi()='Hello and welcome ' 13 End testing for type C
|
/art/test/800-smali/smali/ |
D | b_21869691A.smali | 16 # class C extends B { 19 # Then calling invoke-interface C.a() will go wrong if there is no explicit check: a can't be found 20 # in C, but in the interface table, so we will find an interface method and pass ICCE checks. 22 # If we do this before a correct invoke-virtual C.a(), we poison the dex cache with an incorrect
|
D | sameFieldNames.smali | 13 .field static public a:C 25 .field static public b:C 27 .field static public d:C 29 .field static public f:C 31 .field static public h:C
|
D | b_21869691B.smali | 28 # Call C with invoke-virtual.
|
D | b_26594149_8.smali | 1 # Copyright (C) 2016 The Android Open Source Project
|
/art/test/960-default-smali/ |
D | expected.txt | 15 Testing for type C 16 C-virtual A.SayHi()='Hi ' 17 C-virtual C.SayHi()='Hi ' 18 C-interface Greeter.SayHi()='Hi ' 19 C-virtual A.SayHiTwice()='You don't control me' 20 C-virtual C.SayHiTwice()='You don't control me' 21 C-interface Greeter.SayHiTwice()='You don't control me' 22 End testing for type C
|
/art/test/201-built-in-exception-detail-messages/src/ |
D | Main.java | 115 Object[] array = new C[10][]; in arrayStore() 126 Object o = new C[4]; in arrayStore() 187 System.arraycopy(new C(), 0, "hello", 0, 1); in arrayStore() 205 Object o = (C) makeArray(String.class); in classCast() 213 Object o = (C) makeArray(float.class); in classCast() 221 Object o = (C) makeArray(char[].class); in classCast() 236 static class C { } class in Main
|
/art/runtime/base/unix_file/ |
D | README | 1 A simple C++ wrapper for Unix file I/O. 4 RandomAccessFile and related classes. The usual C++ idioms of RAII and "you
|
/art/test/Lookup/ |
D | C.java | 17 class C {} class
|
/art/runtime/interpreter/mterp/x86/ |
D | op_mul_long.S | 14 movzbl 3(rPC), %ecx # ecx <- C 19 leal (rFP,%ecx,4), rFP # rFP <- &v[C]
|
/art/test/960-default-smali/src/ |
D | C.java | 16 class C extends A { class
|
/art/test/969-iface-super/src/ |
D | C.java | 16 public class C implements Iface { class
|
/art/test/121-modifiers/classes/ |
D | A$C.class | Main.java
package A$C extends java.lang.Object {
|
/art/test/955-lambda-smali/smali/ |
D | CaptureVariables.smali | 2 # Copyright (C) 2015 The Android Open Source Project 43 capture-variable v2, "C" 119 invoke-virtual {v1, v2}, Ljava/io/PrintStream;->println(C)V # no println(B), use char instead. 128 const-string v0, "(CaptureVariables) (0-args, 1 captured variable 'C'): value is " 133 liberate-variable v2, p0, "C" 134 invoke-virtual {v1, v2}, Ljava/io/PrintStream;->println(C)V 225 capture-variable v2, "C" 263 invoke-virtual {v1, v2}, Ljava/io/PrintStream;->print(C)V 266 liberate-variable v2, p0, "C" 267 invoke-virtual {v1, v2}, Ljava/io/PrintStream;->print(C)V
|
/art/runtime/interpreter/mterp/ |
D | Makefile_mterp | 1 # Copyright (C) 2016 The Android Open Source Project 40 # Source files generated by the script. There's always one C and one
|
D | README.txt | 42 C output, ".S" files are copied to the asm output. 112 Both C and assembly sources will be passed through the C pre-processor, 113 so you can take advantage of C-style comments and preprocessor directives 145 ==== Using C constants from assembly sources ==== 149 restricted, as simple macros are used to massage it for use with both C 186 over the C++ interpreter through its efficient mechanism of
|
/art/test/976-conflict-no-methods/smali/ |
D | NoMethods.smali | 2 # * Copyright (C) 2016 The Android Open Source Project
|
/art/test/804-class-extends-itself/smali/ |
D | b_28685551.smali | 1 # Copyright (C) 2016 The Android Open Source Project
|
/art/test/606-erroneous-class/smali/ |
D | ClassB.smali | 1 # Copyright (C) 2016 The Android Open Source Project
|
/art/test/595-error-class/smali/ |
D | super.smali | 1 # Copyright (C) 2016 The Android Open Source Project
|
/art/test/471-uninitialized-locals/smali/ |
D | Test.smali | 2 # Copyright (C) 2015 The Android Open Source Project
|
/art/test/453-not-byte/smali/ |
D | NotByte.smali | 1 # Copyright (C) 2015 The Android Open Source Project
|
/art/test/972-iface-super-multidex/smali-multidex/ |
D | conflictinterface.smali | 2 # Copyright (C) 2016 The Android Open Source Project
|