HomeSort by relevance Sort by last modified time
    Searched refs:unordered_map (Results 476 - 500 of 550) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
range_size_hash_equal.pass.cpp 10 // <unordered_map>
20 #include <unordered_map>
range_size_hash_equal_allocator.pass.cpp 10 // <unordered_map>
21 #include <unordered_map>
assign_copy.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>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
insert_hint_rvalue.pass.cpp 10 // <unordered_map>
24 #include <unordered_map>
erase_range.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /frameworks/base/libs/androidfw/
LocaleDataTables.cpp 95 const std::unordered_map<uint32_t, uint8_t> LIKELY_SCRIPTS({
    [all...]
  /build/kati/
ninja.cc 27 #include <unordered_map>
715 const unordered_map<string, vector<string>*>& globs = GetAllGlobCache();
  /external/vulkan-validation-layers/demos/smoke/
Meshes.cpp 27 #include <unordered_map>
329 std::unordered_map<uint64_t, uint32_t> middle_points_;
  /system/core/adb/
shell_service.cpp 92 #include <unordered_map>
249 std::unordered_map<std::string, std::string> env;
  /system/core/libmemunreachable/
MemUnreachable.cpp 24 #include <unordered_map>
151 allocator::unordered_map<Leak::Backtrace, Leak*> backtrace_map{allocator_};
  /art/runtime/gc/collector/
concurrent_copying.h 33 #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>
move.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
move_alloc.pass.cpp 10 // <unordered_map>
20 #include <unordered_map>
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
erase_range.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 547 std::unordered_map<std::shared_ptr<Layer>, Composition>* outTypes)
641 std::unordered_map<std::shared_ptr<Layer>, LayerRequest>*
737 std::unordered_map<std::shared_ptr<Layer>, sp<Fence>>* outFences) const
756 std::unordered_map<std::shared_ptr<Layer>, sp<Fence>> releaseFences;
    [all...]
HWComposer.cpp 493 std::unordered_map<std::shared_ptr<HWC2::Layer>, HWC2::Composition>
506 std::unordered_map<std::shared_ptr<HWC2::Layer>, HWC2::LayerRequest>
630 std::unordered_map<std::shared_ptr<HWC2::Layer>, sp<Fence>> releaseFences;
  /external/vulkan-validation-layers/layers/
unique_objects.h 37 #include <unordered_map>
64 static std::unordered_map<void *, struct instExts> instanceExtMap;
65 static std::unordered_map<void *, layer_data *> layer_data_map;
core_validation.cpp 44 #include <unordered_map>
79 using std::unordered_map;
96 unordered_map<VkSwapchainKHR, SWAPCHAIN_NODE *> swapchainMap;
97 unordered_map<VkImage, VkSwapchainKHR> imageToSwapchainMap;
113 unordered_map<VkDescriptorSet, MT_DESCRIPTOR_SET_INFO> descriptorSetMap;
115 unordered_map<uint64_t, MT_OBJ_BINDING_INFO> imageBindingMap;
116 unordered_map<uint64_t, MT_OBJ_BINDING_INFO> bufferBindingMap;
124 unordered_map<VkSampler, unique_ptr<SAMPLER_NODE>> sampleMap;
125 unordered_map<VkImageView, VkImageViewCreateInfo> imageViewMap;
126 unordered_map<VkImage, IMAGE_NODE> imageMap
    [all...]
  /system/bt/service/
gatt_server_old.cpp 33 #include <unordered_map>
107 std::unordered_map<int, Characteristic> characteristics;
110 std::unordered_map<int, int> controlled_blobs;
  /system/connectivity/shill/
routing_table_unittest.cc 80 std::unordered_map<int, vector<RoutingTableEntry>>* GetRoutingTables() {
314 std::unordered_map<int, vector<RoutingTableEntry>>* tables =
640 std::unordered_map<int, vector<RoutingTableEntry>>* tables =
    [all...]
  /art/runtime/
class_linker.h 22 #include <unordered_map>
    [all...]
  /art/runtime/hprof/
hprof.cc 880 std::unordered_map<const gc::AllocRecordStackTrace*, HprofStackTraceSerialNumber,
883 std::unordered_map<const gc::AllocRecordStackTraceElement*, HprofStackFrameId,
886 std::unordered_map<const mirror::Object*, const gc::AllocRecordStackTrace*> allocation_records_;
    [all...]

Completed in 1092 milliseconds

<<11121314151617181920>>