/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/ |
init_size_hash_equal_allocator.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 16 // unordered_map(initializer_list<value_type> il, size_type n, 19 #include <unordered_map> 33 typedef std::unordered_map<int, std::string, 70 typedef std::unordered_map<int, std::string,
|
range_size.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 17 // unordered_map(InputIterator first, InputIterator last, size_type n); 19 #include <unordered_map> 34 typedef std::unordered_map<int, std::string, 70 typedef std::unordered_map<int, std::string,
|
range_size_hash.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 17 // unordered_map(InputIterator first, InputIterator last, size_type n, 20 #include <unordered_map> 35 typedef std::unordered_map<int, std::string, 72 typedef std::unordered_map<int, std::string,
|
range_size_hash_equal.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 17 // unordered_map(InputIterator first, InputIterator last, size_type n, 20 #include <unordered_map> 35 typedef std::unordered_map<int, std::string, 73 typedef std::unordered_map<int, std::string,
|
range_size_hash_equal_allocator.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 17 // unordered_map(InputIterator first, InputIterator last, size_type n, 21 #include <unordered_map> 36 typedef std::unordered_map<int, std::string, 75 typedef std::unordered_map<int, std::string,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/ |
erase_key.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 44 typedef std::unordered_map<int, std::string> C; 101 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 158 typedef std::unordered_map<int, int> C;
|
/packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/ |
arguments_parser_test.cpp | 27 std::unordered_map<std::string, OptionSpec> optionSpecs; 33 std::unordered_map<std::string, OptionSpec> optionSpecs; 48 EXPECT_FALSE(ArgumentsParser(std::unordered_map<std::string, OptionSpec>(), 57 EXPECT_FALSE(ArgumentsParser(std::unordered_map<std::string, OptionSpec>(), 66 EXPECT_FALSE(ArgumentsParser(std::unordered_map<std::string, OptionSpec>(), 91 std::unordered_map<std::string, OptionSpec> optionSpecs;
|
/external/vulkan-validation-layers/layers/ |
swapchain.h | 36 #include <unordered_map> 164 unordered_map<VkSurfaceKHR, SwpSurface *> surfaces; 168 unordered_map<const void *, SwpPhysicalDevice *> physicalDevices; 210 unordered_map<VkSwapchainKHR, SwpSwapchain *> swapchains; 244 unordered_map<VkSurfaceKHR, SwpSurface *> supportedSurfaces; 278 unordered_map<VkSwapchainKHR, SwpSwapchain *> swapchains; 281 unordered_map<VkQueue, SwpQueue *> queues; 311 unordered_map<int, SwpImage> images; 336 std::unordered_map<void *, SwpInstance> instanceMap; 337 std::unordered_map<VkSurfaceKHR, SwpSurface> surfaceMap [all...] |
/external/libcxx/test/std/containers/unord/unord.map/ |
types.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 31 #include <unordered_map> 39 typedef std::unordered_map<char, short> C; 55 typedef std::unordered_map<char, short, std::hash<char>, std::equal_to<char>,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/ |
types.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 31 #include <unordered_map> 39 typedef std::unordered_map<char, short> C; 55 typedef std::unordered_map<char, short, std::hash<char>, std::equal_to<char>,
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
test.cpp | 14 #include <unordered_map> 128 STD_TR1::unordered_map<int,int> unordered_map1; 129 STD_TR1::unordered_map<int,int> unordered_map2; 152 std::string unordered_map1 = "std::tr1::unordered_map not supported"; 153 std::string unordered_map2 = "std::tr1::unordered_map not supported";
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_map_to_unordered_map.h | 25 * @brief Diagnostics for map to unordered_map. 64 /** @brief A map-to-unordered_map instrumentation line in the 111 { return "change std::map to std::unordered_map"; } 168 /** @brief A map-to-unordered_map instrumentation line in the 178 /** @brief Map-to-unordered_map instrumentation producer. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_map_to_unordered_map.h | 25 * @brief Diagnostics for map to unordered_map. 64 /** @brief A map-to-unordered_map instrumentation line in the 111 { return "change std::map to std::unordered_map"; } 168 /** @brief A map-to-unordered_map instrumentation line in the 178 /** @brief Map-to-unordered_map instrumentation producer. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/ |
profiler_map_to_unordered_map.h | 25 * @brief Diagnostics for map to unordered_map. 64 /** @brief A map-to-unordered_map instrumentation line in the 111 { return "change std::map to std::unordered_map"; } 168 /** @brief A map-to-unordered_map instrumentation line in the 178 /** @brief Map-to-unordered_map instrumentation producer. */
|
/prebuilts/gdb/darwin-x86/share/pretty-printers/stlport/test/ |
test.cpp | 14 #include <unordered_map> 128 STD_TR1::unordered_map<int,int> unordered_map1; 129 STD_TR1::unordered_map<int,int> unordered_map2; 152 std::string unordered_map1 = "std::tr1::unordered_map not supported"; 153 std::string unordered_map2 = "std::tr1::unordered_map not supported";
|
/prebuilts/gdb/linux-x86/share/pretty-printers/stlport/test/ |
test.cpp | 14 #include <unordered_map> 128 STD_TR1::unordered_map<int,int> unordered_map1; 129 STD_TR1::unordered_map<int,int> unordered_map2; 152 std::string unordered_map1 = "std::tr1::unordered_map not supported"; 153 std::string unordered_map2 = "std::tr1::unordered_map not supported";
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler_map_to_unordered_map.h | 25 * @brief Diagnostics for map to unordered_map. 64 /** @brief A map-to-unordered_map instrumentation line in the 111 { return "change std::map to std::unordered_map"; } 168 /** @brief A map-to-unordered_map instrumentation line in the 178 /** @brief Map-to-unordered_map instrumentation producer. */
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/ |
test.cpp | 14 #include <unordered_map> 128 STD_TR1::unordered_map<int,int> unordered_map1; 129 STD_TR1::unordered_map<int,int> unordered_map2; 152 std::string unordered_map1 = "std::tr1::unordered_map not supported"; 153 std::string unordered_map2 = "std::tr1::unordered_map not supported";
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/ |
test.cpp | 14 #include <unordered_map> 128 STD_TR1::unordered_map<int,int> unordered_map1; 129 STD_TR1::unordered_map<int,int> unordered_map2; 152 std::string unordered_map1 = "std::tr1::unordered_map not supported"; 153 std::string unordered_map2 = "std::tr1::unordered_map not supported";
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
stochastic_linear_ranker.cpp | 135 template class StochasticLinearRanker<std::string, std::unordered_map<std::string, double> >; 136 template class StochasticLinearRanker<int, std::unordered_map<int, double> >; 137 template class StochasticLinearRanker<uint64, std::unordered_map<uint64, double> >;
|
/system/extras/simpleperf/ |
thread_tree.h | 88 std::unordered_map<int, std::unique_ptr<ThreadEntry>> thread_tree_; 96 std::unordered_map<std::string, std::unique_ptr<Dso>> module_dso_tree_; 97 std::unordered_map<std::string, std::unique_ptr<Dso>> user_dso_tree_;
|
/external/ceres-solver/internal/ceres/ |
collections_port.h | 44 # include <tr1/unordered_map> 51 # include <unordered_map> 58 # include <unordered_map> 74 // Some systems don't have access to unordered_map/unordered_set. In 99 struct HashMap : std::tr1::unordered_map<K, V> {}; 106 struct HashMap : std::unordered_map<K, V> {};
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/ |
erase_key.pass.cpp | 10 // <unordered_map> 14 // class unordered_map 18 #include <unordered_map> 45 typedef std::unordered_map<int, std::string> C; 102 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 159 typedef std::unordered_map<int, int> C;
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
proximity_info_state_utils.h | 21 #include <unordered_map> 32 typedef std::unordered_map<int, float> NearKeysDistanceMap; 75 std::vector<std::unordered_map<int, float>> *charProbabilities); 79 const std::vector<std::unordered_map<int, float>> *const charProbabilities, 108 const std::vector<std::unordered_map<int, float>> *const charProbabilities, 150 const int index1, std::vector<std::unordered_map<int, float>> *charProbabilities);
|
/art/compiler/debug/dwarf/ |
debug_abbrev_writer.h | 22 #include <unordered_map> 92 std::unordered_map<Vector, uint32_t, FNVHash<Vector> > abbrev_codes_;
|