Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 4030) sorted by relevance

12345678910>>...162

/third_party/typescript/tests/baselines/reference/tsserver/cachingFileSystemInformation/
Dworks-using-legacy-resolution-logic.js72 Info 33 [00:00:50.000] fileExists:: [{"key":"/c/d/f2.ts","count":1},{"key":"/c/d/f2.tsx","count":… property
73 Info 34 [00:00:51.000] directoryExists:: [{"key":"/c/d","count":2},{"key":"/c","count":2},{"key":… property
96 Info 47 [00:01:04.000] fileExists:: [{"key":"/c/d/f1.ts","count":1},{"key":"/c/d/f1.tsx","count":… property
97 Info 48 [00:01:05.000] directoryExists:: [{"key":"/c/d","count":1},{"key":"/c","count":1},{"key":… property
117 Info 67 [00:01:24.000] fileExists:: [{"key":"/c/d/f1.ts","count":1},{"key":"/c/d/f1.tsx","count":… property
118 Info 68 [00:01:25.000] directoryExists:: [{"key":"/c/d","count":2},{"key":"/c","count":1},{"key":… property
Dloads-missing-files-from-disk.js42 Info 16 [00:00:29.000] fileExists:: [{"key":"/c/tsconfig.json","count":1},{"key":"/c/jsconfig.jso… property
43 Info 17 [00:00:30.000] directoryExists:: [{"key":"/c","count":3},{"key":"/","count":2},{"key":"/c… property
45 Info 19 [00:00:32.000] readFile:: [{"key":"/c/foo.ts","count":1}] property
102 Info 36 [00:00:51.000] fileExists:: [{"key":"/c/bar.ts","count":1},{"key":"/c/bar.tsx","count":1}… property
103 Info 37 [00:00:52.000] directoryExists:: [{"key":"/c","count":1},{"key":"/c/node_modules/@types",… property
105 Info 39 [00:00:54.000] readFile:: [{"key":"/c/bar.d.ts","count":1}] property
/third_party/typescript/tests/baselines/reference/
DnoImplicitAnyStringIndexerOnObject.js107 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 …]
DparserRealSource4.js333 StringHashTable.prototype.add = function (key, data) { argument
341 StringHashTable.prototype.addOrUpdate = function (key, data) { argument
381 StringHashTable.prototype.lookup = function (key) { argument
405 DualStringHashTable.prototype.add = function (key, data) { argument
413 DualStringHashTable.prototype.addOrUpdate = function (key, data) { argument
434 DualStringHashTable.prototype.lookup = function (key) { argument
446 function numberHashFn(key) { argument
461 function HashEntry(key, data) { argument
479 HashTable.prototype.add = function (key, data) { argument
494 HashTable.prototype.remove = function (key) { argument
[all …]
/third_party/node/deps/openssl/openssl/include/openssl/
Dparams.h27 # 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/openssl/include/openssl/
Dparams.h27 # 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/node/test/parallel/
Dtest-crypto-rsa-dsa.js69 key: Buffer.from(ab).toString('hex'), property
83 key: rsaKeyPemEncrypted, property
88 key: rsaKeyPemEncrypted, property
97 key: rsaKeyPemEncrypted, property
104 key: rsaKeyPemEncrypted, property
109 key: rsaKeyPemEncrypted, property
115 key: rsaKeyPemEncrypted, property
120 key: rsaKeyPemEncrypted, property
128 key: rsaKeyPemEncrypted, property
134 key: rsaKeyPemEncrypted, property
[all …]
Dtest-crypto-hmac.js41 function testHmac(algo, key, data, expected) { argument
73 key: 'key', data: 'The quick brown fox jumps over the lazy dog', property
83 key: 'key', data: '', property
93 key: '', data: 'The quick brown fox jumps over the lazy dog', property
103 key: '', data: '', property
114 for (const { key, data, hmac } of wikipedia) { property
122 key: Buffer.from('0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b', 'hex'), property
139 key: Buffer.from('4a656665', 'hex'), // 'Jefe' property
157 key: Buffer.from('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 'hex'), property
176 key: Buffer.from('0102030405060708090a0b0c0d0e0f10111213141516171819', property
[all …]
Dtest-crypto-sign-verify.js63 key: keyPem, property
75 key: certPem, property
86 key: certPem, property
195 key: keyPem, property
202 key: keyPem, property
212 key: keyPem, property
217 key: keyPem, property
230 key: certPem, property
235 key: certPem, property
248 key: certPem, property
[all …]
Dtest-crypto-key-objects-messageport.js16 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
Dtest-tls-passphrase.js45 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 …]
Dtest-tls-client-verify.js33 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 …]
/third_party/python/Lib/test/
Dmake_ssl_certs.py119 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/lib/internal/crypto/
Dwebidl.js400 key: 'name', property
414 key: 'modulusLength', property
420 key: 'publicExponent', property
433 key: 'hash', property
443 key: 'hash', property
455 key: 'namedCurve', property
465 key: 'namedCurve', property
475 key: 'length', property
486 key: 'hash', property
491 key: 'length', property
[all …]
/third_party/cef/libcef/browser/prefs/
Dpref_store.cc22 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/
Ddictionary_value_cpptoc.cc191 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/
Ddictionary_value_ctocpp.cc185 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/node-gyp/node_modules/readable-stream/lib/internal/streams/
Dbuffer_list.js4 …? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(… argument
5 function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.def… argument
27 key: "push", property
38 key: "unshift", property
49 key: "shift", property
58 key: "clear", property
64 key: "join", property
73 key: "concat", property
89 key: "consume", property
106 key: "first", property
[all …]
/third_party/node/deps/openssl/openssl/crypto/ec/
Dec_key.c404 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/openssl/crypto/ec/
Dec_key.c404 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/
DGrThreadSafeCache.cpp111 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/
Devp_pkey.c164 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/node/deps/openssl/openssl/crypto/evp/
Devp_pkey.c164 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/
Drsa_chk.c22 static int rsa_validate_keypair_multiprime(const RSA *key, BN_GENCB *cb) in rsa_validate_keypair_multiprime()
237 int ossl_rsa_validate_public(const RSA *key) in ossl_rsa_validate_public()
242 int ossl_rsa_validate_private(const RSA *key) in ossl_rsa_validate_private()
247 int ossl_rsa_validate_pairwise(const RSA *key) in ossl_rsa_validate_pairwise()
256 int RSA_check_key(const RSA *key) in RSA_check_key()
261 int RSA_check_key_ex(const RSA *key, BN_GENCB *cb) in RSA_check_key_ex()
/third_party/node/deps/openssl/openssl/crypto/rsa/
Drsa_chk.c22 static int rsa_validate_keypair_multiprime(const RSA *key, BN_GENCB *cb) in rsa_validate_keypair_multiprime()
237 int ossl_rsa_validate_public(const RSA *key) in ossl_rsa_validate_public()
242 int ossl_rsa_validate_private(const RSA *key) in ossl_rsa_validate_private()
247 int ossl_rsa_validate_pairwise(const RSA *key) in ossl_rsa_validate_pairwise()
256 int RSA_check_key(const RSA *key) in RSA_check_key()
261 int RSA_check_key_ex(const RSA *key, BN_GENCB *cb) in RSA_check_key_ex()

12345678910>>...162