/art/runtime/ |
trace.h | 26 #include <unordered_map> 300 std::unordered_map<ArtMethod*, uint32_t> art_method_id_map_ GUARDED_BY(unique_methods_lock_);
|
oat_file_manager.h | 23 #include <unordered_map>
|
/external/libcxx/test/std/containers/unord/unord.multimap/ |
local_iterators.fail.cpp | 10 // <unordered_map> 23 #include <unordered_map>
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/ |
assign_copy.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
|
init.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
|
move.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
|
move_alloc.pass.cpp | 10 // <unordered_map> 20 #include <unordered_map>
|
/external/llvm/unittests/DebugInfo/PDB/ |
PDBApiTest.cpp | 10 #include <unordered_map> 295 std::unordered_map<PDB_SymType, std::unique_ptr<PDBSymbol>> SymbolMap;
|
/frameworks/native/services/inputflinger/host/ |
InputDriver.cpp | 20 #include <unordered_map> 85 std::unordered_map<input_collection_id_t, input_collection, InputCollectionIdHasher> collections;
|
/frameworks/native/services/sensorservice/ |
SensorService.h | 39 #include <unordered_map> 241 std::unordered_map<int, RecentEventLogger*> mRecentEvent;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/ |
local_iterators.fail.cpp | 10 // <unordered_map> 23 #include <unordered_map>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/ |
assign_copy.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
|
init.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
|
move.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
|
move_alloc.pass.cpp | 10 // <unordered_map> 20 #include <unordered_map>
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
proximity_info_state.cpp | 24 #include <unordered_map> 300 std::unordered_map<int, float>::const_iterator it = mCharProbabilities[index].find(keyIndex);
|
/system/core/adb/ |
fdevent.cpp | 30 #include <unordered_map> 72 static auto& g_poll_node_map = *new std::unordered_map<int, PollNode>();
|
/system/extras/simpleperf/ |
cmd_report_test.cpp | 20 #include <unordered_map> 105 std::unordered_map<std::string, std::pair<double, double>> map;
|
dso.cpp | 57 std::unordered_map<std::string, BuildId> Dso::build_id_map_; 114 std::unordered_map<std::string, BuildId> map;
|
/art/compiler/debug/dwarf/ |
debug_info_entry_writer.h | 21 #include <unordered_map>
|
/build/kati/ |
command.cc | 19 #include <unordered_map>
|
/external/vulkan-validation-layers/layers/ |
device_limits.cpp | 33 #include <unordered_map> 66 unordered_map<VkDevice, VkPhysicalDeviceProperties> physDevPropertyMap; 78 static unordered_map<void *, layer_data *> layer_data_map; 84 template layer_data *get_my_data_ptr<layer_data>(void *data_key, std::unordered_map<void *, layer_data *> &data_map); [all...] |
/frameworks/minikin/libs/minikin/ |
FontLanguageListCache.cpp | 116 std::unordered_map<std::string, uint32_t>::const_iterator it =
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
0006-Emulate-__has_feature-for-GCC.patch | 66 +#define __gxx__is_final (_GNUC_VER >= 408) // Not if 4.7 work. 4.6 certainly not. Also see usage in libcxx/include/unordered_map,tuple,ext/hash_map,map,memory
|
/system/bt/service/common/bluetooth/ |
gatt_identifier.h | 116 // as a key in std::unordered_map.
|