| /expo/packages/expo-modules-core/ios/Swift/Logging/ |
| H A D | LogType.swift | 10 case timer = 1 27 case .timer: 50 case .trace, .timer, .stacktrace, .debug: in toOSLogType()
|
| H A D | Logger.swift | 157 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 D | LogType.swift | 10 case timer = 1 27 case .timer: 50 case .trace, .timer, .stacktrace, .debug: in toOSLogType()
|
| H A D | Logger.swift | 157 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 D | LogType.swift | 10 case timer = 1 27 case .timer: 50 case .trace, .timer, .stacktrace, .debug: in toOSLogType()
|
| H A D | Logger.swift | 157 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 D | LogType.swift | 10 case timer = 1 27 case .timer: 50 case .trace, .timer, .stacktrace, .debug: in toOSLogType()
|
| H A D | Logger.swift | 157 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 D | ABI49_0_0RCTTiming.mm | 227 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 D | ABI47_0_0RCTTiming.mm | 227 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 D | ABI48_0_0RCTTiming.mm | 227 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 D | ABI49_0_0AIRWeakTimerReference.m | 29 - (void)timerDidFire:(NSTimer *)timer 33 [_target performSelector:_selector withObject:timer]; 37 [timer invalidate];
|
| H A D | ABI49_0_0AIRWeakTimerReference.h | 17 - (void)timerDidFire:(NSTimer *)timer;
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI48_0_0AIRWeakTimerReference.m | 29 - (void)timerDidFire:(NSTimer *)timer 33 [_target performSelector:_selector withObject:timer]; 37 [timer invalidate];
|
| H A D | ABI48_0_0AIRWeakTimerReference.h | 17 - (void)timerDidFire:(NSTimer *)timer;
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI47_0_0AIRWeakTimerReference.m | 29 - (void)timerDidFire:(NSTimer *)timer 33 [_target performSelector:_selector withObject:timer]; 37 [timer invalidate];
|
| H A D | ABI47_0_0AIRWeakTimerReference.h | 17 - (void)timerDidFire:(NSTimer *)timer;
|
| /expo/ios/Exponent/Versioned/Core/Api/Components/Maps/ |
| H A D | AIRWeakTimerReference.m | 29 - (void)timerDidFire:(NSTimer *)timer 33 [_target performSelector:_selector withObject:timer]; 37 [timer invalidate];
|
| H A D | AIRWeakTimerReference.h | 17 - (void)timerDidFire:(NSTimer *)timer;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/AccessibilityResources/en.lproj/ |
| H A D | Localizable.strings | 19 "timer"="timer";
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/AccessibilityResources/en.lproj/ |
| H A D | Localizable.strings | 19 "timer"="timer";
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/AccessibilityResources/en.lproj/ |
| H A D | Localizable.strings | 19 "timer"="timer";
|
| /expo/packages/expo/build/timer/ |
| H A D | polyfillNextTick.d.ts.map | 1 {"version":3,"file":"polyfillNextTick.d.ts","sourceRoot":"","sources":["../../src/timer/polyfillNex…
|
| /expo/packages/expo-dev-menu/ios/UITests/ |
| H A D | DevMenuUIMatchers.swift | 54 let timer = Date(timeIntervalSinceNow: DevMenuTestOptions.defaultTimeout) variable 56 while timer.timeIntervalSinceNow > 0 {
|
| /expo/packages/expo-updates/ios/EXUpdates/AppLoader/ |
| H A D | AppLoaderTask.swift | 119 private var timer: Timer? variable 189 …timer = 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()
|