Home
last modified time | relevance | path

Searched refs:a (Results 526 – 550 of 1121) sorted by relevance

1...<<21222324252627282930>>...45

/art/test/064-field-access/jasmin/
DSubClassUsingInaccessibleField.j5 ; You may obtain a copy of the License at
27 ; a package-private field from an indirectly inherited package-private class,
/art/test/498-type-propagation/smali/
DTypePropagation.smali5 # You may obtain a copy of the License at
22 # When building the SSA graph, we will create a phi for v0, which will be of type
/art/test/954-invoke-polymorphic-verifier/smali/
DNonReference.smali6 # You may obtain a copy of the License at
24 # Set v0 to have incorrect type (not a MethodHandle) and value (not null).
/art/test/601-method-access/smali/
DSubClassUsingInaccessibleMethod.smali5 # You may obtain a copy of the License at
26 # a package-private method from an indirectly inherited package-private class,
/art/libdexfile/dex/
Ddex_file_layout.h51 static inline LayoutType MergeLayoutType(LayoutType a, LayoutType b) { in MergeLayoutType() argument
52 return std::min(a, b); in MergeLayoutType()
/art/test/642-fp-callees/
Dfp_callees.cc32 double a = array[0]; in Java_Main_holdFpTemporaries() local
47 CHECK_EQ(bit_cast<int64_t>(a), bit_cast<int64_t>(temp)); in Java_Main_holdFpTemporaries()
/art/test/425-invoke-super/smali/
Dinvokesuper.smali6 # You may obtain a copy of the License at
29 # Do an invoke super on a non-super class to force slow path.
/art/test/445-checker-licm/src/
DMain.java85 public static int divByA(int a, int b) { in divByA() argument
89 result += staticField / a; in divByA()
/art/test/963-default-range-smali/
Dinfo.txt3 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
/art/test/2002-virtual-structural-initializing/
Dinfo.txt3 Tests that using the structural redefinition while concurrently loading and using a subtype of
/art/test/2006-virtual-structural-finalizing/
Dinfo.txt3 Tests that using the structural redefinition while concurrently loading and using a subtype of
/art/test/2001-virtual-structural-multithread/
Dinfo.txt3 Tests that using the structural redefinition while concurrently loading and using a subtype of
/art/test/801-VoidCheckCast/
Dinfo.txt1 A test that is only available as a DEX binary.
/art/test/2007-virtual-structural-finalizable/
Dinfo.txt3 Tests that using the structural redefinition while concurrently loading and using a subtype of
/art/test/094-pattern/
Dinfo.txt3 The test may throw a StackOverflowError if the stack size is too small. With
/art/test/962-iface-static/
Dinfo.txt3 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
/art/test/607-daemon-stress/
Dinfo.txt1 Stress test for daemon threads stuck in a method that requires the thread list lock.
/art/test/2033-shutdown-mechanics/
Dinfo.txt1 Check that when the main thread completes with a Daemon thread running
/art/test/430-live-register-slow-path/src/
DMain.java33 public static void assertEquals(int a, int b) {} in assertEquals() argument
/art/test/572-checker-array-get-regression/
Dinfo.txt2 instrumentation of array loads with a large constant index, where we
/art/test/2003-double-virtual-structural/
Dinfo.txt4 accessed by a subtype undergoing non-structural redefinition simultaneously.
/art/test/996-breakpoint-obsolete/
Dinfo.txt3 This checks that redefining a class will clear breakpoints on the class's
/art/test/2004-double-virtual-structural-abstract/
Dinfo.txt4 accessed by a subtype undergoing non-structural redefinition simultaneously.
/art/test/804-class-extends-itself/smali/
DMain.smali5 # You may obtain a copy of the License at
19 # a workaround, implement Main using Smali (we could also have used
20 # multidex, but this requires a custom build script).
/art/tools/
Drun-libcore-tests.sh78 The script runs a hardcoded list of libcore test packages by default. The user
79 may run a subset of packages by appending '--' followed by a list of package

1...<<21222324252627282930>>...45