HomeSort by relevance Sort by last modified time
    Searched full:subindex (Results 1 - 11 of 11) 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 75 final ActivityManager.TaskThumbnails thumbs, final int subIndex) {
89 if (subIndex < (thumbs.numSubThumbbails-1)) {
90 mAm.removeSubTask(task.id, subIndex+1);
107 if (subIndex < 0) {
110 mAm.removeSubTask(task.id, subIndex);
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 1090 for (int subIndex = 0; subIndex < numSubFiles; subIndex++)
1092 const CUpdateItem &ui = updateItems[indices[i + subIndex]];
1104 startFileIndexInDatabase + i + subIndex];
1106 if (!inStreamSpec->Processed[subIndex])
1112 file.Crc = inStreamSpec->CRCs[subIndex];
1113 file.Size = inStreamSpec->Sizes[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_org/chrome/browser/ui/gtk/
global_history_menu.cc 339 int subindex = 2; local
348 subindex++);
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.mm 209 NSInteger subindex = [[submenu itemArray] count];
217 subindex++);
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_bridge.mm 229 NSInteger subindex = [[submenu itemArray] count];
237 subindex++);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 784 unsigned subindex = 0; local
786 unsigned subindex = 1;
790 index = LLVMConstInt(elem_type, j/2 + subindex, 0);
794 index = LLVMConstInt(elem_type, h16.type.length/2 + j/2 + subindex, 0);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 784 unsigned subindex = 0; local
786 unsigned subindex = 1;
790 index = LLVMConstInt(elem_type, j/2 + subindex, 0);
794 index = LLVMConstInt(elem_type, h16.type.length/2 + j/2 + subindex, 0);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.cc 696 int subindex = 2; local
705 subindex++);

Completed in 372 milliseconds