Searched defs:key (Results 101 - 125 of 3799) sorted by relevance

1234567891011>>

/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dregistry.cc10 // Tries to open the key hive\path and outputs the result.
16 HKEY key; local
21 &key);
24 "[GRANTED] Opening key \"%S\\%S\". Handle 0x%p\r\n",
27 key);
28 ::RegCloseKey(key);
31 "[BLOCKED] Opening key \"%S\\%S\". Error %ld\r\n",
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDictionaryHelperForBindings.h38 bool DictionaryHelper::get(const Dictionary& dictionary, const String& key, PointerType<T>& value) argument
41 if (!dictionary.get(key, v8Value))
49 bool DictionaryHelper::convert(const Dictionary& dictionary, Dictionary::ConversionContext& context, const String& key, PointerType<T>& value) argument
53 if (!DictionaryHelper::get(dictionary, key, value))
60 dictionary.get(key, v8Value);
64 context.throwTypeError(ExceptionMessages::incorrectPropertyType(key, "does not have a " + context.typeName() + " type."));
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8SQLTransactionCustom.cpp77 v8::Handle<v8::Integer> key = v8::Integer::New(info.GetIsolate(), i); local
78 TONATIVE_VOID(v8::Local<v8::Value>, value, sqlArgsObject->Get(key));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFaceSource.cpp58 FontCacheKey key = fontDescription.cacheKey(FontFaceCreationParams()); local
60 RefPtr<SimpleFontData>& fontData = m_fontDataTable.add(key.hash(), nullptr).storedValue->value;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/
H A DDevToolsCodingConvention.java19 public boolean isValidEnumKey(String key) { argument
20 return !key.isEmpty() && Character.isUpperCase(key.charAt(0));
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCryptoKey.h49 static CryptoKey* create(const WebCryptoKey& key) argument
51 return new CryptoKey(key);
60 const WebCryptoKey& key() const { return m_key; } function in class:blink::CryptoKey
62 // If the key cannot be used with the indicated algorithm, returns false
/external/chromium_org/third_party/bintrees/bintrees/
H A Dctrees.h18 PyObject *key; member in struct:tree_node
28 PyObject *ct_get_item(node_t *root, PyObject *key);
29 node_t *ct_find_node(node_t *root, PyObject *key);
30 node_t *ct_succ_node(node_t *root, PyObject *key);
31 node_t *ct_prev_node(node_t *root, PyObject *key);
34 node_t *ct_floor_node(node_t *root, PyObject *key);
35 node_t *ct_ceiling_node(node_t *root, PyObject *key);
36 int ct_index_of(node_t *root, PyObject *key);
40 int ct_bintree_insert(node_t **root, PyObject *key, PyObject *value);
41 int ct_bintree_remove(node_t **root, PyObject *key);
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/modes/
H A Dofb.c57 const void *key, uint8_t ivec[16], int *num,
62 assert(in && out && key && ivec && num);
77 (*block)(ivec, ivec, key);
89 (*block)(ivec, ivec, key);
99 (*block)(ivec, ivec, key);
56 CRYPTO_ofb128_encrypt(const uint8_t *in, uint8_t *out, size_t len, const void *key, uint8_t ivec[16], int *num, block128_f block) argument
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dhmac.h75 /* HMAC calculates the HMAC of |data_len| bytes of |data|, using the given key
79 OPENSSL_EXPORT uint8_t *HMAC(const EVP_MD *evp_md, const void *key,
97 * function and |key| as the key. Any of |md| or |key| can be NULL, in which
100 OPENSSL_EXPORT int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, size_t key_len,
137 OPENSSL_EXPORT int HMAC_Init(HMAC_CTX *ctx, const void *key, int key_len,
151 unsigned char key[HMAC_MAX_MD_CBLOCK]; member in struct:hmac_ctx_st
/external/chromium_org/third_party/icu/source/tools/gentest/
H A Dgenres32.c17 * number of key characters and number of items both exceed 64k.
27 incKey(char *key, char *limit) { argument
30 while(limit>key) {
44 * key string, gets incremented binary numbers
50 char key[20]="ooooooooooooooooo"; local
70 /* find the limit of the key string */
71 for(limit=key; *limit!=0; ++limit) {
86 fprintf(out, "%s{\"\\U%08x\"}\n", key, i);
89 fprintf(out, "%s:int{%d}\n", key, i);
92 incKey(key, limi
[all...]
/external/chromium_org/third_party/libaddressinput/chromium/
H A Dchrome_storage_impl.h30 virtual void Put(const std::string& key, std::string* data) OVERRIDE;
31 virtual void Get(const std::string& key, const Callback& data_ready)
35 virtual void OnPrefValueChanged(const std::string& key) OVERRIDE;
40 Request(const std::string& key, const Callback& callback);
42 std::string key; member in struct:autofill::ChromeStorageImpl::Request
47 void DoGet(const std::string& key, const Callback& data_ready);
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dnull_storage.cc30 void NullStorage::Put(const std::string& key, std::string* data) { argument
35 void NullStorage::Get(const std::string& key, argument
37 data_ready(false, key, NULL);
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Dmock_source.cc28 void MockSource::Get(const std::string& key, const Callback& data_ready) const { argument
29 std::map<std::string, std::string>::const_iterator it = data_.find(key);
31 data_ready(success, key, success ? new std::string(it->second) : NULL);
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DClientCacheManager.java23 /** Get the data that is cached for the given key. */
24 public String get(String key); argument
25 /** Put the data for the given key into the cache. */
26 public void put(String key, String data); argument
H A DDataSource.java23 AddressVerificationNodeData getDefaultData(String key); argument
24 AddressVerificationNodeData get(String key); argument
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dprng.h60 aes_expanded_key_t key; /* secret key */ member in struct:__anon12825
/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
H A Dkey.c2 * key.c
4 * key usage limits enforcement
45 #include "key.h"
50 key_limit_set(key_limit_t key, const xtd_seq_num_t s) { argument
58 key->num_left = s;
59 key->state = key_state_normal;
72 key_limit_check(const key_limit_t key) { argument
73 if (key->state == key_state_expired)
79 key_limit_update(key_limit_t key) { argument
81 if (low32(key
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_misc.c33 VGHardwareQueryResult vegaHardwareQuery(VGHardwareQueryType key, argument
38 if (key < VG_IMAGE_FORMAT_QUERY ||
39 key > VG_PATH_DATATYPE_QUERY) {
44 if (key == VG_IMAGE_FORMAT_QUERY) {
50 } else if (key == VG_PATH_DATATYPE_QUERY) {
/external/chromium_org/third_party/skia/include/core/
H A DSkAnnotation.h29 static SkAnnotation* Create(const char key[], SkData* value) { argument
30 return SkNEW_ARGS(SkAnnotation, (key, value));
38 * Return the data for the specified key, or NULL.
40 SkData* find(const char key[]) const;
45 SkAnnotation(const char key[], SkData* value);
60 * Returns the canonical key whose payload is a URL
65 * Returns the canonical key whose payload is the name of a destination to
71 * Returns the canonical key whose payload is the name of a destination to
/external/chromium_org/third_party/smhasher/src/
H A DHashes.h12 void sumhash ( const void * key, int len, uint32_t seed, void * out );
13 void sumhash32 ( const void * key, int len, uint32_t seed, void * out );
15 void DoNothingHash ( const void * key, int len, uint32_t seed, void * out );
16 void crc32 ( const void * key, int len, uint32_t seed, void * out );
18 void randhash_32 ( const void * key, int len, uint32_t seed, void * out );
19 void randhash_64 ( const void * key, int len, uint32_t seed, void * out );
20 void randhash_128 ( const void * key, int len, uint32_t seed, void * out );
25 void md5_32 ( const void * key, int len, uint32_t seed, void * out );
26 void sha1_32a ( const void * key, int len, uint32_t seed, void * out );
31 void FNV ( const void * key, in
55 MurmurHash1_test( const void * key, int len, uint32_t seed, void * out ) argument
60 MurmurHash2_test( const void * key, int len, uint32_t seed, void * out ) argument
65 MurmurHash2A_test( const void * key, int len, uint32_t seed, void * out ) argument
70 MurmurHash64A_test( const void * key, int len, uint32_t seed, void * out ) argument
75 MurmurHash64B_test( const void * key, int len, uint32_t seed, void * out ) argument
[all...]
H A DSpookyTest.cpp3 void SpookyHash32_test(const void *key, int len, uint32_t seed, void *out) { argument
4 *(uint32_t*)out = SpookyHash::Hash32(key, len, seed);
7 void SpookyHash64_test(const void *key, int len, uint32_t seed, void *out) { argument
8 *(uint64_t*)out = SpookyHash::Hash64(key, len, seed);
11 void SpookyHash128_test(const void *key, int len, uint32_t seed, void *out) { argument
13 SpookyHash::Hash128(key, len, &h1, &h2);
H A DSuperFastHash.cpp73 void SuperFastHash ( const void * key, int len, uint32_t /*seed*/, void * out ) argument
75 *(uint32_t*)out = SuperFastHash((const signed char*)key,len);
/external/chromium_org/tools/android/forwarder2/
H A Dutil.h18 bool DeleteRefCountedValueInMap(const K& key, Map* map) { argument
19 const typename Map::iterator it = map->find(key);
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepout-to-builtin.js62 var obj = {key:10};
64 function replacer(key, value) {
65 if (key == 'key') {
/external/compiler-rt/test/lsan/TestCases/
H A Dcleanup_in_tsd_destructor.cc18 pthread_key_t key; variable
29 int res = pthread_setspecific(key, (void*)1);
35 int res = pthread_key_create(&key, &key_destructor);

Completed in 4126 milliseconds

1234567891011>>