/external/cronet/tot/third_party/abseil-cpp/absl/container/ |
D | flat_hash_set_test.cc | 56 absl::flat_hash_set<int> x; in BeforeMain() 66 absl::flat_hash_set<T, StatefulTestingHash, StatefulTestingEqual, Alloc<T>>; 78 absl::flat_hash_set<absl::string_view> hs(v.begin(), v.end()); in TEST() 87 absl::flat_hash_set<int> s = {n}; in TEST() 109 absl::flat_hash_set<std::unique_ptr<int>, Hash, Eq> set1, set2; in TEST() 158 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 164 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 170 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 176 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 182 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() [all …]
|
D | flat_hash_set.h | 125 class ABSL_ATTRIBUTE_OWNER flat_hash_set 128 using Base = typename flat_hash_set::raw_hash_set; 171 flat_hash_set() {} in flat_hash_set() function 475 typename flat_hash_set<T, H, E, A>::size_type erase_if( in erase_if() 476 flat_hash_set<T, H, E, A>& c, Predicate pred) { in erase_if() 490 void swap(flat_hash_set<T, H, E, A>& x, in swap() 491 flat_hash_set<T, H, E, A>& y) noexcept(noexcept(x.swap(y))) { in swap() 504 decay_t<Function> c_for_each_fast(const flat_hash_set<T, H, E, A>& c, in c_for_each_fast() 510 decay_t<Function> c_for_each_fast(flat_hash_set<T, H, E, A>& c, Function&& f) { in c_for_each_fast() 515 decay_t<Function> c_for_each_fast(flat_hash_set<T, H, E, A>&& c, Function&& f) { in c_for_each_fast() [all …]
|
/external/cronet/stable/third_party/abseil-cpp/absl/container/ |
D | flat_hash_set_test.cc | 56 absl::flat_hash_set<int> x; in BeforeMain() 66 absl::flat_hash_set<T, StatefulTestingHash, StatefulTestingEqual, Alloc<T>>; 78 absl::flat_hash_set<absl::string_view> hs(v.begin(), v.end()); in TEST() 87 absl::flat_hash_set<int> s = {n}; in TEST() 109 absl::flat_hash_set<std::unique_ptr<int>, Hash, Eq> set1, set2; in TEST() 158 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 164 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 170 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 176 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 182 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() [all …]
|
D | flat_hash_set.h | 125 class ABSL_ATTRIBUTE_OWNER flat_hash_set 128 using Base = typename flat_hash_set::raw_hash_set; 171 flat_hash_set() {} in flat_hash_set() function 475 typename flat_hash_set<T, H, E, A>::size_type erase_if( in erase_if() 476 flat_hash_set<T, H, E, A>& c, Predicate pred) { in erase_if() 490 void swap(flat_hash_set<T, H, E, A>& x, in swap() 491 flat_hash_set<T, H, E, A>& y) noexcept(noexcept(x.swap(y))) { in swap() 504 decay_t<Function> c_for_each_fast(const flat_hash_set<T, H, E, A>& c, in c_for_each_fast() 510 decay_t<Function> c_for_each_fast(flat_hash_set<T, H, E, A>& c, Function&& f) { in c_for_each_fast() 515 decay_t<Function> c_for_each_fast(flat_hash_set<T, H, E, A>&& c, Function&& f) { in c_for_each_fast() [all …]
|
/external/angle/third_party/abseil-cpp/absl/container/ |
D | flat_hash_set_test.cc | 56 absl::flat_hash_set<int> x; in BeforeMain() 66 absl::flat_hash_set<T, StatefulTestingHash, StatefulTestingEqual, Alloc<T>>; 78 absl::flat_hash_set<absl::string_view> hs(v.begin(), v.end()); in TEST() 87 absl::flat_hash_set<int> s = {n}; in TEST() 109 absl::flat_hash_set<std::unique_ptr<int>, Hash, Eq> set1, set2; in TEST() 158 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 164 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 170 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 176 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 182 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() [all …]
|
D | flat_hash_set.h | 125 class ABSL_ATTRIBUTE_OWNER flat_hash_set 128 using Base = typename flat_hash_set::raw_hash_set; 171 flat_hash_set() {} in flat_hash_set() function 475 typename flat_hash_set<T, H, E, A>::size_type erase_if( in erase_if() 476 flat_hash_set<T, H, E, A>& c, Predicate pred) { in erase_if() 490 void swap(flat_hash_set<T, H, E, A>& x, in swap() 491 flat_hash_set<T, H, E, A>& y) noexcept(noexcept(x.swap(y))) { in swap() 504 decay_t<Function> c_for_each_fast(const flat_hash_set<T, H, E, A>& c, in c_for_each_fast() 510 decay_t<Function> c_for_each_fast(flat_hash_set<T, H, E, A>& c, Function&& f) { in c_for_each_fast() 515 decay_t<Function> c_for_each_fast(flat_hash_set<T, H, E, A>&& c, Function&& f) { in c_for_each_fast() [all …]
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | optimize_dataset_op.h | 51 const absl::flat_hash_set<tstring>& optimizations_enabled, 52 const absl::flat_hash_set<tstring>& optimizations_disabled, 53 const absl::flat_hash_set<tstring>& optimizations_default, 54 const absl::flat_hash_set<tstring>& optimization_configs, 64 absl::flat_hash_set<tstring> optimization_configs_; 80 const absl::flat_hash_set<tstring>& optimizations_enabled, 81 const absl::flat_hash_set<tstring>& optimizations_disabled, 82 const absl::flat_hash_set<tstring>& optimizations_default, 83 const absl::flat_hash_set<tstring>& optimization_configs,
|
D | optimize_dataset_op.cc | 54 absl::flat_hash_set<tstring>& optimizations, in MakeDatasetHelper() 55 const absl::flat_hash_set<tstring>& optimization_configs, in MakeDatasetHelper() 106 const absl::flat_hash_set<tstring>& optimizations_enabled, in MakeDatasetFromOptions() 107 const absl::flat_hash_set<tstring>& optimizations_disabled, in MakeDatasetFromOptions() 108 const absl::flat_hash_set<tstring>& optimizations_default, in MakeDatasetFromOptions() 109 const absl::flat_hash_set<tstring>& optimization_configs, in MakeDatasetFromOptions() 136 absl::flat_hash_set<tstring> optimizations; in MakeDataset() 182 const absl::flat_hash_set<tstring>& optimizations_enabled, in MakeDatasetFromOptions() 183 const absl::flat_hash_set<tstring>& optimizations_disabled, in MakeDatasetFromOptions() 184 const absl::flat_hash_set<tstring>& optimizations_default, in MakeDatasetFromOptions() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | bfloat16_propagation.h | 73 const absl::flat_hash_set<absl::string_view>& execution_threads) override; 98 absl::flat_hash_set<const HloInstruction*> consider_using_bfloat16_; 132 absl::flat_hash_set<const HloInstruction*> 137 absl::flat_hash_set<const HloComputation*> 148 const absl::flat_hash_set<absl::string_view>& execution_threads); 155 absl::flat_hash_set<const HloComputation*>* visited_computations); 172 const absl::flat_hash_set<absl::string_view>& execution_threads); 178 const absl::flat_hash_set<absl::string_view>& execution_threads); 184 const absl::flat_hash_set<absl::string_view>& execution_threads); 212 absl::flat_hash_set<const HloValue*> values_that_must_be_kept_as_f32_;
|
D | hlo_pass_interface.h | 39 absl::flat_hash_set<HloComputation*> changed; 41 absl::flat_hash_set<HloComputation*> changed_last_iteration; 43 absl::flat_hash_set<HloComputation*> changed_this_iteration; 91 const absl::flat_hash_set<absl::string_view>& execution_threads) = 0; 102 const absl::flat_hash_set<absl::string_view>& execution_threads) { in RunOnChangedComputations() 140 const absl::flat_hash_set<absl::string_view>& execution_threads) = 0; 151 const absl::flat_hash_set<absl::string_view>& in RunOnModuleGroup() 175 const absl::flat_hash_set<absl::string_view>& in Run()
|
D | copy_insertion.h | 68 const absl::flat_hash_set<absl::string_view>& execution_threads) override; 78 const absl::flat_hash_set<absl::string_view>& execution_threads = {}); 92 const absl::flat_hash_set<absl::string_view>& execution_threads = {}); 98 const absl::flat_hash_set<absl::string_view>& execution_threads, 112 const absl::flat_hash_set<absl::string_view>& execution_threads);
|
/external/abseil-cpp/absl/container/ |
D | flat_hash_set_test.cc | 52 absl::flat_hash_set<int> x; in BeforeMain() 62 absl::flat_hash_set<T, StatefulTestingHash, StatefulTestingEqual, Alloc<T>>; 74 absl::flat_hash_set<absl::string_view> hs(v.begin(), v.end()); in TEST() 83 absl::flat_hash_set<int> s = {n}; in TEST() 105 absl::flat_hash_set<std::unique_ptr<int>, Hash, Eq> set1, set2; in TEST() 154 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 160 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 166 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 172 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 178 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() [all …]
|
D | flat_hash_set.h | 125 class ABSL_INTERNAL_ATTRIBUTE_OWNER flat_hash_set 128 using Base = typename flat_hash_set::raw_hash_set; 171 flat_hash_set() {} in flat_hash_set() function 476 typename flat_hash_set<T, H, E, A>::size_type erase_if( in erase_if() 477 flat_hash_set<T, H, E, A>& c, Predicate pred) { in erase_if() 490 decay_t<Function> c_for_each_fast(const flat_hash_set<T, H, E, A>& c, in c_for_each_fast() 496 decay_t<Function> c_for_each_fast(flat_hash_set<T, H, E, A>& c, Function&& f) { in c_for_each_fast() 501 decay_t<Function> c_for_each_fast(flat_hash_set<T, H, E, A>&& c, Function&& f) { in c_for_each_fast() 553 struct IsUnorderedContainer<absl::flat_hash_set<Key, Hash, KeyEqual, Allocator>>
|
/external/tensorflow/tensorflow/core/data/ |
D | rewrite_utils.h | 47 const absl::flat_hash_set<tstring>& optimizations, 48 const absl::flat_hash_set<tstring>& optimizations_configs); 80 absl::flat_hash_set<tstring> SelectOptimizations( 81 const absl::flat_hash_set<string>& experiments, 82 const absl::flat_hash_set<tstring>& optimizations_enabled, 83 const absl::flat_hash_set<tstring>& optimizations_disabled, 84 const absl::flat_hash_set<tstring>& optimizations_default);
|
/external/cronet/tot/third_party/quic_trace/src/tools/render/ |
D | processed_trace.h | 83 absl::flat_hash_set<uint64_t>* GetPacketsAcked(const EncryptionLevel); 84 absl::flat_hash_set<uint64_t>* GetPacketsLost(const EncryptionLevel); 87 absl::flat_hash_set<uint64_t> packets_acked_initial_; 88 absl::flat_hash_set<uint64_t> packets_acked_handshake_; 89 absl::flat_hash_set<uint64_t> packets_acked_1rtt_; 90 absl::flat_hash_set<uint64_t> packets_lost_initial_; 91 absl::flat_hash_set<uint64_t> packets_lost_handshake_; 92 absl::flat_hash_set<uint64_t> packets_lost_1rtt_;
|
/external/cronet/stable/third_party/quic_trace/src/tools/render/ |
D | processed_trace.h | 83 absl::flat_hash_set<uint64_t>* GetPacketsAcked(const EncryptionLevel); 84 absl::flat_hash_set<uint64_t>* GetPacketsLost(const EncryptionLevel); 87 absl::flat_hash_set<uint64_t> packets_acked_initial_; 88 absl::flat_hash_set<uint64_t> packets_acked_handshake_; 89 absl::flat_hash_set<uint64_t> packets_acked_1rtt_; 90 absl::flat_hash_set<uint64_t> packets_lost_initial_; 91 absl::flat_hash_set<uint64_t> packets_lost_handshake_; 92 absl::flat_hash_set<uint64_t> packets_lost_1rtt_;
|
/external/sandboxed-api/sandboxed_api/sandbox2/ |
D | sanitizer.cc | 54 absl::StatusOr<absl::flat_hash_set<int>> ListNumericalDirectoryEntries( in ListNumericalDirectoryEntries() 56 absl::flat_hash_set<int> result; in ListNumericalDirectoryEntries() 77 absl::StatusOr<absl::flat_hash_set<int>> GetListOfFDs() { in GetListOfFDs() 78 SAPI_ASSIGN_OR_RETURN(absl::flat_hash_set<int> fds, in GetListOfFDs() 91 absl::StatusOr<absl::flat_hash_set<int>> GetListOfTasks(int pid) { in GetListOfTasks() 96 absl::Status CloseAllFDsExcept(const absl::flat_hash_set<int>& fd_exceptions) { in CloseAllFDsExcept() 97 SAPI_ASSIGN_OR_RETURN(absl::flat_hash_set<int> fds, GetListOfFDs()); in CloseAllFDsExcept() 110 const absl::flat_hash_set<int>& fd_exceptions) { in MarkAllFDsAsCOEExcept() 111 SAPI_ASSIGN_OR_RETURN(absl::flat_hash_set<int> fds, GetListOfFDs()); in MarkAllFDsAsCOEExcept() 172 const absl::flat_hash_set<int>& fd_exceptions, bool close_fds) { in SanitizeCurrentProcess()
|
D | sanitizer.h | 29 absl::StatusOr<absl::flat_hash_set<int>> GetListOfFDs(); 33 absl::Status CloseAllFDsExcept(const absl::flat_hash_set<int>& fd_exceptions); 38 const absl::flat_hash_set<int>& fd_exceptions); 56 const absl::flat_hash_set<int>& fd_exceptions, bool close_fds); 59 absl::StatusOr<absl::flat_hash_set<int>> GetListOfTasks(int pid);
|
/external/iamf_tools/iamf/cli/tests/ |
D | profile_filter_test.cc | 65 const absl::flat_hash_set<ProfileVersion> kAllKnownProfileVersions = { 81 absl::flat_hash_set<ProfileVersion> all_known_profiles = in TEST() 104 absl::flat_hash_set<ProfileVersion> all_known_profiles = in TEST() 132 absl::flat_hash_set<ProfileVersion> all_known_profiles = in TEST() 149 absl::flat_hash_set<ProfileVersion> all_known_profiles = in TEST() 167 absl::flat_hash_set<ProfileVersion> all_known_profiles = in TEST() 192 absl::flat_hash_set<ProfileVersion> simple_profile = {kIamfSimpleProfile}; in TEST() 207 absl::flat_hash_set<ProfileVersion> simple_profile = {kIamfSimpleProfile}; in TEST() 222 absl::flat_hash_set<ProfileVersion> simple_profile = {kIamfSimpleProfile}; in TEST() 246 absl::flat_hash_set<ProfileVersion> base_profile = {kIamfBaseProfile}; in TEST() [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | resource_util_test.cc | 51 const absl::flat_hash_map<std::string, absl::flat_hash_set<std::string>>& in AnalyzeAndVerify() 63 absl::flat_hash_set<ResourceUsageAnalysis::NodeInfo>> in AnalyzeAndVerify() 69 absl::flat_hash_set<ResourceUsageAnalysis::NodeInfo>> in AnalyzeAndVerify() 113 absl::flat_hash_map<std::string, absl::flat_hash_set<std::string>> expected; in TEST() 115 absl::flat_hash_set<std::string>({":stack_close:StackCloseV2"}); in TEST() 153 absl::flat_hash_map<std::string, absl::flat_hash_set<std::string>> expected; in TEST() 154 expected[":stack_op:StackV2"] = absl::flat_hash_set<std::string>( in TEST() 196 absl::flat_hash_map<std::string, absl::flat_hash_set<std::string>> expected; in TEST() 197 expected[":stack_op:StackV2"] = absl::flat_hash_set<std::string>( in TEST() 244 absl::flat_hash_map<std::string, absl::flat_hash_set<std::string>> expected; in TEST() [all …]
|
D | resource_util.cc | 47 const int call_depth, const absl::flat_hash_set<int>& resource_arg_indices, 50 absl::flat_hash_set<ResourceUsageAnalysis::NodeInfo>>* 101 const absl::flat_hash_set<int>& resource_arg_indices, in PropagateFromArgOp() 135 absl::flat_hash_set<ResourceUsageAnalysis::NodeInfo>>& in UpdateResourceUsageFromFunctionBodyAnalysis() 140 absl::flat_hash_set<ResourceUsageAnalysis::NodeInfo>>* in UpdateResourceUsageFromFunctionBodyAnalysis() 189 absl::flat_hash_set<ResourceUsageAnalysis::NodeInfo>>* in PropagateThroughCallOp() 198 absl::flat_hash_set<int> resource_arg_indices; in PropagateThroughCallOp() 214 absl::flat_hash_set<ResourceUsageAnalysis::NodeInfo>> in PropagateThroughCallOp() 255 const int call_depth, const absl::flat_hash_set<int>& resource_arg_indices, in AnalyzeResourceUsage() 258 absl::flat_hash_set<ResourceUsageAnalysis::NodeInfo>>* in AnalyzeResourceUsage() [all …]
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | flat_hash_set_test.cc | 43 absl::flat_hash_set<int> x; in BeforeMain() 53 absl::flat_hash_set<T, StatefulTestingHash, StatefulTestingEqual, Alloc<T>>; 65 absl::flat_hash_set<absl::string_view> hs(v.begin(), v.end()); in TEST() 74 absl::flat_hash_set<int> s = {n}; in TEST() 96 absl::flat_hash_set<std::unique_ptr<int>, Hash, Eq> set1, set2; in TEST() 145 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 151 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 157 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 163 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 169 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
|
/external/openscreen/third_party/abseil/src/absl/container/ |
D | flat_hash_set_test.cc | 43 absl::flat_hash_set<int> x; in BeforeMain() 53 absl::flat_hash_set<T, StatefulTestingHash, StatefulTestingEqual, Alloc<T>>; 65 absl::flat_hash_set<absl::string_view> hs(v.begin(), v.end()); in TEST() 74 absl::flat_hash_set<int> s = {n}; in TEST() 96 absl::flat_hash_set<std::unique_ptr<int>, Hash, Eq> set1, set2; in TEST() 145 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 151 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 157 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 163 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST() 169 flat_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | graph_view.h | 139 const absl::flat_hash_set<InputPort>& GetFanout( in GetFanout() 145 absl::flat_hash_set<OutputPort> GetFanin(const InputPort& port) const { in GetFanin() 155 absl::flat_hash_set<OutputPort> result; in GetFanin() 206 absl::flat_hash_set<InputPort> GetFanouts( in GetFanouts() 208 absl::flat_hash_set<InputPort> result; in GetFanouts() 228 absl::flat_hash_set<OutputPort> GetFanins( in GetFanins() 230 absl::flat_hash_set<OutputPort> result; in GetFanins() 275 absl::flat_hash_set<Edge> GetFanoutEdges( in GetFanoutEdges() 277 absl::flat_hash_set<Edge> result; in GetFanoutEdges() 299 absl::flat_hash_set<Edge> GetFaninEdges( in GetFaninEdges() [all …]
|
/external/iamf_tools/iamf/cli/ |
D | profile_filter.cc | 45 absl::flat_hash_set<ProfileVersion>& profile_versions) { in ClearAndReturnError() 53 absl::flat_hash_set<ProfileVersion>& profile_versions) { in FilterAudioElementType() 80 absl::flat_hash_set<ProfileVersion>& profile_versions) { in FilterExpandedLoudspeakerLayout() 122 absl::flat_hash_set<ProfileVersion>& profile_versions) { in FilterChannelBasedConfig() 188 absl::flat_hash_set<ProfileVersion>& profile_versions) { in FilterAmbisonicsConfig() 223 absl::flat_hash_set<ProfileVersion>& profile_versions) { in FilterProfileForNumSubmixes() 243 absl::flat_hash_set<ProfileVersion>& profile_versions) { in FilterProfileForHeadphonesRenderingMode() 286 absl::flat_hash_set<ProfileVersion>& profile_versions, in FilterAudioElementsAndGetNumberOfAudioElementsAndChannels() 316 absl::flat_hash_set<ProfileVersion>& profile_versions) { in FilterProfilesForNumAudioElements() 342 absl::flat_hash_set<ProfileVersion>& profile_versions) { in FilterProfilesForNumChannels() [all …]
|