OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unordered_set
(Results
401 - 425
of
547
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/system/core/include/utils/
LruCache.h
21
#include <
unordered_set
>
82
typedef std::
unordered_set
<Entry*, HashForEntry, EqualityForHashedEntries> LruCacheSet;
/system/vold/
VolumeManager.h
30
#include <
unordered_set
>
212
std::
unordered_set
<userid_t> mStartedUsers;
/system/extras/simpleperf/
cmd_report.cpp
24
#include <
unordered_set
>
358
std::
unordered_set
<std::string> comm_filter;
359
std::
unordered_set
<std::string> dso_filter;
360
std::
unordered_set
<int> pid_filter;
361
std::
unordered_set
<int> tid_filter;
369
std::
unordered_set
<std::string>& filter = (args[i] == "--comms" ? comm_filter : dso_filter);
421
std::
unordered_set
<int>& filter = (args[i] == "--pids" ? pid_filter : tid_filter);
/external/libchrome/base/containers/
hash_tables.h
34
#include <
unordered_set
>
44
// can use <tr1/unordered_map> and <tr1/
unordered_set
>.
156
using hash_set = std::
unordered_set
<Key, Hash, Pred, Alloc>;
/build/kati/
dep.cc
24
#include <
unordered_set
>
312
unordered_set
<Symbol> non_root_targets;
649
unordered_set
<Symbol> phony_;
650
unordered_set
<Symbol> restat_;
var.cc
150
unordered_set
<Symbol> Vars::used_env_vars_;
/external/drm_hwcomposer/
drmdisplaycomposition.cpp
28
#include <
unordered_set
>
228
std::
unordered_set
<DrmHwcLayer *> squash_layers;
229
std::
unordered_set
<DrmHwcLayer *> pre_comp_layers;
230
std::
unordered_set
<DrmHwcLayer *> comp_layers;
/external/libcxx/test/libcxx/
double_include.sh.cpp
99
#include <
unordered_set
>
/external/libcxx/www/
debug_mode.html
46
<code><
unordered_set
></code>
/external/protobuf/
config.h.in
15
/* the location of <
unordered_set
> or <hash_set> */
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
hash.h
146
# include <
unordered_set
>
147
# define GOOGLE_PROTOBUF_HASH_SET_CLASS
unordered_set
152
# include <tr1/
unordered_set
>
153
# define GOOGLE_PROTOBUF_HASH_SET_CLASS
unordered_set
/system/media/camera/docs/
ACameraMetadata.mako
68
std::
unordered_set
<uint32_t> ACameraMetadata::sSystemTags ({
/external/libcxx/include/
module.modulemap
437
module
unordered_set
{
438
header "
unordered_set
"
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
assign_copy.pass.cpp
10
// <
unordered_set
>
18
#include <
unordered_set
>
move.pass.cpp
10
// <
unordered_set
>
18
#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/llvm/lib/Fuzzer/
FuzzerInternal.h
22
#include <
unordered_set
>
172
std::
unordered_set
<std::string> UnitHashesAddedToCorpus;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
assign_copy.pass.cpp
10
// <
unordered_set
>
18
#include <
unordered_set
>
move.pass.cpp
10
// <
unordered_set
>
18
#include <
unordered_set
>
move_alloc.pass.cpp
10
// <
unordered_set
>
18
#include <
unordered_set
>
range.pass.cpp
10
// <
unordered_set
>
19
#include <
unordered_set
>
/system/bt/service/hal/
bluetooth_gatt_interface.h
20
#include <
unordered_set
>
285
std::
unordered_set
<int> scan_client_set_;
/toolchain/binutils/binutils-2.25/gold/
config.in
184
/* Define to 1 if you have the <tr1/
unordered_set
> header file. */
193
/* Define to 1 if you have the <
unordered_set
> header file. */
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py
630
"Print a tr1::
unordered_set
"
756
pretty_printers_dict[re.compile('^std::
unordered_set
<.*>$')] = lambda val: Tr1UnorderedSetPrinter ('std::
unordered_set
', val)
763
pretty_printers_dict[re.compile('^std::tr1::
unordered_set
<.*>$')] = lambda val: Tr1UnorderedSetPrinter ('std::tr1::
unordered_set
', val)
771
pretty_printers_dict[re.compile('^std::__debug::
unordered_set
<.*>$')] = lambda val: Tr1UnorderedSetPrinter ('std::__debug::
unordered_set
', val)
Completed in 858 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>