Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 25 of 126) sorted by relevance

123456

/expo/packages/expo-video/ios/
H A DVideoModule.swift75 return player.pointer.currentTime().seconds in definition()
97 Function("seekBy") { (player, seconds: Double) in in definition()
98 … let newTime = player.pointer.currentTime() + CMTime(seconds: seconds, preferredTimescale: .max) in definition()
/expo/packages/expo-notifications/src/__tests__/
H A DNotifications-test.ts218 seconds: 3600,
228 seconds: input.trigger.seconds,
245 seconds: input.trigger.seconds,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/tests/
H A DABI49_0_0SchedulerPriorityTest.cpp40 std::chrono::seconds(5)); in TEST()
43 std::chrono::seconds(10)); in TEST()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/tests/
H A DABI47_0_0SchedulerPriorityTest.cpp39 std::chrono::seconds(5)); in TEST()
42 std::chrono::seconds(10)); in TEST()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/tests/
H A DABI48_0_0SchedulerPriorityTest.cpp39 std::chrono::seconds(5)); in TEST()
42 std::chrono::seconds(10)); in TEST()
/expo/packages/expo-video/src/
H A DVideoPlayer.ts33 seekBy(seconds: number): void;
/expo/packages/expo-video/build/
H A DVideoPlayer.d.ts28 seekBy(seconds: number): void;
H A DVideoPlayer.js.map1 …d;\n\n /**\n * Seeks the playback by the given number of seconds.\n */\n seekBy(seconds: num…
/expo/packages/expo-modules-core/ios/Tests/
H A DExpoRequestCdpInterceptorSpec.swift50 waitUntil(timeout: .seconds(2)) { done in in spec()
106 waitUntil(timeout: .seconds(2)) { done in in spec()
168 waitUntil(timeout: .seconds(2)) { done in in spec()
193 waitUntil(timeout: .seconds(5)) { done in in spec()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DExpoRequestCdpInterceptorSpec.swift50 waitUntil(timeout: .seconds(2)) { done in in spec()
106 waitUntil(timeout: .seconds(2)) { done in in spec()
168 waitUntil(timeout: .seconds(2)) { done in in spec()
193 waitUntil(timeout: .seconds(5)) { done in in spec()
/expo/packages/expo-notifications/src/
H A DNotificationScheduler.types.ts48 seconds: number; property
H A DNotifications.types.ts144 seconds: number; property
275 seconds: number; property
H A DscheduleNotificationAsync.ts155 seconds: userFacingTrigger.seconds,
/expo/packages/expo-notifications/build/
H A DNotificationScheduler.types.d.ts36 seconds: number; property
H A DNotificationScheduler.types.js.map1seconds: number;\n}\n\nexport interface DailyTriggerInput {\n type: 'daily';\n channelId?: strin…
H A DNotifications.types.d.ts131 seconds: number; property
244 seconds: number; property
H A DscheduleNotificationAsync.js126 seconds: userFacingTrigger.seconds,
H A DscheduleNotificationAsync.js.map1seconds: 60,\n * },\n * });\n * ```\n *\n * # Schedule the notification that will trigger repeat…
/expo/apps/native-component-list/src/screens/
H A DNotificationScreen.tsx98 title="Schedule notification for 10 seconds from now"
106 title="Schedule notification for 10 seconds from now and then cancel it immediately"
155 Notifications.getNextTriggerDateAsync({ seconds: 10 }).then((timestamp) =>
159 title="Get next date for time interval + 10 seconds"
265 seconds: 10,
290 seconds: 1,
304 seconds: 10,
/expo/packages/expo-dev-launcher/ios/Logs/
H A DEXDevLauncherRemoteLogsManager.swift54 _ = group.wait(timeout: DispatchTime.now() + .seconds(2)) in sendSync()
/expo/apps/test-suite/tests/
H A DNotifications.js923 seconds: 10, property
937 seconds: trigger.seconds, property
946 seconds: 10, property
982 trigger: { seconds: 5 },
1036 trigger: { seconds: 5 },
1072 trigger: { seconds: 5 },
1100 trigger: { seconds: 5 },
1137 trigger: { seconds: 5 },
1325 seconds: 5,
1444 trigger: { seconds: 5 },
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Modules/
H A DABI49_0_0RCTLayoutAnimation.m87 …BI49_0_0RCTLogError(@"ABI49_0_0RCTLayoutAnimationGroup expects timings to be in ms, not seconds.");
93 …BI49_0_0RCTLogError(@"ABI49_0_0RCTLayoutAnimationGroup expects timings to be in ms, not seconds.");
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Modules/
H A DABI47_0_0RCTLayoutAnimation.m87 …BI47_0_0RCTLogError(@"ABI47_0_0RCTLayoutAnimationGroup expects timings to be in ms, not seconds.");
93 …BI47_0_0RCTLogError(@"ABI47_0_0RCTLayoutAnimationGroup expects timings to be in ms, not seconds.");
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Modules/
H A DABI48_0_0RCTLayoutAnimation.m87 …BI48_0_0RCTLogError(@"ABI48_0_0RCTLayoutAnimationGroup expects timings to be in ms, not seconds.");
93 …BI48_0_0RCTLogError(@"ABI48_0_0RCTLayoutAnimationGroup expects timings to be in ms, not seconds.");
/expo/packages/expo-background-fetch/build/
H A DBackgroundFetch.types.js.map1seconds\n * to perform the task, otherwise your app will be terminated and future background fetch…

123456