Searched defs:entry (Results 1 - 13 of 13) sorted by last modified time

/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/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
75 * <p>Clients call {@link #edit} to create or update the values of an entry. An
76 * entry may have only one editor at one time; if a value is not available to be
79 * <li>When an entry is being <strong>created</strong> it is necessary to
82 * <li>When an entry is being <strong>edited</strong>, it is not necessary
90 * <p>Clients call {@link #get} to read a snapshot of an entry. The read will
136 * cache entry. Each line contains space-separated values: a state, a key,
138 * o DIRTY lines track that an entry is actively being created or updated.
142 * o CLEAN lines track a cache entry that has been successfully published
167 * To differentiate between old and current snapshots, each entry i
775 private final Entry entry; field in class:DiskLruCache.Editor
778 Editor(Entry entry) argument
[all...]
/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/tools/emulator/system/camera/
H A DEmulatedFakeCamera2.cpp1235 camera_metadata_entry_t entry; local
1239 &entry);
1246 captureTime = entry.data.i64[0];
1251 &entry);
1258 frameNumber = *entry.data.i32;
1262 &entry);
1274 if (*entry.data.u8 == ANDROID_REQUEST_METADATA_FULL) {
1390 camera_metadata_entry_t entry; local
1393 &entry);
1399 if (entry
[all...]
/development/host/windows/usb/api/
H A Dadb_interface_enum.cpp78 AdbInstanceEnumEntry& entry = *current_interface_; local
81 if ((NULL == info) || (*size < entry.GetFlatSize())) {
82 *size = entry.GetFlatSize();
88 entry.Save(info);
/development/ndk/platforms/android-3/include/linux/
H A Dsysdev.h38 struct list_head entry; member in struct:sysdev_driver
H A Dtimer.h22 struct list_head entry; member in struct:timer_list
H A Dworkqueue.h23 struct list_head entry; member in struct:work_struct
34 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data = (d), .timer = TIMER_INITIALIZER(NULL, 0, 0), }
40 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
/development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
H A Dhubio.h639 u64 entry; member in union:iprte_a
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...

Completed in 360 milliseconds