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

<<11121314151617181920>>

  /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...]
  /frameworks/base/core/java/android/content/
SyncManager.java 1214 final ArrayList<SyncStorageEngine.SyncHistoryItem> items local
    [all...]
  /external/libxslt/libxslt/
xslt.c 636 nsi = (xsltNsListContainerPtr) list->items[i];
651 xsltPointerListFree((xsltPointerListPtr) list->items[i]);
663 xsltPointerListFree((xsltPointerListPtr) list->items[i]);
    [all...]
  /build/tools/releasetools/
check_target_files_signatures 365 for (old, new), packages in sorted(by_certpair.items()):
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java 1172 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/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.cc 342 const std::vector<WebMenuItem>& items,
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.cc 391 const std::vector<WebMenuItem>& items,
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 654 const HB_ScriptItem *items, hb_uint32 numItems,
660 HB_Script script = items[i].script;
666 attributeFunction(script, string, items[i].pos, items[i].length, attributes);
686 const HB_ScriptItem * /*items*/, hb_uint32 /*numItems*/,
760 const HB_ScriptItem * /*items*/, hb_uint32 /*numItems*/,
    [all...]
  /external/markdown/markdown/
__init__.py 545 return module.makeExtension(configs.items())
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 81 for key, value in kwargs.items():
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 434 for test_file, test_json in results_json['tests'].items():
  /external/zlib/
zlib.h 80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
    [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
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 2270 final CharSequence[] items = new CharSequence[] { local
2301 final CharSequence[] items = new CharSequence[] { local
    [all...]
  /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/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 7 // element containing the draggable items
  /external/llvm/utils/lit/lit/
main.py 532 suitesAndTests = suitesAndTests.items()
617 byTime = list(times.items())
  /external/protobuf/python/
mox.py 618 ['%s=%r' % x for x in sorted((self._named_params or {}).items())])
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 383 int items; local
385 SUCCEEDED(ScriptItemize(c, 2, 2, NULL, NULL, si, &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)) {

Completed in 1387 milliseconds

<<11121314151617181920>>