Home
last modified time | relevance | path

Searched defs:interval (Results 1 – 25 of 229) sorted by relevance

12345678910

/aosp12/art/compiler/optimizing/
H A Dlive_interval_test.cc31 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), allocator); in TEST() local
37 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), allocator); in TEST() local
48 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), allocator); in TEST() local
58 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), allocator); in TEST() local
76 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), allocator); in TEST() local
86 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), allocator); in TEST() local
166 static bool RangesEquals(LiveInterval* interval, in RangesEquals()
197 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), allocator); in TEST() local
208 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), allocator); in TEST() local
219 LiveInterval* interval = BuildInterval(ranges, arraysize(ranges), allocator); in TEST() local
[all …]
H A Dlive_ranges_test.cc71 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); in TEST_F() local
115 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); in TEST_F() local
163 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(1)->GetLiveInterval(); in TEST_F() local
238 LiveInterval* interval = graph->GetIntConstant(0)->GetLiveInterval(); in TEST_F() local
314 LiveInterval* interval = constant->GetLiveInterval(); in TEST_F() local
387 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); in TEST_F() local
H A Dregister_allocator_linear_scan.cc86 static bool ShouldProcess(bool processing_core_registers, LiveInterval* interval) { in ShouldProcess()
134 LiveInterval* interval = location.IsRegister() in BlockRegister() local
241 LiveInterval* interval = in ProcessInstruction() local
250 LiveInterval* interval = in ProcessInstruction() local
402 explicit AllRangesIterator(LiveInterval* interval) in AllRangesIterator()
529 [this, position](LiveInterval* interval) { in LinearScan()
548 [this, position](LiveInterval* interval) { in LinearScan()
826 LiveInterval* interval = *pos; in RemoveIntervalAndPotentialOtherHalf() local
1056 LiveInterval* interval) { in AddSorted()
1079 void RegisterAllocatorLinearScan::AllocateSpillSlotFor(LiveInterval* interval) { in AllocateSpillSlotFor()
[all …]
H A Dregister_allocator_graph_color.cc220 InterferenceNode(LiveInterval* interval, in InterferenceNode()
567 static bool IsCoreInterval(LiveInterval* interval) { in IsCoreInterval()
612 LiveInterval* interval = in RegisterAllocatorGraphColor() local
692 LiveInterval* interval = node->GetInterval(); in AllocateRegisters() local
749 LiveInterval* interval = fixed->GetInterval(); in Validate() local
962 LiveInterval* interval = in CheckForTempLiveIntervals() local
971 LiveInterval* interval = in CheckForTempLiveIntervals() local
1040 LiveInterval* interval = phi->GetLiveInterval(); in AllocateSpillSlotForCatchPhi() local
1064 LiveInterval* interval = location.IsRegister() in BlockRegister() local
1301 LiveInterval* interval = node->GetInterval(); in FindCoalesceOpportunities() local
[all …]
H A Dregister_allocator.cc73 explicit AllRangesIterator(LiveInterval* interval) in AllRangesIterator()
204 LiveInterval* RegisterAllocator::Split(LiveInterval* interval, size_t position) { in Split()
231 LiveInterval* RegisterAllocator::SplitBetween(LiveInterval* interval, size_t from, size_t to) { in SplitBetween()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DGestureLauncherServiceTest.java275 final long interval = GestureLauncherService.CAMERA_POWER_DOUBLE_TAP_MAX_TIME_MS - 1; in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive() local
320 final long interval = GestureLauncherService.CAMERA_POWER_DOUBLE_TAP_MAX_TIME_MS; in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOffInteractive() local
367 long interval = GestureLauncherService.POWER_SHORT_TAP_SEQUENCE_MAX_INTERVAL_MS; in testInterceptPowerKeyDown_intervalOutOfBoundsCameraPowerGestureOffInteractive() local
414 final long interval = GestureLauncherService.CAMERA_POWER_DOUBLE_TAP_MAX_TIME_MS - 1; in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOnInteractiveSetupComplete() local
468 final long interval = GestureLauncherService.CAMERA_POWER_DOUBLE_TAP_MAX_TIME_MS - 1; in testInterceptPowerKeyDown_fiveInboundPresses_cameraAndEmergencyEnabled_bothLaunch() local
757 final long interval = GestureLauncherService.CAMERA_POWER_DOUBLE_TAP_MAX_TIME_MS; in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOnInteractive() local
804 long interval = GestureLauncherService.POWER_SHORT_TAP_SEQUENCE_MAX_INTERVAL_MS; in testInterceptPowerKeyDown_intervalOutOfBoundsCameraPowerGestureOnInteractive() local
894 final long interval = GestureLauncherService.CAMERA_POWER_DOUBLE_TAP_MAX_TIME_MS; in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOffNotInteractive() local
940 long interval = GestureLauncherService.POWER_SHORT_TAP_SEQUENCE_MAX_INTERVAL_MS; in testInterceptPowerKeyDown_intervalOutOfBoundsCameraPowerGestureOffNotInteractive() local
1080 final long interval = GestureLauncherService.CAMERA_POWER_DOUBLE_TAP_MAX_TIME_MS; in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOnNotInteractive() local
[all …]
/aosp12/system/bt/gd/neighbor/
H A Dscan_parameters.h28 inline double ScanIntervalTimeMs(ScanInterval interval) { in ScanIntervalTimeMs()
37 ScanInterval interval; member
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
H A DUsageStatsDatabaseTest.java380 void runWriteReadTest(int interval) throws IOException { in runWriteReadTest()
406 void runVersionChangeTest(int oldVersion, int newVersion, int interval) throws IOException { in runVersionChangeTest()
573 private void compareObfuscatedData(int interval) throws IOException { in compareObfuscatedData()
601 private void verifyPackageNotRetained(int interval) throws IOException { in verifyPackageNotRetained()
638 private void verifyPackageDataIsRemoved(UsageStatsDatabase db, int interval, in verifyPackageDataIsRemoved()
658 private void verifyPackageDataIsNotRemoved(UsageStatsDatabase db, int interval, in verifyPackageDataIsNotRemoved()
/aosp12/frameworks/base/core/java/android/bluetooth/le/
H A DPeriodicAdvertisingParameters.java35 private PeriodicAdvertisingParameters(boolean includeTxPower, int interval) { in PeriodicAdvertisingParameters()
105 public Builder setInterval(int interval) { in setInterval()
/aosp12/system/chre/core/
H A Dsensor_request.cc44 SensorRequest::SensorRequest(SensorMode mode, Nanoseconds interval, in SensorRequest()
49 Nanoseconds interval, Nanoseconds latency) in SensorRequest()
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dle_advertiser.cc28 std::chrono::steady_clock::duration interval) { in Initialize()
42 std::chrono::steady_clock::duration interval) { in InitializeExtended()
/aosp12/system/bt/osi/test/fuzzers/alarm/
H A Dfuzz_alarm.cc64 bool fuzz_set_alarm(alarm_t* alarm, uint64_t interval, alarm_callback_t cb, in fuzz_set_alarm()
123 uint64_t interval = in LLVMFuzzerTestOneInput() local
/aosp12/system/update_engine/update_manager/
H A Dnext_update_check_policy_impl.cc112 int interval = *server_dictated_poll_interval; in NextUpdateCheckTime() local
152 int interval, in FuzzedInterval()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DRecurrentTimer.h56 void registerRecurrentEvent(std::chrono::nanoseconds interval, int32_t cookie) { in registerRecurrentEvent()
81 Nanos interval; member
/aosp12/packages/services/Car/service/src/com/android/car/garagemode/
H A DWakeupPolicy.java99 WakeupInterval interval = parseRule(rule); in parsePolicy() local
130 int interval, times; in parseRule() local
/aosp12/packages/services/Car/cpp/evs/manager/1.1/stats/
H A DStatsCollector.cpp264 std::chrono::nanoseconds interval, in startCustomCollection()
336 const intmax_t interval = in stopCustomCollection() local
440 const intmax_t interval = in toString() local
/aosp12/system/core/watchdogd/
H A Dwatchdogd.cpp31 int interval = 10; in main() local
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DValueMetricProducer.cpp739 for (const auto& interval : it.second.intervals) { in dumpStatesLocked() local
915 Interval& interval = intervals[i]; in onMatchedLogEventInternalLocked() local
1158 for (const Interval& interval : intervals) { in buildPartialBucket() local
1175 for (auto& interval : it->second.intervals) { in initCurrentSlicedBucket() local
1234 auto& interval = slice.second.intervals[0]; in appendToFullBucket() local
1253 auto& interval = slice.second.intervals[0]; in appendToFullBucket() local
1267 auto& interval = slice.second.intervals[0]; in appendToFullBucket() local
1284 bool ValueMetricProducer::valuePassesThreshold(const Interval& interval) { in valuePassesThreshold()
1312 Value ValueMetricProducer::getFinalValue(const Interval& interval) { in getFinalValue()
/aosp12/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_RATEEST.h25 __s8 interval; member
/aosp12/system/bt/packet/avrcp/
H A Dregister_notification_packet.h148 RegisterNotificationRequestBuilder(Event event, uint32_t interval) in RegisterNotificationRequestBuilder()
/aosp12/system/bt/gd/rust/common/src/
H A Dtime.rs50 pub fn interval(period: Duration) -> Interval { in interval() function
135 let mut interval = interval(Duration::from_millis(10)); in interval_simple_case() localVariable
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/display/
H A DDisplayDensityUtils.java120 final float interval = (1 - minScale) / numSmaller; in DisplayDensityUtils() local
141 final float interval = (maxScale - 1) / numLarger; in DisplayDensityUtils() local
/aosp12/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_timer.py25 def __init__(self, interval, callback): argument
/aosp12/system/chre/apps/gnss_world/
H A Dgnss_world.cc62 uint32_t interval = kReportIntervals[gLocationTimerCount++]; in makeLocationRequest() local
88 uint32_t interval = kReportIntervals[gMeasurementTimerCount++]; in makeMeasurementRequest() local
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DLinearFakeValueGenerator.h42 Nanos interval; member

12345678910