/third_party/node/deps/npm/node_modules/JSONStream/test/fixtures/ |
D | all_npm.json | 2 {"id":"","key":"","value":{"rev":"1-2f11e026763c10730d8b19ba5dce7565"}}, string 3 {"id":"3scale","key":"3scale","value":{"rev":"3-db3d574bf0ecdfdf627afeaa21b4bdaa"}}, string 4 {"id":"7digital-api","key":"7digital-api","value":{"rev":"20-21d11832780e2368aabc946598a41dd5"}}, string 5 {"id":"AMD","key":"AMD","value":{"rev":"7-3b4305a9c786ab4c5ce611e7f0de0aca"}}, string 6 {"id":"AriesNode","key":"AriesNode","value":{"rev":"3-9d88392bca6582c5c54784927dbfdee6"}}, string 7 {"id":"Array.prototype.forEachAsync","key":"Array.prototype.forEachAsync","value":{"rev":"3-8569644… string 8 {"id":"Babel","key":"Babel","value":{"rev":"5-9d8370c6ac6fd9cd3d530f26a9379814"}}, string 9 {"id":"Blaggie-System","key":"Blaggie-System","value":{"rev":"3-47782b1e5cbfa425170192799510e148"}}, string 10 {"id":"Blob","key":"Blob","value":{"rev":"3-cf5fb5d69da4dd00bc4f2be8870ca698"}}, string 11 {"id":"BlobBuilder","key":"BlobBuilder","value":{"rev":"3-eb977ff1713a915384fac994f9d8fa7c"}}, string [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | noImplicitAnyStringIndexerOnObject.js | 107 get: function (key) { return 'foobar'; } argument 112 set: function (key) { return 'foobar'; } argument 117 get: function (key) { return 'foobar'; }, argument 118 set: function (key) { return 'foobar'; } argument 127 get: function (key) { return 'foobar'; }, argument 128 set: function (key, value) { return 'foobar'; } argument 137 get: function (key) { return 'foobar'; }, argument 138 set: function (key, value) { return 'foobar'; } argument 146 ({ get: function (key) { return 'hello'; }, set: function (key, value) { } })['hello']; argument 147 …({ get: function (key) { return 'hello'; }, set: function (key, value) { } })['hello'] = 'modified… argument [all …]
|
/third_party/openssl/include/openssl/ |
D | params.h | 27 # define OSSL_PARAM_DEFN(key, type, addr, sz) \ argument 31 # define OSSL_PARAM_int(key, addr) \ argument 33 # define OSSL_PARAM_uint(key, addr) \ argument 36 # define OSSL_PARAM_long(key, addr) \ argument 38 # define OSSL_PARAM_ulong(key, addr) \ argument 41 # define OSSL_PARAM_int32(key, addr) \ argument 43 # define OSSL_PARAM_uint32(key, addr) \ argument 46 # define OSSL_PARAM_int64(key, addr) \ argument 48 # define OSSL_PARAM_uint64(key, addr) \ argument 51 # define OSSL_PARAM_size_t(key, addr) \ argument [all …]
|
/third_party/python/Lib/test/ |
D | make_ssl_certs.py | 119 def make_cert_key(hostname, sign=False, extra_san='', argument 228 cert, key = make_cert_key('localhost', ext='req_x509_extensions_simple') variable 246 cert, key = make_cert_key('fakehostname', ext='req_x509_extensions_simple') variable 251 cert, key = make_cert_key('localhost', sign=True) variable 256 cert, key = make_cert_key('fakehostname', sign=True) variable 261 cert, key = make_cert_key( variable 282 cert, key = make_cert_key('allsans', sign=True, extra_san='\n'.join(extra_san)) variable 299 cert, key = make_cert_key('idnsans', sign=True, extra_san='\n'.join(extra_san)) variable 304 cert, key = make_cert_key('nosan', sign=True, ext='req_x509_extensions_nosan') variable
|
/third_party/node/deps/npm/node_modules/minimist/ |
D | index.js | 13 [].concat(opts['boolean']).filter(Boolean).forEach(function (key) { argument 19 Object.keys(opts.alias || {}).forEach(function (key) { argument 28 [].concat(opts.string).filter(Boolean).forEach(function (key) { argument 38 Object.keys(flags.bools).forEach(function (key) { argument 49 function argDefined(key, arg) { argument 54 function setArg (key, val, arg) { argument 97 function aliasIsBoolean(key) { argument 205 Object.keys(defaults).forEach(function (key) { argument 217 notFlags.forEach(function(key) { argument 222 notFlags.forEach(function(key) { argument [all …]
|
/third_party/node/deps/npm/node_modules/mkdirp/node_modules/minimist/ |
D | index.js | 13 [].concat(opts['boolean']).filter(Boolean).forEach(function (key) { argument 19 Object.keys(opts.alias || {}).forEach(function (key) { argument 28 [].concat(opts.string).filter(Boolean).forEach(function (key) { argument 38 Object.keys(flags.bools).forEach(function (key) { argument 49 function argDefined(key, arg) { argument 54 function setArg (key, val, arg) { argument 97 function aliasIsBoolean(key) { argument 205 Object.keys(defaults).forEach(function (key) { argument 217 notFlags.forEach(function(key) { argument 222 notFlags.forEach(function(key) { argument [all …]
|
/third_party/node/test/parallel/ |
D | test-crypto-rsa-dsa.js | 52 key: rsaKeyPemEncrypted, property 58 key: rsaKeyPemEncrypted, property 63 key: rsaKeyPemEncrypted, property 69 key: rsaKeyPemEncrypted, property 74 key: rsaKeyPemEncrypted, property 82 key: rsaKeyPemEncrypted, property 88 key: rsaKeyPemEncrypted, property 95 key: rsaKeyPemEncrypted, property 104 key: rsaKeyPemEncrypted, property 110 key: rsaKeyPemEncrypted, property [all …]
|
D | test-crypto-hmac.js | 43 function testHmac(algo, key, data, expected) { argument 75 key: 'key', data: 'The quick brown fox jumps over the lazy dog', property 85 key: 'key', data: '', property 95 key: '', data: 'The quick brown fox jumps over the lazy dog', property 105 key: '', data: '', property 116 for (const { key, data, hmac } of wikipedia) { property 124 key: Buffer.from('0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b', 'hex'), property 141 key: Buffer.from('4a656665', 'hex'), // 'Jefe' property 159 key: Buffer.from('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 'hex'), property 178 key: Buffer.from('0102030405060708090a0b0c0d0e0f10111213141516171819', property [all …]
|
D | test-crypto-key-objects-messageport.js | 16 function keyToString(key) { argument 28 return parentPort.once('message', ({ key }) => { field 51 port1.postMessage({ key }); field 54 port2.once('message', common.mustCall(({ key }) => { field 66 worker.postMessage({ key }); field 84 port1.postMessage({ key }); field
|
D | test-tls-passphrase.js | 45 key: passKey, property 57 key: passKey, property 65 key: rawKey, property 72 key: rawKey, property 81 key: [passKey], property 89 key: [rawKey], property 96 key: [rawKey], property 105 key: passKey.toString(), property 113 key: rawKey.toString(), property 120 key: rawKey.toString(), property [all …]
|
D | test-crypto-key-objects.js | 69 const key = createSecretKey(keybuf); constant 175 publicEncrypt({ key: publicKey }, plaintext), property 179 publicEncrypt({ key: privateKey }, plaintext), property 183 publicEncrypt({ key: derivedPublicKey }, plaintext), property 187 publicEncrypt({ format: 'der', type: 'pkcs1', key: publicDER }, plaintext), property 188 publicEncrypt({ format: 'der', type: 'pkcs1', key: privateDER }, plaintext), property 191 { format: 'pem', key: privatePem }, property 192 { format: 'der', type: 'pkcs1', key: privateDER }, property 200 { format: 'pem', key: publicPem }, property 201 { format: 'der', type: 'pkcs1', key: publicDER }, property [all …]
|
D | test-tls-client-verify.js | 33 key: 'agent2-key', property 36 { ok: true, key: 'agent1-key', cert: 'agent1-cert' }, property 37 { ok: false, key: 'agent2-key', cert: 'agent2-cert' }, property 38 { ok: false, key: 'agent3-key', cert: 'agent3-cert' }, property 42 key: 'agent2-key', property 45 { ok: false, key: 'agent1-key', cert: 'agent1-cert' }, property 46 { ok: false, key: 'agent2-key', cert: 'agent2-cert' }, property 47 { ok: false, key: 'agent3-key', cert: 'agent3-cert' }, property 51 key: 'agent2-key', property 54 { ok: true, key: 'agent1-key', cert: 'agent1-cert' }, property [all …]
|
D | test-crypto-binary-default.js | 77 key: Buffer.from('0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b', 'hex'), property 94 key: Buffer.from('4a656665', 'hex'), // 'Jefe' property 112 key: Buffer.from('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 'hex'), property 131 key: Buffer.from('0102030405060708090a0b0c0d0e0f10111213141516171819', property 151 key: Buffer.from('0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c0c', 'hex'), property 163 key: Buffer.from('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' + property 188 key: Buffer.from('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' + property 240 key: Buffer.from('0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b', 'hex'), property 245 key: 'Jefe', property 250 key: Buffer.from('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 'hex'), property [all …]
|
D | test-crypto-sign-verify.js | 63 key: keyPem, property 73 key: certPem, property 84 key: certPem, property 193 key: keyPem, property 200 key: keyPem, property 210 key: keyPem, property 215 key: keyPem, property 228 key: certPem, property 233 key: certPem, property 246 key: certPem, property [all …]
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/ |
D | buffer_list.js | 5 …ents[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(… argument 7 function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { val… argument 39 key: "push", property 50 key: "unshift", property 61 key: "shift", property 70 key: "clear", property 76 key: "join", property 89 key: "concat", property 106 key: "consume", property 125 key: "first", property [all …]
|
/third_party/cef/libcef/browser/prefs/ |
D | pref_store.cc | 22 bool CefPrefStore::GetValue(const std::string& key, in GetValue() 31 bool CefPrefStore::GetMutableValue(const std::string& key, in GetMutableValue() 52 void CefPrefStore::SetValue(const std::string& key, in SetValue() 61 void CefPrefStore::SetValueSilently(const std::string& key, in SetValueSilently() 73 void CefPrefStore::RemoveValue(const std::string& key, uint32_t flags) { in RemoveValue() 122 void CefPrefStore::NotifyPrefValueChanged(const std::string& key) { in NotifyPrefValueChanged() 136 void CefPrefStore::ReportValueChanged(const std::string& key, uint32_t flags) { in ReportValueChanged() 141 void CefPrefStore::SetString(const std::string& key, const std::string& value) { in SetString() 145 void CefPrefStore::SetInteger(const std::string& key, int value) { in SetInteger() 149 void CefPrefStore::SetBoolean(const std::string& key, bool value) { in SetBoolean() [all …]
|
/third_party/cef/libcef_dll/cpptoc/ |
D | dictionary_value_cpptoc.cc | 191 const cef_string_t* key) { in dictionary_value_has_key() 241 const cef_string_t* key) { in dictionary_value_remove() 263 const cef_string_t* key) { in dictionary_value_get_type() 286 const cef_string_t* key) { in dictionary_value_get_value() 308 const cef_string_t* key) { in dictionary_value_get_bool() 329 const cef_string_t* key) { in dictionary_value_get_int() 351 const cef_string_t* key) { in dictionary_value_get_double() 374 const cef_string_t* key) { in dictionary_value_get_string() 397 const cef_string_t* key) { in dictionary_value_get_binary() 420 const cef_string_t* key) { in dictionary_value_get_dictionary() [all …]
|
/third_party/cef/libcef_dll/ctocpp/ |
D | dictionary_value_ctocpp.cc | 185 bool CefDictionaryValueCToCpp::HasKey(const CefString& key) { in HasKey() 236 bool CefDictionaryValueCToCpp::Remove(const CefString& key) { in Remove() 258 CefValueType CefDictionaryValueCToCpp::GetType(const CefString& key) { in GetType() 280 CefRefPtr<CefValue> CefDictionaryValueCToCpp::GetValue(const CefString& key) { in GetValue() 302 bool CefDictionaryValueCToCpp::GetBool(const CefString& key) { in GetBool() 324 int CefDictionaryValueCToCpp::GetInt(const CefString& key) { in GetInt() 346 double CefDictionaryValueCToCpp::GetDouble(const CefString& key) { in GetDouble() 368 CefString CefDictionaryValueCToCpp::GetString(const CefString& key) { in GetString() 393 const CefString& key) { in GetBinary() 416 const CefString& key) { in GetDictionary() [all …]
|
/third_party/node/deps/npm/node_modules/yargs-parser/ |
D | index.js | 61 const assignment = Object.keys(opt).map(function (key) { argument 78 ;[].concat(opts.boolean).filter(Boolean).forEach(function (key) { argument 83 ;[].concat(opts.string).filter(Boolean).forEach(function (key) { argument 88 ;[].concat(opts.number).filter(Boolean).forEach(function (key) { argument 93 ;[].concat(opts.count).filter(Boolean).forEach(function (key) { argument 98 ;[].concat(opts.normalize).filter(Boolean).forEach(function (key) { argument 114 ;[].concat(opts.config).filter(Boolean).forEach(function (key) { argument 128 Object.keys(defaults).forEach(function (key) { argument 322 Object.keys(flags.counts).forEach(function (key) { argument 328 notFlags.forEach(function (key) { argument [all …]
|
/third_party/node/deps/npm/node_modules/pseudomap/test/ |
D | basic.js | 69 { value: 'number 1', key: 1 }, property 70 { value: 'string 1', key: '1' }, property 71 { value: { some: 'data' }, key: {} }, property 72 { value: { some: 'other data' }, key: {} }, property 73 { value: 'x again', key: /x/ }, property 74 { value: 'y regex', key: /x/ }, property 75 { value: 'stringie nan', key: 'NaN' } property 79 m.forEach(function (value, key) { argument 80 actual.push({ value: value, key: key }) property
|
/third_party/node/deps/npm/node_modules/sorted-union-stream/ |
D | test.js | 74 a.push({key: '04'}) property 75 a.push({key: '06'}) property 76 a.push({key: '10'}) property 77 a.push({key: '14'}) property 78 a.push({key: '15'}) property 79 a.push({key: '20'}) property 80 a.push({key: '22'}) property 83 b.push({key: '06'}) property 84 b.push({key: '11'}) property 85 b.push({key: '20'}) property [all …]
|
/third_party/openssl/crypto/ec/ |
D | ec_key.c | 404 static int ec_key_public_range_check(BN_CTX *ctx, const EC_KEY *key) in ec_key_public_range_check() 598 int EC_KEY_set_public_key_affine_coordinates(EC_KEY *key, BIGNUM *x, in EC_KEY_set_public_key_affine_coordinates() 656 OSSL_LIB_CTX *ossl_ec_key_get_libctx(const EC_KEY *key) in ossl_ec_key_get_libctx() 661 const char *ossl_ec_key_get0_propq(const EC_KEY *key) in ossl_ec_key_get0_propq() 666 void ossl_ec_key_set0_libctx(EC_KEY *key, OSSL_LIB_CTX *libctx) in ossl_ec_key_set0_libctx() 672 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key) in EC_KEY_get0_group() 677 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group) in EC_KEY_set_group() 690 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key) in EC_KEY_get0_private_key() 695 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *priv_key) in EC_KEY_set_private_key() 790 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key) in EC_KEY_get0_public_key() [all …]
|
/third_party/skia/src/gpu/ |
D | GrThreadSafeCache.cpp | 111 const GrUniqueKey& key) { in internalFind() 122 bool GrThreadSafeCache::has(const GrUniqueKey& key) { in has() 130 GrSurfaceProxyView GrThreadSafeCache::find(const GrUniqueKey& key) { in find() 139 const GrUniqueKey& key) { in findWithData() 145 GrThreadSafeCache::Entry* GrThreadSafeCache::getEntry(const GrUniqueKey& key, in getEntry() 169 GrThreadSafeCache::Entry* GrThreadSafeCache::getEntry(const GrUniqueKey& key, in getEntry() 196 const GrUniqueKey& key, in internalAdd() 208 GrSurfaceProxyView GrThreadSafeCache::add(const GrUniqueKey& key, const GrSurfaceProxyView& view) { in add() 217 const GrUniqueKey& key, in addWithData() 224 GrSurfaceProxyView GrThreadSafeCache::findOrAdd(const GrUniqueKey& key, in findOrAdd() [all …]
|
/third_party/openssl/crypto/evp/ |
D | evp_pkey.c | 164 int EVP_PKEY_get_attr_count(const EVP_PKEY *key) in EVP_PKEY_get_attr_count() 169 int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos) in EVP_PKEY_get_attr_by_NID() 174 int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *key, const ASN1_OBJECT *obj, in EVP_PKEY_get_attr_by_OBJ() 180 X509_ATTRIBUTE *EVP_PKEY_get_attr(const EVP_PKEY *key, int loc) in EVP_PKEY_get_attr() 185 X509_ATTRIBUTE *EVP_PKEY_delete_attr(EVP_PKEY *key, int loc) in EVP_PKEY_delete_attr() 190 int EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr) in EVP_PKEY_add1_attr() 197 int EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, in EVP_PKEY_add1_attr_by_OBJ() 206 int EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key, in EVP_PKEY_add1_attr_by_NID() 215 int EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, in EVP_PKEY_add1_attr_by_txt() 224 const char *EVP_PKEY_get0_type_name(const EVP_PKEY *key) in EVP_PKEY_get0_type_name() [all …]
|
/third_party/openssl/crypto/rsa/ |
D | rsa_chk.c | 22 static int rsa_validate_keypair_multiprime(const RSA *key, BN_GENCB *cb) in rsa_validate_keypair_multiprime() 233 int ossl_rsa_validate_public(const RSA *key) in ossl_rsa_validate_public() 238 int ossl_rsa_validate_private(const RSA *key) in ossl_rsa_validate_private() 243 int ossl_rsa_validate_pairwise(const RSA *key) in ossl_rsa_validate_pairwise() 252 int RSA_check_key(const RSA *key) in RSA_check_key() 257 int RSA_check_key_ex(const RSA *key, BN_GENCB *cb) in RSA_check_key_ex()
|