HomeSort by relevance Sort by last modified time
    Searched refs:items (Results 226 - 250 of 298) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
    [all...]
  /build/tools/releasetools/
common.py 174 for k, v in sorted(d.items()):
489 def GetPasswords(self, items):
490 """Get passwords corresponding to each string in 'items',
492 values in 'items'.)
505 for i in items:
check_target_files_signatures 367 for (old, new), packages in sorted(by_certpair.items()):
  /external/libpng/
png.c 158 png_zalloc(voidpf png_ptr, uInt items, uInt size)
167 if (items > PNG_UINT_32_MAX/size)
172 num_bytes = (png_uint_32)items * size;
367 /* Free text item num or (if num == -1) all text items */
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 267 for option, value in config.items(section):
349 for jetevent, location in config.items(segment_name):
355 for jetevent, location in config.items(segment_name):
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla.py 603 component_items = self.browser.find_control('component').items
694 self.browser.find_control('isobsolete').items[0].selected = True
782 possible_bug_statuses = map(lambda item: item.name, bug_status.items)
  /frameworks/base/core/java/android/content/
SyncManager.java 1213 ArrayList<SyncStorageEngine.SyncHistoryItem> items local
    [all...]
  /external/libxml2/
xpath.c 406 void **items; member in struct:_xmlPointerList
419 if (list->items == NULL) {
422 list->items = (void **) xmlMalloc(
424 if (list->items == NULL) {
433 list->items = (void **) xmlRealloc(list->items,
435 if (list->items == NULL) {
442 list->items[list->number++] = item;
483 if (list->items != NULL)
484 xmlFree(list->items);
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java 1261 ArrayList<String> items = new ArrayList<String>(); local
    [all...]
  /external/bison/src/
print.c 76 item_number *sitems = s->items;
80 /* Output all the items of a state, not only its kernel. */
  /external/clearsilver/python/examples/trans/
trans.py 340 for (s, locs) in uniq.items():
347 for (s, locs) in uniq.items():
  /external/webkit/WebKit/chromium/src/
ChromeClientImpl.cpp 659 info->items.swap(outputItems);
  /external/zlib/
zlib.h 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java 365 Log.e(TAG, "Error loading items for album " + set.mName);
371 Log.d(TAG, "No items found for album " + set.mName);
384 Log.d(TAG, "Refreshing Cache for all items");
390 Log.d(TAG, "Refreshing Cache for dirty items");
1192 final ArrayList<MediaItem> items = set.getItems(); local
    [all...]
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 91 VerticalTextSpinner spinner, int oldPos, int newPos, String[] items);
411 * Called every time the text items or current position
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesm.h 88 // Release the items memory
108 // Switch on the items options
118 // Retrieve the items options
123 // Set the items options
128 // Set/Reset the items selection state
133 // Retrieve the items selection state
143 // overload action() to supply items with different actions.
148 // Prototype for an items callback function.
151 // If you don't like to create a child class for individual items to
153 // function pointer for items
376 inline NCursesMenuItem* items() const { function in class:NCursesMenu
    [all...]
zlib.h 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
    [all...]
  /external/protobuf/python/
mox.py 618 ['%s=%r' % x for x in sorted((self._named_params or {}).items())])
    [all...]
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 125 // Moves selection down/up the given number of items, scrolling if necessary.
127 // [0, numItems), and non-option items will be skipped.
130 // Returns the number of items in the list.
144 const Vector<PopupItem*>& items() const { return m_items; } function in class:WebCore::PopupListBox
175 // Disabled items, or labels cannot be selected.
207 // Called when the user presses a text key. Does a prefix-search of the items.
516 return m_listBox->items();
732 // The user is likely trying to cycle through all the items starting with this character, so just search on the character
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapTiger.c 1039 if ((items < 1) || (items > 1)) {
  /external/zlib/contrib/pascal/
zlibpas.pas 16 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchWidgetProvider.java 394 Object[] items = spannedHint.getSpans(0, spannedHint.length(), Object.class); local
395 for (Object item : items) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 631 String[] items = path.split("/"); //$NON-NLS-1$ local
633 for (String item : items) {
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 562 # tags like paragraphs, headers, and list items.
579 # list items and could have been indented. Indented blocks would have
624 # tags like paragraphs, headers, and list items.
    [all...]

Completed in 880 milliseconds

1 2 3 4 5 6 7 8 91011>>