/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
H A D | TextStub.cpp | 1022 MappingNormalization<NormalizedTBD, const InterfaceFile *> Keys(IO, File); in mapKeysToValues() 1023 IO.mapRequired("archs", Keys->Architectures); in mapKeysToValues() 1025 IO.mapOptional("uuids", Keys->UUIDs); in mapKeysToValues() 1026 IO.mapRequired("platform", Keys->Platforms); in mapKeysToValues() 1028 IO.mapOptional("flags", Keys->Flags, TBDFlags::None); in mapKeysToValues() 1029 IO.mapRequired("install-name", Keys->InstallName); in mapKeysToValues() 1030 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValues() 1032 IO.mapOptional("compatibility-version", Keys->CompatibilityVersion, in mapKeysToValues() 1035 IO.mapOptional("swift-version", Keys->SwiftABIVersion, SwiftVersion(0)); in mapKeysToValues() 1037 IO.mapOptional("swift-abi-version", Keys in mapKeysToValues() [all...] |
/third_party/lzma/CPP/7zip/Crypto/ |
H A D | 7zAes.cpp | 117 FOR_VECTOR (i, Keys)
in GetKey() 119 const CKeyInfo &cached = Keys[i];
in GetKey() 125 Keys.MoveToFront(i);
in GetKey() 134 FOR_VECTOR (i, Keys)
in FindAndAdd() 136 const CKeyInfo &cached = Keys[i];
in FindAndAdd() 140 Keys.MoveToFront(i);
in FindAndAdd() 149 if (Keys.Size() >= Size)
in Add() 150 Keys.DeleteBack();
in Add() 151 Keys.Insert(0, key);
in Add()
|
H A D | 7zAes.h | 59 CObjectVector<CKeyInfo> Keys;
member in NCrypto::N7z::CKeyInfoCache
|
/third_party/typescript/tests/baselines/reference/ |
H A D | correlatedUnions.js | 57 type Keys = keyof TypeMap; 59 type HandlerMap = { [P in Keys]: (x: TypeMap[P]) => void }; 66 type DataEntry<K extends Keys = Keys> = { [P in K]: { 77 function process<K extends Keys>(data: DataEntry<K>[]) { 148 type Keys = keyof ArgMap; 149 const funs: { [P in Keys]: (...args: ArgMap[P]) => void } = { 153 function apply<K extends Keys>(funKey: K, ...args: ArgMap[K]) { 403 type Keys = keyof TypeMap;
405 [P in Keys] [all...] |
H A D | recursiveConditionalCrash3.js | 80 * Expand keys on `O` based on `Keys` parameter. 82 type Expand__<O, Keys, P extends string, N extends number , Depth extends unknown[] > = 88 Expand__<O[P extends Keys ? 'value' : 'default'], Keys, P, N, Depth> : 90 Expand__<U, Keys, P, N, Depth>[] 93 [K in keyof O]-?: Expand__<O[K], Keys, PrefixWith<P, K>, N, [1, ...Depth]>
|
H A D | doubleUnderscoreMappedTypes.js | 14 type Keys = keyof Properties; 15 const k: Keys = "__property2"; // ok
|
H A D | typeSatisfaction_propNameConstraining.js | 2 type Keys = 'a' | 'b' | 'c' | 'd'; 7 x: 8 // Should error, 'x' isn't in 'Keys' 8 } satisfies Partial<Record<Keys, unknown>>; 13 // Should error even though 'd' is in 'Keys' 21 x: 8 // Should error, 'x' isn't in 'Keys'
26 // Should error even though 'd' is in 'Keys'
|
H A D | typeSatisfaction_propertyNameFulfillment.js | 2 type Keys = 'a' | 'b' | 'c' | 'd'; 7 x: 8 // Should error, 'x' isn't in 'Keys' 8 } satisfies Record<Keys, unknown>; 13 // Should error even though 'd' is in 'Keys' 21 x: 8 // Should error, 'x' isn't in 'Keys'
26 // Should error even though 'd' is in 'Keys'
|
H A D | contextualTypeOfIndexedAccessParameter.js | 2 type Keys = "a" | "b"; 6 declare function f<K extends Keys>(key: K, options: OptionsForKey[K]): void;
|
H A D | ramdaToolsNoInfinite2.js | 24 declare module "Object/Keys" { 25 import { Keys as UKeys } from "Union/Keys"; 27 export type Keys<O extends object> = UKeys<O>; 33 import { Keys } from "Object/Keys"; 34 export type _Omit<O extends object, K extends Key> = _Pick<O, Exclude<Keys<O>, K>>; 96 declare module "Union/Keys" { 100 export type Keys<U extends Union> = (U extends unknown ? keyof U : never) & Key; 112 declare module "List/Keys" { [all...] |
H A D | recursiveTypeRelations.js | 4 type Attributes<Keys extends keyof any> = { 5 [Key in Keys]: string;
|
H A D | typeGuardFunctionErrors.js | 149 type Keys = 'a'|'b'|'c' 150 type KeySet<T extends Keys> = { [k in T]: true } 152 // expected an error, since Keys doesn't have a 'd' 153 declare function hasKey<T extends Keys>(x: KeySet<T>): x is KeySet<T|'d'>;
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
H A D | MapFieldTest.cs | 100 CollectionAssert.AreEqual(new[] { "a", "c", "d" }, map.Keys); in AddPreservesInsertionOrder() 179 CollectionAssert.AreEqual(new[] { "before", "x", "a", "after" }, map2.Keys); in Add_Dictionary() 380 CollectionAssert.AreEqual(new[] { "x" }, dictionary.Keys); in IDictionary_Keys() 433 var keys = map.Keys; in KeysReturnsLiveView() 456 var keys = map.Keys; in ViewsAreReadOnly() 468 var keys = map.Keys; in ViewCopyTo() 481 ICollection keys = map.Keys; in NonGenericViewCopyTo() 494 var keys = map.Keys; in KeysContains() 498 // Keys can't be null, so we should prevent contains check in KeysContains() 506 var keys = map.Keys in KeysCopyTo() [all...] |
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/ |
H A D | MapFieldTest.cs | 99 CollectionAssert.AreEqual(new[] { "a", "c", "d" }, map.Keys); in AddPreservesInsertionOrder() 178 CollectionAssert.AreEqual(new[] { "before", "x", "a", "after" }, map2.Keys); in Add_Dictionary() 379 CollectionAssert.AreEqual(new[] { "x" }, dictionary.Keys); in IDictionary_Keys() 432 var keys = map.Keys; in KeysReturnsLiveView() 455 var keys = map.Keys; in ViewsAreReadOnly() 467 var keys = map.Keys; in ViewCopyTo() 480 ICollection keys = map.Keys; in NonGenericViewCopyTo() 493 var keys = map.Keys; in KeysContains() 497 // Keys can't be null, so we should prevent contains check in KeysContains()
|
/third_party/ltp/pan/ |
H A D | reporter.c | 85 SYM Tag, Keys; in scanner_reporter() local 146 * The way that I am using 'Keys' and 'Tag' makes assumptions about the in scanner_reporter() 156 if ((Keys = sym_get(tags, key_get)) == NULL) { in scanner_reporter() 162 tag_report(NULL, Tag, Keys); in scanner_reporter()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | ReadOnlyDictionary.cs | 61 public ICollection<TKey> Keys
property in Google.Protobuf.Collections.ReadOnlyDictionary 63 get { return wrapped.Keys; }
|
H A D | MapField.cs | 93 // Keys are never cloneable. Values might be.
in Clone() 230 public ICollection<TKey> Keys { get { return new MapView<TKey>(this, pair => pair.Key, ContainsKey); } }
property in Google.Protobuf.Collections.MapField 571 ICollection IDictionary.Keys { get { return (ICollection)Keys; } }
602 IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => Keys;
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
H A D | schema.go | 257 Keys []string `json:"keys"` 312 for _, key := range s.Keys { 376 for _, key := range s.Keys {
|
/third_party/node/src/ |
H A D | node_crypto.cc | 49 V(Keys) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 1202 DenseMap<StringRef, KeyStatus> &Keys) { in checkDuplicateOrUnknownKey() 1203 if (!Keys.count(Key)) { in checkDuplicateOrUnknownKey() 1207 KeyStatus &S = Keys[Key]; in checkDuplicateOrUnknownKey() 1217 bool checkMissingKeys(yaml::Node *Obj, DenseMap<StringRef, KeyStatus> &Keys) { in checkMissingKeys() argument 1218 for (const auto &I : Keys) { in checkMissingKeys() 1315 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parseEntry() 1335 if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys)) in parseEntry() 1421 llvm_unreachable("key missing from Keys"); in parseEntry() 1433 if (!checkMissingKeys(N, Keys)) in parseEntry() 1526 DenseMap<StringRef, KeyStatus> Keys(st in parse() 1201 checkDuplicateOrUnknownKey(yaml::Node *KeyNode, StringRef Key, DenseMap<StringRef, KeyStatus> &Keys) checkDuplicateOrUnknownKey() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.h | 172 auto Keys = YamlIO.keys(); in mapping() local 173 if (is_contained(Keys, "reg")) { in mapping() 176 } else if (is_contained(Keys, "offset")) in mapping()
|
/third_party/node/src/crypto/ |
H A D | crypto_keys.h | 410 namespace Keys { namespace 413 } // namespace Keys
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_containers.cc | 475 static PyObject* Keys(PyContainer* self, PyObject* args) { in Keys() function 551 { "keys", (PyCFunction)Keys, METH_NOARGS, },
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 1103 "data_keys: [string list] Keys from which to collect metadata."; 1105 R"(data_keys: Keys from which to collect metadata.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 995 MappingNormalization<NormalizedOther, Optional<uint8_t>> Keys(IO, in mapping() 997 IO.mapOptional("Other", Keys->Other); in mapping()
|