Home
last modified time | relevance | path

Searched refs:invalid (Results 1 – 25 of 222) sorted by relevance

123456789

/expo/packages/expo-secure-store/src/__tests__/__snapshots__/
H A DSecureStore-test.native.ts.snap.android3 exports[`checks for invalid keys 1`] = `[Error: Invalid key provided to SecureStore. Keys must not …
5 exports[`checks for invalid keys 2`] = `[Error: Invalid key provided to SecureStore. Keys must not …
7 exports[`checks for invalid keys 3`] = `[Error: Invalid key provided to SecureStore. Keys must not …
9 exports[`checks for invalid keys 4`] = `[Error: Invalid key provided to SecureStore. Keys must not …
11 exports[`checks for invalid keys 5`] = `[Error: Invalid key provided to SecureStore. Keys must not …
13 exports[`checks for invalid values 1`] = `[Error: Invalid value provided to SecureStore. Values mus…
15 exports[`checks for invalid values 2`] = `[Error: Invalid value provided to SecureStore. Values mus…
17 exports[`checks for invalid values 3`] = `[Error: Invalid value provided to SecureStore. Values mus…
19 exports[`checks for invalid values 4`] = `[Error: Invalid value provided to SecureStore. Values mus…
H A DSecureStore-test.native.ts.snap.ios3 exports[`checks for invalid keys 1`] = `[Error: Invalid key provided to SecureStore. Keys must not …
5 exports[`checks for invalid keys 2`] = `[Error: Invalid key provided to SecureStore. Keys must not …
7 exports[`checks for invalid keys 3`] = `[Error: Invalid key provided to SecureStore. Keys must not …
9 exports[`checks for invalid keys 4`] = `[Error: Invalid key provided to SecureStore. Keys must not …
11 exports[`checks for invalid keys 5`] = `[Error: Invalid key provided to SecureStore. Keys must not …
13 exports[`checks for invalid values 1`] = `[Error: Invalid value provided to SecureStore. Values mus…
15 exports[`checks for invalid values 2`] = `[Error: Invalid value provided to SecureStore. Values mus…
17 exports[`checks for invalid values 3`] = `[Error: Invalid value provided to SecureStore. Values mus…
19 exports[`checks for invalid values 4`] = `[Error: Invalid value provided to SecureStore. Values mus…
/expo/packages/expo-media-library/android/src/test/java/expo/modules/medialibrary/assets/
H A DGetAssetsQueryTests.kt81 fun `test if invalid arguments fall back to defaults`() { in test if invalid arguments fall back to defaults()
104 fun `test if invalid mediaType throws`() { in test if invalid mediaType throws()
119 fun `test if invalid order throws`() { in test if invalid order throws()
136 fun `convertOrderDescriptors throws when provided invalid types`() { in convertOrderDescriptors throws when provided invalid types()
147 fun `convertOrderDescriptors throws when provided invalid layout`() { in convertOrderDescriptors throws when provided invalid layout()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/__tests__/__snapshots__/
H A DprocessTransform-test.js.snap3 exports[`processTransform validation should throw on invalid transform property 1`] = `"Invalid tra…
5 exports[`processTransform validation should throw on invalid transform property 2`] = `"Invalid tra…
27 exports[`processTransform validation should throw when passing an invalid angle prop 1`] = `"Transf…
29 exports[`processTransform validation should throw when passing an invalid angle prop 2`] = `"Transf…
31 exports[`processTransform validation should throw when passing an invalid angle prop 3`] = `"Rotate…
33 exports[`processTransform validation should throw when passing an invalid angle prop 4`] = `"Rotate…
35 exports[`processTransform validation should throw when passing an invalid value to a number prop 1`…
37 exports[`processTransform validation should throw when passing an invalid value to a number prop 2`…
39 exports[`processTransform validation should throw when passing an invalid value to a number prop 3`…
H A DprocessAspectRatio-test.js.snap3 exports[`processAspectRatio should not accept invalid formats 1`] = `"aspectRatio must either be a …
5 exports[`processAspectRatio should not accept invalid formats 2`] = `"aspectRatio must either be a …
7 exports[`processAspectRatio should not accept invalid formats 3`] = `"aspectRatio must either be a …
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/__tests__/__snapshots__/
H A DprocessTransform-test.js.snap3 exports[`processTransform validation should throw on invalid transform property 1`] = `"Invalid tra…
5 exports[`processTransform validation should throw on invalid transform property 2`] = `"Invalid tra…
27 exports[`processTransform validation should throw when passing an invalid angle prop 1`] = `"Transf…
29 exports[`processTransform validation should throw when passing an invalid angle prop 2`] = `"Transf…
31 exports[`processTransform validation should throw when passing an invalid angle prop 3`] = `"Rotate…
33 exports[`processTransform validation should throw when passing an invalid angle prop 4`] = `"Rotate…
35 exports[`processTransform validation should throw when passing an invalid value to a number prop 1`…
37 exports[`processTransform validation should throw when passing an invalid value to a number prop 2`…
39 exports[`processTransform validation should throw when passing an invalid value to a number prop 3`…
H A DprocessAspectRatio-test.js.snap3 exports[`processAspectRatio should not accept invalid formats 1`] = `"aspectRatio must either be a …
5 exports[`processAspectRatio should not accept invalid formats 2`] = `"aspectRatio must either be a …
7 exports[`processAspectRatio should not accept invalid formats 3`] = `"aspectRatio must either be a …
/expo/packages/html-elements/src/css/__tests__/__snapshots__/
H A DcreateSafeStyledView.test.native.tsx.snap.ios13 exports[`replaces invalid position with "relative" 1`] = `
23 exports[`strips invalid style properties 1`] = `
H A DcreateSafeStyledView.test.native.tsx.snap.android13 exports[`replaces invalid position with "relative" 1`] = `
23 exports[`strips invalid style properties 1`] = `
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/StyleSheet/__tests__/__snapshots__/
H A DprocessTransform-test.js.snap3 exports[`processTransform validation should throw on invalid transform property 1`] = `"Invalid tra…
21 exports[`processTransform validation should throw when passing an invalid angle prop 1`] = `"Transf…
23 exports[`processTransform validation should throw when passing an invalid angle prop 2`] = `"Rotate…
25 exports[`processTransform validation should throw when passing an invalid value to a number prop 1`…
27 exports[`processTransform validation should throw when passing an invalid value to a number prop 2`…
29 exports[`processTransform validation should throw when passing an invalid value to a number prop 3`…
/expo/packages/expo-web-browser/src/__tests__/
H A DExpoWebBrowser-test.web.ts9 invalid: '',
/expo/packages/html-elements/src/css/__tests__/
H A DcreateSafeStyledView.test.native.tsx21 it(`strips invalid style properties`, () => {
34 it(`replaces invalid position with "relative"`, () => {
/expo/packages/@expo/config-plugins/src/plugins/__tests__/
H A Dmod-compiler-test.ts143 for (const invalid of [[{}], null, 7]) { constant
144 it(`throws on invalid mod results (${invalid})`, async () => {
153 return invalid as any;
/expo/packages/expo-updates/ios/Tests/
H A DCodeSigningConfigurationSpec.swift74 it("creates signature header throws invalid arg") { in spec()
107 it("returns false when signature is invalid") { in spec()
120 expect(signatureValidationResult.validationResult) == ValidationResult.invalid in spec()
212 expect(signatureValidationResult.validationResult) == ValidationResult.invalid in spec()
/expo/android/vendored/sdk48/@react-native-async-storage/async-storage/android/src/test/java/abi48_0_0/com/reactnativecommunity/asyncstorage/next/
H A DArgumentHelpersTest.kt39 val invalid = arrayListOf("invalid") in throwsIfArgumentsNotValidFormat() constant
40 val args = JavaOnlyArray.of(invalid) in throwsIfArgumentsNotValidFormat()
/expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/src/test/java/com/reactnativecommunity/asyncstorage/next/
H A DArgumentHelpersTest.kt39 val invalid = arrayListOf("invalid") in throwsIfArgumentsNotValidFormat() constant
40 val args = JavaOnlyArray.of(invalid) in throwsIfArgumentsNotValidFormat()
/expo/android/vendored/sdk49/@react-native-async-storage/async-storage/android/src/test/java/abi49_0_0/com/reactnativecommunity/asyncstorage/next/
H A DArgumentHelpersTest.kt39 val invalid = arrayListOf("invalid") in throwsIfArgumentsNotValidFormat() constant
40 val args = JavaOnlyArray.of(invalid) in throwsIfArgumentsNotValidFormat()
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/
H A DNSDictionary+EXNotificationsVerifyingClass.m3 static NSString * const invalidValueExceptionName = @"Value of invalid class encountered";
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/
H A DNSDictionary+ABI47_0_0EXNotificationsVerifyingClass.m3 static NSString * const invalidValueExceptionName = @"Value of invalid class encountered";
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/
H A DNSDictionary+ABI48_0_0EXNotificationsVerifyingClass.m3 static NSString * const invalidValueExceptionName = @"Value of invalid class encountered";
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/
H A DNSDictionary+ABI49_0_0EXNotificationsVerifyingClass.m3 static NSString * const invalidValueExceptionName = @"Value of invalid class encountered";
/expo/.github/ISSUE_TEMPLATE/
H A Dfeature_request.yml3 labels: ['invalid issue: feature request']
H A Dquestions.yml3 labels: ['invalid issue: question']
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/CodeSigning/
H A DCodeSigningConfiguration.swift14 case invalid
127 validationResult: isValid ? ValidationResult.valid : ValidationResult.invalid,
/expo/packages/expo-updates/ios/EXUpdates/CodeSigning/
H A DCodeSigningConfiguration.swift13 case invalid
126 validationResult: isValid ? ValidationResult.valid : ValidationResult.invalid,

123456789