Home
last modified time | relevance | path

Searched defs:now (Results 1 – 25 of 84) sorted by relevance

1234

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI48_0_0RuntimeScheduler.cpp19 std::function<RuntimeSchedulerTimePoint()> now) in RuntimeScheduler()
63 RuntimeSchedulerTimePoint RuntimeScheduler::now() const noexcept { in now() function in ABI48_0_0facebook::ABI48_0_0React::RuntimeScheduler
90 auto now = now_(); in callExpiredTasks() local
134 auto now = now_(); in startWorkLoop() local
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI47_0_0RuntimeScheduler.cpp20 std::function<RuntimeSchedulerTimePoint()> now) in RuntimeScheduler()
63 RuntimeSchedulerTimePoint RuntimeScheduler::now() const noexcept { in now() function in ABI47_0_0facebook::ABI47_0_0React::RuntimeScheduler
90 auto now = now_(); in callExpiredTasks() local
134 auto now = now_(); in startWorkLoop() local
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/devtools/
H A DExpoRequestCdpInterceptor.kt42 val now = BigDecimal(System.currentTimeMillis() / 1000.0).setScale(3, RoundingMode.CEILING) in willSendRequest() constant
52 val now = BigDecimal(System.currentTimeMillis() / 1000.0).setScale(3, RoundingMode.CEILING) in didReceiveResponse() constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/devtools/
H A DExpoRequestCdpInterceptor.kt42 val now = BigDecimal(System.currentTimeMillis() / 1000.0).setScale(3, RoundingMode.CEILING) in willSendRequest() constant
52 val now = BigDecimal(System.currentTimeMillis() / 1000.0).setScale(3, RoundingMode.CEILING) in didReceiveResponse() constant
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI49_0_0RuntimeScheduler.cpp20 std::function<RuntimeSchedulerTimePoint()> now) in RuntimeScheduler()
76 RuntimeSchedulerTimePoint RuntimeScheduler::now() const noexcept { in now() function in ABI49_0_0facebook::ABI49_0_0React::RuntimeScheduler
102 auto now = now_(); in callExpiredTasks() local
146 auto now = now_(); in startWorkLoop() local
/expo/packages/expo-modules-core/ios/Swift/DevTools/
H A DExpoRequestCdpInterceptor.swift38 let now = Date().timeIntervalSince1970 in willSendRequest() variable
56 let now = Date().timeIntervalSince1970 in didReceiveResponse() variable
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/DevTools/
H A DExpoRequestCdpInterceptor.swift38 let now = Date().timeIntervalSince1970 in willSendRequest() variable
56 let now = Date().timeIntervalSince1970 in didReceiveResponse() variable
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/test_utils/
H A DABI48_0_0MockClock.h18 static time_point now() noexcept { in now() function
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/test_utils/
H A DABI47_0_0MockClock.h18 static time_point now() noexcept { in now() function
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/test_utils/
H A DABI49_0_0MockClock.h18 static time_point now() noexcept { in now() function
/expo/packages/expo-dev-launcher/ios/Tests/
H A DEXDevLauncherRecentlyOpenedAppsRegistryTest.swift40 let now = Int64(Date().timeIntervalSince1970 * 1_000) in spec() variable
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI48_0_0utils.cpp14 uint64_t now, in calculateAnimationProgress()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI47_0_0utils.cpp15 uint64_t now, in calculateAnimationProgress()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI49_0_0utils.cpp14 uint64_t now, in calculateAnimationProgress()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/schedulers/
H A DIntervalSchedulerModel.kt52 var now = DateTime.now().toDate().time variable in host.exp.exponent.notifications.schedulers.IntervalSchedulerModel
H A DCalendarSchedulerModel.kt57 val now = DateTime.now() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/datetimepicker/
H A DRNDate.java8 private Calendar now; field in RNDate
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/datetimepicker/
H A DRNDate.java8 private Calendar now; field in RNDate
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/datetimepicker/
H A DRNDate.java8 private Calendar now; field in RNDate
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/datetimepicker/
H A DRNDate.java8 private Calendar now; field in RNDate
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/triggers/
H A DDateTrigger.java33 Date now = new Date(); in nextTriggerDate() local
H A DTimeIntervalTrigger.java48 Date now = new Date(); in nextTriggerDate() local
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/triggers/
H A DDateTrigger.java33 Date now = new Date(); in nextTriggerDate() local
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/triggers/
H A DDateTrigger.java33 Date now = new Date(); in nextTriggerDate() local
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/triggers/
H A DDateTrigger.java33 Date now = new Date(); in nextTriggerDate() local

1234