Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 170) sorted by relevance

1234567

/art/test/425-invoke-super/src/
DMain.java28 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/
DMain.java19 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/
Dexpected.txt10 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/
Db_21869691A.smali16 # 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
DsameFieldNames.smali13 .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
Db_21869691B.smali28 # Call C with invoke-virtual.
Db_26594149_8.smali1 # Copyright (C) 2016 The Android Open Source Project
/art/test/960-default-smali/
Dexpected.txt15 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/
DMain.java115 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/
DREADME1 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/
DC.java17 class C {} class
/art/runtime/interpreter/mterp/x86/
Dop_mul_long.S14 movzbl 3(rPC), %ecx # ecx <- C
19 leal (rFP,%ecx,4), rFP # rFP <- &v[C]
/art/test/960-default-smali/src/
DC.java16 class C extends A { class
/art/test/969-iface-super/src/
DC.java16 public class C implements Iface { class
/art/test/121-modifiers/classes/
DA$C.classMain.java package A$C extends java.lang.Object {
/art/test/955-lambda-smali/smali/
DCaptureVariables.smali2 # 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/
DMakefile_mterp1 # Copyright (C) 2016 The Android Open Source Project
40 # Source files generated by the script. There's always one C and one
DREADME.txt42 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/
DNoMethods.smali2 # * Copyright (C) 2016 The Android Open Source Project
/art/test/804-class-extends-itself/smali/
Db_28685551.smali1 # Copyright (C) 2016 The Android Open Source Project
/art/test/606-erroneous-class/smali/
DClassB.smali1 # Copyright (C) 2016 The Android Open Source Project
/art/test/595-error-class/smali/
Dsuper.smali1 # Copyright (C) 2016 The Android Open Source Project
/art/test/471-uninitialized-locals/smali/
DTest.smali2 # Copyright (C) 2015 The Android Open Source Project
/art/test/453-not-byte/smali/
DNotByte.smali1 # Copyright (C) 2015 The Android Open Source Project
/art/test/972-iface-super-multidex/smali-multidex/
Dconflictinterface.smali2 # Copyright (C) 2016 The Android Open Source Project

1234567