/aosp12/art/compiler/optimizing/ |
H A D | live_interval_test.cc | 31 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 D | live_ranges_test.cc | 71 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 D | register_allocator_linear_scan.cc | 86 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 D | register_allocator_graph_color.cc | 220 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 D | register_allocator.cc | 73 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 D | GestureLauncherServiceTest.java | 275 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 D | scan_parameters.h | 28 inline double ScanIntervalTimeMs(ScanInterval interval) { in ScanIntervalTimeMs() 37 ScanInterval interval; member
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/usage/ |
H A D | UsageStatsDatabaseTest.java | 380 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 D | PeriodicAdvertisingParameters.java | 35 private PeriodicAdvertisingParameters(boolean includeTxPower, int interval) { in PeriodicAdvertisingParameters() 105 public Builder setInterval(int interval) { in setInterval()
|
/aosp12/system/chre/core/ |
H A D | sensor_request.cc | 44 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 D | le_advertiser.cc | 28 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 D | fuzz_alarm.cc | 64 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 D | next_update_check_policy_impl.cc | 112 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 D | RecurrentTimer.h | 56 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 D | WakeupPolicy.java | 99 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 D | StatsCollector.cpp | 264 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 D | watchdogd.cpp | 31 int interval = 10; in main() local
|
/aosp12/packages/modules/StatsD/statsd/src/metrics/ |
H A D | ValueMetricProducer.cpp | 739 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 D | xt_RATEEST.h | 25 __s8 interval; member
|
/aosp12/system/bt/packet/avrcp/ |
H A D | register_notification_packet.h | 148 RegisterNotificationRequestBuilder(Event event, uint32_t interval) in RegisterNotificationRequestBuilder()
|
/aosp12/system/bt/gd/rust/common/src/ |
H A D | time.rs | 50 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 D | DisplayDensityUtils.java | 120 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 D | util_timer.py | 25 def __init__(self, interval, callback): argument
|
/aosp12/system/chre/apps/gnss_world/ |
H A D | gnss_world.cc | 62 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 D | LinearFakeValueGenerator.h | 42 Nanos interval; member
|