Home
last modified time | relevance | path

Searched refs:Set (Results 1 – 25 of 150) sorted by relevance

123456

/art/test/922-properties/src/art/
DTest922.java19 import java.util.Set;
28 Set<String> recommendedProperties = getRecommendedProperties(); in doTest()
35 Set<String> allProperties = getAllProperties(); in doTest()
37 Set<String> retained = new TreeSet<String>(recommendedProperties); in doTest()
40 Set<String> missing = new TreeSet<String>(recommendedProperties); in doTest()
45 Set<String> nonRecommended = new TreeSet<String>(allProperties); in doTest()
62 private static Set<String> getRecommendedProperties() { in getRecommendedProperties()
63 Set<String> keys = new TreeSet<String>(); in getRecommendedProperties()
73 private static Set<String> getAllProperties() { in getAllProperties()
74 Set<String> keys = new TreeSet<String>(); in getAllProperties()
[all …]
/art/test/1911-get-local-var-table/src/art/
DTest1911.java25 import java.util.Set;
110 public static Set<Locals.VariableDescription>[] CONSTRUCTOR_VARIABLES = new Set[] {
123 public static Set<Locals.VariableDescription>[] DO_NOTHING_VARIABLES = new Set[] {
132 public static Set<Locals.VariableDescription>[] DO_SOMETHING_VARIABLES = new Set[] {
192 Set<Locals.VariableDescription>[] possible_vars) { in CheckLocalVariableTable()
193 Set<Locals.VariableDescription> real_vars = in CheckLocalVariableTable()
195 for (Set<Locals.VariableDescription> pos : possible_vars) { in CheckLocalVariableTable()
/art/test/1913-get-set-local-objects/
Dexpected.txt8 …c static void art.Test1913.ObjectMethod(java.lang.Runnable) set value: TestClass1("Set TestClass1")
9 Value is 'TestClass1("Set TestClass1")' (class: class art.Test1913$TestClass1)
11 …st1913.ObjectMethod(java.lang.Runnable) set value: TestClass1ext("TestClass1("Set TestClass1ext")")
12 …Value is 'TestClass1ext("TestClass1("Set TestClass1ext")")' (class: class art.Test1913$TestClass1e…
14 …c static void art.Test1913.ObjectMethod(java.lang.Runnable) set value: TestClass2("Set TestClass2")
15 Value is 'TestClass2("Set TestClass2")' (class: class art.Test1913$TestClass2)
17 …1913.ObjectMethod(java.lang.Runnable) set value: TestClass2impl("TestClass2("Set TestClass2impl")")
18 …Value is 'TestClass2impl("TestClass2("Set TestClass2impl")")' (class: class art.Test1913$TestClass…
26 …tatic void art.Test1913.InterfaceMethod(java.lang.Runnable) set value: TestClass1("Set TestClass1")
27 Value is 'TestClass1("Set TestClass1")' (class: class art.Test1913$TestClass1)
[all …]
/art/tools/class2greylist/src/com/android/class2greylist/
DHiddenapiFlagsWriter.java13 import java.util.Set;
24 Set<String> parsedFlags) { in consume()
34 private static List<String> asSortedList(Set<String> s) { in asSortedList()
DAnnotationConsumer.java4 import java.util.Set;
15 Set<String> parsedFlags); in consume()
DAnnotationPropertyWriter.java13 import java.util.Set;
20 private final Set<String> mColumns;
29 Set<String> parsedFlags) { in consume()
DCovariantReturnTypeHandler.java11 import java.util.Set;
34 private final Set<String> mPublicApis;
37 public CovariantReturnTypeHandler(AnnotationConsumer consumer, Set<String> publicApis, in CovariantReturnTypeHandler()
DClass2Greylist.java42 import java.util.Set;
51 private static final Set<String> GREYLIST_ANNOTATIONS =
55 private static final Set<String> WHITELIST_ANNOTATIONS = ImmutableSet.of();
79 private final Set<String> mPublicApis;
DUnsupportedAppUsageAnnotationHandler.java15 import java.util.Set;
64 AnnotationConsumer annotationConsumer, Set<String> publicApis, in UnsupportedAppUsageAnnotationHandler()
/art/libartbase/base/
Dvariant_map_test.cc57 fm.Set(FruitMap::Apple, 1); in TEST()
62 fm.Set(FruitMap::Apple, 5); in TEST()
67 fm.Set(FruitMap::Orange, 555.0); in TEST()
85 fm.Set(FruitMap::Label, std::string("hello_world")); in TEST()
92 fm.Set(FruitMap::Label, *ptr); in TEST()
106 fmFilled.Set(FruitMap::Apple, 1); in TEST()
107 fmFilled.Set(FruitMap::Orange, 555.0); in TEST()
136 fmMoved2.Set(FruitMap::Apple, 12345); // This value will be clobbered after the move in TEST()
Dbit_struct.h152 what.Set(value); in Assign()
162 void Set(T value) { in Set() function
/art/test/497-inlining-and-class-loader/
Dclear_dex_cache.cc56 int_array->Set(2u * i, index); in Java_Main_cloneResolvedMethods()
57 int_array->Set(2u * i + 1u, reinterpret_cast32<jint>(method)); in Java_Main_cloneResolvedMethods()
60 long_array->Set(2u * i, index); in Java_Main_cloneResolvedMethods()
61 long_array->Set(2u * i + 1u, reinterpret_cast64<jlong>(method)); in Java_Main_cloneResolvedMethods()
/art/test/062-character-encodings/src/
DMain.java9 import java.util.Set;
18 Set<String> needed = new HashSet<String>(standardCharsets); in main()
/art/test/046-reflect/
Dexpected.txt129 type1(java.util.Set<java.lang.String>) equals type2(java.util.Set<java.lang.String>)
130 type1(java.util.Set<java.lang.String>) equals type3(java.util.Set<java.lang.String>)
131 type1(java.util.Set<java.lang.String>) hashCode equals type2(java.util.Set<java.lang.String>) hashC…
132 type1(java.util.Set<java.lang.String>) hashCode equals type3(java.util.Set<java.lang.String>) hashC…
/art/runtime/gc/accounting/
Dmod_union_table_test.cc61 space->GetLiveBitmap()->Set(obj); in AllocObjectArray()
208 obj1->Set(0, obj2); in RunTest()
209 obj2->Set(0, obj3); in RunTest()
210 obj3->Set(0, obj4); in RunTest()
211 obj4->Set(0, obj1); in RunTest()
217 obj1->Set(1, other_space_ref1); in RunTest()
218 obj2->Set(3, other_space_ref2); in RunTest()
Dheap_bitmap-inl.h67 inline bool HeapBitmap::Set(const mirror::Object* obj, const LargeObjectSetVisitor& visitor) { in Set() function
70 return bitmap->Set(obj); in Set()
75 return lo_bitmap->Set(obj); in Set()
Dspace_bitmap_test.cc73 space_bitmap->Set(obj); in TEST_F()
102 bitmap->Set(obj); in TEST_F()
127 bitmap->Set(reinterpret_cast<mirror::Object*>(heap_begin + i)); in TEST_F()
173 space_bitmap->Set(reinterpret_cast<mirror::Object*>(heap_begin + offset)); in RunTest()
/art/runtime/gc/
Dsystem_weak_test.cc94 void Set(GcRoot<mirror::Object> obj) in Set() function
145 cswh.Set(GcRoot<mirror::Object>(s.Get())); in TEST_F()
166 cswh.Set(GcRoot<mirror::Object>(mirror::String::AllocFromModifiedUtf8(soa.Self(), "ABC"))); in TEST_F()
190 cswh.Set(GcRoot<mirror::Object>(s.Get())); in TEST_F()
Dheap_test.cc80 array->Set<false>(j, string); in TEST_F()
94 bitmap->Set(fake_end_of_heap_object); in TEST_F()
/art/openjdkjvmti/
Dobject_tagging.cc74 bool ObjectTagTable::Set(art::ObjPtr<art::mirror::Object> obj, jlong new_tag) { in Set() function in openjdkjvmti::ObjectTagTable
79 return JvmtiWeakTable<jlong>::Set(obj, new_tag); in Set()
/art/runtime/
Dimtable.h57 void Set(size_t index, ArtMethod* method, PointerSize pointer_size) { in Set() function
73 Set(i, data[i], pointer_size); in Populate()
Dparsed_options.cc401 runtime_options->Set(M::BootClassPathDexList, boot_class_path); in ProcessSpecialOptions()
407 runtime_options->Set(M::CompilerCallbacksPtr, compiler_callbacks); in ProcessSpecialOptions()
417 runtime_options->Set(M::ImageInstructionSet, image_isa); in ProcessSpecialOptions()
424 runtime_options->Set(M::HookIsSensitiveThread, hook_is_sensitive_thread); in ProcessSpecialOptions()
436 runtime_options->Set(M::HookVfprintf, hook_vfprintf); in ProcessSpecialOptions()
447 runtime_options->Set(M::HookExit, hook_exit); in ProcessSpecialOptions()
458 runtime_options->Set(M::HookAbort, hook_abort); in ProcessSpecialOptions()
552 args.Set(M::UseJitCompilation, false); in DoParse()
615 args.Set(M::BackgroundGc, BackgroundGcOption { background_collector_type_ }); in DoParse()
637 args.Set(M::Image, image); in DoParse()
[all …]
Djvalue-inl.h33 res.Set ## chr(v); \
/art/runtime/mirror/
Dmethod_type.cc69 dst_ptypes->Set(i, src_ptypes->Get(i + 1)); in CloneWithoutLeadingParameter()
92 dst_ptypes->Set(i, src_ptypes->Get(i)); in CollectTrailingArguments()
94 dst_ptypes->Set(start_index, collector_class.Get()); in CollectTrailingArguments()
Dobject_array.h55 ALWAYS_INLINE void Set(int32_t i, ObjPtr<T> object) REQUIRES_SHARED(Locks::mutator_lock_);
59 ALWAYS_INLINE void Set(int32_t i, ObjPtr<T> object) NO_THREAD_SAFETY_ANALYSIS;

123456