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

  /external/skia/tests/
TDStackNesterTest.cpp 87 const int slotCount = SkTDStackNesterTester::GetSlotCount();
90 for (; count < 2 * slotCount; ++count) {
94 } else if (slotCount - 4 == count) {
  /frameworks/compile/slang/
slang_backend.cpp 520 int slotCount = 0;
597 llvm::MDString::get(mLLVMContext, llvm::utostr_32(slotCount))));
600 slotCount++;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 107 int slotCount = mLayout.mSlotCount;
108 if (index < 0 || index >= slotCount) {
421 public boolean setSlotCount(int slotCount) {
422 if (slotCount == mSlotCount) return false;
427 mSlotCount = slotCount;
712 public boolean setSlotCount(int slotCount) {
713 boolean changed = mLayout.setSlotCount(slotCount);
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 573 milliseconds