/external/smack/src/org/apache/harmony/javax/security/sasl/ |
Sasl.java | 102 Enumeration<Object> keys = pp[i].keys(); local 103 while (keys.hasMoreElements()) { 104 String s = (String) keys.nextElement();
|
/external/smack/src/org/jivesoftware/smack/util/ |
Cache.java | 54 * The map the keys and values are stored in. 188 Object[] keys = map.keySet().toArray(); local 189 for (Object key : keys) {
|
/external/smali/util/src/main/java/ds/tree/ |
RadixTreeImpl.java | 255 ArrayList<T> keys = new ArrayList<T>(); local 261 keys.add(node.getValue()); 263 getNodes(node, keys, recordLimit); 266 return keys; 269 private void getNodes(RadixTreeNode<T> parent, ArrayList<T> keys, int limit) { 277 keys.add(node.getValue()); 280 if (keys.size() == limit) {
|
/external/srec/tools/parseStringTest/ |
parseStringTest.c | 82 LCHAR* keys[MAX_KEYS]; /* array of pointers to strings */ local 87 rc = result->getKeyList(result, (LCHAR**) & keys, &size); /* get the key list */ 93 if ((rc = result->getValue(result, keys[i], value, &len)) == ESR_SUCCESS) 94 pfprintf(fout, "{%s : %s}\n", keys[i], value);
|
/external/stlport/test/eh/ |
test_insert.h | 84 key_list keys; local 91 keys.reserve( dist ); 93 keys.push_back( keyOfValue(*x) ); 95 EH_STD::sort( keys.begin(), keys.end() ); 96 key_iterator last = EH_STD::unique( keys.begin(), keys.end() ); 99 for ( key_iterator tmp = keys.begin(); tmp != last; ++tmp )
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_sim_common.c | 82 wpa_printf(MSG_ERROR, "EAP-SIM: Failed to derive keys"); 147 wpa_printf(MSG_ERROR, "EAP-SIM: Failed to derive keys"); 281 u8 keys[EAP_SIM_K_ENCR_LEN + EAP_AKA_PRIME_K_AUT_LEN + local 298 keys, sizeof(keys)); 300 pos = keys; 330 u8 keys[EAP_MSK_LEN + EAP_EMSK_LEN]; local 344 keys, sizeof(keys)); 346 pos = keys; [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls_common.c | 283 * @label: Label string for deriving the keys, e.g., "client EAP encryption" 297 struct tls_keys keys; local 316 if (tls_connection_get_keys(data->ssl_ctx, data->conn, &keys)) 319 if (keys.client_random == NULL || keys.server_random == NULL || 320 keys.master_key == NULL) 323 rnd = os_malloc(keys.client_random_len + keys.server_random_len); 326 os_memcpy(rnd, keys.client_random, keys.client_random_len) 363 struct tls_keys keys; local [all...] |
ikev2.h | 36 struct ikev2_keys keys; member in struct:ikev2_responder_data
|
/external/wpa_supplicant_8/src/wps/ |
wps_common.c | 65 u8 keys[WPS_AUTHKEY_LEN + WPS_KEYWRAPKEY_LEN + WPS_EMSK_LEN]; local 113 keys, sizeof(keys)); 114 os_memcpy(wps->authkey, keys, WPS_AUTHKEY_LEN); 115 os_memcpy(wps->keywrapkey, keys + WPS_AUTHKEY_LEN, WPS_KEYWRAPKEY_LEN); 116 os_memcpy(wps->emsk, keys + WPS_AUTHKEY_LEN + WPS_KEYWRAPKEY_LEN,
|
/frameworks/base/core/java/android/os/ |
TokenWatcher.java | 136 Set<IBinder> keys = mTokens.keySet(); local 139 for (IBinder b: keys) {
|
/frameworks/base/core/java/android/test/ |
InstrumentationTestCase.java | 240 * of keys is a string containing the key names as specified in KeyEvent, without the 245 * @param keysSequence The sequence of keys. 248 final String[] keys = keysSequence.split(" "); local 249 final int count = keys.length; 254 String key = keys[i]; 297 * @param keys The series of key codes to send through instrumentation. 299 public void sendKeys(int... keys) { 300 final int count = keys.length; 305 instrumentation.sendKeyDownUpSync(keys[i]); 321 * @param keys The series of key repeats and codes to send through instrumentation [all...] |
/frameworks/base/core/java/android/util/ |
SparseArray.java | 25 * auto-boxing keys and its data structure doesn't rely on an extra entry object 29 * using a binary search to find keys. The implementation is not intended to be appropriate for 37 * keys: instead of compacting its array immediately, it leaves the removed entry marked 44 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using 46 * keys in ascending order, or the values corresponding to the keys in ascending 169 int[] keys = mKeys; local 177 keys[o] = keys[i]; 261 * <p>The keys corresponding to indices in ascending order are guaranteed t [all...] |
/frameworks/base/media/java/android/media/ |
MediaExtractor.java | 126 String[] keys = null; local 130 keys = new String[headers.size()]; 135 keys[i] = entry.getKey(); 140 setDataSource(path, keys, values); 144 String path, String[] keys, String[] values) throws IOException;
|
MediaMetadataEditor.java | 40 // Public keys for metadata used by RemoteControlClient and RemoteController. 41 // Note that these keys are defined here, and not in MediaMetadataRetriever 81 * Mask of editable keys. 114 * Note that clearing the metadata doesn't reset the editable keys 136 Log.e(TAG, "Can't change editable keys of a previously applied MetadataEditor"); 140 // of editable keys to check the validity of the key, just hardcode the supported key. 154 Log.e(TAG, "Can't remove all editable keys of a previously applied MetadataEditor"); 164 * Retrieves the keys flagged as editable. 165 * @return null if there are no editable keys, or an array containing the keys 170 int[] keys = { RATING_KEY_BY_USER }; local [all...] |
MediaMuxer.java | 91 private static native int nativeAddTrack(int nativeObject, String[] keys, 268 String[] keys = null; local 272 keys = new String[mapSize]; 276 keys[i] = entry.getKey(); 280 trackIndex = nativeAddTrack(mNativeObject, keys, values);
|
/frameworks/base/services/java/com/android/server/ |
SystemBackupAgent.java | 58 // Use old keys to keep legacy data compatibility and avoid writing two wallpapers 69 String[] keys = new String[] { WALLPAPER_IMAGE_KEY, WALLPAPER_INFO_KEY }; local 75 keys = new String[] { WALLPAPER_INFO_KEY }; 77 addHelper("wallpaper", new WallpaperBackupHelper(SystemBackupAgent.this, files, keys));
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
DisplayModifier.java | 480 String[][] keys = new String[gMaps.size()][]; local 484 keys[i] = new String[map.size()]; 487 keys[i][j++] = key; 492 return keys;
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
SparseWeakArray.java | 124 int[] keys = mKeys; local 134 keys[o] = keys[i]; 276 * specified key, or a negative number if no keys map to the 279 * and that multiple keys can map to the same value and this will 311 * the key is greater than all existing keys in the array.
|
/frameworks/support/v13/java/android/support/v13/app/ |
FragmentStatePagerAdapter.java | 211 Iterable<String> keys = bundle.keySet(); local 212 for (String key: keys) {
|
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentStatePagerAdapter.java | 207 Iterable<String> keys = bundle.keySet(); local 208 for (String key: keys) {
|
/frameworks/support/v4/java/android/support/v4/util/ |
LongSparseArray.java | 25 * auto-boxing keys and its data structure doesn't rely on an extra entry object 29 * using a binary search to find keys. The implementation is not intended to be appropriate for 37 * keys: instead of compacting its array immediately, it leaves the removed entry marked 150 long[] keys = mKeys; local 158 keys[o] = keys[i]; 292 * specified key, or a negative number if no keys map to the 295 * and that multiple keys can map to the same value and this will 327 * the key is greater than all existing keys in the array.
|
SparseArrayCompat.java | 143 int[] keys = mKeys; local 151 keys[o] = keys[i]; 285 * specified key, or a negative number if no keys map to the 288 * and that multiple keys can map to the same value and this will 322 * the key is greater than all existing keys in the array.
|
/libcore/luni/src/main/java/java/security/ |
Security.java | 278 Set<Entry<String, String>> keys = filter.entrySet(); local 280 for (Iterator<Entry<String, String>> it = keys.iterator(); it.hasNext();) {
|
/libcore/luni/src/main/java/java/util/ |
EnumMap.java | 26 * An {@code Map} specialized for use with {@code Enum} types as keys. 39 transient Enum[] keys; field in class:EnumMap 87 return (enumMap.keys[ordinal] == null ? 0 : enumMap.keys[ordinal] 97 return (KT) enumMap.keys[ordinal]; 111 return enumMap.put((KT) enumMap.keys[ordinal], value); 116 StringBuilder result = new StringBuilder(enumMap.keys[ordinal] 162 return type.get(new MapEntry(enumMap.keys[prePosition], 169 enumMap.remove(enumMap.keys[prePosition]); 181 new MapEntry(enumMap.keys[prePosition] [all...] |
/libcore/luni/src/main/java/java/util/prefs/ |
Preferences.java | 456 * Returns all preference keys stored in this node or an empty array if no 459 * @return the list of all preference keys of this node. 466 public abstract String[] keys() throws BackingStoreException; method in class:Preferences [all...] |