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

  /hardware/intel/img/psb_video/src/
tng_slotorder.c 58 static int getSlotIndex(
131 slot = getSlotIndex(bframes, intracnt, idrcnt,
  /frameworks/base/core/java/com/android/internal/statusbar/
StatusBarIconList.java 99 public int getSlotIndex(String slot) {
  /external/llvm/lib/IR/
AttributeImpl.h 230 unsigned getSlotIndex(unsigned Slot) const {
Attributes.cpp 501 if (getSlotIndex(I) != Index) continue;
715 if (getSlotIndex(I) >= Index) {
716 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
728 if (Attrs.getSlotIndex(I) == Index) {
768 if (getSlotIndex(I) >= Index) {
769 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
781 if (Attrs.getSlotIndex(I) == Index) {
892 if (pImpl->getSlotIndex(I) == Index)
921 unsigned AttributeSet::getSlotIndex(unsigned Slot) const {
924 return pImpl->getSlotIndex(Slot)
    [all...]

Completed in 190 milliseconds