Home
last modified time | relevance | path

Searched refs:a (Results 676 – 700 of 1121) sorted by relevance

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

/art/test/663-odd-dex-size4/
Dinfo.txt1 Test for an aligned dex file followed by a dex file with an odd size.
/art/test/1900-track-alloc/src/art/
DTest1900.java129 Object a = new Object(); in run() local
131 Main.setTag(a, 100); in run()
/art/sigchainlib/
DAndroid.bp6 // You may obtain a copy of the License at
59 // Create a fake version of libsigchain which expose the necessary symbols
/art/dt_fd_forward/
DNOTICE21 version 2 for more details (a copy is included in the LICENSE file that
24 You should have received a copy of the GNU General Public License version
/art/openjdkjvmti/
DNOTICE20 version 2 for more details (a copy is included in the LICENSE file that
23 You should have received a copy of the GNU General Public License version
/art/test/475-regression-inliner-ids/smali/
DTestCase.smali5 # You may obtain a copy of the License at
22 # The bug is triggered when inlining a method with few Load/StoreLocals but
/art/test/1953-pop-frame/
Dclass-loading-expected.patch17 > Test stopped during a ClassLoad event.
27 > Test stopped during a ClassPrepare event.
/art/test/1956-pop-frame-jit-calling/
Djvm-expected.patch17 < Test stopped during a ClassLoad event.
27 < Test stopped during a ClassPrepare event.
/art/test/1954-pop-frame-jit/
Djvm-expected.patch17 < Test stopped during a ClassLoad event.
27 < Test stopped during a ClassPrepare event.
/art/openjdkjvm/
DNOTICE20 version 2 for more details (a copy is included in the LICENSE file that
23 You should have received a copy of the GNU General Public License version
/art/test/1955-pop-frame-jit-called/
Djvm-expected.patch17 < Test stopped during a ClassLoad event.
27 < Test stopped during a ClassPrepare event.
/art/test/906-iterate-heap/src/art/
DTest906.java92 private static void checkEq(int a, int b) { in checkEq() argument
93 if (a != b) { in checkEq()
94 Error e = new Error("Failed: Expected equal " + a + " and " + b); in checkEq()
128 A a = new A(); in doTest() local
135 setTag(a, 1); in doTest()
/art/test/083-compiler-regressions/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/565-checker-irreducible-loop/smali/
DIrreducibleLoop.smali5 # You may obtain a copy of the License at
53 # a live interval is found while connecting siblings, but that
80 # Make v2 have a register location.
/art/test/552-checker-primitive-typeprop/smali/
DArrayGet.smali5 # You may obtain a copy of the License at
19 # Test phi with fixed-type ArrayGet as an input and a matching second input.
49 # Test phi with fixed-type ArrayGet as an input and a conflicting second input.
107 # Test phi with free-type ArrayGet as an input and a matching second input.
138 # Test phi with free-type ArrayGet as an input and a conflicting second input.
241 # Use v3 without a determinate type.
DArraySet.smali5 # You may obtain a copy of the License at
19 # Note that the input is a Phi to make sure primitive type propagation is re-run
/art/libartbase/base/
Dhash_set_test.cc310 bool operator()(const std::vector<int>& a, const std::vector<int>& b) const { in operator ()()
311 return a == b; in operator ()()
314 bool operator()(const std::vector<int>& a, const std::forward_list<int>& b) const { in operator ()()
315 auto aiter = a.begin(); in operator ()()
317 while (aiter != a.end() && biter != b.end()) { in operator ()()
324 return (aiter == a.end() && biter == b.end()); in operator ()()
/art/test/954-invoke-polymorphic-verifier/smali/
DSubclass.smali6 # You may obtain a copy of the License at
25 # Get a MethodHandleImpl instance (subclass of MethodHandle).
/art/test/utils/
Dget-device-isa19 Determine and print the 32- or 64-bit architecture of a device.
/art/runtime/gc/collector/
Dimmune_spaces.h40 bool operator()(space::ContinuousSpace* a, space::ContinuousSpace* b) const;
/art/test/800-smali/smali/
Db_27799205_6.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
Db_20843113.smali30 # Just a placeholder.
/art/compiler/optimizing/
Dreference_type_propagation.h64 static ReferenceTypeInfo MergeTypes(const ReferenceTypeInfo& a,
/art/test/533-regression-debugphi/smali/
DTestCase.smali5 # You may obtain a copy of the License at
18 # This is a reduced test case that used to trigger an infinite loop
/art/test/166-bad-interface-super/jasmin/
DBadSuper1.j5 ; You may obtain a copy of the License at

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