HomeSort by relevance Sort by last modified time
    Searched defs:firstId (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/webkit/src/android/webkit/cts/
WebHistoryItemTest.java 89 int firstId = item.getId();
104 assertTrue(firstId != secondId);
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchVerticalSpacingStackFromBottomTest.java 122 int firstId = Integer.MIN_VALUE;
127 prevId = firstId;
134 firstId = firstChild.getId();
136 } while ((prevId != firstId) || (prevTop != firstTop));
142 firstId = Integer.MIN_VALUE;
145 prevId = firstId;
152 firstId = firstChild.getId();
154 } while ((prevId != firstId) || (prevTop != firstTop));
GridTouchVerticalSpacingTest.java 106 int firstId = Integer.MIN_VALUE;
111 prevId = firstId;
118 firstId = firstChild.getId();
120 } while ((prevId != firstId) || (prevTop != firstTop));
127 firstId = Integer.MIN_VALUE;
130 prevId = firstId;
137 firstId = firstChild.getId();
139 } while ((prevId != firstId) || (prevTop != firstTop));
  /external/srec/tools/grxmlcompile/
sub_min.cpp 63 bool SubGraph::EquivalenceTestForward (int firstId, int secondId, int *equivMap)
67 assert (firstId != secondId);
68 fix= FindFromIndex (firstId);
77 while (fix < numArc && arc[forwardList[fix]]->GetFromId() == firstId
80 if (fix < numArc && arc[forwardList[fix]]->GetFromId() == firstId)
93 if (fnxt != firstId && snxt != secondId)
95 else if (fnxt != firstId || snxt != secondId)
184 int fix, six, firstId, secondId, vertEnd;
199 firstId= -1;
202 // Iterator for firstId
    [all...]
sub_phon.cpp 210 int ii, fix, bix, firstId, newId, modelCount, followCount, currId, count;
262 firstId= newId;
287 currId= firstId;
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 124 int firstId = Integer.MIN_VALUE;
129 prevId = firstId;
133 firstId = firstChild.getId();
135 } while ((prevId != firstId) || (prevTop != firstTop));
164 int firstId = Integer.MIN_VALUE;
169 prevId = firstId;
173 firstId = firstChild.getId();
175 } while ((prevId != firstId) || (prevTop != firstTop));
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 711 long firstId = threadIdResult[0];
713 if (undeliveredCursor.getLong(0) != firstId) {
714 firstId = 0;
718 threadIdResult[1] = firstId; // non-zero if all ids are the same
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 1797 milliseconds