HomeSort by relevance Sort by last modified time
    Searched refs:firstItem (Results 1 - 25 of 43) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MapItem.java 44 private final Item firstItem;
82 Item firstItem = null;
91 firstItem, lastItem, count));
94 firstItem = item;
104 firstItem, lastItem, count));
120 * @param firstItem {@code non-null;} first item covered
124 private MapItem(ItemType type, Section section, Item firstItem,
136 if (firstItem == null) {
137 throw new NullPointerException("firstItem == null");
150 this.firstItem = firstItem
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
MapItem.java 44 private final Item firstItem;
82 Item firstItem = null;
91 firstItem, lastItem, count));
94 firstItem = item;
104 firstItem, lastItem, count));
120 * @param firstItem {@code non-null;} first item covered
124 private MapItem(ItemType type, Section section, Item firstItem,
136 if (firstItem == null) {
137 throw new NullPointerException("firstItem == null");
150 this.firstItem = firstItem
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MapItem.java 44 private final Item firstItem;
82 Item firstItem = null;
91 firstItem, lastItem, count));
94 firstItem = item;
104 firstItem, lastItem, count));
120 * @param firstItem {@code non-null;} first item covered
124 private MapItem(ItemType type, Section section, Item firstItem,
136 if (firstItem == null) {
137 throw new NullPointerException("firstItem == null");
150 this.firstItem = firstItem
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebNodeCollection.cpp 80 WebNode WebNodeCollection::firstItem() const
82 return WebNode(m_private->firstItem());
WebPageSerializerImpl.cpp 481 for (Node* node = all->firstItem(); node; node = all->nextItem()) {
WebFrameImpl.cpp 542 for (Node* child = children->firstItem(); child; child = children->nextItem()) {
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebNodeCollection.h 62 WEBKIT_API WebNode firstItem() const;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ArrayAdapterTest.java 99 Integer firstItem = arrayAdapter.getItem(0);
101 assertEquals(new Integer(1), firstItem);
103 arrayAdapter.remove(firstItem);
114 Integer firstItem = arrayAdapter.getItem(0);
116 arrayAdapter.remove(firstItem);
  /external/webkit/Source/WebCore/html/
HTMLCollection.h 53 Node* firstItem() const;
HTMLMapElement.cpp 86 for (Node* curr = coll->firstItem(); curr; curr = coll->nextItem()) {
HTMLCollection.cpp 246 Node* HTMLCollection::firstItem() const
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListAdapter.java 62 GroupListItem firstItem = getItem(0);
63 long groupId = (firstItem == null) ? 0 : firstItem.getGroupId();
  /external/webkit/Source/WebCore/bindings/js/
JSHTMLDocumentCustom.cpp 72 Node* node = collection->firstItem();
JSDOMWindowCustom.cpp 133 return toJS(exec, collection->firstItem());
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java 834 int firstItem = Integer.MAX_VALUE;
839 firstItem = allEnabled ? 0 :
845 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
890 curIndex == firstItem) {
    [all...]
  /external/chromium/webkit/glue/
dom_operations.cc 136 for (WebNode node = all.firstItem(); !node.isNull();
dom_serializer_unittest.cc 64 for (WebNode node = all.firstItem();
702 for (WebNode node = all.firstItem(); !node.isNull();
751 for (WebNode node = all.firstItem(); !node.isNull();
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLDocumentCustom.cpp 86 Node* node = items->firstItem();
V8DOMWindowCustom.cpp 513 return toV8(items->firstItem());
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ListPopupWindow.java 807 int firstItem = Integer.MAX_VALUE;
812 firstItem = allEnabled ? 0 :
818 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
865 curIndex == firstItem) {
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]
  /external/svox/pico/lib/
picopr.c 1080 static void pr_startItemList (pr_ioItemPtr * firstItem, pr_ioItemPtr * lastItem)
1082 *firstItem = NULL;
1087 static void pr_appendItem (picodata_ProcessingUnit this, pr_ioItemPtr * firstItem, pr_ioItemPtr * lastItem, pr_ioItemPtr item)
1092 *firstItem = item;
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp     [all...]
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]

Completed in 1531 milliseconds

1 2