/external/deqp-deps/SPIRV-Tools/tools/stats/ |
D | spirv_stats.h | 31 std::unordered_map<uint32_t, uint32_t> version_hist; 34 std::unordered_map<uint32_t, uint32_t> generator_hist; 37 std::unordered_map<uint32_t, uint32_t> capability_hist; 40 std::unordered_map<std::string, uint32_t> extension_hist; 43 std::unordered_map<uint32_t, uint32_t> opcode_hist; 46 std::unordered_map<uint16_t, uint32_t> u16_constant_hist; 49 std::unordered_map<uint32_t, uint32_t> u32_constant_hist; 52 std::unordered_map<uint64_t, uint32_t> u64_constant_hist; 55 std::unordered_map<int16_t, uint32_t> s16_constant_hist; 58 std::unordered_map<int32_t, uint32_t> s32_constant_hist; [all …]
|
D | stats_analyzer.cpp | 72 std::unordered_map<Key, double> GetRecall( in GetRecall() 73 const std::unordered_map<Key, uint32_t>& hist, uint64_t total) { in GetRecall() 74 std::unordered_map<Key, double> freq; in GetRecall() 84 std::unordered_map<Key, double> GetPrevalence( in GetPrevalence() 85 const std::unordered_map<Key, uint32_t>& hist) { in GetPrevalence() 100 void WriteFreq(std::ostream& out, const std::unordered_map<Key, double>& freq, in WriteFreq() 183 const std::unordered_map<uint32_t, std::unordered_map<uint32_t, uint32_t>>& in WriteOpcodeMarkov() 187 std::vector<std::pair<uint32_t, std::unordered_map<uint32_t, uint32_t>>> in WriteOpcodeMarkov() 191 [this](const std::pair<uint32_t, std::unordered_map<uint32_t, uint32_t>>& in WriteOpcodeMarkov() 193 const std::pair<uint32_t, std::unordered_map<uint32_t, uint32_t>>& in WriteOpcodeMarkov() [all …]
|
D | stats_analyzer.h | 48 std::unordered_map<uint32_t, double> version_freq_; 49 std::unordered_map<uint32_t, double> generator_freq_; 50 std::unordered_map<uint32_t, double> capability_freq_; 51 std::unordered_map<std::string, double> extension_freq_; 52 std::unordered_map<uint32_t, double> opcode_freq_;
|
/external/swiftshader/third_party/SPIRV-Tools/tools/stats/ |
D | spirv_stats.h | 31 std::unordered_map<uint32_t, uint32_t> version_hist; 34 std::unordered_map<uint32_t, uint32_t> generator_hist; 37 std::unordered_map<uint32_t, uint32_t> capability_hist; 40 std::unordered_map<std::string, uint32_t> extension_hist; 43 std::unordered_map<uint32_t, uint32_t> opcode_hist; 46 std::unordered_map<uint16_t, uint32_t> u16_constant_hist; 49 std::unordered_map<uint32_t, uint32_t> u32_constant_hist; 52 std::unordered_map<uint64_t, uint32_t> u64_constant_hist; 55 std::unordered_map<int16_t, uint32_t> s16_constant_hist; 58 std::unordered_map<int32_t, uint32_t> s32_constant_hist; [all …]
|
D | stats_analyzer.cpp | 72 std::unordered_map<Key, double> GetRecall( in GetRecall() 73 const std::unordered_map<Key, uint32_t>& hist, uint64_t total) { in GetRecall() 74 std::unordered_map<Key, double> freq; in GetRecall() 84 std::unordered_map<Key, double> GetPrevalence( in GetPrevalence() 85 const std::unordered_map<Key, uint32_t>& hist) { in GetPrevalence() 100 void WriteFreq(std::ostream& out, const std::unordered_map<Key, double>& freq, in WriteFreq() 183 const std::unordered_map<uint32_t, std::unordered_map<uint32_t, uint32_t>>& in WriteOpcodeMarkov() 187 std::vector<std::pair<uint32_t, std::unordered_map<uint32_t, uint32_t>>> in WriteOpcodeMarkov() 191 [this](const std::pair<uint32_t, std::unordered_map<uint32_t, uint32_t>>& in WriteOpcodeMarkov() 193 const std::pair<uint32_t, std::unordered_map<uint32_t, uint32_t>>& in WriteOpcodeMarkov() [all …]
|
D | stats_analyzer.h | 48 std::unordered_map<uint32_t, double> version_freq_; 49 std::unordered_map<uint32_t, double> generator_freq_; 50 std::unordered_map<uint32_t, double> capability_freq_; 51 std::unordered_map<std::string, double> extension_freq_; 52 std::unordered_map<uint32_t, double> opcode_freq_;
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/ |
D | swap_noexcept.pass.cpp | 127 typedef std::unordered_map<MoveOnly, MoveOnly> C; in main() 132 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main() 137 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main() 143 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C; in main() 147 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, in main() 154 …typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_all… in main() 158 …typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_all… in main() 162 …typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_all… in main() 166 …typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_all… in main() 170 …typedef std::unordered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_al… in main() [all …]
|
D | db_swap_1.pass.cpp | 32 std::unordered_map<int, int> c1(a1, a1+sizeof(a1)/sizeof(a1[0])); in main() 33 std::unordered_map<int, int> c2(a2, a2+sizeof(a2)/sizeof(a2[0])); in main() 34 std::unordered_map<int, int>::iterator i1 = c1.begin(); in main() 35 std::unordered_map<int, int>::iterator i2 = c2.begin(); in main() 39 std::unordered_map<int, int>::iterator j = i1; in main()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_scheduler.h | 43 std::unordered_map<int, std::vector<const NodeDef*>> outputs; 54 std::unordered_map<int, int> num_outputs_executed; 60 std::unordered_map<int, Costs::Duration> time_no_references; 136 const std::unordered_map<const NodeDef*, NodeState>* node_state) {} in Init() 147 void Init(const std::unordered_map<const NodeDef*, NodeState>* node_state) in Init() 169 void Init(const std::unordered_map<const NodeDef*, NodeState>* node_state) in Init() 192 const std::unordered_map<const NodeDef*, NodeState>* node_state) override; 216 const std::unordered_map<const NodeDef*, NodeState>* node_state_; 231 const std::unordered_map<const NodeDef*, NodeState>* node_state) override; 241 std::unordered_map<string, LIFOManager> ops_lifo_map_; [all …]
|
/external/libcxx/include/ |
D | unordered_map | 2 //===-------------------------- unordered_map -----------------------------===// 16 unordered_map synopsis 25 class unordered_map 50 unordered_map() 55 explicit unordered_map(size_type n, const hasher& hf = hasher(), 59 unordered_map(InputIterator f, InputIterator l, 63 explicit unordered_map(const allocator_type&); 64 unordered_map(const unordered_map&); 65 unordered_map(const unordered_map&, const Allocator&); 66 unordered_map(unordered_map&&) [all …]
|
/external/protobuf/m4/ |
D | stl_hash.m4 | 2 # unordered_map/hash_map (we prefer the first form), and what 6 # HASH_NAMESPACE to the namespace the class (unordered_map or 16 # First try unordered_map, but not on gcc's before 4.2 -- I've 17 # seen unexplainable unordered_map bugs with -O2 on older gcc's. 19 # error GCC too old for unordered_map 25 for location in unordered_map tr1/unordered_map; do 30 [const ${namespace}::unordered_map<int, int> t; 34 ac_cv_cxx_hash_map_class="unordered_map";]) 56 [the location of <unordered_map> or <hash_map>])
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | map_traits_stl.h | 67 struct MapTraits<std::unordered_map<K, V>> { 70 using Iterator = typename std::unordered_map<K, V>::iterator; 71 using ConstIterator = typename std::unordered_map<K, V>::const_iterator; 73 static bool IsNull(const std::unordered_map<K, V>& input) { 78 static void SetToNull(std::unordered_map<K, V>* output) { 83 static size_t GetSize(const std::unordered_map<K, V>& input) { 87 static ConstIterator GetBegin(const std::unordered_map<K, V>& input) { 90 static Iterator GetBegin(std::unordered_map<K, V>& input) { 104 static bool Insert(std::unordered_map<K, V>& input, IK&& key, IV&& value) { 110 static void SetToEmpty(std::unordered_map<K, V>* output) { output->clear(); }
|
/external/skia/tools/bookmaker/ |
D | bmhParser.h | 154 unordered_map<string, RootDefinition>* fMap; 165 unordered_map<string, RootDefinition> fClassMap; 166 unordered_map<string, RootDefinition> fConstMap; 167 unordered_map<string, RootDefinition> fDefineMap; 168 unordered_map<string, RootDefinition> fEnumMap; 169 unordered_map<string, RootDefinition> fMethodMap; 170 unordered_map<string, RootDefinition> fTypedefMap; 171 unordered_map<string, Definition*> fTopicMap; 172 unordered_map<string, Definition*> fAliasMap; 173 unordered_map<string, Definition*> fPhraseMap;
|
D | includeParser.h | 18 unordered_map<string, Definition*> fConsts; 19 unordered_map<string, Definition*> fDefines; 20 unordered_map<string, Definition*> fEnums; 21 unordered_map<string, Definition*> fMembers; 22 unordered_map<string, Definition*> fMethods; 23 unordered_map<string, Definition*> fStructs; 24 unordered_map<string, Definition*> fTypedefs; 275 string uniqueName(const unordered_map<string, T>& m, string typeName) { in uniqueName() 429 unordered_map<string, Definition*>* fInclude; 434 unordered_map<string, Definition> fIncludeMap; [all …]
|
/external/skqp/tools/bookmaker/ |
D | bmhParser.h | 154 unordered_map<string, RootDefinition>* fMap; 165 unordered_map<string, RootDefinition> fClassMap; 166 unordered_map<string, RootDefinition> fConstMap; 167 unordered_map<string, RootDefinition> fDefineMap; 168 unordered_map<string, RootDefinition> fEnumMap; 169 unordered_map<string, RootDefinition> fMethodMap; 170 unordered_map<string, RootDefinition> fTypedefMap; 171 unordered_map<string, Definition*> fTopicMap; 172 unordered_map<string, Definition*> fAliasMap; 173 unordered_map<string, Definition*> fPhraseMap;
|
D | includeParser.h | 18 unordered_map<string, Definition*> fConsts; 19 unordered_map<string, Definition*> fDefines; 20 unordered_map<string, Definition*> fEnums; 21 unordered_map<string, Definition*> fMembers; 22 unordered_map<string, Definition*> fMethods; 23 unordered_map<string, Definition*> fStructs; 24 unordered_map<string, Definition*> fTypedefs; 275 string uniqueName(const unordered_map<string, T>& m, string typeName) { in uniqueName() 429 unordered_map<string, Definition*>* fInclude; 434 unordered_map<string, Definition> fIncludeMap; [all …]
|
/external/perfetto/src/trace_processor/ |
D | heap_profile_tracker.h | 114 std::unordered_map<std::pair<ProfileIndex, SourceStringId>, StringId> 116 std::unordered_map<std::pair<ProfileIndex, SourceMappingId>, int64_t> 118 std::unordered_map<std::pair<ProfileIndex, SourceFrameId>, int64_t> frames_; 119 std::unordered_map<std::pair<ProfileIndex, SourceCallstack>, int64_t> 121 std::unordered_map<std::pair<ProfileIndex, SourceCallstackId>, int64_t> 124 std::unordered_map<TraceStorage::HeapProfileMappings::Row, int64_t> 126 std::unordered_map<TraceStorage::HeapProfileFrames::Row, int64_t> frame_idx_; 127 std::unordered_map<TraceStorage::HeapProfileCallsites::Row, int64_t>
|
D | fuchsia_trace_tokenizer.h | 44 std::unordered_map<uint64_t, StringId> string_table; 45 std::unordered_map<uint64_t, fuchsia_trace_utils::ThreadInfo> thread_table; 63 std::unordered_map<uint64_t, uint64_t> pid_table_; 64 std::unordered_map<uint32_t, std::unique_ptr<ProviderInfo>> providers_; 67 std::unordered_map<uint32_t, RunningThread> cpu_threads_;
|
/external/libcxx/include/experimental/ |
D | unordered_map | 2 //===------------------------- unordered_map ------------------------------===// 14 experimental/unordered_map synopsis 25 using unordered_map = 26 std::unordered_map<Key, T, Hash, Pred, 44 #include <unordered_map> 55 using unordered_map = _VSTD::unordered_map<_Key, _Value, _Hash, _Pred,
|
/external/libcxx/test/std/experimental/memory/memory.resource.aliases/ |
D | header_unordered_map_synop.pass.cpp | 50 using StdMap = std::unordered_map<K, V, DH, DP, pmr::polymorphic_allocator<P>>; in main() 51 using PmrMap = pmr::unordered_map<K, V>; in main() 55 using StdMap = std::unordered_map<K, V, MH, DP, pmr::polymorphic_allocator<P>>; in main() 56 using PmrMap = pmr::unordered_map<K, V, MH>; in main() 60 using StdMap = std::unordered_map<K, V, MH, MP, pmr::polymorphic_allocator<P>>; in main() 61 using PmrMap = pmr::unordered_map<K, V, MH, MP>; in main() 65 pmr::unordered_map<int, int> m; in main()
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/ |
D | merge.pass.cpp | 56 std::unordered_map<int, int> src{{1, 0}, {3, 0}, {5, 0}}; in main() 57 std::unordered_map<int, int> dst{{2, 0}, {4, 0}, {5, 0}}; in main() 66 typedef std::unordered_map<Counter<int>, int, throw_hasher<Counter<int>>> map_type; in main() 105 …typedef std::unordered_map<Counter<int>, int, std::hash<Counter<int>>, std::equal_to<Counter<int>>… in main() 106 typedef std::unordered_map<Counter<int>, int, hasher, equal> second_map_type; in main() 145 std::unordered_map<int, int> first; in main() 147 std::unordered_map<int, int> second; in main()
|
D | insert_and_emplace_allocator_requirements.pass.cpp | 27 testMapInsert<TCT::unordered_map<> >(); in main() 28 testMapInsertHint<TCT::unordered_map<> >(); in main() 29 testMapEmplace<TCT::unordered_map<> >(); in main() 30 testMapEmplaceHint<TCT::unordered_map<> >(); in main()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | constant_folding.cc | 60 const std::unordered_map<string, std::vector<PartialTensorShape>>* in ReadPartialShapesFromShapeMap() 86 std::unordered_map<const Node*, std::vector<Tensor>>* in MaybeReplaceShapeOrShapeNOp() 127 std::unordered_map<const Node*, std::vector<Tensor>>* in MaybeReplaceRankOp() 143 std::unordered_map<const Node*, std::vector<Tensor>>* in MaybeReplaceSizeOp() 178 const std::unordered_map<string, std::vector<PartialTensorShape>>* in MaybeReplaceShapeOp() 180 std::unordered_map<const Node*, std::vector<Tensor>>* in MaybeReplaceShapeOp() 217 const std::unordered_map<string, std::vector<PartialTensorShape>>* in IsConstantFoldable() 220 std::unordered_map<const Node*, std::vector<Tensor>>* in IsConstantFoldable() 268 std::unordered_map<const Node*, gtl::FlatSet<Node*>>* constant_control_deps, in ConsiderConstantFoldableNode() 269 std::unordered_map<const Node*, std::vector<Tensor>>* shape_replacement_map, in ConsiderConstantFoldableNode() [all …]
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_graph_utils_test.cc | 28 std::unordered_map<string, string>* attributes) { in ParseDebugOpName() 36 std::unordered_map<string, string> attributes; in TEST_F() 45 std::unordered_map<string, string> attributes; in TEST_F() 62 std::unordered_map<string, string> attributes; in TEST_F() 92 std::unordered_map<string, string> attributes; in TEST_F() 109 std::unordered_map<string, string> attributes; in TEST_F() 131 std::unordered_map<string, string> attributes; in TEST_F() 141 std::unordered_map<string, string> attributes; in TEST_F()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | scc.cc | 58 std::unordered_map<const NodeDef*, int>* components, in StrongConnect() 127 const GraphDef& graph, std::unordered_map<const NodeDef*, int>* components, in StronglyConnectedComponents() 130 std::unordered_map<string, SCCNodeData*> name_to_data; in StronglyConnectedComponents() 133 std::unordered_map<const NodeDef*, SCCNodeData*> node_to_data; in StronglyConnectedComponents() 185 std::unordered_map<const NodeDef*, std::vector<int>>* loops) { in IdentifyLoops() 187 std::unordered_map<const NodeDef*, int> components; in IdentifyLoops() 195 std::unordered_map<int, std::vector<const NodeDef*>> component_ids; in IdentifyLoops() 209 std::unordered_map<const NodeDef*, const NodeDef*> subgraph_mapping; in IdentifyLoops() 234 std::unordered_map<const NodeDef*, int> components; in IdentifyLoops()
|