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

1 2 3 4 5 6

  /frameworks/base/location/lib/java/com/android/location/provider/
LocationRequestUnbundled.java 89 public long getInterval() {
90 return delegate.getInterval();
98 * {@link #getInterval}.
ProviderRequestUnbundled.java 45 public long getInterval() {
  /system/chre/core/tests/
sensor_request_test.cc 49 EXPECT_EQ(request.getInterval(), Nanoseconds(CHRE_SENSOR_INTERVAL_DEFAULT));
62 EXPECT_EQ(mergedRequest.getInterval(), Nanoseconds(0));
75 EXPECT_EQ(mergedRequest.getInterval(), Nanoseconds(0));
89 EXPECT_EQ(mergedRequest.getInterval(), Nanoseconds(0));
101 EXPECT_EQ(mergedRequest.getInterval(), Nanoseconds(0));
114 EXPECT_EQ(mergedRequest.getInterval(), Nanoseconds(10));
127 EXPECT_EQ(mergedRequest.getInterval(), Nanoseconds(10));
138 EXPECT_EQ(mergedRequest.getInterval(),
153 EXPECT_EQ(mergedRequest.getInterval(), Nanoseconds(20000000));
164 EXPECT_EQ(mergedRequest.getInterval(), Nanoseconds(10))
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
UsbACAudioControlEndpoint.java 57 public byte getInterval() {
  /system/chre/core/include/chre/core/
sensor_request.h 91 Nanoseconds getInterval() const {
  /external/llvm/include/llvm/CodeGen/
LiveStackAnalysis.h 60 LiveInterval &getInterval(int Slot) {
67 const LiveInterval &getInterval(int Slot) const {
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyOptimizeLiveIntervals.cpp 86 LIS.splitSeparateComponents(LIS.getInterval(Reg), SplitLIs);
97 LiveInterval &LI = LIS.getInterval(MI->getOperand(0).getReg());
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveStackAnalysis.h 59 LiveInterval &getInterval(int Slot) {
66 const LiveInterval &getInterval(int Slot) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveStackAnalysis.h 60 LiveInterval &getInterval(int Slot) {
67 const LiveInterval &getInterval(int Slot) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveStackAnalysis.h 64 LiveInterval &getInterval(int Slot) {
71 const LiveInterval &getInterval(int Slot) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveStackAnalysis.h 64 LiveInterval &getInterval(int Slot) {
71 const LiveInterval &getInterval(int Slot) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveStackAnalysis.h 64 LiveInterval &getInterval(int Slot) {
71 const LiveInterval &getInterval(int Slot) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveStackAnalysis.h 64 LiveInterval &getInterval(int Slot) {
71 const LiveInterval &getInterval(int Slot) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveStackAnalysis.h 64 LiveInterval &getInterval(int Slot) {
71 const LiveInterval &getInterval(int Slot) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveStackAnalysis.h 64 LiveInterval &getInterval(int Slot) {
71 const LiveInterval &getInterval(int Slot) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveStackAnalysis.h 60 LiveInterval &getInterval(int Slot) {
67 const LiveInterval &getInterval(int Slot) const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveStackAnalysis.h 64 LiveInterval &getInterval(int Slot) {
71 const LiveInterval &getInterval(int Slot) const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveStackAnalysis.h 64 LiveInterval &getInterval(int Slot) {
71 const LiveInterval &getInterval(int Slot) const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveStackAnalysis.h 64 LiveInterval &getInterval(int Slot) {
71 const LiveInterval &getInterval(int Slot) const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveStackAnalysis.h 64 LiveInterval &getInterval(int Slot) {
71 const LiveInterval &getInterval(int Slot) const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveStackAnalysis.h 64 LiveInterval &getInterval(int Slot) {
71 const LiveInterval &getInterval(int Slot) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveStackAnalysis.h 64 LiveInterval &getInterval(int Slot) {
71 const LiveInterval &getInterval(int Slot) const {
  /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/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterCoalescer.cpp 423 LIS->getInterval(CP.isFlipped() ? CP.getDstReg() : CP.getSrcReg());
425 LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg());
496 if (LIS->hasInterval(*AS) && IntA.overlaps(LIS->getInterval(*AS))) {
499 LIS->getInterval(*AS).print(dbgs(), TRI);
528 LiveInterval &SRLI = LIS->getInterval(*SR);
631 LIS->getInterval(CP.isFlipped() ? CP.getDstReg() : CP.getSrcReg());
633 LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg());
689 HasOtherReachingDefs(IntA, LIS->getInterval(*AS), AValNo, 0))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCVSXFMAMutate.cpp 111 LIS->getInterval(MI->getOperand(1).getReg()).Query(FMAIdx).valueIn();
191 if (LIS->getInterval(Reg2).Query(FMAIdx).isKill()
195 } else if (LIS->getInterval(Reg3).Query(FMAIdx).isKill()
212 !LIS->getInterval(AddendSrcReg).liveAt(FMAIdx))
280 LiveInterval &FMAInt = LIS->getInterval(OldFMAReg);
298 LiveInterval &NewFMAInt = LIS->getInterval(KilledProdReg);

Completed in 726 milliseconds

1 2 3 4 5 6