Home
last modified time | relevance | path

Searched defs:keys (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/third_party/node/deps/npm/node_modules/sshpk/
DREADME.md114 ### `parseKey(data[, format = 'auto'[, options]])`
136 ### `Key.isKey(obj)`
145 ### `Key#type`
149 ### `Key#size`
154 ### `Key#comment`
158 ### `Key#curve`
164 ### `Key#toBuffer([format = 'ssh'])`
173 ### `Key#toString([format = 'ssh])`
177 ### `Key#fingerprint([algorithm = 'sha256'])`
186 ### `Key#createVerify([hashAlgorithm])`
[all …]
/third_party/boost/libs/spirit/workbench/qi/
Dkeywords.hpp9 #define keys ("WeaBGNogxKwkyFilMHOp") macro
15 #define keys ("xSjJfIbmYDvQHhKTLZca")("JPvLQbGsXantCZpoeEiB")("MAZjzUrtdRSmhNnqxPVX")("PhuXTxIQCijH… macro
21 #define keys ("briLcUzOEDAswdGuIXlp")("ZwKsyzktMrnERbDLThlB")("QCvkgGRYrmDVfiApzStM")("FUsjQAtlVrYS… macro
27 #define keys ("yTMiuczAoDwJhIBCGvPl")("JUTVaEqDepvsiXwBgSYd")("voeXaAjyCqKtFxRhEblz")("rvQaNuXGkILP… macro
33 #define keys ("GgrRUxIZCFYkpnsvyzwb")("fLpJmgZEQAKdbcSuNFPr")("aMZVkzfvrXLyPjeUBRus")("gBefvhWdnzbE… macro
39 #define keys ("xjSUvfTWlVeoLEtdmKBz")("HSDfyWRmjsxiXFOJQvoT")("gvByQMLTjeGdiVXkWqnf")("HZJdriPpDLsv… macro
45 #define keys ("QZMaswnqKlYGVWArzRSm")("EKWLSbqXhjIvQgpJrxnF")("ENVahOdugPMsewLIzGWD")("XeuQTSmbIFZc… macro
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
DRangeKeyTest.java35 ImmutableList<RangeKey> keys = RangeKey.decompose(RangeTree.empty()); in testEmpty() local
41 ImmutableList<RangeKey> keys = RangeKey.decompose(RangeTree.from(RangeSpecification.empty())); in testZeroLengthMatch() local
47 ImmutableList<RangeKey> keys = RangeKey.decompose(ranges("xxx", "xxxx", "xxxxx")); in testOnlyAnyPath() local
53 ImmutableList<RangeKey> keys = RangeKey.decompose(ranges("123xxx", "123xxxx", "123xxxxx")); in testSimple() local
59 ImmutableList<RangeKey> keys = in testEmbeddedRanges() local
66 ImmutableList<RangeKey> keys = RangeKey.decompose(ranges("123xxxx", "1234x", "1234xx")); in testSplitFactors() local
74 ImmutableList<RangeKey> keys = RangeKey.decompose(ranges("12[0-4]xxx", "12xxx", "12xx")); in testMergeStrategy() local
98 ImmutableList<RangeKey> keys = RangeKey.decompose(ranges); in testSimpleRealWorldData() local
/third_party/boost/libs/compute/test/
Dtest_stable_sort_by_key.cpp26 compute::vector<compute::int_> keys(size_t(0), compute::int_(0), queue); in BOOST_AUTO_TEST_CASE() local
48 compute::vector<compute::int_> keys(keys_data, keys_data + 1, queue); in BOOST_AUTO_TEST_CASE() local
65 compute::vector<compute::int_> keys(keys_data, keys_data + 2, queue); in BOOST_AUTO_TEST_CASE() local
78 compute::vector<compute::int_> keys(keys_data, keys_data + 10, queue); in BOOST_AUTO_TEST_CASE() local
102 compute::vector<compute::uint_> keys(keys_data, keys_data + 10, queue); in BOOST_AUTO_TEST_CASE() local
126 compute::vector<compute::float_> keys(keys_data, keys_data + 5, queue); in BOOST_AUTO_TEST_CASE() local
150 compute::vector<compute::int_> keys(keys_data, keys_data + 8, queue); in BOOST_AUTO_TEST_CASE() local
184 compute::vector<int_> keys(keys_data.begin(), keys_data.end(), queue); in BOOST_AUTO_TEST_CASE() local
Dtest_radix_sort_by_key.cpp43 compute::vector<compute::int_> keys(keys_data, keys_data + 10, queue); in BOOST_AUTO_TEST_CASE() local
72 compute::vector<compute::int_> keys(keys_data, keys_data + 10, queue); in BOOST_AUTO_TEST_CASE() local
111 compute::vector<compute::uint_> keys(keys_data, keys_data + 10, queue); in BOOST_AUTO_TEST_CASE() local
140 compute::vector<compute::uint_> keys(keys_data, keys_data + 10, queue); in BOOST_AUTO_TEST_CASE() local
180 compute::vector<compute::float_> keys(keys_data, keys_data + 5, queue); in BOOST_AUTO_TEST_CASE() local
209 compute::vector<compute::float_> keys(keys_data, keys_data + 5, queue); in BOOST_AUTO_TEST_CASE() local
249 compute::vector<compute::int_> keys(keys_data, keys_data + 8, queue); in BOOST_AUTO_TEST_CASE() local
285 compute::vector<compute::int_> keys(keys_data, keys_data + 8, queue); in BOOST_AUTO_TEST_CASE() local
Dtest_sort_by_key.cpp37 compute::vector<int> keys(context); in BOOST_AUTO_TEST_CASE() local
52 compute::vector<int> keys(keys_data, keys_data + 1, queue); in BOOST_AUTO_TEST_CASE() local
67 compute::vector<int> keys(keys_data, keys_data + 2, queue); in BOOST_AUTO_TEST_CASE() local
84 compute::vector<int> keys(keys_data, keys_data + 8, queue); in BOOST_AUTO_TEST_CASE() local
103 compute::vector<int> keys(host_keys.begin(), host_keys.end(), queue); in BOOST_AUTO_TEST_CASE() local
133 compute::vector<int_> keys(host_keys.begin(), host_keys.end(), queue); in BOOST_AUTO_TEST_CASE() local
163 compute::vector<int_> keys(host_keys.begin(), host_keys.end(), queue); in BOOST_AUTO_TEST_CASE() local
195 compute::vector<int_> keys(host_keys.begin(), host_keys.end(), queue); in BOOST_AUTO_TEST_CASE() local
Dtest_reduce_by_key.cpp30 int keys[] = { 0, 2, -3, -3, -3, -3, -3, 4 }; in BOOST_AUTO_TEST_CASE() local
92 int keys[] = { 22 }; in BOOST_AUTO_TEST_CASE() local
110 int keys[] = { 0, 2, 2, 3, 3, 3, 3, 3, 4 }; in BOOST_AUTO_TEST_CASE() local
136 int keys[] = { 0, 2, 2, 3, 3, 3, 3, 3, 4 }; in BOOST_AUTO_TEST_CASE() local
160 int keys[] = { 0, 2, 3, 3, 3, 3, 4, 4 }; in BOOST_AUTO_TEST_CASE() local
/third_party/typescript/lib/
Dlib.es2015.iterable.d.ts70 keys(): IterableIterator<number>; method
106 keys(): IterableIterator<number>; method
131 keys(): IterableIterator<K>; method
151 keys(): IterableIterator<K>; method
179 keys(): IterableIterator<T>; method
199 keys(): IterableIterator<T>; method
259 keys(): IterableIterator<number>; method
287 keys(): IterableIterator<number>; method
316 keys(): IterableIterator<number>; method
347 keys(): IterableIterator<number>; method
[all …]
Dlib.dom.iterable.d.ts68 keys(): IterableIterator<number>; method
89 keys(): IterableIterator<string>; method
125 keys(): IterableIterator<string>; method
151 keys(): IterableIterator<BufferSource>; method
180 keys(): IterableIterator<number>; method
196 keys(): IterableIterator<number>; method
275 keys(): IterableIterator<string>; method
/third_party/typescript/src/lib/
Des2015.iterable.d.ts50 keys(): IterableIterator<number>; method
86 keys(): IterableIterator<number>; method
111 keys(): IterableIterator<K>; method
131 keys(): IterableIterator<K>; method
159 keys(): IterableIterator<T>; method
179 keys(): IterableIterator<T>; method
239 keys(): IterableIterator<number>; method
267 keys(): IterableIterator<number>; method
296 keys(): IterableIterator<number>; method
327 keys(): IterableIterator<number>; method
[all …]
Ddom.iterable.d.ts16 keys(): IterableIterator<string>; method
37 keys(): IterableIterator<number>; method
64 keys(): IterableIterator<number>; method
89 keys(): IterableIterator<string>; method
106 keys(): IterableIterator<string>; method
Ddom.iterable.generated.d.ts48 keys(): IterableIterator<number>; method
69 keys(): IterableIterator<string>; method
105 keys(): IterableIterator<string>; method
131 keys(): IterableIterator<BufferSource>; method
160 keys(): IterableIterator<number>; method
176 keys(): IterableIterator<number>; method
255 keys(): IterableIterator<string>; method
/third_party/skia/infra/bots/recipe_modules/builder_name_schema/
Dbuilder_name_schema.json4 "keys": [ array
15 "keys": [ array
26 "keys": [ array
31 "keys": [ array
39 "keys": [ array
47 "keys": [ array
62 "keys": [ array
77 "keys": [ array
/third_party/flutter/skia/infra/bots/recipe_modules/builder_name_schema/
Dbuilder_name_schema.json4 "keys": [ array
15 "keys": [ array
26 "keys": [ array
41 "keys": [ array
49 "keys": [ array
57 "keys": [ array
72 "keys": [ array
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dkeys.hpp29 constexpr keys_t keys{}; variable
44 constexpr auto keys = [](auto&& object) { in __anonf1820c2b0102() variable
/third_party/boost/boost/hana/fwd/
Dkeys.hpp29 constexpr keys_t keys{}; variable
44 constexpr auto keys = [](auto&& object) { in __anon5ec1d6f80102() variable
/third_party/cef/libcef/browser/extensions/value_store/
Dcef_value_store.cc41 size_t CefValueStore::GetBytesInUse(const std::vector<std::string>& keys) { in GetBytesInUse()
58 const std::vector<std::string>& keys) { in Get()
116 const std::vector<std::string>& keys) { in Remove()
132 std::vector<std::string> keys; in Clear() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DRangeKey.java79 List<RangeKey> keys = new ArrayList<>(); in decompose() local
102 private static void visit(RangeTree tree, List<RangeKey> keys) { in visit()
119 private final List<RangeKey> keys; field in RangeKey.KeyVisitor
126 private KeyVisitor(List<RangeKey> keys) { in KeyVisitor()
/third_party/mesa3d/src/panfrost/bifrost/
Dgen_disasm.py152 def compile_derived_inner(expr, keys): argument
167 def compile_derived(expr, keys): argument
180 def evaluate_forward(keys, derivf, testf, ctx, ordering): argument
196 def evaluate_forwards(keys, derivf, testf, mod_vals, ordered): argument
205 def invert_lut(value_size, forward, derived, mod_map, keys, mod_vals): argument
/third_party/glib/glib/
Dglib-init.c202 const GDebugKey *keys, in g_parse_debug_string()
271 const GDebugKey *keys, in g_parse_debug_envvar()
298 const GDebugKey keys[] = { in g_messages_prefixed_init() local
313 const GDebugKey keys[] = { in g_debug_init() local
/third_party/typescript_eslint/packages/typescript-estree/src/
Dsimple-traverse.ts13 const keys = allVisitorKeys[node.type]; constant
53 const keys = getVisitorKeysForNode(this.allVisitorKeys, node); constant
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dcache_base_op.cc76 std::vector<row_id_type> &keys) -> Status { in FetchSamplesToWorkers()
91 std::vector<row_id_type> keys; in FetchSamplesToWorkers() local
180 std::vector<int64_t> keys; in FetchFromCache() local
235 Status CacheBase::PrefetchRows(const std::vector<row_id_type> &keys, std::vector<row_id_type> *cach… in PrefetchRows()
/third_party/grpc/examples/cpp/keyvaluestore/
Dclient.cc48 void GetValues(const std::vector<std::string>& keys) { in GetValues()
94 std::vector<std::string> keys = {"key1", "key2", "key3", "key4", in main() local
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dstream_map.cc45 static size_t compact(uint32_t* keys, void** values, size_t count) { in compact()
63 uint32_t* keys = map->keys; in grpc_chttp2_stream_map_add() local
103 uint32_t* keys = map->keys; in find() local
/third_party/node/deps/npm/node_modules/yargs/
Dyargs.js190 self.boolean = function (keys) { argument
196 self.array = function (keys) { argument
202 self.number = function (keys) { argument
208 self.normalize = function (keys) { argument
214 self.count = function (keys) { argument
220 self.string = function (keys) { argument
226 self.requiresArg = function (keys) { argument
232 self.skipValidation = function (keys) { argument
238 function populateParserHintArray (type, keys, value) { argument

12345678910>>...24