Home
last modified time | relevance | path

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

/third_party/icu/docs/userguide/collation/
Darchitecture.md205 ### Sort key size
237 ### Partial sort keys
245 ### Merging sort keys
264 ### Generating bounds for a sort key (prefix matching)
/third_party/typescript/tests/cases/compiler/
DcontextualTypeOfIndexedAccessParameter.ts2 type Keys = "a" | "b"; alias
DdoubleUnderscoreMappedTypes.ts13 type Keys = keyof Properties; alias
/third_party/mindspore/mindspore/ccsrc/ps/
Doptimizer_info_builder.cc114 OptimizerInfo *MomentumOptimInfoBuilder::BuildInputs(const WeightPtr &weight, const Keys &, const V… in BuildInputs()
146 OptimizerInfo *SparseAdamOptimInfoBuilder::BuildInputs(const WeightPtr &weight, const Keys &, const… in BuildInputs()
205 OptimizerInfo *SparseFtrlOptimInfoBuilder::BuildInputs(const WeightPtr &weight, const Keys &, const… in BuildInputs()
Dconstants.h198 using Keys = std::vector<Key>; variable
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs61 public ICollection<TKey> Keys property in Google.Protobuf.Collections.ReadOnlyDictionary
DMapField.cs230 …public ICollection<TKey> Keys { get { return new MapView<TKey>(this, pair => pair.Key, ContainsKey… property in Google.Protobuf.Collections.MapField
/third_party/ltp/pan/
Dreporter.c85 SYM Tag, Keys; in scanner_reporter() local
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardFunctionErrors.ts149 type Keys = 'a'|'b'|'c' alias
/third_party/skia/infra/bots/gen_tasks_logic/
Dschema.go257 Keys []string `json:"keys"` member
/third_party/gettext/gettext-runtime/intl-csharp/
Dintl.cs542 public virtual ICollection Keys { property in GNU.Gettext.GettextResourceSet
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp1022 MappingNormalization<NormalizedTBD, const InterfaceFile *> Keys(IO, File); in mapKeysToValues() local
1051 MappingNormalization<NormalizedTBD_V4, const InterfaceFile *> Keys(IO, in mapKeysToValuesV4() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp1202 DenseMap<StringRef, KeyStatus> &Keys) { in checkDuplicateOrUnknownKey()
1217 bool checkMissingKeys(yaml::Node *Obj, DenseMap<StringRef, KeyStatus> &Keys) { in checkMissingKeys()
1315 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parseEntry() local
1526 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parse() local
/third_party/flutter/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go1666 Keys []string `json:"keys"` member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp995 MappingNormalization<NormalizedOther, Optional<uint8_t>> Keys(IO, in mapping() local
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py526 def Keys(self): member in Map
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc475 static PyObject* Keys(PyContainer* self, PyObject* args) { in Keys() function
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h339 TypedVector Keys() const { in Keys() function
/third_party/python/Lib/test/
Dtest_patma.py3047 class Keys: class