Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 626) sorted by relevance

12345678910>>...26

/expo/packages/expo-dev-client/android/src/androidTest/java/com/expo/modules/devclient/tests/
H A DDevClientBasicTest.kt36 onView(withText("DEVELOPMENT CLIENT")).check(doesNotExist()) in <lambda>()
40 onView(withText("DEVELOPMENT CLIENT")).check(matches(isDisplayed())) in <lambda>()
47 onView(withText("DEVELOPMENT CLIENT")).check(doesNotExist()) in <lambda>()
54 onView(withText("DEVELOPMENT CLIENT")).check(doesNotExist()) in <lambda>()
59 onView(withText("DEVELOPMENT CLIENT")).check(matches(isDisplayed())) in <lambda>()
60 onView(withText("Scan QR code")).check(matches(isDisplayed())) in <lambda>()
61 onView(withText("Connect to URL")).check(matches(isDisplayed())) in <lambda>()
62 onView(withText("Profile")).check(matches(isDisplayed())) in <lambda>()
63 onView(withText("Settings")).check(matches(isDisplayed())) in <lambda>()
73 onView(withText("Something went wrong.")).check(matches(isDisplayed())) in <lambda>()
[all …]
/expo/packages/@expo/cli/src/install/
H A DresolveOptions.ts8 check?: boolean;
16 if (options.fix && options.check) {
43 check: !!flags['--check'],
/expo/.github/workflows/
H A Dsdk.yml7 description: 'type "check-all" to force checking all packages'
31 check-packages:
53 …ithub.event_name }}" == "schedule" || "${{ github.event.inputs.checkAll }}" == "check-all" ]]; then
55 bin/expotools check-packages --all
57 # On push event check packages changed since previous remote head.
58 … # In pull requests and workflow_dispatch events check all packages changed in the entire PR.
59 … bin/expotools check-packages --since ${{ github.event.before || github.base_ref || 'main' }}
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dupdate_podfile_lock.sh17 bundle check || exit
23 bundle check || exit
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dupdate_podfile_lock.sh17 bundle check || exit
23 bundle check || exit
/expo/packages/expo-dev-client-components/src/icons/
H A DCheckIcon.tsx6 const lightIcon = require('../../assets/check-icon-light.png');
7 const icon = require('../../assets/check-icon.png');
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/circleci/
H A Danalyze_code.sh12 …ilent -- --format=json; echo flow; npm run flow-check-ios --silent --json; echo flow; npm run flow…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/circleci/
H A Danalyze_code.sh12 …ilent -- --format=json; echo flow; npm run flow-check-ios --silent --json; echo flow; npm run flow…
/expo/packages/@expo/cli/src/install/__tests__/
H A DresolveOptions-test.ts32 check: false,
47 check: true,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI48_0_0RawTextShadowNode.h41 shadowNode.getTraits().check(ShadowNodeTraits::Trait::RawText);
54 shadowNode->getTraits().check(ShadowNodeTraits::Trait::RawText);
H A DABI48_0_0TextShadowNode.h64 bool castable = shadowNode.getTraits().check(ShadowNodeTraits::Trait::Text);
76 bool castable = shadowNode->getTraits().check(ShadowNodeTraits::Trait::Text);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI47_0_0RawTextShadowNode.h41 shadowNode.getTraits().check(ShadowNodeTraits::Trait::RawText);
54 shadowNode->getTraits().check(ShadowNodeTraits::Trait::RawText);
H A DABI47_0_0TextShadowNode.h64 bool castable = shadowNode.getTraits().check(ShadowNodeTraits::Trait::Text);
76 bool castable = shadowNode->getTraits().check(ShadowNodeTraits::Trait::Text);
/expo/packages/expo-updates/build/statemachine/
H A DUpdatesStateMachine.js46 const check = assign({ constant
70 check: { property
72 actions: check,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0TraitCast.h19 if (!shadowNode || !shadowNode->getTraits().check(expectedIdentifier)) { in traitCastPointer()
30 if (!shadowNode.getTraits().check(expectedIdentifier)) { in traitCastRef()
45 if (!shadowNode || !shadowNode->getTraits().check(expectedIdentifier)) { in traitCastShared()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DABI49_0_0DisplayLink.mm7 // check whether the loop is already running
20 // check whether the loop is already stopped
/expo/ios/vendored/sdk47/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DABI47_0_0DisplayLink.mm8 // check whether the loop is already running
21 // check whether the loop is already stopped
/expo/ios/vendored/unversioned/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DDisplayLink.mm7 // check whether the loop is already running
20 // check whether the loop is already stopped
/expo/ios/vendored/sdk48/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DABI48_0_0DisplayLink.mm8 // check whether the loop is already running
21 // check whether the loop is already stopped
/expo/packages/expo-updates/src/statemachine/
H A DUpdatesStateMachine.ts94 const check = assign({ constant
120 check: {
122 actions: check,
/expo/scripts/git-hooks/
H A Dpost-checkout5 ./scripts/check-cocoapods-lockfiles.sh
H A Dpost-merge5 ./scripts/check-cocoapods-lockfiles.sh
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesStateMachine.swift33 case check
58 let type: UpdatesStateEventType = .check
326 case .check: in reducedContext()
393 .idle: [.check, .download, .restart],
404 .check: .checking,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0LayoutableShadowNode.h172 shadowNode.getTraits().check(ShadowNodeTraits::Trait::LayoutableKind);
185 shadowNode->getTraits().check(ShadowNodeTraits::Trait::LayoutableKind);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0LayoutableShadowNode.h172 shadowNode.getTraits().check(ShadowNodeTraits::Trait::LayoutableKind);
185 shadowNode->getTraits().check(ShadowNodeTraits::Trait::LayoutableKind);

12345678910>>...26