Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 47) sorted by relevance

12

/expo/apps/bare-expo/e2e/
H A DTestSuite-test.web.js36 timeout: MIN_TIME * 1.5, property
57 timeout: MIN_TIME, property
61 await matchID('test_suite_container', { visible: true, timeout: RENDER_MOUNTING_TIMEOUT }); property
63 await matchID('test_suite_final_results', { visible: true, timeout: MIN_TIME }); property
/expo/docs/scripts/
H A Dtest-links.js38 { timeout: 500 } property
48 { timeout: 500 } property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/tests/
H A DABI49_0_0StubQueue.h50 bool waitForTask(std::chrono::duration<double> timeout) const { in waitForTask()
58 std::chrono::duration<double> timeout) const { in waitForTasks()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/tests/
H A DABI48_0_0StubQueue.h50 bool waitForTask(std::chrono::duration<double> timeout) const { in waitForTask()
58 std::chrono::duration<double> timeout) const { in waitForTasks()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/tests/
H A DABI47_0_0StubQueue.h50 bool waitForTask(std::chrono::duration<double> timeout) const { in waitForTask()
58 std::chrono::duration<double> timeout) const { in waitForTasks()
/expo/packages/expo-sensors/build/utils/
H A DisSensorEnabledAsync.web.js74 export async function assertSensorEventEnabledAsync(eventName, timeout) { argument
101 timeout = 250) { argument
/expo/packages/expo-image-loader/android/src/main/java/expo/modules/imageloader/
H A DSimpleSettableFuture.java78 T get(long timeout, TimeUnit unit) in get()
107 T getOrThrow(long timeout, TimeUnit unit) { in getOrThrow()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/imageloader/
H A DSimpleSettableFuture.java78 T get(long timeout, TimeUnit unit) in get()
107 T getOrThrow(long timeout, TimeUnit unit) { in getOrThrow()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/imageloader/
H A DSimpleSettableFuture.java78 T get(long timeout, TimeUnit unit) in get()
107 T getOrThrow(long timeout, TimeUnit unit) { in getOrThrow()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/imageloader/
H A DSimpleSettableFuture.java78 T get(long timeout, TimeUnit unit) in get()
107 T getOrThrow(long timeout, TimeUnit unit) { in getOrThrow()
/expo/packages/@expo/cli/src/utils/
H A Dglob.ts51 const timeout = setTimeout(() => { constant
/expo/ios/Tests/AppLoader/
H A DEXAppLoaderConfigurationTests.m10 @property (nonatomic, readonly) NSTimeInterval timeout; property
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/test/
H A DExponentTestNativeModule.kt67 val timeout = if (options.hasKey("timeout")) { in action() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/test/
H A DExponentTestNativeModule.kt67 val timeout = if (options.hasKey("timeout")) { in action() constant
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/test/
H A DExponentTestNativeModule.kt67 val timeout = if (options.hasKey("timeout")) { in action() constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/test/
H A DExponentTestNativeModule.kt67 val timeout = if (options.hasKey("timeout")) { in action() constant
/expo/apps/test-suite/
H A DTestUtils.js18 timeout: 100, property
/expo/packages/expo-camera/src/
H A DuseWebQRScanner.ts92 const timeout = React.useRef<number | undefined>(undefined); constant
/expo/packages/@expo/cli/src/start/server/
H A DDevelopmentSession.ts20 protected timeout: NodeJS.Timeout | null = null; property in DevelopmentSession
/expo/android/expoview/src/main/java/host/exp/exponent/test/
H A DTestActionEvent.kt11 val timeout: Int constant in host.exp.exponent.test.TestActionEvent
/expo/packages/expo-test-runner/build/
H A DBundlerController.js27 const killProcess = (pid, timeout) => new Promise((resolve, reject) => { argument
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DUpdates-test.ts97 const timeout = mainApplication['meta-data'].filter( constant
/expo/apps/test-suite/tests/
H A Dhelpers.js48 export const mountAndWaitForWithTimeout = (child, propName = 'ref', setPortalChild, timeout) => argument
H A DMediaLibrary.js124 t.it = (name, fn, timeout) => argument
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DLoaderTask.kt275 private fun timeout() { in <lambda>() method

12