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

  /frameworks/base/core/java/com/android/internal/statusbar/
StatusBarIconList.java 99 public int getSlotIndex(String slot) {
  /external/llvm/lib/IR/
AttributeImpl.h 231 uint64_t getSlotIndex(unsigned Slot) const {
Attributes.cpp 499 if (getSlotIndex(I) != Index) continue;
679 if (getSlotIndex(I) >= Idx) {
680 if (getSlotIndex(I) == Idx) AS = getSlotAttributes(LastIndex++);
692 if (Attrs.getSlotIndex(I) == Idx) {
732 if (getSlotIndex(I) >= Idx) {
733 if (getSlotIndex(I) == Idx) AS = getSlotAttributes(LastIndex++);
745 if (Attrs.getSlotIndex(I) == Idx) {
856 if (pImpl->getSlotIndex(I) == Idx)
885 uint64_t AttributeSet::getSlotIndex(unsigned Slot) const {
888 return pImpl->getSlotIndex(Slot)
    [all...]

Completed in 269 milliseconds