Home
last modified time | relevance | path

Searched refs:checking (Results 1 – 25 of 93) sorted by relevance

1234

/expo/packages/expo-updates/ios/Tests/
H A DUpdatesStateMachineSpec.swift34 expect(machine.state) == .checking in spec()
56 expect(machine.state) == .checking in spec()
92 expect(machine.state) == .checking in spec()
109 expect(machine.state) == .checking in spec()
119 expect(machine.state) == .checking in spec()
127 expect(machine.state) == .checking in spec()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/
H A DABI47_0_0EXJavaScriptValue.h30 #pragma mark - Type checking
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/
H A DABI48_0_0EXJavaScriptValue.h30 #pragma mark - Type checking
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesStateMachine.swift23 case checking in sendUpdateStateChangeEventToBridge()
394 .checking: [.checkCompleteAvailable, .checkCompleteUnavailable, .checkError],
404 .check: .checking,
/expo/packages/expo-modules-core/ios/JSI/
H A DEXJavaScriptValue.h31 #pragma mark - Type checking
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/
H A DABI49_0_0EXJavaScriptValue.h31 #pragma mark - Type checking
/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesStateMachine.swift23 case checking in sendUpdateStateChangeEventToBridge()
444 .checking: [.checkCompleteAvailable, .checkCompleteUnavailable, .checkError],
454 .check: .checking,
/expo/packages/expo-updates/build/statemachine/
H A DUpdatesStateMachine.js83 checking: { property
/expo/docs/pages/versions/unversioned/sdk/
H A Dgl-view.mdx192 …ds checking on their arguments. So, passing invalid arguments may cause a native crash. There are …
194 …tly, the priority for error checking is low since engines generally don't rely on the OpenGL API t…
H A Dpedometer.mdx32 const [isPedometerAvailable, setIsPedometerAvailable] = useState('checking');
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dgl-view.mdx188 …ds checking on their arguments. So, passing invalid arguments may cause a native crash. There are …
190 …tly, the priority for error checking is low since engines generally don't rely on the OpenGL API t…
H A Dpedometer.mdx32 const [isPedometerAvailable, setIsPedometerAvailable] = useState('checking');
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dgl-view.mdx192 …ds checking on their arguments. So, passing invalid arguments may cause a native crash. There are …
194 …tly, the priority for error checking is low since engines generally don't rely on the OpenGL API t…
H A Dpedometer.mdx32 const [isPedometerAvailable, setIsPedometerAvailable] = useState('checking');
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dgl-view.mdx188 …ds checking on their arguments. So, passing invalid arguments may cause a native crash. There are …
190 …tly, the priority for error checking is low since engines generally don't rely on the OpenGL API t…
H A Dpedometer.mdx32 const [isPedometerAvailable, setIsPedometerAvailable] = useState('checking');
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dgl-view.mdx188 …ds checking on their arguments. So, passing invalid arguments may cause a native crash. There are …
190 …tly, the priority for error checking is low since engines generally don't rely on the OpenGL API t…
H A Dpedometer.mdx32 const [isPedometerAvailable, setIsPedometerAvailable] = useState('checking');
/expo/packages/expo-updates/src/statemachine/
H A DUpdatesStateMachine.ts133 checking: {
/expo/apps/native-component-list/src/screens/
H A DMailComposerScreen.tsx14 return `An unknown error occurred while checking the API availability: ${error.message}`;
H A DBrightnessScreen.tsx17 return `An unknown error occurred while checking the API availability: ${error.message}`;
/expo/.github/workflows/
H A Dsdk.yml7 description: 'type "check-all" to force checking all packages'
/expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/
H A DFinancialConnections.swift194 case .checking: in mapFromSubcategory()
/expo/packages/expo-modules-autolinking/build/autolinking/
H A DverifySearchResults.js.map1 …rchResults } from '../types';\n\n/**\n * Verifies the search results by checking whether there are…
/expo/
H A D.swiftlint.yml141 # Prefer checking `isEmpty` over comparing collection to an empty array or dictionary literal.
144 # Prefer checking `isEmpty` over comparing count to zero.
152 # Prefer checking `isEmpty` over comparing string to an empty string literal.

1234