HomeSort by relevance Sort by last modified time
    Searched full:subindex (Results 1 - 5 of 5) sorted by null

  /external/srec/tools/grxmlcompile/
grph.h 33 subIndex= 0;
39 delete [] subIndex;
66 int *subIndex;
gr_iface.cpp 40 newIndex[ii]= subIndex[ii];
43 delete [] subIndex;
45 subIndex= newIndex;
49 subIndex= new int [BLKSIZE];
55 subIndex[numSubGraph]= ruleId;
71 if (subIndex[ii] == subId)
80 return subIndex[ii];
206 subg->ExpandRules (subGraph, subIndex, numSubGraph);
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 54 final ActivityManager.TaskThumbnails thumbs, final int subIndex) {
68 if (subIndex < (thumbs.numSubThumbbails-1)) {
69 mAm.removeSubTask(task.id, subIndex+1);
86 if (subIndex < 0) {
89 mAm.removeSubTask(task.id, subIndex);
  /packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java 124 int subindex = mSkipCounts[which] + (index - skipCount); local
125 return mSubList[which].getImageAt(subindex);
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.mm 209 NSInteger subindex = [[submenu itemArray] count];
217 subindex++);

Completed in 259 milliseconds