| /external/clang/test/CodeGenObjC/Inputs/ |
| literal-support.h | 32 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
|
| /external/clang/test/CodeGenObjC/ |
| objc-dictionary-literal.m | 14 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt;
|
| /external/clang/test/CodeGenObjCXX/Inputs/ |
| literal-support.h | 32 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
|
| /external/clang/test/SemaObjC/ |
| cocoa-api-usage.m | 50 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 53 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 55 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 58 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| cocoa-api-usage.m.fixed | 50 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 53 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 55 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 58 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| objc-dictionary-literal.m | 14 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt;
|
| /external/dropbear/ |
| dropbearkey.8 | 3 dropbearkey \- create private keys for the use with dropbear(8)
|
| /external/guava/guava/src/com/google/common/cache/ |
| ForwardingCache.java | 68 public ImmutableMap<K, V> getAllPresent(Iterable<? extends K> keys) { 69 return delegate().getAllPresent(keys); 89 public void invalidateAll(Iterable<?> keys) { 90 delegate().invalidateAll(keys);
|
| /external/guava/guava/src/com/google/common/collect/ |
| EnumHashBiMap.java | 32 * A {@code BiMap} backed by an {@code EnumMap} instance for keys-to-values, and 33 * a {@code HashMap} instance for values-to-keys. Null keys are not permitted, 80 // Overriding these two methods to show that values may be null (but not keys)
|
| /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
| EnumHashBiMap.java | 27 * A {@code BiMap} backed by an {@code EnumMap} instance for keys-to-values, and 28 * a {@code HashMap} instance for values-to-keys. Null keys are not permitted, 75 // Overriding these two methods to show that values may be null (but not keys)
|
| /external/linux-tools-perf/scripts/perl/ |
| rw-by-file.pl | 58 $reads{$a}{bytes_requested}} keys %reads) { 70 $writes{$a}{bytes_written}} keys %writes) { 83 if ((scalar keys %unhandled) == 0) { 93 foreach my $event_name (keys %unhandled) {
|
| /external/openfst/src/include/fst/extensions/far/ |
| extract.h | 68 const string &keys, 82 if (!keys.empty()) { 83 char *keys_cstr = new char[keys.size()+1]; 84 strcpy(keys_cstr, keys.c_str());
|
| /external/openssh/ |
| ssh-pkcs11-helper.0 | 10 ssh-pkcs11-helper is used by ssh-agent(1) to access keys provided by a
|
| /external/stlport/test/unit/ |
| find_test.cpp | 90 Key keys[10] = { {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0} }; local 91 Key const* k = find(keys + 0, keys + 10, 5); 92 CPPUNIT_ASSERT( k == keys + 10 );
|
| /external/wpa_supplicant_8/src/eap_peer/ |
| ikev2.h | 36 struct ikev2_keys keys; member in struct:ikev2_responder_data
|
| /frameworks/base/core/jni/ |
| android_backup_FileBackupHelperBase.cpp | 42 jobject newState, jobjectArray files, jobjectArray keys) 57 const int keyCount = env->GetArrayLength(keys); 60 keysUTF[i] = env->GetStringUTFChars((jstring)env->GetObjectArrayElement(keys, i), NULL); 71 env->ReleaseStringUTFChars((jstring)env->GetObjectArrayElement(keys, i), keysUTF[i]);
|
| /frameworks/base/policy/src/com/android/internal/policy/impl/ |
| GlobalKeyManager.java | 35 * Stores a mapping of global keys. 115 Log.w(TAG, "global keys file not found", e); 117 Log.w(TAG, "XML parser exception reading global keys file", e); 119 Log.w(TAG, "I/O exception reading global keys file", e);
|
| /libcore/luni/src/main/java/java/security/spec/ |
| KeySpec.java | 22 * to group key specifications for cryptographic keys.
|
| /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
| KeyPairGenerator1Test.java | 349 int[] keys = { -10000, -1024, -1, 0, 10000 }; local 357 for (int j = 0; j < keys.length; j++) { 359 kpg[i].initialize(keys[j]); 360 kpg[i].initialize(keys[j], random); 386 int[] keys = { -1, -250, 1, 64, 512, 1024 }; local 396 for (int i = 0; i < keys.length; i++) { 398 mKPG.initialize(keys[i]); 400 + Integer.toString(keys[i]) + ")"); 404 mKPG.initialize(keys[i], random); 406 + Integer.toString(keys[i]) + ")") 462 int[] keys = { -1, -250, 1, 63, -512, -1024 }; local [all...] |
| /ndk/tests/device/test-gnustl-full/unit/ |
| find_test.cpp | 90 Key keys[10] = { {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0} }; local 91 Key const* k = find(keys + 0, keys + 10, 5); 92 CPPUNIT_ASSERT( k == keys + 10 );
|
| /ndk/tests/device/test-stlport/unit/ |
| find_test.cpp | 90 Key keys[10] = { {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0} }; local 91 Key const* k = find(keys + 0, keys + 10, 5); 92 CPPUNIT_ASSERT( k == keys + 10 );
|
| /packages/inputmethods/LatinIME/java/res/drawable/ |
| btn_keyboard_key_functional_gb.xml | 18 <!-- Functional keys. -->
|
| btn_keyboard_key_functional_ics.xml | 18 <!-- Functional keys. -->
|
| /packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-sr/ |
| donottranslate-more-keys.xml | 22 BEGIN: More keys definitions for Serbian (Latin) 37 END: More keys definitions for Serbian (Latin) --> 38 <!-- BEGIN: More keys definitions for Serbian (Cyrillic) --> 51 <!-- END: More keys definitions for Serbian (Cyrillic) -->
|
| /packages/inputmethods/PinyinIME/res/xml/ |
| skb_sym1.xml | 26 <keys splitter="|" labels="1|2|3|4|5|6|7|8|9|0" 31 <keys splitter="|" labels="\@|#"/> 35 <keys splitter="|" labels="%|"|*"/> 43 <keys splitter="|" labels="(|)"/>
|