/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/ |
H A D | GestureLauncherServiceTest.java | 292 List<Integer> intervals = intervalCaptor.getAllValues(); in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive() local 337 List<Integer> intervals = intervalCaptor.getAllValues(); in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOffInteractive() local 384 List<Integer> intervals = intervalCaptor.getAllValues(); in testInterceptPowerKeyDown_intervalOutOfBoundsCameraPowerGestureOffInteractive() local 434 List<Integer> intervals = intervalCaptor.getAllValues(); in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOnInteractiveSetupComplete() local 533 List<Integer> intervals = intervalCaptor.getAllValues(); in testInterceptPowerKeyDown_fiveInboundPresses_cameraAndEmergencyEnabled_bothLaunch() local 587 List<Integer> intervals = intervalCaptor.getAllValues(); in testInterceptPowerKeyDown_fiveInboundPresses_emergencyGestureEnabled_launchesFlow() local 682 List<Integer> intervals = intervalCaptor.getAllValues(); in testInterceptPowerKeyDown_longpress() local 727 List<Integer> intervals = intervalCaptor.getAllValues(); in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOnInteractiveSetupIncomplete() local 774 List<Integer> intervals = intervalCaptor.getAllValues(); in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOnInteractive() local 821 List<Integer> intervals = intervalCaptor.getAllValues(); in testInterceptPowerKeyDown_intervalOutOfBoundsCameraPowerGestureOnInteractive() local [all …]
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | DashPathEffect.java | 34 public DashPathEffect(float intervals[], float phase) { in DashPathEffect() 41 private static native long nativeCreate(float intervals[], float phase); in nativeCreate()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | DashPathEffect_Delegate.java | 76 /*package*/ static long nativeCreate(float intervals[], float phase) { in nativeCreate() 83 private DashPathEffect_Delegate(float intervals[], float phase) { in DashPathEffect_Delegate()
|
/aosp12/system/update_engine/update_manager/ |
H A D | update_time_restrictions_policy_impl.cc | 59 const WeeklyTimeIntervalVector* intervals = in UpdateCanBeApplied() local
|
H A D | update_time_restrictions_monitor.cc | 33 const WeeklyTimeIntervalVector& intervals, const WeeklyTime& now) { in FindNextNearestInterval()
|
H A D | real_device_policy_provider_unittest.cc | 365 vector<DevicePolicy::WeeklyTimeInterval> intervals = { in TEST_F() local
|
H A D | boxed_value_unittest.cc | 276 WeeklyTimeIntervalVector intervals; in TEST() local
|
H A D | chromeos_policy_unittest.cc | 154 void TestDisallowedTimeIntervals(const WeeklyTimeIntervalVector& intervals, in TestDisallowedTimeIntervals()
|
/aosp12/art/runtime/gc/collector/ |
H A D | immune_spaces.cc | 44 std::vector<Interval> intervals; in CreateLargestImmuneRegion() local
|
/aosp12/packages/services/Car/service/src/com/android/car/garagemode/ |
H A D | WakeupPolicy.java | 92 LinkedList<WakeupInterval> intervals = new LinkedList<>(); in parsePolicy() local
|
/aosp12/art/compiler/optimizing/ |
H A D | register_allocator_graph_color.cc | 630 ScopedArenaVector<LiveInterval*>& intervals = processing_core_regs in AllocateRegisters() local 735 ScopedArenaVector<LiveInterval*> intervals( in Validate() local 851 ScopedArenaVector<LiveInterval*>& intervals = IsCoreInterval(interval) in ProcessInstruction() local 1184 const ScopedArenaVector<LiveInterval*>& intervals, in BuildInterferenceGraph() 1756 static std::bitset<kMaxNumRegs> BuildConflictMask(const Container& intervals) { in BuildConflictMask() 1991 void RegisterAllocatorGraphColor::ColorSpillSlots(ArrayRef<LiveInterval* const> intervals, in ColorSpillSlots()
|
H A D | register_allocator_test.cc | 68 bool ValidateIntervals(const ScopedArenaVector<LiveInterval*>& intervals, in ValidateIntervals() 108 ScopedArenaVector<LiveInterval*> intervals(GetScopedAllocator()->Adapter()); in TEST_F() local 936 ScopedArenaVector<LiveInterval*> intervals(GetScopedAllocator()->Adapter()); in TEST_F() local
|
H A D | register_allocator.cc | 98 bool RegisterAllocator::ValidateIntervals(ArrayRef<LiveInterval* const> intervals, in ValidateIntervals()
|
H A D | register_allocator_linear_scan.cc | 431 ScopedArenaVector<LiveInterval*> intervals( in ValidateInternal() local 824 ScopedArenaVector<LiveInterval*>* intervals, ScopedArenaVector<LiveInterval*>::iterator pos) { in RemoveIntervalAndPotentialOtherHalf()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | PathEffect.cpp | 39 SkScalar* intervals = autoInterval.ptr(); in Dash_constructor() local
|
/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | FreezePeriod.java | 220 static List<FreezePeriod> canonicalizePeriods(List<FreezePeriod> intervals) { in canonicalizePeriods()
|
/aosp12/packages/modules/StatsD/statsd/src/metrics/ |
H A D | ValueMetricProducer.h | 217 std::vector<Interval> intervals; member
|
H A D | ValueMetricProducer.cpp | 895 vector<Interval>& intervals = in onMatchedLogEventInternalLocked() local 1147 const std::vector<Interval>& intervals) { in buildPartialBucket()
|
/aosp12/system/core/fs_mgr/liblp/ |
H A D | builder_test.cpp | 947 std::vector<Interval>* intervals = nullptr) { in AddPartition()
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | Surface_test.cpp | 1418 int32_t intervals = big_timestamp / interval; in TEST_F() local
|
/aosp12/hardware/qcom/msm8994/kernel-headers/sound/ |
H A D | asound.h | 346 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - member
|
/aosp12/hardware/qcom/msm8994/original-kernel-headers/sound/ |
H A D | asound.h | 363 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - member
|
/aosp12/hardware/qcom/msm8996/kernel-headers/sound/ |
H A D | asound.h | 351 …struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL… member
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/sound/ |
H A D | asound.h | 369 struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - member
|
/aosp12/hardware/qcom/msm8x09/kernel-headers/sound/ |
H A D | asound.h | 349 …struct snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL… member
|