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

<<2122232425262728

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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...]
  /build/tools/droiddoc/templates-sdk/assets/js/
global-libraries-combined.js     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 181 property Items[Index: Integer]: T read GetItem write SetItem; default;
205 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
480 Result := inherited Items[Index];
529 inherited Items[Index] := Value;
778 // tricky. We need to fill in gaps, which will involve moving items
784 // gap refers to the hole that needs filling-in by shifting items down.
785 // index searches for items that have been probed out of their slot,
786 // but being careful not to move items if their bucket is between
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 7 // element containing the draggable items
  /external/llvm/utils/lit/lit/
main.py 539 suitesAndTests = suitesAndTests.items()
638 byTime = list(times.items())
  /external/protobuf/python/
mox.py 618 ['%s=%r' % x for x in sorted((self._named_params or {}).items())])
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 127 // Moves selection down/up the given number of items, scrolling if necessary.
129 // [0, numItems), and non-option items will be skipped.
132 // Returns the number of items in the list.
150 const Vector<PopupItem*>& items() const { return m_items; } function in class:WebCore::PopupListBox
180 // Disabled items, or labels cannot be selected.
212 // Called when the user presses a text key. Does a prefix-search of the items.
373 // maximum number of items.
605 return m_listBox->items();
826 // The user is likely trying to cycle through all the items starting with this character, so just search on the character
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp 279 BackForwardListItemVector items = m_backForwardList->entries(); local
280 for (size_t i = 0; i < items.size(); ++i)
281 process()->registerNewWebBackForwardListItem(items[i].get());
2297 Vector<WebContextMenuItemData> items; local
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 192 void WebPopupMenuProxyWin::showPopupMenu(const IntRect& rect, TextDirection, double, const Vector<WebPopupItem>& items, const PlatformPopupMenuData& data, int32_t selectedIndex)
194 m_items = items;
377 // The popup should show an integral number of items (i.e. no partial items should be visible)
393 // Always left-align items in the popup. This matches popup menus on the mac.
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c 1039 if ((items < 1) || (items > 1)) {
  /external/zlib/contrib/pascal/
zlibpas.pas 17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 293 // mReadyToShow = we've created views for the first screenful of items
691 final int items = mRecentTaskDescriptions.size(); local
693 mRecentsContainer.setVisibility(items > 0 ? View.VISIBLE : View.GONE);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 549 menu.items.add(ValueParser.retrieveItem(ctlv));
556 if (menu.items.size() == 0) {
562 // CAT items are listed 1...n while list start at 0, need to
605 // 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/guava/guava-tests/test/com/google/common/collect/
IterablesTest.java     [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::__anon579::__anon582
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t042ast.py 33 for attr, val in kwargs.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.
  /external/elfutils/libebl/
eblopenbackend.c 619 const Ebl_Core_Item **items __attribute__ ((unused)))
  /external/kernel-headers/original/sound/
asound.h 796 unsigned int items; \/* R: number of items *\/ member in struct:snd_ctl_elem_info::__anon8250::__anon8253
    [all...]

Completed in 1040 milliseconds

<<2122232425262728