HomeSort by relevance Sort by last modified time
    Searched refs:key (Results 226 - 250 of 5384) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/base/
global_descriptors_posix.h 34 // It maps from an abstract key to a descriptor. If independent modules each
39 typedef uint32_t Key;
40 typedef std::vector<std::pair<Key, int> > Mapping;
42 // Often we want a canonical descriptor for a given Key. In this case, we add
43 // the following constant to the key value:
49 // Get a descriptor given a key. It is a fatal error if the key is not known.
50 int Get(Key key) const;
52 // Get a descriptor give a key. Returns -1 on error
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_rlz_apitest.cc 53 base::win::RegKey key(HKEY_CURRENT_USER,
56 ASSERT_FALSE(key.Valid());
58 key.Open(HKEY_CURRENT_USER, L"Software\\Google\\Common\\Rlz\\Events\\D",
60 ASSERT_FALSE(key.Valid());
78 key.Open(HKEY_CURRENT_USER, L"Software\\Google\\Common\\Rlz\\Events\\N",
80 ASSERT_TRUE(key.Valid());
83 ASSERT_EQ(ERROR_SUCCESS, key.ReadValueDW(L"D3I", &value));
85 ASSERT_EQ(ERROR_SUCCESS, key.ReadValueDW(L"D3S", &value));
87 ASSERT_EQ(ERROR_SUCCESS, key.ReadValueDW(L"D3F", &value));
90 ASSERT_EQ(ERROR_SUCCESS, key.ReadValueDW(L"D4I", &value))
    [all...]
extension_pref_store.cc 27 void ExtensionPrefStore::OnPrefValueChanged(const std::string& key) {
30 extension_pref_value_map_->GetEffectivePrefValue(key,
34 SetValue(key, winner->DeepCopy());
36 RemoveValue(key);
  /external/chromium/chrome/browser/
preferences_mock_mac.h 20 virtual CFPropertyListRef CopyAppValue(CFStringRef key,
23 virtual Boolean AppValueIsForced(CFStringRef key, CFStringRef applicationID);
26 void AddTestItem(CFStringRef key, CFPropertyListRef value, bool is_forced);
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_init.c 26 @param key The secret key
27 @param keylen The length of the secret key (octets)
30 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen)
38 LTC_ARGCHK(key != NULL);
47 /* valid key length? */
58 /* allocate memory for key */
59 hmac->key = XMALLOC(HMAC_BLOCKSIZE);
60 if (hmac->key == NULL) {
65 /* (1) make sure we have a large enough key */
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
SingletonImmutableMap.java 39 SingletonImmutableMap(K key, V value) {
40 super(Collections.singletonMap(checkNotNull(key), checkNotNull(value)));
41 this.singleKey = key;
  /external/openssl/crypto/rc4/
rc4.h 81 void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);
82 void private_RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);
83 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
  /external/openssl/include/openssl/
rc4.h 81 void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);
82 void private_RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);
83 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSparseBooleanArray.java 20 public boolean get(int key) {
21 return get(key, false);
25 public boolean get(int key, boolean valueIfKeyNotFound) {
26 return sparseArray.get(key, valueIfKeyNotFound);
30 public void delete(int key) {
31 sparseArray.delete(key);
35 public void put(int key, boolean value) {
36 sparseArray.put(key, value);
55 public int indexOfKey(int key) {
56 return sparseArray.indexOfKey(key);
    [all...]
  /external/srec/shared/src/
HashMap.c 25 ESR_ReturnCode HashMapPut(HashMap* self, const LCHAR* key, void* value)
29 return self->put(self, key, value);
32 ESR_ReturnCode HashMapRemove(HashMap* self, const LCHAR* key)
36 return self->remove(self, key);
39 ESR_ReturnCode HashMapRemoveAndFree(HashMap* self, const LCHAR* key)
43 return self->removeAndFree(self, key);
67 ESR_ReturnCode HashMapContainsKey(HashMap* self, const LCHAR* key, ESR_BOOL* exists)
71 return self->containsKey(self, key, exists);
81 ESR_ReturnCode HashMapGet(HashMap* self, const LCHAR* key, void** value)
85 return self->get(self, key, value)
    [all...]
  /external/srtp/crypto/include/
key.h 2 * key.h
4 * key usage limits enforcement
60 key_limit_set(key_limit_t key, const xtd_seq_num_t s);
66 key_limit_check(const key_limit_t key);
69 key_limit_update(key_limit_t key);
  /external/webkit/Source/WebKit2/Shared/API/c/
WKMutableDictionary.h 43 WK_EXPORT bool WKDictionaryAddItem(WKMutableDictionaryRef dictionary, WKStringRef key, WKTypeRef item);
44 WK_EXPORT bool WKDictionarySetItem(WKMutableDictionaryRef dictionary, WKStringRef key, WKTypeRef item);
45 WK_EXPORT void WKDictionaryRemoveItem(WKMutableDictionaryRef dictionary, WKStringRef key);
  /external/webkit/Source/WebKit2/Shared/mac/
CommandLineMac.cpp 43 String key = String::fromUTF8(argv[i] + 1);
44 if (key.isEmpty())
51 if (!m_args.add(key, value).second)
  /external/webkit/Source/WebKit2/Shared/win/
CommandLineWin.cpp 50 LPWSTR key = commandLineArgs[i]; local
52 if (key[0] != '-') {
57 m_args.set(&key[1], commandLineArgs[i + 1]);
  /external/wpa_supplicant_8/src/tls/
pkcs1.h 12 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key,
15 int pkcs1_v15_private_key_decrypt(struct crypto_rsa_key *key,
18 int pkcs1_decrypt_public_key(struct crypto_rsa_key *key,
rsa.h 18 size_t crypto_rsa_get_modulus_len(struct crypto_rsa_key *key);
20 struct crypto_rsa_key *key, int use_private);
21 void crypto_rsa_free(struct crypto_rsa_key *key);
  /frameworks/base/core/java/com/android/internal/widget/
ILockSettings.aidl 21 void setBoolean(in String key, in boolean value, in int userId);
22 void setLong(in String key, in long value, in int userId);
23 void setString(in String key, in String value, in int userId);
24 boolean getBoolean(in String key, in boolean defaultValue, in int userId);
25 long getLong(in String key, in long defaultValue, in int userId);
26 String getString(in String key, in String defaultValue, in int userId);
  /bootable/recovery/
default_device.cpp 36 virtual KeyAction CheckKey(int key) {
37 if (key == KEY_HOME) {
52 int HandleMenuKey(int key, int visible) {
54 switch (key) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DictionaryExtensions.cs 45 public static bool containsKey(IDictionary map, object key) {
46 return map.Contains(key);
50 public static object get(IDictionary map, object key) {
51 return map[key];
55 public static TValue get<TKey, TValue>(IDictionary<TKey, TValue> map, TKey key) {
57 if (map.TryGetValue(key, out value))
67 public static TValue get<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key) {
69 if (map.TryGetValue(key, out value))
78 public static TValue get<TKey, TValue>(SortedList<TKey, TValue> map, TKey key) {
80 if (map.TryGetValue(key, out value)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DictionaryExtensions.cs 44 public static bool containsKey( this IDictionary map, object key )
46 return map.Contains( key );
50 public static object get( this IDictionary map, object key )
52 return map[key];
55 public static TValue get<TKey, TValue>( this IDictionary<TKey, TValue> map, TKey key )
58 if ( map.TryGetValue( key, out value ) )
68 public static TValue get<TKey, TValue>( this Dictionary<TKey, TValue> map, TKey key )
71 if ( map.TryGetValue( key, out value ) )
80 public static TValue get<TKey, TValue>( this SortedList<TKey, TValue> map, TKey key )
83 if ( map.TryGetValue( key, out value )
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/support/
I.java 21 String find(String key);
  /external/chromium/app/sql/
meta_table.cc 14 // Key used in our meta table for version numbers.
35 "(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,"
52 bool MetaTable::SetValue(const char* key, const std::string& value) {
54 if (!PrepareSetStatement(&s, key))
60 bool MetaTable::GetValue(const char* key, std::string* value) {
62 if (!PrepareGetStatement(&s, key))
69 bool MetaTable::SetValue(const char* key, int value) {
71 if (!PrepareSetStatement(&s, key))
78 bool MetaTable::GetValue(const char* key, int* value)
    [all...]
  /external/chromium/crypto/
hmac.h 33 // Initializes this instance using |key| of the length |key_length|. Call Init
35 bool Init(const unsigned char* key, int key_length);
37 // Initializes this instance using |key|. Call Init only once. It returns
39 bool Init(const std::string& key) {
40 return Init(reinterpret_cast<const unsigned char*>(key.data()),
41 static_cast<int>(key.size()));
45 // to the constructor and the key supplied to the Init method. The HMAC is
  /external/chromium/net/url_request/
url_request_throttler_header_interface.h 17 // Method that enables us to fetch the header value by its key.
18 // ex: location: www.example.com -> key = "location" value = "www.example.com"
19 // If the key does not exist, it returns an empty string.
20 virtual std::string GetNormalizedValue(const std::string& key) const = 0;
  /external/dropbear/libtomcrypt/src/modes/cbc/
cbc_start.c 24 @param key The secret key
25 @param keylen The length of the secret key (octets)
30 int cbc_start(int cipher, const unsigned char *IV, const unsigned char *key,
36 LTC_ARGCHK(key != NULL);
45 if ((err = cipher_descriptor[cipher].setup(key, keylen, num_rounds, &cbc->key)) != CRYPT_OK) {

Completed in 847 milliseconds

1 2 3 4 5 6 7 8 91011>>