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

  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 185 /// getSlot - Return the stack slot number a particular register number is
187 unsigned getSlot(unsigned RegNo) const {
194 unsigned Slot = getSlot(RegNo);
221 return StackTop - 1 - getSlot(RegNo) + X86::ST0;
233 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; }
    [all...]
  /frameworks/base/core/java/com/android/internal/statusbar/
StatusBarIconList.java 121 public String getSlot(int index) {
  /external/llvm/lib/VMCore/
Attributes.cpp 239 /// getSlot - Return the AttributeWithIndex at the specified slot. This
241 const AttributeWithIndex &AttrListPtr::getSlot(unsigned Slot) const {
352 const AttributeWithIndex &PAWI = getSlot(i);
  /external/webkit/Source/JavaScriptCore/runtime/
WeakGCMap.h 68 std::pair<KeyType, HandleSlot> getSlot() const { return *m_iterator; }
119 HandleSlot getSlot(const KeyType& key) const
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
FrameBuffer.java 128 public int getSlot() {
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 129 return listEntry()->getIndex() | getSlot();
133 Slot getSlot() const {
230 bool isBlock() const { return getSlot() == Slot_Block; }
233 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
237 bool isRegister() const { return getSlot() == Slot_Register; }
240 bool isDead() const { return getSlot() == Slot_Dead; }
274 Slot s = getSlot();
284 return SlotIndex(listEntry()->getNextNode(), getSlot());
294 Slot s = getSlot();
304 return SlotIndex(listEntry()->getPrevNode(), getSlot());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 232 addIcon(iconList.getSlot(i), i, viewIndex, icon);
    [all...]
CommandQueue.java 253 mCallbacks.addIcon(mList.getSlot(index), index, viewIndex, icon);
256 mCallbacks.updateIcon(mList.getSlot(index), index, viewIndex,
264 mCallbacks.removeIcon(mList.getSlot(index), index, viewIndex);
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 855 unsigned getSlot() const { return Slot; }
937 unsigned getSlot() const { return Slot; }
    [all...]
  /frameworks/base/services/input/
InputReader.h 834 inline const Slot* getSlot(size_t index) const { return &mSlots[index]; }
    [all...]
  /prebuilt/common/jython/
jython.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 

Completed in 980 milliseconds