HomeSort by relevance Sort by last modified time
    Searched refs:unordered_set (Results 451 - 475 of 837) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.h 59 #include <unordered_set>
144 std::unordered_map<uint32_t, std::unordered_set<uint32_t>> active_slots;
218 std::unordered_set<VkQueue> queues;
264 std::unordered_set<VkCommandBuffer> referencingCmdBuffers;
274 std::unordered_set<cvdescriptorset::DescriptorSet *> sets; // Collection of all sets in this pool
  /bionic/tools/versioner/src/
SymbolDatabase.cpp 26 #include <unordered_set>
38 std::unordered_set<std::string> getSymbols(const std::string& filename) {
39 std::unordered_set<std::string> result;
  /build/kati/
var.h 20 #include <unordered_set>
190 static const unordered_set<Symbol>& used_env_vars() {
195 static unordered_set<Symbol> used_env_vars_;
  /hardware/interfaces/graphics/composer/2.1/vts/functional/
VtsHalGraphicsComposerTestUtils.h 23 #include <unordered_set>
65 std::unordered_set<IComposer::Capability> mCapabilities;
120 std::unordered_set<Layer> layers;
  /external/vulkan-validation-layers/layers/
descriptor_sets.h 56 #include <unordered_set>
101 void FillBindingSet(std::unordered_set<uint32_t> *) const;
330 uint32_t GetStorageUpdates(const std::map<uint32_t, descriptor_req> &, std::unordered_set<VkBuffer> *,
331 std::unordered_set<VkImageView> *) const;
347 // Return unordered_set of all command buffers that this set is bound to
348 std::unordered_set<GLOBAL_CB_NODE *> GetBoundCmdBuffers() const { return cb_bindings; }
350 void BindCommandBuffer(GLOBAL_CB_NODE *, const std::unordered_set<uint32_t> &);
core_validation.h 58 #include <unordered_set>
191 std::unordered_set<VkCommandBuffer> referencingCmdBuffers;
  /art/compiler/driver/
compiler_driver.h 22 #include <unordered_set>
93 std::unordered_set<std::string>* image_classes,
94 std::unordered_set<std::string>* compiled_classes,
95 std::unordered_set<std::string>* compiled_methods,
141 const std::unordered_set<std::string>* GetImageClasses() const {
496 std::unique_ptr<std::unordered_set<std::string>> image_classes_;
501 std::unique_ptr<std::unordered_set<std::string>> classes_to_compile_;
506 std::unique_ptr<std::unordered_set<std::string>> methods_to_compile_;
  /cts/tests/aslr/src/
AslrMallocTest.cpp 31 #include <unordered_set>
115 std::unordered_set<uintptr_t> addresses;
  /external/clang/INPUTS/
all-std-headers.cpp 85 #include <unordered_set>
  /external/libcxx/test/libcxx/
double_include.sh.cpp 127 #include <unordered_set>
161 #include <experimental/unordered_set>
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolFunc.cpp 21 #include <unordered_set>
38 std::unordered_set<std::string> SeenNames;
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.h 12 #include <unordered_set>
98 std::unordered_set<const clang::VarDecl*> visited_;
  /frameworks/av/camera/ndk/impl/
ACameraMetadata.h 19 #include <unordered_set>
106 static std::unordered_set<uint32_t> sSystemTags;
  /frameworks/base/libs/hwui/
GpuMemoryTracker.cpp 25 #include <unordered_set>
47 static std::unordered_set<GpuMemoryTracker*> gObjectSet;
  /frameworks/native/services/sensorservice/
SensorList.h 29 #include <unordered_set>
104 std::unordered_set<int> mUsedHandle;
  /frameworks/native/services/vr/virtual_touchpad/
EvdevInjector.h 10 #include <unordered_set>
138 std::unordered_set<uint16_t> enabled_event_types_;
  /system/core/logd/
LogTags.h 22 #include <unordered_set>
43 typedef std::unordered_set<uid_t> uid_list;
  /system/extras/simpleperf/
cmd_report.cpp 24 #include <unordered_set>
119 void SetFilters(const std::unordered_set<int>& pid_filter,
120 const std::unordered_set<int>& tid_filter,
121 const std::unordered_set<std::string>& comm_filter,
122 const std::unordered_set<std::string>& dso_filter,
123 const std::unordered_set<std::string>& symbol_filter) {
245 std::unordered_set<int> pid_filter_;
246 std::unordered_set<int> tid_filter_;
247 std::unordered_set<std::string> comm_filter_;
248 std::unordered_set<std::string> dso_filter_
    [all...]
  /art/runtime/
dex_file_verifier.h 20 #include <unordered_set>
89 std::unordered_set<uint32_t>* direct_method_indexes,
117 std::unordered_set<uint32_t>* direct_method_indexes,
252 std::unordered_set<decltype(DexFile::ClassDef::class_idx_)> defined_classes_;
  /art/runtime/openjdkjvmti/
art_jvmti.h 38 #include <unordered_set>
79 std::unordered_set<art::ArtField*> access_watched_fields;
80 std::unordered_set<art::ArtField*> modify_watched_fields;
83 std::unordered_set<Breakpoint> breakpoints;
  /external/libcxx/benchmarks/
algorithms.bench.cpp 1 #include <unordered_set>
string.bench.cpp 1 #include <unordered_set>
  /external/libcxx/test/std/containers/unord/
iterator_difference_type.pass.cpp 11 #include <unordered_set>
118 typedef std::unordered_set<ValueTp> Set;
124 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set;
131 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set;
  /external/libcxx/test/std/containers/unord/unord.multiset/
bucket.pass.cpp 10 // <unordered_set>
22 #include <unordered_set>
bucket_size.pass.cpp 10 // <unordered_set>
22 #include <unordered_set>

Completed in 1659 milliseconds

<<11121314151617181920>>