HomeSort by relevance Sort by last modified time
    Searched refs:topIndex (Results 1 - 24 of 24) sorted by null

  /dalvik/vm/
IndirectRefTable.cpp 65 size_t topIndex = segmentState.parts.topIndex;
82 assert(topIndex > 1);
84 * we know the item at the topIndex is not a hole */
85 slot = &table_[topIndex - 1];
88 assert(slot >= table_ + prevState.parts.topIndex);
93 if (topIndex == alloc_entries_) {
95 if (topIndex == max_entries_) {
123 slot = &table_[topIndex++];
124 segmentState.parts.topIndex = topIndex
    [all...]
IndirectRefTable.h 145 * also removed. Thus, deletion of an entry may reduce "topIndex" by more
197 u4 topIndex:16; /* index of first unused entry */
335 return segmentState.parts.topIndex;
  /external/webkit/Source/WebCore/platform/graphics/openvg/
TiledImageOpenVG.cpp 94 int topIndex = static_cast<int>(rect.y()) / m_maxTileSize.height();
98 if (topIndex < 0)
99 topIndex = 0;
105 int rows = (bottomIndex - topIndex) + 1;
107 return IntRect(leftIndex, topIndex,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 1117 milliseconds