Home
last modified time | relevance | path

Searched refs:HashSet (Results 1 – 25 of 61) sorted by relevance

123

/art/test/1911-get-local-var-table/src/art/
DTest1911.java24 import java.util.HashSet;
112 new HashSet<>(Arrays.asList(
117 new HashSet<>(Arrays.asList(
125 new HashSet<>(Arrays.asList(
128 new HashSet<>(Arrays.asList(
134 new HashSet<>(Arrays.asList(
151 new HashSet<>(Arrays.asList(
194 new HashSet<>(Arrays.asList(Locals.GetLocalVariableTable(m))); in CheckLocalVariableTable()
DBreakpoint.java20 import java.util.HashSet;
74 private Set<BP> breaks = new HashSet<>();
/art/libartbase/base/
Dhash_set_test.cc69 HashSet<std::string, IsEmptyFnString> hash_set; in TEST_F()
85 HashSet<std::string, IsEmptyFnString> hash_set; in TEST_F()
117 HashSet<std::string, IsEmptyFnString> hash_set; in TEST_F()
147 HashSet<std::string, IsEmptyFnString> hash_seta, hash_setb; in TEST_F()
164 HashSet<std::string, IsEmptyFnString> hash_set; in TEST_F()
202 HashSet<std::string, IsEmptyFnString> hash_set; in TEST_F()
220 HashSet<std::string, IsEmptyFnString> hash_set; in TEST_F()
329 HashSet<std::vector<int>, IsEmptyFnVectorInt, VectorIntHashEquals, VectorIntHashEquals> hash_set; in TEST_F()
339 HashSet<std::string, IsEmptyFnString> hash_set; in TEST_F()
361 HashSet<std::string> hash_set; in TEST_F()
[all …]
Dhash_set.h91 template <class T, class EmptyFn, class HashFn, class Pred, class Alloc> friend class HashSet; variable
165 class HashSet {
173 using iterator = HashSetIterator<T, HashSet>;
174 using const_iterator = HashSetIterator<const T, const HashSet>;
189 HashSet() : HashSet(kDefaultMinLoadFactor, kDefaultMaxLoadFactor) {} in HashSet() function
191 HashSet(double min_load_factor, double max_load_factor) noexcept in HashSet() function
203 explicit HashSet(const allocator_type& alloc) noexcept in HashSet() function
217 HashSet(const HashSet& other) noexcept in HashSet() function
237 HashSet(HashSet&& other) noexcept in HashSet() function
259 HashSet(const uint8_t* ptr, bool make_copy_of_data, size_t* read_count) noexcept { in HashSet() function
[all …]
Dhash_map.h57 class HashMap : public HashSet<std::pair<Key, Value>,
63 using Base = HashSet<std::pair<Key, Value>,
/art/test/907-get-loaded-classes/src/art/
DTest907.java21 import java.util.HashSet;
47 HashSet<String> classesSet = new HashSet<>(Arrays.asList(classes)); in doTest()
/art/test/062-character-encodings/src/
DMain.java5 import java.util.HashSet;
18 Set<String> needed = new HashSet<String>(standardCharsets); in main()
/art/tools/class2greylist/src/com/android/class2greylist/
DAnnotationPropertyWriter.java10 import java.util.HashSet;
25 mColumns = new HashSet<>(); in AnnotationPropertyWriter()
/art/dex2oat/
Dcommon_compiler_driver_test.cc131 std::unique_ptr<HashSet<std::string>> CommonCompilerDriverTest::GetImageClasses() { in GetImageClasses()
133 return std::make_unique<HashSet<std::string>>(); in GetImageClasses()
Dcommon_compiler_driver_test.h59 virtual std::unique_ptr<HashSet<std::string>> GetImageClasses();
/art/test/913-heaps/src/art/
DTest913.java26 import java.util.HashSet;
559 public HashSet<String> referrees = new HashSet<>();
595 HashSet<String> completedReferrers = new HashSet<>(); in process()
665 HashSet<String> enabled = new HashSet<>(); in process()
/art/test/1959-redefine-object-instrument/src/art/
DBreakpoint.java20 import java.util.HashSet;
74 private Set<BP> breaks = new HashSet<>();
/art/test/1941-dispose-stress/src/art/
DBreakpoint.java20 import java.util.HashSet;
74 private Set<BP> breaks = new HashSet<>();
/art/test/1913-get-set-local-objects/src/art/
DBreakpoint.java20 import java.util.HashSet;
74 private Set<BP> breaks = new HashSet<>();
/art/test/1925-self-frame-pop/src/art/
DBreakpoint.java20 import java.util.HashSet;
74 private Set<BP> breaks = new HashSet<>();
/art/test/994-breakpoint-line/src/art/
DBreakpoint.java20 import java.util.HashSet;
74 private Set<BP> breaks = new HashSet<>();
/art/test/995-breakpoints-throw/src/art/
DBreakpoint.java20 import java.util.HashSet;
74 private Set<BP> breaks = new HashSet<>();
/art/test/997-single-step/src/art/
DBreakpoint.java20 import java.util.HashSet;
74 private Set<BP> breaks = new HashSet<>();
/art/test/993-breakpoints/src/art/
DBreakpoint.java20 import java.util.HashSet;
74 private Set<BP> breaks = new HashSet<>();
/art/test/1927-exception-event/src/art/
DBreakpoint.java20 import java.util.HashSet;
74 private Set<BP> breaks = new HashSet<>();
/art/test/1953-pop-frame/src/art/
DBreakpoint.java20 import java.util.HashSet;
74 private Set<BP> breaks = new HashSet<>();
/art/test/1928-exception-event-exception/src/art/
DBreakpoint.java20 import java.util.HashSet;
74 private Set<BP> breaks = new HashSet<>();
/art/test/1916-get-set-current-frame/src/art/
DBreakpoint.java20 import java.util.HashSet;
74 private Set<BP> breaks = new HashSet<>();
/art/test/1955-pop-frame-jit-called/src/art/
DBreakpoint.java20 import java.util.HashSet;
74 private Set<BP> breaks = new HashSet<>();
/art/test/1947-breakpoint-redefine-deopt/src/art/
DBreakpoint.java20 import java.util.HashSet;
74 private Set<BP> breaks = new HashSet<>();

123