/external/llvm-project/llvm/unittests/Support/ |
D | ReverseIterationTest.cpp | 36 int Keys[] = { 1, 2, 3, 4 }; in TEST() local 89 PtrLikeInt *Keys[] = { &a, &b, &c, &d }; in TEST() local
|
D | ItaniumManglingCanonicalizerTest.cpp | 308 std::map<const EquivalenceClass*, CanonKey> Keys; in testTestcases() local
|
/external/dagger2/java/dagger/internal/codegen/base/ |
D | Keys.java | 34 public final class Keys { class
|
/external/libcxx/benchmarks/ |
D | ordered_set.bench.cpp | 37 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/llvm-project/libcxx/benchmarks/ |
D | ordered_set.bench.cpp | 36 void sortKeysBy(std::vector<uint64_t>& Keys, AccessPattern AP) { in sortKeysBy() 46 std::vector<uint64_t> Keys; member 85 std::vector<uint64_t> Keys(TableSize); in run() local
|
D | map.bench.cpp | 51 std::vector<uint64_t> Keys; member 58 enum class Shuffle { None, Keys, Hints }; enumerator
|
/external/lzma/CPP/7zip/Crypto/ |
D | 7zAes.h | 45 CObjectVector<CKeyInfo> Keys; variable
|
/external/llvm-project/llvm/unittests/ADT/ |
D | StringSetTest.cpp | 25 auto Keys = to_vector<4>(Set.keys()); in TEST_F() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | FilteredEntryMultimap.java | 343 class Keys extends Multimaps.Keys<K, V> { class 344 Keys() { in Keys() method in Keys
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | FilteredEntryMultimap.java | 343 class Keys extends Multimaps.Keys<K, V> { class 344 Keys() { in Keys() method in Keys
|
/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | ReadOnlyDictionary.cs | 61 public ICollection<TKey> Keys property in Google.Protobuf.Collections.ReadOnlyDictionary
|
D | MapField.cs | 228 …public ICollection<TKey> Keys { get { return new MapView<TKey>(this, pair => pair.Key, ContainsKey… property in Google.Protobuf.Collections.MapField
|
/external/ltp/pan/ |
D | reporter.c | 85 SYM Tag, Keys; in scanner_reporter() local
|
/external/rust/crates/serde_json/src/ |
D | map.rs | 231 pub fn keys(&self) -> Keys { in keys() 828 pub struct Keys<'a> { struct 829 iter: KeysImpl<'a>, argument
|
/external/skia/infra/bots/gen_tasks_logic/ |
D | schema.go | 257 Keys []string `json:"keys"` member
|
/external/rust/crates/linked-hash-map/src/ |
D | lib.rs | 1068 pub struct Keys<'a, K: 'a, V: 'a> { struct 1072 impl<'a, K, V> Clone for Keys<'a, K, V> { argument 1076 impl<'a, K, V> Iterator for Keys<'a, K, V> { implementation 1083 impl<'a, K, V> DoubleEndedIterator for Keys<'a, K, V> { implementation 1087 impl<'a, K, V> ExactSizeIterator for Keys<'a, K, V> { implementation
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | HashList.cs | 432 public ICollection Keys property in Antlr.Runtime.Collections.HashList
|
/external/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimator_abs_send_time.cc | 52 std::vector<K> Keys(const std::map<K, V>& map) { in Keys() function
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DebugCheckers.cpp | 178 SmallVector<const Table::MapEntryTy *, 32> Keys; in checkEndOfTranslationUnit() local
|
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/ |
D | MessageObjects.cpp | 77 auto Keys = KeysObj->GetAsArray(); in parseRegisters() local
|
/external/rust/crates/hashlink/src/ |
D | linked_hash_map.rs | 1630 pub struct Keys<'a, K, V> { struct 1634 impl<K: fmt::Debug, V> fmt::Debug for Keys<'_, K, V> { implementation 1641 impl<'a, K, V> Clone for Keys<'a, K, V> { implementation 1650 impl<'a, K, V> Iterator for Keys<'a, K, V> { implementation 1664 impl<'a, K, V> DoubleEndedIterator for Keys<'a, K, V> { implementation 1671 impl<'a, K, V> ExactSizeIterator for Keys<'a, K, V> { implementation
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 570 SmallVector<const Expr *, 8> Keys; in rewriteToDictionaryLiteral() local 627 SmallVector<const Expr *, 8> Keys; in shouldNotRewriteImmediateMessageArgs() local
|
/external/llvm-project/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 569 SmallVector<const Expr *, 8> Keys; in rewriteToDictionaryLiteral() local 625 SmallVector<const Expr *, 8> Keys; in shouldNotRewriteImmediateMessageArgs() local
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 1015 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-project/clang-tools-extra/clang-include-fixer/tool/ |
D | ClangIncludeFixer.cpp | 51 MappingNormalization<NormalizedRange, tooling::Range> Keys(IO, Info); in mapping() local
|