| /third_party/node/deps/npm/node_modules/sshpk/ |
| D | README.md | 114 ### `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/ |
| D | keywords.hpp | 9 #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/ |
| D | RangeKeyTest.java | 35 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/ |
| D | test_stable_sort_by_key.cpp | 26 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
|
| D | test_radix_sort_by_key.cpp | 43 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
|
| D | test_sort_by_key.cpp | 37 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
|
| D | test_reduce_by_key.cpp | 30 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/ |
| D | lib.es2015.iterable.d.ts | 70 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 …]
|
| D | lib.dom.iterable.d.ts | 68 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/ |
| D | es2015.iterable.d.ts | 50 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 …]
|
| D | dom.iterable.d.ts | 16 keys(): IterableIterator<string>; method 37 keys(): IterableIterator<number>; method 64 keys(): IterableIterator<number>; method 89 keys(): IterableIterator<string>; method 106 keys(): IterableIterator<string>; method
|
| D | dom.iterable.generated.d.ts | 48 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/ |
| D | builder_name_schema.json | 4 "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/ |
| D | builder_name_schema.json | 4 "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/ |
| D | keys.hpp | 29 constexpr keys_t keys{}; variable 44 constexpr auto keys = [](auto&& object) { in __anonf1820c2b0102() variable
|
| /third_party/boost/boost/hana/fwd/ |
| D | keys.hpp | 29 constexpr keys_t keys{}; variable 44 constexpr auto keys = [](auto&& object) { in __anon5ec1d6f80102() variable
|
| /third_party/cef/libcef/browser/extensions/value_store/ |
| D | cef_value_store.cc | 41 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/ |
| D | RangeKey.java | 79 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/ |
| D | gen_disasm.py | 152 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/ |
| D | glib-init.c | 202 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/ |
| D | simple-traverse.ts | 13 const keys = allVisitorKeys[node.type]; constant 53 const keys = getVisitorKeysForNode(this.allVisitorKeys, node); constant
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
| D | cache_base_op.cc | 76 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/ |
| D | client.cc | 48 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/ |
| D | stream_map.cc | 45 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/ |
| D | yargs.js | 190 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
|