Searched refs:key (Results 1 - 25 of 58) sorted by last modified time

123

/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jar ... saveState () android.app.Fragment$SavedState[] fss String key android.app.Fragment f int i android. ...
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/util/
H A DUtils.java52 for (String key : mStatusTracker.keySet()) {
53 sbStatus.insert(0,key + ": " + mStatusTracker.getStatus(key) + "\n");
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/widget/ ...
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
H A DDiskLruCache.java59 * entry has a string key and a fixed number of values. Values are byte
136 * cache entry. Each line contains space-separated values: a state, a key,
374 String key = parts[1];
376 lruEntries.remove(key);
380 Entry entry = lruEntries.get(key);
382 entry = new Entry(key);
383 lruEntries.put(key, entry);
444 writer.write(DIRTY + ' ' + entry.key + '\n');
446 writer.write(CLEAN + ' ' + entry.key + entry.getLengths() + '\n');
469 * Returns a snapshot of the entry named {@code key}, o
473 get(String key) argument
513 edit(String key) argument
517 edit(String key, long expectedSequenceNumber) argument
631 remove(String key) argument
716 validateKey(String key) argument
731 private final String key; field in class:DiskLruCache.Snapshot
735 Snapshot(String key, long sequenceNumber, InputStream[] ins) argument
897 private final String key; field in class:DiskLruCache.Entry
911 Entry(String key) argument
[all...]
H A DImageCache.java135 protected int sizeOf(String key, Bitmap bitmap) {
201 final String key = hashKeyForDisk(data);
204 DiskLruCache.Snapshot snapshot = mDiskLruCache.get(key);
206 final DiskLruCache.Editor editor = mDiskLruCache.edit(key);
258 final String key = hashKeyForDisk(data);
268 final DiskLruCache.Snapshot snapshot = mDiskLruCache.get(key);
433 public static String hashKeyForDisk(String key) { argument
437 mDigest.update(key.getBytes());
440 cacheKey = String.valueOf(key.hashCode());
H A DImageFetcher.java193 final String key = ImageCache.hashKeyForDisk(data);
207 snapshot = mHttpDiskCache.get(key);
212 DiskLruCache.Editor editor = mHttpDiskCache.edit(key);
221 snapshot = mHttpDiskCache.get(key);
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/network-usage/src/com/example/android/networkusage/
H A DSettingsActivity.java61 public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) { argument
/development/testrunner/
H A Dadb_interface.py195 Returns a dictionary containing the key value pairs from the
208 instrumentation_args: Dictionary of key value bundle arguments to pass to
304 for key, value in instrumentation_args.items():
305 command_string += " -e %s '%s'" % (key, value)
499 # press the MENU key, this will disable key guard if runtime is started
H A Dam_instrument_parser.py69 key/value pairs from the bundle passed into
86 key = ''
94 key = re_result.search(line).group(1).strip(string.whitespace)
95 if key.startswith('performance.'):
96 key = key[len('performance.'):]
99 result_dict[key] = float(val)
101 result_dict[key] = val
103 result_dict[key] = val
106 key
[all...]
/development/tools/apkcheck/src/com/android/apkcheck/
H A DClassInfo.java174 * Retrieves a method from the list, matching on the part of the key
238 * hash table key.
294 * key may have changed. (We're using an iterator, so we create a
303 String key = keyIter.next();
304 FieldInfo fieldInfo = mFieldList.get(key);
313 String key = keyIter.next();
314 MethodInfo methodInfo = mMethodList.get(key);
/development/tools/
H A Dmake_key17 # Generates a public/private key pair suitable for use in signing
24 Creates <name>.pk8 key and <name>.x509.pem cert. Cert contains the
36 # Use named pipes to connect get the raw RSA private key to the cert-
37 # and .pk8-creating programs, to avoid having the private key ever
54 openssl req -new -x509 -sha1 -key ${two} -out $1.x509.pem \
/development/tools/mkstubs/src/com/android/mkstubs/
H A DAsmAnalyzer.java87 String key = it.next();
89 // TODO: We *could* filter out all private classes here: classes.get(key).getAccess().
92 if (!filter.accept(key)) {
93 log.debug("- Remove class " + key);
/development/apps/Development/src/com/android/development/
H A DAccountsTester.java511 for (String key : result.keySet()) {
512 Object value = result.get(key);
513 if (AccountManager.KEY_AUTHTOKEN.equals(key)) {
516 sb.append("\n ").append(key).append(" -> ").append(value);
H A DColumnData.java25 key = k;
28 public String key; field in class:ColumnData
H A DDetails.java87 TextView label = makeView(cd.key, true, 12);
146 System.out.println(" " + cd.key + ": " + cd.value);
H A DInstrumentationList.java177 for (String key : results.keySet()) {
179 "INSTRUMENTATION_STATUS_RESULT: " + key + "=" + results.get(key));
187 for (String key : results.keySet()) {
189 "INSTRUMENTATION_RESULT: " + key + "=" + results.get(key));
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceNetworkVars.java178 for (String key : keys) {
179 sb.append(key).append(" ");
/development/ide/xcode/ports/
H A DSkOSWindow_Mac.cpp226 SkKey key = raw2key(raw); local
227 if (key != kNONE_SkKey)
228 (void)win->handleKey(key);
232 SkKey key = raw2key(raw); local
233 if (key != kNONE_SkKey)
234 (void)win->handleKeyUp(key);
/development/ndk/platforms/android-3/arch-arm/include/asm/
H A Dipcbuf.h17 __kernel_key_t key; member in struct:ipc64_perm
/development/ndk/platforms/android-3/include/linux/
H A Dblkdev.h66 void *key; member in struct:cfq_io_context
H A Dcdrom.h453 dvd_key key; member in struct:dvd_send_key
H A Dipc.h21 __kernel_key_t key; member in struct:ipc_perm

Completed in 445 milliseconds

123