Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 233) sorted by relevance

12345678910

/art/test/545-tracing-and-jit/src/
DMain.java171 Set set = new HashSet(); in fillJit() local
172 set.add("foo"); in fillJit()
173 set.addAll(set); in fillJit()
174 set.clear(); in fillJit()
175 set.contains("foo"); in fillJit()
176 set.containsAll(set); in fillJit()
177 set.equals(set); in fillJit()
178 set.hashCode(); in fillJit()
179 set.isEmpty(); in fillJit()
180 set.iterator(); in fillJit()
[all …]
/art/test/712-varhandle-invocations/src/
DVarHandleTypeConversionTests.java164 vh.set(bytes, index, newValue); in doTest()
250 vh.set(bb, index, newValue); in doTest()
281 vh.set(bb, index, newValue); in doTest()
307 vh.set(true); in doTest()
309 vh.set((byte) 3); in doTest()
314 vh.set('c'); in doTest()
319 vh.set((short) 1); in doTest()
324 vh.set((int) 1); in doTest()
329 vh.set((long) 1); in doTest()
334 vh.set((float) 1.0f); in doTest()
[all …]
/art/test/456-baseline-array-set/
DAndroid.bp3 // Build rules for ART run-test `456-baseline-array-set`.
16 name: "art-run-test-456-baseline-array-set",
21 ":art-run-test-456-baseline-array-set-expected-stdout",
22 ":art-run-test-456-baseline-array-set-expected-stderr",
28 name: "art-run-test-456-baseline-array-set-expected-stdout",
29 out: ["art-run-test-456-baseline-array-set-expected-stdout.txt"],
36 name: "art-run-test-456-baseline-array-set-expected-stderr",
37 out: ["art-run-test-456-baseline-array-set-expected-stderr.txt"],
/art/test/626-set-resolved-string/
DAndroid.bp3 // Build rules for ART run-test `626-set-resolved-string`.
16 name: "art-run-test-626-set-resolved-string",
21 ":art-run-test-626-set-resolved-string-expected-stdout",
22 ":art-run-test-626-set-resolved-string-expected-stderr",
28 name: "art-run-test-626-set-resolved-string-expected-stdout",
29 out: ["art-run-test-626-set-resolved-string-expected-stdout.txt"],
36 name: "art-run-test-626-set-resolved-string-expected-stderr",
37 out: ["art-run-test-626-set-resolved-string-expected-stderr.txt"],
/art/test/901-hello-ti-agent/src/art/
DTest901.java30 set(0); // OTHER in run()
31 set(1); // GC in run()
32 set(2); // CLASS in run()
33 set(4); // JNI in run()
34 set(8); // Error. in run()
39 private static void set(int i) { in set() method in Test901
/art/test/1916-get-set-current-frame/
DAndroid.bp3 // Build rules for ART run-test `1916-get-set-current-frame`.
16 name: "art-run-test-1916-get-set-current-frame",
21 ":art-run-test-1916-get-set-current-frame-expected-stdout",
22 ":art-run-test-1916-get-set-current-frame-expected-stderr",
28 name: "art-run-test-1916-get-set-current-frame-expected-stdout",
29 out: ["art-run-test-1916-get-set-current-frame-expected-stdout.txt"],
36 name: "art-run-test-1916-get-set-current-frame-expected-stderr",
37 out: ["art-run-test-1916-get-set-current-frame-expected-stderr.txt"],
/art/test/521-regression-integer-field-set/
DAndroid.bp3 // Build rules for ART run-test `521-regression-integer-field-set`.
16 name: "art-run-test-521-regression-integer-field-set",
21 ":art-run-test-521-regression-integer-field-set-expected-stdout",
22 ":art-run-test-521-regression-integer-field-set-expected-stderr",
28 name: "art-run-test-521-regression-integer-field-set-expected-stdout",
29 out: ["art-run-test-521-regression-integer-field-set-expected-stdout.txt"],
36 name: "art-run-test-521-regression-integer-field-set-expected-stderr",
37 out: ["art-run-test-521-regression-integer-field-set-expected-stderr.txt"],
/art/test/1967-get-set-local-bad-slot/
DAndroid.bp3 // Build rules for ART run-test `1967-get-set-local-bad-slot`.
16 name: "art-run-test-1967-get-set-local-bad-slot",
21 ":art-run-test-1967-get-set-local-bad-slot-expected-stdout",
22 ":art-run-test-1967-get-set-local-bad-slot-expected-stderr",
28 name: "art-run-test-1967-get-set-local-bad-slot-expected-stdout",
29 out: ["art-run-test-1967-get-set-local-bad-slot-expected-stdout.txt"],
36 name: "art-run-test-1967-get-set-local-bad-slot-expected-stderr",
37 out: ["art-run-test-1967-get-set-local-bad-slot-expected-stderr.txt"],
Dexpected-stdout.txt11 "SetInt_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed to set
14 …on public static void art.Test1967.IntMethod(java.lang.Runnable) failed to set value 9223372036854…
17 …on public static void art.Test1967.IntMethod(java.lang.Runnable) failed to set value NEW_FOR_SET d…
29 "SetInt_at_negative" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed to set
32 …on public static void art.Test1967.IntMethod(java.lang.Runnable) failed to set value 9223372036854…
35 …on public static void art.Test1967.IntMethod(java.lang.Runnable) failed to set value NEW_FOR_SET d…
47 …n public static void art.Test1967.LongMethod(java.lang.Runnable) failed to set value 2147483647 du…
50 …n public static void art.Test1967.LongMethod(java.lang.Runnable) failed to set value 9223372036854…
53 …n public static void art.Test1967.LongMethod(java.lang.Runnable) failed to set value NEW_FOR_SET d…
65 …n public static void art.Test1967.LongMethod(java.lang.Runnable) failed to set value 2147483647 du…
[all …]
/art/test/1912-get-set-local-primitive/
DAndroid.bp3 // Build rules for ART run-test `1912-get-set-local-primitive`.
16 name: "art-run-test-1912-get-set-local-primitive",
21 ":art-run-test-1912-get-set-local-primitive-expected-stdout",
22 ":art-run-test-1912-get-set-local-primitive-expected-stderr",
28 name: "art-run-test-1912-get-set-local-primitive-expected-stdout",
29 out: ["art-run-test-1912-get-set-local-primitive-expected-stdout.txt"],
36 name: "art-run-test-1912-get-set-local-primitive-expected-stderr",
37 out: ["art-run-test-1912-get-set-local-primitive-expected-stderr.txt"],
Dexpected-stdout.txt17 "SetInt" on public static void art.Test1912.IntMethod(java.lang.Runnable) set value: 2147483647
20 "SetLong" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set value 9223…
23 "SetFloat" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set value 9.2…
26 "SetDouble" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set value 12…
29 "SetObject" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set value NE…
32 "SetNullObject" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set valu…
50 "SetInt" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed to set value 2147…
53 "SetLong" on public static void art.Test1912.LongMethod(java.lang.Runnable) set value: 922337203685…
56 "SetFloat" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed to set value 9.…
59 "SetDouble" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed to set value 1…
[all …]
/art/test/1913-get-set-local-objects/
DAndroid.bp3 // Build rules for ART run-test `1913-get-set-local-objects`.
16 name: "art-run-test-1913-get-set-local-objects",
21 ":art-run-test-1913-get-set-local-objects-expected-stdout",
22 ":art-run-test-1913-get-set-local-objects-expected-stderr",
28 name: "art-run-test-1913-get-set-local-objects-expected-stdout",
29 out: ["art-run-test-1913-get-set-local-objects-expected-stdout.txt"],
36 name: "art-run-test-1913-get-set-local-objects-expected-stderr",
37 out: ["art-run-test-1913-get-set-local-objects-expected-stderr.txt"],
Dexpected-stdout.txt5 "SetNull" on public static void art.Test1913.ObjectMethod(java.lang.Runnable) set value: null
8 "SetTestClass1" on public static void art.Test1913.ObjectMethod(java.lang.Runnable) set value: Test…
11 "SetTestClass1ext" on public static void art.Test1913.ObjectMethod(java.lang.Runnable) set value: T…
14 "SetTestClass2" on public static void art.Test1913.ObjectMethod(java.lang.Runnable) set value: Test…
17 "SetTestClass2impl" on public static void art.Test1913.ObjectMethod(java.lang.Runnable) set value: …
23 "SetNull" on public static void art.Test1913.InterfaceMethod(java.lang.Runnable) set value: null
26 "SetTestClass1" on public static void art.Test1913.InterfaceMethod(java.lang.Runnable) set value: T…
29 "SetTestClass1ext" on public static void art.Test1913.InterfaceMethod(java.lang.Runnable) set value…
32 …lic static void art.Test1913.InterfaceMethod(java.lang.Runnable) failed to set value TestClass2("S…
35 "SetTestClass2impl" on public static void art.Test1913.InterfaceMethod(java.lang.Runnable) set valu…
[all …]
/art/test/1915-get-set-local-current-thread/
DAndroid.bp3 // Build rules for ART run-test `1915-get-set-local-current-thread`.
16 name: "art-run-test-1915-get-set-local-current-thread",
21 ":art-run-test-1915-get-set-local-current-thread-expected-stdout",
22 ":art-run-test-1915-get-set-local-current-thread-expected-stderr",
28 name: "art-run-test-1915-get-set-local-current-thread-expected-stdout",
29 out: ["art-run-test-1915-get-set-local-current-thread-expected-stdout.txt"],
36 name: "art-run-test-1915-get-set-local-current-thread-expected-stderr",
37 out: ["art-run-test-1915-get-set-local-current-thread-expected-stderr.txt"],
/art/test/1935-get-set-current-frame-jit/
DAndroid.bp3 // Build rules for ART run-test `1935-get-set-current-frame-jit`.
16 name: "art-run-test-1935-get-set-current-frame-jit",
21 ":art-run-test-1935-get-set-current-frame-jit-expected-stdout",
22 ":art-run-test-1935-get-set-current-frame-jit-expected-stderr",
28 name: "art-run-test-1935-get-set-current-frame-jit-expected-stdout",
29 out: ["art-run-test-1935-get-set-current-frame-jit-expected-stdout.txt"],
36 name: "art-run-test-1935-get-set-current-frame-jit-expected-stderr",
37 out: ["art-run-test-1935-get-set-current-frame-jit-expected-stderr.txt"],
/art/test/521-checker-array-set-null/
DAndroid.bp3 // Build rules for ART run-test `521-checker-array-set-null`.
16 name: "art-run-test-521-checker-array-set-null",
21 ":art-run-test-521-checker-array-set-null-expected-stdout",
22 ":art-run-test-521-checker-array-set-null-expected-stderr",
31 name: "art-run-test-521-checker-array-set-null-expected-stdout",
32 out: ["art-run-test-521-checker-array-set-null-expected-stdout.txt"],
39 name: "art-run-test-521-checker-array-set-null-expected-stderr",
40 out: ["art-run-test-521-checker-array-set-null-expected-stderr.txt"],
/art/test/590-checker-arr-set-null-regression/
DAndroid.bp3 // Build rules for ART run-test `590-checker-arr-set-null-regression`.
16 name: "art-run-test-590-checker-arr-set-null-regression",
21 ":art-run-test-590-checker-arr-set-null-regression-expected-stdout",
22 ":art-run-test-590-checker-arr-set-null-regression-expected-stderr",
31 name: "art-run-test-590-checker-arr-set-null-regression-expected-stdout",
32 out: ["art-run-test-590-checker-arr-set-null-regression-expected-stdout.txt"],
39 name: "art-run-test-590-checker-arr-set-null-regression-expected-stderr",
40 out: ["art-run-test-590-checker-arr-set-null-regression-expected-stderr.txt"],
/art/runtime/
Dcompat_framework.h45 void SetDisabledCompatChanges(const std::set<uint64_t>& disabled_changes) { in SetDisabledCompatChanges()
49 const std::set<uint64_t>& GetDisabledCompatChanges() const { in GetDisabledCompatChanges()
70 std::set<uint64_t> disabled_compat_changes_;
73 std::set<uint64_t> reported_compat_changes_ GUARDED_BY(reported_compat_changes_lock_);
/art/test/1966-get-set-local-objects-no-table/
Dexpected-stdout.txt5 …lic static void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) set value: null
8 …c void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) set value: TestClass1("…
11 …c void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) set value: TestClass1ex…
14 …c void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) set value: TestClass2("…
17 …c void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) set value: TestClass2im…
23 …tic void art_test.TestCases1966.CastInterfaceMethod(java.util.function.IntConsumer) set value: null
26 …art_test.TestCases1966.CastInterfaceMethod(java.util.function.IntConsumer) set value: TestClass1("…
29 …art_test.TestCases1966.CastInterfaceMethod(java.util.function.IntConsumer) set value: TestClass1ex…
32 …estCases1966.CastInterfaceMethod(java.util.function.IntConsumer) failed to set value TestClass2("S…
35 …estCases1966.CastInterfaceMethod(java.util.function.IntConsumer) failed to set value TestClass2imp…
[all …]
/art/compiler/optimizing/
Dgvn.cc425 ValueSet* set = nullptr; in VisitBasicBlock() local
432 set = new (&allocator_) ValueSet(&allocator_); in VisitBasicBlock()
442 set = dominator_set; in VisitBasicBlock()
451 set = new (&allocator_) ValueSet(&allocator_, *dominator_set); in VisitBasicBlock()
454 set = FindSetFor(recyclable); in VisitBasicBlock()
456 set->PopulateFrom(*dominator_set); in VisitBasicBlock()
460 if (!set->IsEmpty()) { in VisitBasicBlock()
469 set->Clear(); in VisitBasicBlock()
473 set->Kill(side_effects_.GetLoopEffects(block)); in VisitBasicBlock()
477 set->IntersectWith(FindSetFor(predecessor)); in VisitBasicBlock()
[all …]
/art/test/961-default-iface-resolution-gen/util-src/
Dgenerate_java.py73 self.tests = set()
202 all_ifaces = set(iface for iface in self if iface.default)
249 return set(i2 for i2 in self)
302 SUBTREES = [set(tuple(sorted(l)) for l in subtree_sizes(i))
328 all_supers = sorted(set(dump_supers(supers)) - set(supers))
341 all_supers = sorted(set(dump_supers(supers)) - set(supers))
/art/test/1965-get-set-local-primitive-no-tables/
Dexpected-stdout.txt17 …ses1965.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) set value: 2147483647
20 …thod(java.util.function.IntConsumer,java.util.function.Consumer) failed to set value 9223372036854…
23 ….TestCases1965.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) set value: 9.2
26 …thod(java.util.function.IntConsumer,java.util.function.Consumer) failed to set value 12.4 due to J…
29 …thod(java.util.function.IntConsumer,java.util.function.Consumer) failed to set value NEW_VALUE_FOR…
32 …thod(java.util.function.IntConsumer,java.util.function.Consumer) failed to set value null due to J…
50 …thod(java.util.function.IntConsumer,java.util.function.Consumer) failed to set value 2147483647 du…
53 …965.LongMethod(java.util.function.IntConsumer,java.util.function.Consumer) set value: 922337203685…
56 …thod(java.util.function.IntConsumer,java.util.function.Consumer) failed to set value 9.2 due to JV…
59 …estCases1965.LongMethod(java.util.function.IntConsumer,java.util.function.Consumer) set value: 12.4
[all …]
/art/test/1981-structural-redef-private-method-handles/src/art/
DTest1981_Varhandles.java40 public void set(Object vh, Object v) throws Throwable { in set() method in Test1981_Varhandles
41 ((VarHandle) vh).set(v); in set()
/art/test/964-default-iface-init-gen/util-src/
Dgenerate_java.py70 self.tests = set()
227 return sorted(set(dump_tree(self.ifaces)))
356 SUBTREES = [set(tuple(l) for l in subtree_sizes(i))
370 for i in range(len(set(dump_tree(supers)) - set(supers))):
372 selected = sorted(set(dump_tree(ns)) - set(ns))[i]
/art/test/100-reflect2/src/
DMain.java85 f.set(null, Boolean.valueOf(true)); in testFieldReflection()
87 f.set(null, Byte.valueOf((byte) 6)); in testFieldReflection()
89 f.set(null, Character.valueOf('z')); in testFieldReflection()
91 f.set(null, Double.valueOf(1.3)); in testFieldReflection()
93 f.set(null, Float.valueOf(1.3f)); in testFieldReflection()
95 f.set(null, Integer.valueOf(30)); in testFieldReflection()
97 f.set(null, Long.valueOf(62)); in testFieldReflection()
98 f.set(null, Integer.valueOf(62)); in testFieldReflection()
100 f.set(null, Short.valueOf((short) 14)); in testFieldReflection()
121 f.set(null, Integer.valueOf(14)); in testFieldReflection()

12345678910