HomeSort by relevance Sort by last modified time
    Searched refs:getInterval (Results 1 - 25 of 49) sorted by null

1 2

  /frameworks/base/location/lib/java/com/android/location/provider/
LocationRequestUnbundled.java 89 public long getInterval() {
90 return delegate.getInterval();
98 * {@link #getInterval}.
ProviderRequestUnbundled.java 44 public long getInterval() {
  /external/llvm/include/llvm/CodeGen/
LiveStackAnalysis.h 59 LiveInterval &getInterval(int Slot) {
66 const LiveInterval &getInterval(int Slot) const {
LiveIntervalAnalysis.h 108 LiveInterval &getInterval(unsigned Reg) {
115 const LiveInterval &getInterval(unsigned Reg) const {
116 return const_cast<LiveIntervals*>(this)->getInterval(Reg);
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusionEngine.java 170 if (request.getInterval() < gpsInterval) {
171 gpsInterval = request.getInterval();
173 if (request.getInterval() < networkInterval) {
174 networkInterval = request.getInterval();
180 if (request.getInterval() < networkInterval) {
181 networkInterval = request.getInterval();
  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 78 enqueue(&LIS->getInterval(Reg));
139 LiveInterval *SplitVirtReg = &LIS->getInterval(*I);
InlineSpiller.cpp 289 LiveInterval &SnipLI = LIS.getInterval(SnipReg);
545 LiveInterval &LI = LIS.getInterval(Reg);
546 LiveInterval &OrigLI = LIS.getInterval(Original);
597 LiveInterval &SrcLI = LIS.getInterval(SrcReg);
654 LiveInterval &OrigLI = LIS.getInterval(Original);
657 LiveInterval &LI = LIS.getInterval(Reg);
706 LiveInterval &SibLI = LIS.getInterval(SVI.SpillReg);
717 LiveInterval &OrigLI = LIS.getInterval(Original);
792 LiveInterval &DstLI = LIS.getInterval(DstReg);
845 LiveInterval &SnipLI = LIS.getInterval(MI->getOperand(1).getReg())
    [all...]
RegisterCoalescer.cpp 431 LIS->getInterval(CP.isFlipped() ? CP.getDstReg() : CP.getSrcReg());
433 LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg());
575 LIS->getInterval(CP.isFlipped() ? CP.getDstReg() : CP.getSrcReg());
577 LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg());
741 LiveInterval &SrcInt = LIS->getInterval(SrcReg);
    [all...]
RegAllocPBQP.cpp 210 LiveInterval *vregLI = &LIS->getInterval(vreg);
262 const LiveInterval &l1 = lis->getInterval(vr1);
268 const LiveInterval &l2 = lis->getInterval(vr2);
447 LiveInterval *li = &lis->getInterval(Reg);
484 LiveRangeEdit LRE(&lis->getInterval(vreg), newSpills, *mf, *lis, vrm);
494 LiveInterval &li = lis->getInterval(*itr);
518 LiveInterval *li = &lis->getInterval(*itr);
LiveRangeEdit.cpp 101 LiveInterval &li = LIS.getInterval(MO.getReg());
272 LiveInterval &LI = LIS.getInterval(Reg);
325 ToShrink.remove(&LIS.getInterval(Reg));
412 LiveInterval &LI = LIS.getInterval(get(I));
SplitKit.cpp 300 const LiveInterval &Orig = LIS.getInterval(OrigReg);
379 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx));
424 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx));
437 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx));
634 LiveInterval *LI = &LIS.getInterval(Edit->get(0));
733 LiveInterval *LI = &LIS.getInterval(Edit->get(0));
864 LiveRange &LR = LIS.getInterval(Edit->get(RegIdx));
    [all...]
CalcSpillWeights.cpp 39 VRAI.calculateSpillWeightAndHint(LIS.getInterval(Reg));
PHIElimination.cpp 326 LiveInterval &DestLI = LIS->getInterval(DestReg);
468 LiveInterval &SrcLI = LIS->getInterval(SrcReg);
625 return LIS->isLiveInToMBB(LIS->getInterval(Reg), MBB);
639 const LiveInterval &LI = LIS->getInterval(Reg);
TwoAddressInstructionPass.cpp 217 LiveInterval &LI = LIS->getInterval(SavedReg);
369 LiveInterval &LI = LIS->getInterval(Reg);
761 LiveInterval &LI = LIS->getInterval(Reg);
    [all...]
LiveIntervalAnalysis.cpp 152 OS << getInterval(Reg) << '\n';
537 LiveInterval *LI = &getInterval(Reg);
769 LiveInterval &LI = LIS.getInterval(Reg);
    [all...]
LiveDebugVariables.cpp 598 LiveInterval *DstLI = &LIS.getInterval(DstReg);
662 LI = &LIS.getInterval(Loc.getReg());
748 LiveInterval *LI = &LIS.getInterval(NewRegs[i]);
    [all...]
RegAllocGreedy.cpp 456 Matrix->unassign(LIS->getInterval(VirtReg));
469 LiveInterval &LI = LIS->getInterval(VirtReg);
557 LiveInterval *LI = &LIS->getInterval(~CurQueue.top().second);
    [all...]
  /frameworks/base/core/java/android/hardware/usb/
UsbEndpoint.java 126 public int getInterval() {
UsbRequest.java 64 endpoint.getMaxPacketSize(), endpoint.getInterval());
  /external/llvm/lib/Target/R600/
SIFixSGPRLiveRanges.cpp 99 LiveInterval &LI = LIS->getInterval(Def.getReg());
  /external/chromium_org/third_party/skia/include/animator/
SkAnimator.h 314 SkMSec getInterval();
  /external/skia/include/animator/
SkAnimator.h 314 SkMSec getInterval();
  /frameworks/base/location/java/android/location/
LocationRequest.java 325 public long getInterval() {
370 * {@link #getInterval}.
  /external/valgrind/main/VEX/priv/
ir_opt.c     [all...]
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 686 && updateRecord.mRequest.getInterval() < HIGH_POWER_INTERVAL_MS) {
    [all...]

Completed in 1111 milliseconds

1 2