/system/core/libutils/ |
D | LruCache_test.cpp | 356 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/ |
D | Type.h | 97 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 …]
|
D | RefType.h | 74 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;
|
D | AST.cpp | 146 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 …]
|
D | Type.cpp | 158 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 …]
|
D | ArrayType.h | 34 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;
|
D | VectorType.h | 39 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;
|
D | PointerType.h | 64 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override; 65 bool deepContainsPointer(std::unordered_set<const Type*>* visited) const override;
|
D | PointerType.cpp | 86 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()
|
D | ConstantExpression.h | 57 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;
|
D | RefType.cpp | 233 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()
|
D | CompoundType.h | 44 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;
|
D | generateDependencies.cpp | 30 std::unordered_set<const Type*> visited; in generateDependencies()
|
D | MemoryType.h | 62 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
|
D | FmqType.h | 57 bool deepIsJavaCompatible(std::unordered_set<const Type*>* visited) const override;
|
D | ArrayType.cpp | 44 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/ |
D | perfprofd_perf.cc | 46 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()
|
D | perfprofd_perf.h | 52 const std::unordered_set<std::string>& GetSupportedPerfCounters();
|
/system/extras/simpleperf/ |
D | cmd_report.cpp | 116 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/ |
D | libllkd.cpp | 97 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/ |
D | lpunpack.cc | 42 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/ |
D | FuseBridgeLoop.h | 54 bool ProcessEventLocked(const std::unordered_set<FuseBridgeEntry*>& entries,
|
/system/tools/sysprop/ |
D | Common.cpp | 85 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/ |
D | apex_database.h | 84 std::unordered_set<std::string> loop_devices; in CheckUniqueLoopDm() 85 std::unordered_set<std::string> dm_devices; in CheckUniqueLoopDm()
|
/system/bt/bta/include/ |
D | bta_gatt_queue.h | 77 static std::unordered_set<uint16_t> gatt_op_queue_executing;
|