Searched defs:keys (Results 1 - 25 of 322) sorted by relevance

1234567891011>>

/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js157 var keys = {
173 case keys.DOWN:
176 case keys.UP:
179 case keys.HOME:
182 case keys.END:
185 case keys.ENTER:
/external/openssh/
H A Dsshconnect.h29 Key **keys; member in struct:Sensitive
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreadSpecificWin.cpp39 static DWORD keys[kMaxTlsKeySize]; local
40 return keys;
/external/webkit/Source/WebCore/platform/android/
H A DSSLKeyGeneratorAndroid.cpp33 void getSupportedKeySizes(Vector<String>& keys) argument
35 keys = PlatformBridge::getSupportedKeyStrengthList();
/external/webkit/Source/WebKit2/Shared/API/c/
H A DWKDictionary.cpp52 RefPtr<ImmutableArray> keys = toImpl(dictionaryRef)->keys(); local
53 return toAPI(keys.release().releaseRef());
/external/skia/src/core/
H A DSkScalar.cpp13 SkScalar SkScalarInterpFunc(SkScalar searchKey, const SkScalar keys[], argument
16 SkASSERT(keys != NULL);
20 SkASSERT(keys[i] >= keys[i-1]);
23 while (right < length && searchKey > keys[right])
32 SkScalar rightKey = keys[right];
33 SkScalar leftKey = keys[right-1];
/external/v8/test/cctest/
H A Dtest-platform-tls.cc15 static Thread::LocalStorageKey keys[kValueCount]; variable
23 CHECK(!Thread::HasThreadLocal(keys[i]));
26 Thread::SetThreadLocal(keys[i], GetValue(i));
29 CHECK(Thread::HasThreadLocal(keys[i]));
32 CHECK_EQ(GetValue(i), Thread::GetThreadLocal(keys[i]));
33 CHECK_EQ(GetValue(i), Thread::GetExistingThreadLocal(keys[i]));
36 Thread::SetThreadLocal(keys[i], GetValue(kValueCount - i - 1));
39 CHECK(Thread::HasThreadLocal(keys[i]));
43 Thread::GetThreadLocal(keys[i]));
45 Thread::GetExistingThreadLocal(keys[
[all...]
/external/v8/test/mjsunit/
H A Dstring-index.js189 var keys = [0, '1', 2, 3.0, -1, 10]; variable
193 var key = keys[index];
200 var keys = [0, Math.floor(2) * 0.5]; variable
204 var key = keys[index];
211 var keys = [0, -0.0]; variable
215 var key = keys[index];
222 var keys = [0, 0.5]; variable
226 var key = keys[index];
233 var keys = [0, -1]; variable
237 var key = keys[inde
243 var keys = [0, 10]; variable
[all...]
/external/webkit/Source/WebCore/storage/
H A DIDBKeyPathBackendImpl.cpp35 void IDBKeyPathBackendImpl::createIDBKeysFromSerializedValuesAndKeyPath(const Vector<RefPtr<SerializedScriptValue>&, 0> values, const String& keyPath, Vector<RefPtr<IDBKey>, 0>& keys) argument
/external/webkit/Source/WebCore/storage/chromium/
H A DIDBKeyPathBackendImpl.cpp37 void IDBKeyPathBackendImpl::createIDBKeysFromSerializedValuesAndKeyPath(const Vector<RefPtr<SerializedScriptValue>, 0>& values, const String& keyPath, Vector<RefPtr<IDBKey>, 0>& keys) argument
39 PlatformBridge::createIDBKeysFromSerializedValuesAndKeyPath(values, keyPath, keys);
/external/webkit/Source/WebKit2/Shared/
H A DImmutableDictionary.cpp47 PassRefPtr<ImmutableArray> ImmutableDictionary::keys() const function in class:WebKit::ImmutableDictionary
55 MapType::const_iterator::Keys it = m_map.begin().keys();
56 MapType::const_iterator::Keys end = m_map.end().keys();
H A DWebMemorySampler.h68 Vector<String> keys; member in struct:WebKit::WebMemoryStatistics
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DSparseSwitchPayloadDecodedInstruction.java26 private final int[] keys; field in class:SparseSwitchPayloadDecodedInstruction
38 int opcode, int[] keys, int[] targets) {
41 if (keys.length != targets.length) {
42 throw new IllegalArgumentException("keys/targets length mismatch");
45 this.keys = keys;
55 return keys;
37 SparseSwitchPayloadDecodedInstruction(InstructionCodec format, int opcode, int[] keys, int[] targets) argument
/external/guava/guava/src/com/google/common/cache/
H A DAbstractLoadingCache.java59 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { argument
61 for (K key : keys) {
H A DForwardingLoadingCache.java57 public ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException { argument
58 return delegate().getAll(keys);
H A DLoadingCache.java30 * A semi-persistent mapping from keys to values. Values are automatically loaded by the cache,
54 * multiple threads can concurrently load values for distinct keys.
80 * multiple threads can concurrently load values for distinct keys.
99 * Returns a map of the values associated with {@code keys}, creating or retrieving those values
101 * loaded entries; it will never contain null keys or values.
104 * {@link CacheLoader#loadAll} for all keys which are not already present in the cache. All
107 * {@link CacheLoader#loadAll} returns {@code null}, returns a map containing null keys or values,
110 * <p>Note that duplicate elements in {@code keys}, as determined by {@link Object#equals}, will
119 ImmutableMap<K, V> getAll(Iterable<? extends K> keys) throws ExecutionException; argument
/external/icu4c/samples/legacy/
H A Dlegacy.cpp25 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxLen, uint8_t keys[][32]);
26 extern "C" void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]);
49 void printKeys(const char *comment, uint8_t keys[][32], int32_t keySize) { argument
54 currentKey = keys[i];
88 static uint8_t keys[4][32]; local
96 test_current(uTest, 4, 5, keys);
98 printKeys("Current keys", keys, 4);
104 test_legacy(uTest, 4, 5, keys);
106 printKeys("Legacy keys", key
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DDOMStorageItemsView.js94 var keys = []; variable
106 keys.push(key);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DStringToIntTable.java25 * number strings being keys, and the odd number strings being values.
181 * Return array of keys in the table.
185 public final String[] keys() method in class:StringToIntTable
/external/clang/utils/
H A DSummarizeErrors22 def keys(self): member in class:multidict
23 return self.data.keys()
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheLoader.java53 * Computes or retrieves the values corresponding to {@code keys}. This method is called by
56 * <p>If the returned map doesn't contain all requested {@code keys} then the entries it does
58 * contains extra keys not present in {@code keys} then all returned entries will be cached,
59 * but only the entries for {@code keys} will be returned from {@code getAll}.
65 * @param keys the unique, non-null keys whose values should be loaded
66 * @return a map from each key in {@code keys} to the value associated with that key;
70 public Map<K, V> loadAll(Iterable<? extends K> keys) throws Exception { argument
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DTestMapEntrySetGenerator.java24 * Creates map entries using sample keys and sample values.
32 private final SampleElements<K> keys; field in class:TestMapEntrySetGenerator
36 SampleElements<K> keys, SampleElements<V> values) {
37 this.keys = keys;
43 return SampleElements.mapEntries(keys, values);
35 TestMapEntrySetGenerator( SampleElements<K> keys, SampleElements<V> values) argument
/external/iproute2/include/linux/tc_act/
H A Dtc_pedit.h30 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
/external/openssl/crypto/rc4/
H A Drc4test.c75 static unsigned char keys[7][30]={ variable
131 RC4_set_key(&key,keys[i][0],&(keys[i][1]));
154 RC4_set_key(&key,keys[3][0],&(keys[3][1]));
181 RC4_set_key(&key,keys[3][0],&(keys[3][1]));
213 RC4_set_key(&key,keys[0][0],&(keys[3][1]));
/external/skia/third_party/glu/libtess/
H A Dpriorityq-sort.h106 PQkey *keys; member in struct:PriorityQ

Completed in 935 milliseconds

1234567891011>>