HomeSort by relevance Sort by last modified time
    Searched refs:items (Results 451 - 475 of 541) sorted by null

<<11121314151617181920>>

  /external/zlib/contrib/pascal/
zlibpas.pas 16 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 540 menu.items.add(ValueParser.retrieveItem(ctlv));
547 if (menu.items.size() == 0) {
553 // CAT items are listed 1...n while list start at 0, need to
596 // Create a new array for all the icons (title and 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...]
  /external/dbus/bus/
signals.c 1521 DBusList **items = _dbus_hash_iter_get_value (&iter); local
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
NetworkPanel.js 825 // Restore preserved items.
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 251 """Returns all items that match the given criteria and appear
277 """Returns all items that match the given criteria and appear
463 for k,v in h.items():
    [all...]
  /bionic/libc/kernel/common/sound/
asound.h 785 unsigned int items; member in struct:snd_ctl_elem_info::__anon530::__anon533
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.js 517 // handle nested items
520 // handle second level nested items
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 231 // Can only sort items with an actual row in the table.
553 * all items.
sourceentry.js 6 * Each row in the filtered items list is backed by a SourceEntry. This
  /external/kernel-headers/original/sound/
asound.h 796 unsigned int items; \/* R: number of items *\/ member in struct:snd_ctl_elem_info::__anon7277::__anon7280
    [all...]
  /external/libxml2/
xmlIO.c 994 int items; local
998 items = fwrite(&buffer[0], len, 1, (FILE *) context);
999 if ((items == 0) && (ferror((FILE *) context))) {
1003 return(items * len);
    [all...]
  /external/quake/quake/src/QW/server/
sv_send.c 542 // stuff the sigil bits into the high bits of items for sbar
543 stats[STAT_ITEMS] = (int)ent->v.items | ((int)pr_global_struct->serverflags << 28);
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp 797 info->items.swap(outputItems);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.h 238 Eina_List* items; member in struct:_Ewk_Menu
  /external/webkit/Source/WebKit2/Scripts/webkit2/
messages.py 325 forward_declarations = '\n'.join([forward_declarations_for_namespace(namespace, types) for (namespace, types) in sorted(types_by_namespace.items())])
  /external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 146 return self._revision_to_build_map().items()
  /external/webkit/Tools/Scripts/webkitpy/style/
checker_unittest.py 364 for file_path, expected_result in files.items():
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 685 for key, value in kwargs.items():
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 175 // Ensure that we don't use the same workspace items data structure on the main thread
176 // by making a copy of workspace items first.
225 // Items are added/removed from the corresponding FolderInfo elsewhere, such
226 // as in Workspace.onDrop. Here, we just add/remove them from the list of items
254 // We store hotseat items in canonical form which is this orientation invariant position
321 * Returns an ItemInfo array containing all the items in the LauncherModel.
325 ArrayList<ItemInfo> items = new ArrayList<ItemInfo>(); local
351 items.add(item);
354 items.clear();
359 return items;
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/bzip2/
bzlib.c 102 void* default_bzalloc ( void* opaque, Int32 items, Int32 size )
104 void* v = malloc ( items * size );
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 763 String[] items = path.split("/"); //$NON-NLS-1$ local
765 for (String item : items) {
    [all...]

Completed in 3678 milliseconds

<<11121314151617181920>>