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

<<31323334

  /frameworks/minikin/libs/minikin/
FontCollection.cpp 80 const std::unordered_set<AxisTag>& supportedAxes = family->supportedAxes();
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
localintermediate.h 388 std::unordered_set<int> usedConstantId; // specialization constant ids used
  /system/bt/btif/src/
btif_ble_scanner.cc 28 #include <unordered_set>
  /art/compiler/debug/
elf_debug_info_writer.h 21 #include <unordered_set>
102 std::unordered_set<const char*> defined_dex_classes_; // For CHECKs only.
  /art/compiler/
image_writer.cc 25 #include <unordered_set>
750 std::unordered_set<mirror::Object*>* visited,
805 std::unordered_set<mirror::Object*>* visited_;
812 std::unordered_set<mirror::Object*> visited;
819 std::unordered_set<mirror::Object*>* visited) {
    [all...]
  /art/runtime/gc/allocator/
rosalloc.h 26 #include <unordered_set>
718 std::unordered_set<Run*, hash_run, eq_run, TrackingAllocator<Run*, kAllocatorTagRosAlloc>>
    [all...]
  /external/google-breakpad/src/common/
dwarf_cu_to_module.cc 120 unordered_set<string> common_strings;
339 pair<unordered_set<string>::iterator, bool> result =
    [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_object.h 11 #include <unordered_set>
130 using CXFA_NodeSet = std::unordered_set<CXFA_Node*>;
    [all...]
  /frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
HWC2On1Adapter.h 34 #include <unordered_set>
698 std::unordered_set<HWC2::Capability> mCapabilities;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 227 const std::unordered_set<Capability>& capabilities,
712 const std::unordered_set<Capability>& capabilities,
  /art/runtime/jit/
jit_code_cache.cc 422 const std::unordered_set<OatQuickMethodHeader*>& method_headers) {
445 // the CHA dependency map just once with an unordered_set.
446 std::unordered_set<OatQuickMethodHeader*> method_headers;
    [all...]
profile_compilation_info.cc     [all...]
profile_compilation_info.h 386 std::unordered_set<std::string> GetClassDescriptors(const std::vector<const DexFile*>& dex_files);
  /art/dexlayout/
dexlayout.cc     [all...]
  /external/libcxx/test/std/containers/unord/unord.multiset/
local_iterators.pass.cpp 10 // <unordered_set>
23 #include <unordered_set>
  /hardware/interfaces/graphics/composer/2.1/vts/functional/
VtsHalGraphicsComposerV2_1TargetTest.cpp 33 #include <unordered_set>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
local_iterators.pass.cpp 10 // <unordered_set>
23 #include <unordered_set>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/
local_iterators.pass.cpp 10 // <unordered_set>
23 #include <unordered_set>
  /art/runtime/gc/
heap.h 22 #include <unordered_set>
    [all...]
  /external/regex-re2/re2/
dfa.cc 119 // STL function structures for use with unordered_set.
172 typedef unordered_set<State*, StateHash> StateSet;
174 typedef unordered_set<State*, StateHash, StateEqual> StateSet;
    [all...]
  /frameworks/compile/libbcc/lib/
RSKernelExpand.cpp 29 #include <unordered_set>
96 typedef std::unordered_set<llvm::Function *> FunctionSet;
    [all...]
  /art/runtime/
dex_file_verifier.cc 662 std::unordered_set<uint32_t>* direct_method_indexes,
    [all...]
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 98 std::unordered_set<std::string> extensions_to_not_compress;
107 std::unordered_set<std::string> products;
308 std::unordered_set<std::string> extensions_to_not_compress;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp 44 #include <unordered_set>
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.cpp 44 #include <unordered_set>
    [all...]

Completed in 1823 milliseconds

<<31323334