Home
last modified time | relevance | path

Searched refs:a (Results 351 – 375 of 1121) sorted by relevance

1...<<11121314151617181920>>...45

/art/test/064-field-access/
Dinfo.txt4 attempting to set a protected field from an unrelated class causes an
5 IllegalAccessException, while passing in a data type that doesn't match
/art/test/412-new-array/src/
DMain.java36 float[] a = new float[1]; in $opt$TestAllocations() local
37 assertEquals(1, a.length); in $opt$TestAllocations()
65 float[] a = { 1.2f }; in $opt$TestWithInitializations() local
66 assertEquals(1, a.length); in $opt$TestWithInitializations()
67 assertEquals(1.2f, a[0]); in $opt$TestWithInitializations()
117 byte[] a = { (byte)0xa0, (byte)0xa1, (byte)0xa2, (byte)0xa3, in $opt$TestNegativeValueNewByteArray()
119 for (int i = 0; i < a.length; i++) { in $opt$TestNegativeValueNewByteArray()
120 assertEquals((byte)0xa0 + i, a[i]); in $opt$TestNegativeValueNewByteArray() local
126 char[] a = { (char)0xa000, (char)0xa001, (char)0xa002, (char)0xa003, in $opt$TestNegativeValueNewCharArray() local
128 for (int i = 0; i < a.length; i++) { in $opt$TestNegativeValueNewCharArray()
[all …]
/art/test/520-equivalent-phi/smali/
DEquivalent.smali5 # You may obtain a copy of the License at
28 # based on uses, but a move-object disappears after SSA, leaving
29 # the compiler with a reference equivalent that has no use. So
/art/build/
Dcodegen.go197 for _, a := range ctx.DeviceConfig().Arches() {
198 s := a.ArchType.String()
207 for a := range arches {
208 ret = append(ret, a)
/art/test/005-annotations/src/android/test/anno/
DTestAnnotations.java36 for (Annotation a : arr) { in printAnnotationArray()
37 sorted.put(a.annotationType().getName(), a); in printAnnotationArray() local
40 for (Annotation a : sorted.values()) { in printAnnotationArray()
41 System.out.println(prefix + " " + a); in printAnnotationArray()
42 System.out.println(prefix + " " + a.annotationType()); in printAnnotationArray()
/art/runtime/gc/accounting/
Datomic_stack.h52 bool operator()(const T* a, const StackReference<T>& b) const NO_THREAD_SAFETY_ANALYSIS { in operator()
53 return a < b.AsMirrorPtr(); in operator()
55 bool operator()(const StackReference<T>& a, const T* b) const NO_THREAD_SAFETY_ANALYSIS { in operator()
56 return a.AsMirrorPtr() < b; in operator()
59 bool operator()(const StackReference<T>& a, const StackReference<T>& b) const in operator()
61 return a.AsMirrorPtr() < b.AsMirrorPtr(); in operator()
/art/test/804-class-extends-itself/smali/
Db_28685551.smali5 # You may obtain a copy of the License at
15 # Regression test for a class inheriting from itself.
/art/test/455-checker-gvn/src/
DMain.java30 private static int $inline$add(int a, int b) { in $inline$add() argument
31 return a + b; in $inline$add()
/art/test/800-smali/smali/
Db_22411633_5.smali12 # and call a method afterwards.
20 # Allocate a java.lang.Object (do not initialize).
/art/runtime/
Dclass_table.cc193 bool ClassTable::ClassDescriptorHashEquals::operator()(const TableSlot& a, in operator ()() argument
197 if (a.Hash() != b.Hash()) { in operator ()()
199 DCHECK(!a.Read<kWithoutReadBarrier>()->DescriptorEquals( in operator ()()
204 return a.Read<kWithoutReadBarrier>()->DescriptorEquals( in operator ()()
208 bool ClassTable::ClassDescriptorHashEquals::operator()(const TableSlot& a, in operator ()() argument
212 if (!a.MaskedHashEquals(b.second)) { in operator ()()
213 DCHECK(!a.Read<kWithoutReadBarrier>()->DescriptorEquals(b.first)); in operator ()()
216 return a.Read<kWithoutReadBarrier>()->DescriptorEquals(b.first); in operator ()()
/art/test/013-math2/
Dexpected.txt1 a:32003
/art/test/2024-InvariantNegativeLoop/
Dinfo.txt1 Test a loop with invariants.
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DInstances.java42 public int compare(AhatInstance a, AhatInstance b) { in Instances()
43 return Long.compare(a.getId(), b.getId()); in Instances()
/art/test/474-fp-sub-neg/src/
DMain.java60 float a=0.0f; in bug_1() local
62 d = -f + (-a); in bug_1()
/art/test/955-methodhandles-smali/smali/
DMain.smali5 # You may obtain a copy of the License at
20 # Returns a handle to a virtual method on |defc| named name with type |type| using
25 # Get a reference to the public lookup object (MethodHandles.publicLookup()).
37 # Returns a handle to a static method on |defc| named name with type |type| using
42 # Get a reference to the public lookup object (MethodHandles.publicLookup()).
52 # Returns a method handle to String java.lang.String.concat(String);
69 # Returns a method handle to boolean java.lang.Long.compareTo(java.lang.Long other).
92 # Returns a method handle to static String java.lang.String.valueOf(Object);
116 # Returns a method handle to static String java.lang.String.valueOf(String);
140 # Test case 1: Exercise String.concat(String, String) which is a virtual method.
[all …]
/art/test/005-annotations/
Dinfo.txt1 Test a bunch of uses of annotations.
/art/test/138-duplicate-classes-check/
Dinfo.txt1 Check whether a duplicate class is detected.
/art/test/485-checker-dce-switch/
Dinfo.txt1 Tests that DCE can remove a packed switch.
/art/test/1904-double-suspend/
Dinfo.txt1 Test jvmti suspending a thread more than once.
/art/test/370-dex-v37/
Dinfo.txt1 Print "Hello, World!" with a version 37 dex file.
/art/benchmark/string-indexof/
Dinfo.txt1 Benchmarks for repeating String.indexOf() instructions in a loop.
/art/benchmark/const-class/
Dinfo.txt1 Benchmarks for repeating const-class instructions in a loop.
/art/test/454-get-vreg/
Dinfo.txt1 Tests for inspecting DEX registers in a Java method.
/art/benchmark/const-string/
Dinfo.txt1 Benchmarks for repeating const-string instructions in a loop.
/art/test/006-args/
Dexpected.txt5 a=123 c=q d=3.343434 j=1234605616436508552 f=0.12345

1...<<11121314151617181920>>...45