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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarIconList.java 36 public int getSlotIndex(String slot) {
StatusBarIconController.java 221 int index = getSlotIndex(slot);
235 int viewIndex = getViewIndex(getSlotIndex(slot));
258 setIcon(getSlotIndex(slot), icon);
262 int index = getSlotIndex(slot);
267 int index = getSlotIndex(slot);
  /hardware/intel/img/psb_video/src/
tng_slotorder.c 58 static int getSlotIndex(
131 slot = getSlotIndex(bframes, intracnt, idrcnt,
  /external/llvm/lib/IR/
Attributes.cpp 576 if (getSlotIndex(I) != Index) continue;
789 if (getSlotIndex(I) < *IdxI)
791 else if (getSlotIndex(I) > *IdxI)
831 if (getSlotIndex(I) >= Index) {
832 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
844 if (Attrs.getSlotIndex(I) == Index) {
882 if (getSlotIndex(I) >= Index) {
883 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
895 if (Attrs.getSlotIndex(I) == Index) {
923 if (getSlotIndex(I) >= Index)
    [all...]
AttributeImpl.h 244 unsigned getSlotIndex(unsigned Slot) const {
Function.cpp 195 AttrBuilder B(AS, AS.getSlotIndex(0));
205 AttrBuilder B(AS, AS.getSlotIndex(0));
    [all...]
Verifier.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 356 unsigned getSlotIndex(unsigned Slot) const;
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 250 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) {
252 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i)
    [all...]
GlobalOpt.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 147 Record.push_back(A.getSlotIndex(i));
148 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i)));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 170 Record.push_back(A.getSlotIndex(i));
171 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i)));
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 170 Record.push_back(A.getSlotIndex(i));
171 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i)));
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 486 unsigned index = PAL.getSlotIndex(i);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 284 Record.push_back(AS.getSlotIndex(i));
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 158 milliseconds