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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DeferredImageDecoderTest.cpp 242 unsigned firstId = frame->getSkBitmap().getGenerationID();
255 EXPECT_NE(firstId, secondId);
268 unsigned firstId = m_lazyDecoder->frameBufferAtIndex(0)->getSkBitmap().getGenerationID();
281 EXPECT_NE(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;
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 741 milliseconds