Home
last modified time | relevance | path

Searched refs:timer (Results 1 – 25 of 81) sorted by relevance

1234

/expo/packages/expo-modules-core/ios/Swift/Logging/
H A DLogType.swift10 case timer = 1
27 case .timer:
50 case .trace, .timer, .stacktrace, .debug: in toOSLogType()
H A DLogger.swift157 guard LogType.timer.rawValue >= minLevel.rawValue else { in timeStart()
160 log(type: .timer, "Starting timer '\(id)'") in timeStart()
168 guard LogType.timer.rawValue >= minLevel.rawValue else { in timeEnd()
172 log(type: .timer, "Timer '\(id)' has not been started!") in timeEnd()
177 log(type: .timer, "Timer '\(id)' has finished in: \(diff) ms") in timeEnd()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Logging/
H A DLogType.swift10 case timer = 1
27 case .timer:
50 case .trace, .timer, .stacktrace, .debug: in toOSLogType()
H A DLogger.swift157 guard LogType.timer.rawValue >= minLevel.rawValue else { in timeStart()
160 log(type: .timer, "Starting timer '\(id)'") in timeStart()
168 guard LogType.timer.rawValue >= minLevel.rawValue else { in timeEnd()
172 log(type: .timer, "Timer '\(id)' has not been started!") in timeEnd()
177 log(type: .timer, "Timer '\(id)' has finished in: \(diff) ms") in timeEnd()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Logging/
H A DLogType.swift10 case timer = 1
27 case .timer:
50 case .trace, .timer, .stacktrace, .debug: in toOSLogType()
H A DLogger.swift157 guard LogType.timer.rawValue >= minLevel.rawValue else { in timeStart()
160 log(type: .timer, "Starting timer '\(id)'") in timeStart()
168 guard LogType.timer.rawValue >= minLevel.rawValue else { in timeEnd()
172 log(type: .timer, "Timer '\(id)' has not been started!") in timeEnd()
177 log(type: .timer, "Timer '\(id)' has finished in: \(diff) ms") in timeEnd()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Logging/
H A DLogType.swift10 case timer = 1
27 case .timer:
50 case .trace, .timer, .stacktrace, .debug: in toOSLogType()
H A DLogger.swift157 guard LogType.timer.rawValue >= minLevel.rawValue else { in timeStart()
160 log(type: .timer, "Starting timer '\(id)'") in timeStart()
168 guard LogType.timer.rawValue >= minLevel.rawValue else { in timeEnd()
172 log(type: .timer, "Timer '\(id)' has not been started!") in timeEnd()
177 log(type: .timer, "Timer '\(id)' has finished in: \(diff) ms") in timeEnd()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTTiming.mm227 if ([timer shouldFire:now]) {
228 [timersToCall addObject:timer];
247 for (_ABI49_0_0RCTTimer *timer in timersToCall) {
248 if (timer.repeats) {
249 [timer reschedule];
272 // in response to this timer another timer is scheduled, we don't pause and unpause
325 * A method used for asynchronously creating a timer. If the timer has already expired,
356 * A method used for synchronously creating a timer. The timer will not be invoked until the
376 _timers[callbackID] = timer;
380 [self scheduleSleepTimer:timer.target];
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTTiming.mm227 if ([timer shouldFire:now]) {
228 [timersToCall addObject:timer];
247 for (_ABI47_0_0RCTTimer *timer in timersToCall) {
248 if (timer.repeats) {
249 [timer reschedule];
272 // in response to this timer another timer is scheduled, we don't pause and unpause
325 * A method used for asynchronously creating a timer. If the timer has already expired,
356 * A method used for synchronously creating a timer. The timer will not be invoked until the
376 _timers[callbackID] = timer;
380 [self scheduleSleepTimer:timer.target];
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTTiming.mm227 if ([timer shouldFire:now]) {
228 [timersToCall addObject:timer];
247 for (_ABI48_0_0RCTTimer *timer in timersToCall) {
248 if (timer.repeats) {
249 [timer reschedule];
272 // in response to this timer another timer is scheduled, we don't pause and unpause
325 * A method used for asynchronously creating a timer. If the timer has already expired,
356 * A method used for synchronously creating a timer. The timer will not be invoked until the
376 _timers[callbackID] = timer;
380 [self scheduleSleepTimer:timer.target];
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI49_0_0AIRWeakTimerReference.m29 - (void)timerDidFire:(NSTimer *)timer
33 [_target performSelector:_selector withObject:timer];
37 [timer invalidate];
H A DABI49_0_0AIRWeakTimerReference.h17 - (void)timerDidFire:(NSTimer *)timer;
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI48_0_0AIRWeakTimerReference.m29 - (void)timerDidFire:(NSTimer *)timer
33 [_target performSelector:_selector withObject:timer];
37 [timer invalidate];
H A DABI48_0_0AIRWeakTimerReference.h17 - (void)timerDidFire:(NSTimer *)timer;
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI47_0_0AIRWeakTimerReference.m29 - (void)timerDidFire:(NSTimer *)timer
33 [_target performSelector:_selector withObject:timer];
37 [timer invalidate];
H A DABI47_0_0AIRWeakTimerReference.h17 - (void)timerDidFire:(NSTimer *)timer;
/expo/ios/Exponent/Versioned/Core/Api/Components/Maps/
H A DAIRWeakTimerReference.m29 - (void)timerDidFire:(NSTimer *)timer
33 [_target performSelector:_selector withObject:timer];
37 [timer invalidate];
H A DAIRWeakTimerReference.h17 - (void)timerDidFire:(NSTimer *)timer;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/AccessibilityResources/en.lproj/
H A DLocalizable.strings19 "timer"="timer";
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/AccessibilityResources/en.lproj/
H A DLocalizable.strings19 "timer"="timer";
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/AccessibilityResources/en.lproj/
H A DLocalizable.strings19 "timer"="timer";
/expo/packages/expo/build/timer/
H A DpolyfillNextTick.d.ts.map1 {"version":3,"file":"polyfillNextTick.d.ts","sourceRoot":"","sources":["../../src/timer/polyfillNex…
/expo/packages/expo-dev-menu/ios/UITests/
H A DDevMenuUIMatchers.swift54 let timer = Date(timeIntervalSinceNow: DevMenuTestOptions.defaultTimeout) variable
56 while timer.timeIntervalSinceNow > 0 {
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DAppLoaderTask.swift119 private var timer: Timer? variable
189timer = Timer(fireAt: fireDate, interval: 0, target: self, selector: #selector(timerDidFire), user… in start()
190 RunLoop.main.add(timer!, forMode: .default) in start()
278 timer.let { it in in stopTimer()
280 timer = nil in stopTimer()

1234