HomeSort by relevance Sort by last modified time
    Searched refs:items (Results 301 - 325 of 692) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/zlib-1.2.3/
zutil.h 261 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
264 #define ZALLOC(strm, items, size) \
265 (*((strm)->zalloc))((strm)->opaque, (items), (size))
  /external/zlib/
zutil.h 238 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
243 #define ZALLOC(strm, items, size) \
244 (*((strm)->zalloc))((strm)->opaque, (items), (size))
  /frameworks/base/core/java/android/widget/
ArrayAdapter.java 202 * Adds the specified items at the end of the array.
204 * @param items The items to add at the end of the array.
206 public void addAll(T ... items) {
209 Collections.addAll(mOriginalValues, items);
211 Collections.addAll(mObjects, items);
  /ndk/sources/host-tools/make-3.81/
hash.c 66 /* Load an array of items into `ht'. */
72 char *items = (char *) item_table; local
75 hash_insert (ht, items);
76 items += size;
291 /* Dump all items into a NULL-terminated vector. Use the
  /packages/apps/Calendar/src/com/android/calendar/event/
EventViewUtils.java 225 ArrayList<LinearLayout> items, ArrayList<Integer> minuteValues,
230 if (items.size() >= maxReminders) {
274 items.add(reminderItem);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterDeleteSet.java 21 // FilterDeleteSet filters a base MediaSet to remove some deletion items (we
23 // add/remove deletion items:
87 // For example, if there are 12 items in total. The deleted items are 3, 5,
91 // The deleted items: X X X
113 // Find the segment that "start" falls into. Count the number of items
127 // Now get enough to cover deleted items in [start, end]
130 // Remove the deleted items.
197 ArrayList<MediaItem> items = mBaseSet.getMediaItem(from, to - from); local
199 for (int i = 0; i < items.size(); i++)
    [all...]
  /sdk/ide_common/src/com/android/ide/common/resources/
FrameworkResources.java 58 * Map of {@link ResourceType} to list of items. It is guaranteed to contain a list for all
73 * @return a collection of items, possible empty.
135 // ResourceType has 1734 items and declare-styleable has 210) that
142 List<ResourceItem> items = entry.getValue(); local
143 int size = items.size();
145 for (ResourceItem item : items) {
  /system/core/libcutils/
str_parms.c 134 int items = 0; local
174 items++;
179 if (!items)
180 ALOGV("%s: no items found in string\n", __func__);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
ClassDefItem.java 73 * fewer items than static fields, in which case the remaining static fields will be initialized with a default
112 * null, it must contain the same number of items as the number of static fields in this class. The value in the
146 * null, it must contain the same number of items as the number of static fields in the class. The value in the
234 //This method is just used for sorting the associated ClassDataItem items, so
235 //we can just do the comparison based on the offsets of the items
277 * This class places the items within a ClassDefItem section, such that superclasses and interfaces are
291 for (ClassDefItem classDefItem: section.items) {
302 Collections.sort(section.items, new Comparator<ClassDefItem>() {
311 for (ClassDefItem classDefItem: section.items) {
315 for (ClassDefItem classDefItem: section.items) {
    [all...]
  /external/webkit/Source/WebCore/platform/network/
FormData.cpp 190 const Vector<FormDataList::Item>& items = list.items(); local
191 size_t formDataListSize = items.size();
194 const FormDataList::Item& key = items[i];
195 const FormDataList::Item& value = items[i + 1];
  /external/javassist/src/main/javassist/bytecode/
ConstPool.java 34 LongVector items; field in class:ConstPool
126 items = new LongVector();
147 /* read() initializes items and numOfItems, and do addItem(null).
186 return items.elementAt(n);
667 items.addElement(info);
981 LongVector v = items;
998 LongVector v = items;
1015 LongVector v = items;
    [all...]
  /external/webkit/Source/WebKit/win/
WebHistory.cpp 330 // Test against date limit. Since the items are ordered newest to oldest, we can stop comparing
410 /* [in] */ IWebHistoryItem** items)
420 hr = addItem(items[i], false, 0);
430 /* [in] */ IWebHistoryItem** items)
434 hr = removeItem(items[i]);
492 /* [in] */ IWebHistoryItem** items,
509 if (!items) {
523 items[i] = item;
531 /* [out][retval] */ IWebHistoryItem** items)
535 if (!items) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_dict_helpers.c 615 * @param items The array of strings
622 const char **items,
630 if (!items && (num_items != 0))
640 items[i]))
658 * @param items The array of wpabuf structures
665 const struct wpabuf **items,
673 if (!items && (num_items != 0))
685 wpabuf_head(items[i]),
686 wpabuf_len(items[i])))
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapPanel.java 273 * Get the string representation for a collection of items.
274 * If there are more items than {@link #MAX_DISPLAYED_ERROR_ITEMS}, then only the first
275 * {@link #MAX_DISPLAYED_ERROR_ITEMS} items are taken into account,
278 private String getSampleForDisplay(Collection<?> items) {
282 Iterator<?> it = items.iterator();
453 List<String> items = new ArrayList<String>(); local
458 items.add("Snapshot " + (i + 1));
461 mSnapshotIndexCombo.setItems(items.toArray(new String[0]));
967 TreeItem []items = mDetailsTreeViewer.getTree().getSelection(); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 93 items = l;
103 items = l;
130 ArrayList<Object> items; field in class:AsyncTaskPageData
1069 ArrayList<Object> items = new ArrayList<Object>(); local
1387 final ArrayList<Object> items = new ArrayList<Object>(); local
1494 ArrayList<Object> items = data.items; local
1535 ArrayList<Object> items = data.items; local
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 689 int s = items.content_size();
691 const char * t = items[i]->next();
699 items.append(node);
703 int s = items.content_size();
707 delete items[i]; // TOFIX: point alias/recursion problem
708 items[i] = NULL;
712 Buffer_pPick items; member in class:Sequence
756 const char * t = items[i]->next();
761 int s = items.content_size();
763 delete items[i]; // TOFIX: point alias/recursion proble
774 Buffer_pPick items; member in class:Alternation
    [all...]
  /external/chromium/chrome/browser/importer/
firefox2_importer.cc 51 uint16 items,
62 if ((items & importer::HOME_PAGE) && !cancelled())
68 if ((items & importer::HISTORY) && !cancelled()) {
74 if ((items & importer::FAVORITES) && !cancelled()) {
79 if ((items & importer::SEARCH_ENGINES) && !cancelled()) {
84 if ((items & importer::PASSWORDS) && !cancelled()) {
217 // Flatten the items in toolbar.
firefox3_importer.cc 67 uint16 items,
78 if ((items & importer::HOME_PAGE) && !cancelled())
84 if ((items & importer::HISTORY) && !cancelled()) {
90 if ((items & importer::FAVORITES) && !cancelled()) {
95 if ((items & importer::SEARCH_ENGINES) && !cancelled()) {
100 if ((items & importer::PASSWORDS) && !cancelled()) {
544 // Appends all items to the list.
ie_importer.cc 84 uint16 items,
94 if ((items & importer::HOME_PAGE) && !cancelled())
97 if ((items & importer::HISTORY) && !cancelled()) {
102 if ((items & importer::FAVORITES) && !cancelled()) {
107 if ((items & importer::SEARCH_ENGINES) && !cancelled()) {
112 if ((items & importer::PASSWORDS) && !cancelled()) {
235 // Enumerates AutoComplete items in the protected database.
  /external/guava/guava-tests/lib/
libtruth-gwt.jar 
  /external/llvm/utils/lit/lit/
TestRunner.py 501 items = ln[ln.index('XFAIL:') + 6:].split(',')
502 xfails.extend([s.strip() for s in items])
504 items = ln[ln.index('XTARGET:') + 8:].split(',')
505 xtargets.extend([s.strip() for s in items])
507 items = ln[ln.index('REQUIRES:') + 9:].split(',')
508 requires.extend([s.strip() for s in items])
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 451 for field, var in appends.items():
455 for field, var in prepends.items():
468 for field, value in params.items():
  /external/dbus/tools/
dbus-launch-x11.c 299 unsigned long items; local
314 XA_STRING, &type, &format, &items, &after,
327 XA_CARDINAL, &type, &format, &items, &after,
  /external/quake/quake/src/WinQuake/
host_cmd.cpp 1559 sv_player->u.v.items = (int)sv_player->u.v.items | HIT_PROXIMITY_GUN;
1561 sv_player->u.v.items = (int)sv_player->u.v.items | IT_GRENADE_LAUNCHER;
1564 sv_player->u.v.items = (int)sv_player->u.v.items | HIT_LASER_CANNON;
1566 sv_player->u.v.items = (int)sv_player->u.v.items | HIT_MJOLNIR;
1568 sv_player->u.v.items = (int)sv_player->u.v.items | (IT_SHOTGUN << (t[0] - '2'))
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
encoder.py 120 skipkeys is True, such items are simply skipped.
229 items = [(k, dct[k]) for k in keys]
231 items = dct.iteritems()
235 for key, value in items:

Completed in 1290 milliseconds

<<11121314151617181920>>