Home
last modified time | relevance | path

Searched refs:unordered_set (Results 1 – 25 of 77) sorted by relevance

1234

/system/core/libutils/
DLruCache_test.cpp356 std::unordered_set<int> returnedValues; in TEST_F()
363 EXPECT_EQ(std::unordered_set<int>({4, 5, 6}), returnedValues); in TEST_F()
371 std::unordered_set<int> returnedValues; in TEST_F()
375 EXPECT_EQ(std::unordered_set<int>(), returnedValues); in TEST_F()
384 std::unordered_set<int> returnedValues; in TEST_F()
388 EXPECT_EQ(std::unordered_set<int>({ 2 }), returnedValues); in TEST_F()
398 std::unordered_set<int> returnedValues; in TEST_F()
402 EXPECT_EQ(std::unordered_set<int>({ }), returnedValues); in TEST_F()
414 std::unordered_set<int> returnedValues; in TEST_F()
418 EXPECT_EQ(std::unordered_set<int>({ 4, 6 }), returnedValues); in TEST_F()
[all …]
/system/tools/hidl/
DType.h97 std::unordered_set<const Type*>* visited);
99 std::unordered_set<const Type*>* visited) const;
126 std::unordered_set<const Type*>* stack) const;
140 bool canCheckEquality(std::unordered_set<const Type*>* visited) const;
141 virtual bool deepCanCheckEquality(std::unordered_set<const Type*>* visited) const;
315 bool needsResolveReferences(std::unordered_set<const Type*>* visited) const;
316 virtual bool deepNeedsResolveReferences(std::unordered_set<const Type*>* visited) const;
327 bool isJavaCompatible(std::unordered_set<const Type*>* visited) const;
328 virtual bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const;
332 bool containsPointer(std::unordered_set<const Type*>* visited) const;
[all …]
DRefType.h74 bool deepNeedsResolveReferences(std::unordered_set<const Type*>* visited) const override;
77 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
78 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
DAST.cpp146 std::unordered_set<const Type*> visitedTypes; in constantExpressionRecursivePass()
147 std::unordered_set<const ConstantExpression*> visitedCE; in constantExpressionRecursivePass()
163 std::unordered_set<const Type*> visitedTypes; in constantExpressionRecursivePass()
164 std::unordered_set<const ConstantExpression*> visitedCE; in constantExpressionRecursivePass()
178 std::unordered_set<const Type*> visited; in setParseStage()
189 std::unordered_set<const Type*> visited; in lookupTypes()
216 std::unordered_set<const Type*> visited; in gatherReferencedTypes()
234 std::unordered_set<const Type*> visitedTypes; in lookupConstantExpressions()
235 std::unordered_set<const ConstantExpression*> visitedCE; in lookupConstantExpressions()
276 std::unordered_set<const Type*> visited; in validateDefinedTypesUniqueNames()
[all …]
DType.cpp158 std::unordered_set<const Type*>* visited) { in recursivePass()
182 std::unordered_set<const Type*>* visited) const { in recursivePass()
220 std::unordered_set<const Type*>* stack) const { in topologicalOrder()
338 std::unordered_set<const Type*> visited; in canCheckEquality()
342 bool Type::canCheckEquality(std::unordered_set<const Type*>* visited) const { in canCheckEquality()
351 bool Type::deepCanCheckEquality(std::unordered_set<const Type*>* /* visited */) const { in deepCanCheckEquality()
645 std::unordered_set<const Type*> visited; in needsResolveReferences()
649 bool Type::needsResolveReferences(std::unordered_set<const Type*>* visited) const { in needsResolveReferences()
658 bool Type::deepNeedsResolveReferences(std::unordered_set<const Type*>* /* visited */) const { in deepNeedsResolveReferences()
708 std::unordered_set<const Type*> visited; in isJavaCompatible()
[all …]
DArrayType.h34 bool deepCanCheckEquality(std::unordered_set<const Type*>* visited) const override;
110 bool deepNeedsResolveReferences(std::unordered_set<const Type*>* visited) const override;
136 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
137 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
DVectorType.h39 bool deepCanCheckEquality(std::unordered_set<const Type*>* visited) const override;
128 bool deepNeedsResolveReferences(std::unordered_set<const Type*>* visited) const override;
131 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
132 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
DPointerType.h64 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
65 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
DPointerType.cpp86 bool PointerType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible()
90 bool PointerType::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer()
DConstantExpression.h57 std::unordered_set<const ConstantExpression*>* visited,
60 std::unordered_set<const ConstantExpression*>* visited,
97 CheckAcyclicStatus checkAcyclic(std::unordered_set<const ConstantExpression*>* visited,
98 std::unordered_set<const ConstantExpression*>* stack) const;
DRefType.cpp233 bool RefType::deepNeedsResolveReferences(std::unordered_set<const Type*>* /* visited */) const { in deepNeedsResolveReferences()
245 bool RefType::deepIsJavaCompatible(std::unordered_set<const Type*>* /* visited */) const { in deepIsJavaCompatible()
249 bool RefType::deepContainsPointer(std::unordered_set<const Type*>* /* visited */) const { in deepContainsPointer()
DCompoundType.h44 bool deepCanCheckEquality(std::unordered_set<const Type*>* visited) const override;
136 bool deepNeedsResolveReferences(std::unordered_set<const Type*>* visited) const override;
142 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
143 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
DgenerateDependencies.cpp30 std::unordered_set<const Type*> visited; in generateDependencies()
DMemoryType.h62 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DFmqType.h57 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
DArrayType.cpp44 bool ArrayType::deepCanCheckEquality(std::unordered_set<const Type*>* visited) const { in deepCanCheckEquality()
363 bool ArrayType::deepNeedsResolveReferences(std::unordered_set<const Type*>* visited) const { in deepNeedsResolveReferences()
595 bool ArrayType::deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const { in deepIsJavaCompatible()
602 bool ArrayType::deepContainsPointer(std::unordered_set<const Type*>* visited) const { in deepContainsPointer()
/system/extras/perfprofd/
Dperfprofd_perf.cc46 std::unordered_set<std::string>& GetSupportedPerfCountersInternal() { in GetSupportedPerfCountersInternal()
47 static std::unordered_set<std::string>& vec = *new std::unordered_set<std::string>(); in GetSupportedPerfCountersInternal()
92 const std::unordered_set<std::string>& supported = GetSupportedPerfCountersInternal(); in InvokePerf()
299 std::unordered_set<std::string>& supported = GetSupportedPerfCountersInternal(); in FindSupportedPerfCounters()
327 const std::unordered_set<std::string>& GetSupportedPerfCounters() { in GetSupportedPerfCounters()
Dperfprofd_perf.h52 const std::unordered_set<std::string>& GetSupportedPerfCounters();
/system/extras/simpleperf/
Dcmd_report.cpp116 void SetFilters(const std::unordered_set<int>& pid_filter, in SetFilters()
117 const std::unordered_set<int>& tid_filter, in SetFilters()
118 const std::unordered_set<std::string>& comm_filter, in SetFilters()
119 const std::unordered_set<std::string>& dso_filter, in SetFilters()
120 const std::unordered_set<std::string>& symbol_filter) { in SetFilters()
252 std::unordered_set<int> pid_filter_;
253 std::unordered_set<int> tid_filter_;
254 std::unordered_set<std::string> comm_filter_;
255 std::unordered_set<std::string> dso_filter_;
256 std::unordered_set<std::string> symbol_filter_;
[all …]
/system/core/llkd/
Dlibllkd.cpp97 std::unordered_set<std::string> llkCheckStackSymbols;
107 std::unordered_set<std::string> llkBlacklistProcess;
110 std::unordered_set<std::string> llkBlacklistParent;
113 std::unordered_map<std::string, std::unordered_set<std::string>> llkBlacklistParentAndChild;
115 std::unordered_set<std::string> llkBlacklistUid;
119 std::unordered_set<std::string> llkBlacklistStack;
621 std::string llkFormat(const std::unordered_set<std::string>& blacklist) { in llkFormat()
631 const std::unordered_map<std::string, std::unordered_set<std::string>>& blacklist, in llkFormat()
650 std::unordered_set<std::string> llkSplit(const std::string& prop, const std::string& def) { in llkSplit()
655 std::unordered_set<std::string> result; in llkSplit()
[all …]
/system/extras/partition_tools/
Dlpunpack.cc42 std::unordered_set<std::string>&& partitions, const std::string& output_dir);
53 std::unordered_set<std::string> partitions_;
102 std::unordered_set<std::string> partitions; in main()
176 std::unordered_set<std::string>&& partitions, in ImageExtractor()
/system/core/libappfuse/include/libappfuse/
DFuseBridgeLoop.h54 bool ProcessEventLocked(const std::unordered_set<FuseBridgeEntry*>& entries,
/system/tools/sysprop/
DCommon.cpp85 static std::unordered_set<char> allowed{'_', '-', '.'}; in IsCorrectPropertyOrApiName()
117 std::unordered_set<std::string> name_set; in ValidateProp()
234 std::unordered_set<std::string> prop_names; in ValidateProps()
/system/apex/apexd/
Dapex_database.h84 std::unordered_set<std::string> loop_devices; in CheckUniqueLoopDm()
85 std::unordered_set<std::string> dm_devices; in CheckUniqueLoopDm()
/system/bt/bta/include/
Dbta_gatt_queue.h77 static std::unordered_set<uint16_t> gatt_op_queue_executing;

1234