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

/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 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)
H A Dsysdev.h38 struct list_head entry; member in struct:sysdev_driver
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/
H A DLocationDataManager.java77 public final void addPoint(LocationEntry entry) { argument
79 List<LocationEntry> points = getPoints(entry.calendar);
81 mDbHelper.insert(entry);
85 points.add(entry);
86 mPointsMap.put(entry.day, points);
88 if (!points.contains(entry)) {
89 mDbHelper.insert(entry);
90 points.add(entry);
/development/ndk/platforms/android-L/include/linux/
H A Dflat.h27 unsigned long entry; member in struct:flat_hdr
H A Dcoff.h70 char entry[4]; member in struct:__anon807
H A Dkvm.h992 __u16 entry; member in struct:kvm_assigned_msix_entry
H A Dvideodev2.h1032 struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES]; member in struct:v4l2_enc_idx
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
H A DGetRestrictionsReceiver.java56 // Initializes a boolean type restriction entry.
57 public static void populateBooleanEntry(Resources res, RestrictionEntry entry) { argument
58 entry.setType(RestrictionEntry.TYPE_BOOLEAN);
59 entry.setTitle(res.getString(R.string.boolean_entry_title));
62 // Initializes a single choice type restriction entry.
75 // Initializes a multi-select type restriction entry.
128 for (RestrictionEntry entry : newEntries) {
129 final String key = entry.getKey();
131 entry.setSelectedState(existingRestrictions.getBoolean(KEY_BOOLEAN));
134 entry
[all...]
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
H A DLocationDbHelper.java83 public final long insert(LocationEntry entry) { argument
92 values.put(COLUMN_NAME_DAY, entry.day);
93 values.put(COLUMN_NAME_LONGITUDE, entry.longitude);
94 values.put(COLUMN_NAME_LATITUDE, entry.latitude);
95 values.put(COLUMN_NAME_TIME, entry.calendar.getTimeInMillis());
115 // sort ASC based on the time of the entry
136 LocationEntry entry = new LocationEntry(cal, cursor.getDouble(1),
138 result.add(entry);
/development/ndk/platforms/android-L/include/linux/netfilter_ipv6/
H A Dip6_tables.h102 struct ip6t_entry entry; member in struct:ip6t_standard
107 struct ip6t_entry entry; member in struct:ip6t_error
112 #define IP6T_STANDARD_INIT(__verdict) { .entry = IP6T_ENTRY_INIT(sizeof(struct ip6t_standard)), .target = XT_TARGET_INIT(XT_STANDARD_TARGET, sizeof(struct xt_standard_target)), .target.verdict = -(__verdict) - 1, }
114 #define IP6T_ERROR_INIT { .entry = IP6T_ENTRY_INIT(sizeof(struct ip6t_error)), .target = XT_TARGET_INIT(XT_ERROR_TARGET, sizeof(struct xt_error_target)), .target.errorname = "ERROR", }
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/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/testingfun/gradle/wrapper/
H A Dgradle-wrapper.jar ... io.IOException java.util.zip.ZipEntry entry java.io.OutputStream outputStream java.io. ...
/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/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/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/AnimationsDemo/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/InteractiveChart/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/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/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/ControllerSample/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/ContactsList/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/EffectiveNavigation/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/NavigationDrawer/libs/
H A Dandroid-support-v4.jar ... public void trimToSize (int) java.util.Map$Entry toEvict Object key Object value int maxSize public final java ...

Completed in 1418 milliseconds