HomeSort by relevance Sort by last modified time
    Searched refs:ids (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /packages/apps/Gallery3D/src/com/cooliris/cache/
ImageList.java 20 public long ids[]; field in class:ImageList
  /system/media/opensles/tests/sandbox/
srcsink.c 63 SLInterfaceID ids[1] = {SL_IID_BUFFERQUEUE}; local
67 &audioSnk, 1, ids, req);
74 &audioSnk, 1, ids, req);
86 &audioSnk, 1, ids, req);
96 &audioSnk, 1, ids, req);
108 &audioSnk, 1, ids, req);
113 &audioSnk, 1, ids, req);
121 &audioSnk, 1, ids, req);
126 &audioSnk, 1, ids, req);
134 &audioSnk, 1, ids, req)
    [all...]
urimime.c 78 SLInterfaceID ids[1]; local
80 ids[0] = SL_IID_BUFFERQUEUE;
84 &audioSnk, numInterfaces, ids, req);
88 ids[0] = SL_IID_ANDROIDSIMPLEBUFFERQUEUE;
90 &audioSnk, numInterfaces, ids, req);
  /libcore/luni/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
ClientSessionContextTest.java 46 Enumeration ids = context.getIds(); local
47 while (ids.hasMoreElements()) {
48 sessions.add(context.getSession((byte[]) ids.nextElement()));
74 Enumeration ids = context.getIds(); local
75 while (ids.hasMoreElements()) {
76 sessions.add(context.getSession((byte[]) ids.nextElement()));
  /external/iptables/extensions/
libip6t_frag.c 61 parse_frag_ids(const char *idstring, u_int32_t *ids)
68 ids[0] = ids[1] = parse_frag_id(buffer,"id");
73 ids[0] = buffer[0] ? parse_frag_id(buffer,"id") : 0;
74 ids[1] = cp[0] ? parse_frag_id(cp,"id") : 0xFFFFFFFF;
85 fraginfo->ids[0] = 0x0L;
86 fraginfo->ids[1] = 0xFFFFFFFF;
108 parse_frag_ids(argv[optind-1], fraginfo->ids);
189 print_ids("id", frag->ids[0], frag->ids[1]
    [all...]
  /bionic/libc/kernel/common/linux/netfilter_ipv6/
ip6t_frag.h 17 u_int32_t ids[2]; member in struct:ip6t_frag
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv6/
ip6t_frag.h 17 u_int32_t ids[2]; member in struct:ip6t_frag
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6t_frag.h 6 u_int32_t ids[2]; /* Security Parameter Index */ member in struct:ip6t_frag
20 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_frag.h 17 u_int32_t ids[2]; member in struct:ip6t_frag
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_frag.h 17 u_int32_t ids[2]; member in struct:ip6t_frag
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_frag.h 17 u_int32_t ids[2]; member in struct:ip6t_frag
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv6/
ip6t_frag.h 17 u_int32_t ids[2]; member in struct:ip6t_frag
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_frag.h 17 u_int32_t ids[2]; member in struct:ip6t_frag
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv6/
ip6t_frag.h 17 u_int32_t ids[2]; member in struct:ip6t_frag
  /packages/apps/Calendar/src/com/android/calendar/
TimezoneAdapter.java 170 * Static cache of all known timezones, mapped to their string IDs. This is
227 // we use a linked hash set to guarantee only unique IDs are added, and
229 LinkedHashSet<String> ids = new LinkedHashSet<String>(); local
232 ids.add(mCurrentTimezone);
235 ids.add(TimeZone.getDefault().getID());
243 ids.add(recent);
252 for (String id : ids) {
325 * Returns an array of ids/time zones.
327 * This returns a double indexed array of ids and time zones
332 * @return double array of tz ids and tz name
336 List<String> ids = new ArrayList<String>(sTimezones.keySet()); local
348 String[] ids = resources.getStringArray(R.array.timezone_values); local
    [all...]
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_frag.h 6 u_int32_t ids[2]; /* Security Parameter Index */ member in struct:ip6t_frag
20 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */
  /packages/apps/Gallery3D/src/com/cooliris/wallpaper/
RandomDataSource.java 36 if (list.ids == null)
39 random *= list.ids.length;
42 final String uri = CacheService.BASE_CONTENT_STRING_IMAGES + list.ids[index];
  /packages/apps/Camera/src/com/android/camera/
IconListPreference.java 66 int ids[] = new int[n]; local
68 ids[i] = array.getResourceId(i, 0);
71 return ids;
  /frameworks/base/core/java/android/app/
DownloadManager.java 587 * Include only the downloads with the given IDs.
590 public Query setFilterById(long... ids) {
591 mIds = ids;
760 * @param ids the IDs of the downloads to be marked 'deleted'
764 public int markRowDeleted(long... ids) {
765 if (ids == null || ids.length == 0) {
767 throw new IllegalArgumentException("input param 'ids' can't be null");
771 return mResolver.update(mBaseUri, values, getWhereClauseForIds(ids),
    [all...]
  /external/chromium/base/
id_map_unittest.cc 81 int32 ids[kCount]; local
84 ids[i] = map.Add(&obj[i]);
91 EXPECT_EQ(ids[0], iter.GetCurrentKey());
93 map.Remove(ids[1]);
96 EXPECT_EQ(ids[2], iter.GetCurrentKey());
98 map.Remove(ids[3]);
101 EXPECT_EQ(ids[4], iter.GetCurrentKey());
103 map.Remove(ids[0]);
  /external/webkit/WebKitTools/QueueStatusServer/model/
attachment.py 46 ids = []
55 ids.append(attachment_id)
58 return map(cls, ids)
  /frameworks/base/core/java/android/content/res/
StringBlock.java 135 private CharSequence applyStyles(String str, int[] style, StyleIDs ids) {
147 if (type == ids.boldId) {
151 } else if (type == ids.italicId) {
155 } else if (type == ids.underlineId) {
159 } else if (type == ids.ttId) {
163 } else if (type == ids.bigId) {
167 } else if (type == ids.smallId) {
171 } else if (type == ids.subId) {
175 } else if (type == ids.supId) {
179 } else if (type == ids.strikeId)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
XmlStringFileHelper.java 39 * An helper utility to get IDs out of an Android XML resource file.
43 /** A temporary cache of R.string IDs defined by a given xml file. The key is the
44 * project path of the file, the data is a set of known string Ids for that file.
72 * Utility method that retrieves all the *string* IDs defined in the given Android resource
79 * @return The map of string IDs => values defined in the given file. Cached. Never null.
91 * Extract all the defined string IDs from a given file using XPath.
94 * @return The map of all string IDs => values defined in the file.
98 TreeMap<String, String> ids = new TreeMap<String, String>(); local
112 // We want all the IDs in an XML structure like this:
129 ids.put(id, text)
    [all...]
  /development/apps/NinePatchLab/src/com/android/ninepatch/
NinePatchLab.java 84 int[] ids = new int[] { local
93 mButtons = new Drawable[ids.length];
98 for (int i = 0; i < ids.length; i++) {
99 mButtons[i] = res.getDrawable(ids[i]);
  /external/icu4c/layout/
KernTable.cpp 125 char ids[256]; local
131 ids[id] = (char)i;
142 char c = ids[left];
150 c = ids[right];

Completed in 470 milliseconds

1 2 3 4 5 6