Searched
refs:unordered_set (Results
701 -
725 of
837) sorted by null
<<21222324252627282930>>
| /frameworks/compile/slang/ |
| slang_rs_context.h | 25 #include <unordered_set> 74 typedef std::unordered_set<RSExportType*> ExportReduceResultTypeSet;
|
| /hardware/interfaces/graphics/composer/2.1/default/ |
| Hwc.h | 23 #include <unordered_set> 166 std::unordered_set<Capability> mCapabilities;
|
| /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
| HidParser.cpp | 159 const std::unordered_set<unsigned int> &interestedUsage) { 167 const std::unordered_set<unsigned int> &interestedUsage) {
|
| /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
| SPVRemapper.h | 99 #include <unordered_set> 133 typedef std::unordered_set<spv::Id> idset_t;
|
| /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/ |
| SPVRemapper.h | 99 #include <unordered_set> 133 typedef std::unordered_set<spv::Id> idset_t;
|
| /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/ |
| descriptor_sets.cpp | 58 void cvdescriptorset::DescriptorSetLayout::FillBindingSet(std::unordered_set<uint32_t> *binding_set) const { 342 bool cvdescriptorset::DescriptorSet::ValidateDrawState(const std::unordered_set<uint32_t> &bindings, 417 uint32_t cvdescriptorset::DescriptorSet::GetStorageUpdates(const std::unordered_set<uint32_t> &bindings, 418 std::unordered_set<VkBuffer> *buffer_set, 419 std::unordered_set<VkImageView> *image_set) const { 456 uint32_t cvdescriptorset::DescriptorSet::GetAllStorageUpdates(std::unordered_set<VkBuffer> *buffer_set, 457 std::unordered_set<VkImageView> *image_set) const { 458 std::unordered_set<uint32_t> binding_set; [all...] |
| /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/ |
| descriptor_sets.cpp | 58 void cvdescriptorset::DescriptorSetLayout::FillBindingSet(std::unordered_set<uint32_t> *binding_set) const { 342 bool cvdescriptorset::DescriptorSet::ValidateDrawState(const std::unordered_set<uint32_t> &bindings, 417 uint32_t cvdescriptorset::DescriptorSet::GetStorageUpdates(const std::unordered_set<uint32_t> &bindings, 418 std::unordered_set<VkBuffer> *buffer_set, 419 std::unordered_set<VkImageView> *image_set) const { 456 uint32_t cvdescriptorset::DescriptorSet::GetAllStorageUpdates(std::unordered_set<VkBuffer> *buffer_set, 457 std::unordered_set<VkImageView> *image_set) const { 458 std::unordered_set<uint32_t> binding_set; [all...] |
| /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/ |
| descriptor_sets.cpp | 58 void cvdescriptorset::DescriptorSetLayout::FillBindingSet(std::unordered_set<uint32_t> *binding_set) const { 342 bool cvdescriptorset::DescriptorSet::ValidateDrawState(const std::unordered_set<uint32_t> &bindings, 417 uint32_t cvdescriptorset::DescriptorSet::GetStorageUpdates(const std::unordered_set<uint32_t> &bindings, 418 std::unordered_set<VkBuffer> *buffer_set, 419 std::unordered_set<VkImageView> *image_set) const { 456 uint32_t cvdescriptorset::DescriptorSet::GetAllStorageUpdates(std::unordered_set<VkBuffer> *buffer_set, 457 std::unordered_set<VkImageView> *image_set) const { 458 std::unordered_set<uint32_t> binding_set; [all...] |
| /system/bt/service/ |
| adapter.cc | 22 #include <unordered_set> 392 std::unordered_set<std::string> connected_devices_;
|
| /system/core/base/ |
| strings_test.cpp | 24 #include <unordered_set> 132 std::unordered_set<int> list = {1, 2};
|
| /system/core/liblog/tests/ |
| liblog_benchmark.cpp | 25 #include <unordered_set> 804 static std::unordered_set<uint32_t> set; 830 std::unordered_set<uint32_t>::const_iterator it = set.begin(); 878 std::unordered_set<uint32_t>::const_iterator it = set.begin(); 899 std::unordered_set<uint32_t>::const_iterator it = set.begin(); 1008 std::unordered_set<uint32_t>::const_iterator it = set.begin();
|
| /frameworks/base/tools/aapt2/compile/ |
| PngCrunch.cpp | 24 #include <unordered_set> 375 std::unordered_set<uint32_t>* alpha_palette) { 525 std::unordered_set<uint32_t> alpha_palette;
|
| /system/bt/stack/gatt/ |
| gatt_int.h | 32 #include <unordered_set> 279 std::unordered_set<uint8_t> app_hold_link; 335 std::unordered_set<tGATT_IF> gatt_if;
|
| /external/llvm/lib/Fuzzer/ |
| FuzzerInternal.h | 25 #include <unordered_set> 470 std::unordered_set<std::string> UnitHashesAddedToCorpus;
|
| /external/llvm/tools/llvm-config/ |
| llvm-config.cpp | 32 #include <unordered_set> 613 std::unordered_set<std::string> FullDyLibComponents;
|
| /frameworks/base/tools/aapt2/link/ |
| ManifestFixer.cpp | 19 #include <unordered_set> 370 std::unordered_set<StringPiece> class_attributes_ = {"name"};
|
| /build/kati/ |
| dep.cc | 24 #include <unordered_set> 323 unordered_set<Symbol> non_root_targets; 662 unordered_set<Symbol> phony_; 663 unordered_set<Symbol> restat_;
|
| /external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/ |
| assign_copy.pass.cpp | 10 // <unordered_set> 18 #include <unordered_set>
|
| copy.pass.cpp | 10 // <unordered_set> 18 #include <unordered_set>
|
| init.pass.cpp | 10 // <unordered_set> 18 #include <unordered_set>
|
| move.pass.cpp | 12 // <unordered_set> 20 #include <unordered_set>
|
| move_alloc.pass.cpp | 10 // <unordered_set> 18 #include <unordered_set>
|
| range.pass.cpp | 10 // <unordered_set> 19 #include <unordered_set>
|
| /external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/ |
| swap_noexcept.pass.cpp | 12 // <unordered_set> 28 #include <unordered_set>
|
| /external/libmojo/mojo/edk/system/ |
| node_controller.h | 11 #include <unordered_set>
|
Completed in 1360 milliseconds
<<21222324252627282930>>