Searched refs:STATUS (Results 1 – 15 of 15) sorted by relevance
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/circleci/ |
| H A D | exec_swallow_error.sh | 11 STATUS=$? 12 if [ $STATUS == 0 ]; then 15 echo "Command " "$@" " exited with error status $STATUS"
|
| H A D | analyze_scripts.sh | 21 STATUS=$? 22 if [ $STATUS == 0 ]; then 25 echo "Shell script analysis failed, error status $STATUS."
|
| H A D | analyze_code.sh | 14 STATUS=$? 15 if [ $STATUS == 0 ]; then 18 echo "Code analysis failed, error status $STATUS."
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/circleci/ |
| H A D | exec_swallow_error.sh | 11 STATUS=$? 12 if [ $STATUS == 0 ]; then 15 echo "Command " "$@" " exited with error status $STATUS"
|
| H A D | analyze_scripts.sh | 21 STATUS=$? 22 if [ $STATUS == 0 ]; then 25 echo "Shell script analysis failed, error status $STATUS."
|
| H A D | analyze_code.sh | 14 STATUS=$? 15 if [ $STATUS == 0 ]; then 18 echo "Code analysis failed, error status $STATUS."
|
| H A D | create_github_release.sh | 51 STATUS=$? 52 if [ $STATUS == 0 ]; then 55 describe "Could not create GitHub release, request failed with $STATUS."
|
| /expo/packages/expo-modules-core/src/__tests__/ |
| H A D | PermissionsHook-test.ts | 7 const STATUS = 0; constant 44 expect(result.current[STATUS]).toBeNull(); 109 expect(result.current[STATUS]).toBe(permissionGranted); 125 expect(result.current[STATUS]).toBe(permissionGranted); 138 expect(result.current[STATUS]).toBe(permissionGranted); 153 expect(result.current[STATUS]).toBe(permissionGranted); 199 expect(result.current[STATUS]).toBe(permissionGranted); 212 expect(result.current[STATUS]).toBe(permissionGranted); 226 expect(result.current[STATUS]).toBe(permissionGranted);
|
| /expo/apps/bare-expo/scripts/ |
| H A D | start-metro.sh | 7 STATUS=$(curl --silent $PACKAGER_STATUS_URL) 9 if [ "${STATUS}" = "packager-status:running" ]; then
|
| /expo/.github/actions/eas-build/ |
| H A D | action.yml | 55 STATUS=$(eas build:view $BUILD_ID --json 2>/dev/null | jq -r ".status" || true) 56 if [[ "$STATUS" == "ERRORED" || "$STATUS" == "CANCELLED" ]] ; then 59 elif [[ "$STATUS" == "FINISHED" ]]; then
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/protocol/ |
| H A D | AFCProtocol.ts | 41 operation: AFC_OPS.STATUS; 58 STATUS = 0x00000001, enumerator 332 return isAFCResponse(resp) && resp.operation === AFC_OPS.STATUS;
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/calendar/ |
| H A D | CalendarModule.kt | 560 exceptionValues.put(CalendarContract.Events.STATUS, CalendarContract.Events.STATUS_CANCELED) in removeEvent()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/calendar/ |
| H A D | CalendarModule.kt | 560 exceptionValues.put(CalendarContract.Events.STATUS, CalendarContract.Events.STATUS_CANCELED) in removeEvent()
|
| /expo/packages/expo-calendar/android/src/main/java/expo/modules/calendar/ |
| H A D | CalendarModule.kt | 556 exceptionValues.put(CalendarContract.Events.STATUS, CalendarContract.Events.STATUS_CANCELED) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/calendar/ |
| H A D | CalendarModule.kt | 560 exceptionValues.put(CalendarContract.Events.STATUS, CalendarContract.Events.STATUS_CANCELED) in removeEvent()
|