Home
last modified time | relevance | path

Searched defs:Keys (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DReverseIterationTest.cpp37 int Keys[] = { 1, 2, 3, 4 }; in TEST() local
90 PtrLikeInt *Keys[] = { &a, &b, &c, &d }; in TEST() local
/external/lzma/CPP/7zip/Crypto/
D7zAes.h45 CObjectVector<CKeyInfo> Keys; variable
/external/libcxx/benchmarks/
Dordered_set.bench.cpp37 void sortKeysBy(std::vector<uint64_t>& Keys, AccessPattern AP) { in sortKeysBy()
47 std::vector<uint64_t> Keys; member
86 std::vector<uint64_t> Keys(TableSize); in run() local
/external/ltp/pan/
Dreporter.c85 SYM Tag, Keys; in scanner_reporter() local
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs61 public ICollection<TKey> Keys property in Google.Protobuf.Collections.ReadOnlyDictionary
DMapField.cs225 …public ICollection<TKey> Keys { get { return new MapView<TKey>(this, pair => pair.Key, ContainsKey… property in Google.Protobuf.Collections.MapField
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs432 public ICollection Keys property in Antlr.Runtime.Collections.HashList
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringMapTest.cpp281 auto Keys = to_vector<4>(Map.keys()); in TEST_F() local
295 auto Keys = to_vector<4>(Set.keys()); in TEST_F() local
/external/clang/lib/StaticAnalyzer/Checkers/
DDebugCheckers.cpp178 SmallVector<const Table::MapEntryTy *, 32> Keys; in checkEndOfTranslationUnit() local
/external/syzkaller/vendor/golang.org/x/net/http2/
Dhttp2.go357 func (s *sorter) Keys(h http.Header) []string { func
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.cc59 std::vector<K> Keys(const std::map<K, V>& map) { in Keys() function
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp570 SmallVector<const Expr *, 8> Keys; in rewriteToDictionaryLiteral() local
627 SmallVector<const Expr *, 8> Keys; in shouldNotRewriteImmediateMessageArgs() local
/external/clang/lib/Basic/
DVirtualFileSystem.cpp1015 DenseMap<StringRef, KeyStatus> &Keys) { in checkDuplicateOrUnknownKey()
1030 bool checkMissingKeys(yaml::Node *Obj, DenseMap<StringRef, KeyStatus> &Keys) { in checkMissingKeys()
1121 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parseEntry() local
1307 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parse() local
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp662 MappingNormalization<NormalizedOther, uint8_t> Keys(IO, Symbol.Other); in mapping() local
/external/skqp/infra/bots/
Dgen_tasks.go1476 Keys []string `json:"keys"` member
/external/skia/infra/bots/
Dgen_tasks.go1458 Keys []string `json:"keys"` member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp786 MappingNormalization<NormalizedOther, uint8_t> Keys(IO, Symbol.Other); in mapping() local
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc471 static PyObject* Keys(PyContainer* self, PyObject* args) { in Keys() function
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h321 TypedVector Keys() const { in Keys() function
/external/clang/lib/CodeGen/
DCGObjC.cpp133 Address Keys = Address::invalid(); in EmitObjCCollectionLiteral() local