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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
StkService.java 547 if (menu.items.size() == 1 && menu.items.get(0) == null) {
551 StkLog.d(this, "Unable to get Menu's items size");
CommandParamsFactory.java 524 menu.items.add(ValueParser.retrieveItem(ctlv));
531 if (menu.items.size() == 0) {
537 // STK items are listed 1...n while list start at 0, need to
580 // Create a new array for all the icons (title and items).
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /external/bison/src/
LR0.c 116 /* See comments before new_itemsets. All the vectors of items
117 live inside KERNEL_ITEMS. The number of active items after
166 | record which items would be active after that shift. Uses the |
275 /* Find and count the active items that represent ends of rules. */
358 now. itemset gets a vector of all the items that could be
360 closure (s->items, s->nitems);
  /external/protobuf/python/
ez_setup.py 252 data = [" %r: %r,\n" % it for it in md5_data.items()]
  /external/quake/quake/src/WinQuake/
view.cpp 444 if (cl.items & IT_QUAD)
451 else if (cl.items & IT_SUIT)
458 else if (cl.items & IT_INVISIBILITY)
465 else if (cl.items & IT_INVULNERABILITY)
  /external/webkit/WebKit/mac/WebView/
WebViewInternal.h 109 - (NSMenu *)_menuForElement:(NSDictionary *)element defaultItems:(NSArray *)items;
WebPDFView.mm 340 // Start with the menu items supplied by PDFKit, with WebKit tags applied
341 NSMutableArray *items = [self _menuItemsFromPDFKitForEvent:theEvent];
358 [items insertObject:item atIndex:0];
361 [items insertObject:[NSMenuItem separatorItem] atIndex:1];
363 // pass the items off to the WebKit context menu mechanism
366 NSMenu *menu = [webView _menuForElement:[self elementAtPoint:[self convertPoint:[theEvent locationInWindow] fromView:nil]] defaultItems:items];
368 // The delegate has now had the opportunity to add items to the standard PDF-related items, or to
369 // remove or modify some of the PDF-related items. In 10.4, the PDF context menu did not go through
370 // the standard WebKit delegate path, and so the standard PDF-related items always appeared. Fo
    [all...]
  /external/webkit/WebKitTools/Scripts/
validate-committer-lists 212 authors_and_last_commits = self._last_commit_by_author().items()
  /external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla_unittest.py 206 for key, expected_value in expected.items():
  /frameworks/base/media/libstagefright/rtsp/
MyHandler.h 977 const AString &s, const char *separator, List<AString> *items) {
978 items->clear();
984 items->push_back(AString(s, start, s.size() - start));
988 items->push_back(AString(s, start, offset - start))
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
ContactsPreferencesActivity.java 242 String[] items = new String[] { local
249 .setSingleChoiceItems(items, -1, new DialogInterface.OnClickListener() {
260 String[] items = new String[] {
267 .setSingleChoiceItems(items, -1, new DialogInterface.OnClickListener() {
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
menu.h 81 struct tagITEM *left; /* neighbor items */
94 short rows; /* Nr. of items high */
95 short cols; /* Nr. of items wide */
96 short frows; /* Nr. of formatted items high */
97 short fcols; /* Nr. of formatted items wide */
98 short arows; /* Nr. of items high (actual) */
112 ITEM **items; /* array of items */ member in struct:tagMENU
113 short nitems; /* Nr. of items in menu */
  /external/webkit/WebCore/inspector/front-end/
StylesSidebarPane.js     [all...]
  /development/ndk/platforms/android-3/include/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
    [all...]
  /development/testrunner/
adb_interface.py 290 for key, value in instrumentation_args.items():
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
    [all...]
  /external/chromium/third_party/icu/source/i18n/
dtptngen_impl.h 138 UnicodeString items[MAX_DT_TOKEN]; member in class:FormatParser
  /external/chromium/third_party/zlib/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
    [all...]
  /external/icu4c/i18n/
dtptngen_impl.h 138 UnicodeString items[MAX_DT_TOKEN]; member in class:FormatParser
  /external/qemu/distrib/zlib-1.2.3/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/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-4/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-5/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-5/arch-x86/usr/include/
zlib.h 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
    [all...]

Completed in 983 milliseconds

1 2 3 4 5 6 7 891011>>