| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/codesigning/ |
| H A D | CertificateChainTest.kt | 33 val exception = assertFailsWith( in test_RequiresLengthGreaterThanZero() constant 45 val exception = assertFailsWith( in test_ThrowsWhenAnyCertificateIsInvalidDate() constant 57 val exception = assertFailsWith( in test_ThrowsWhenLeafIsNotCodeSigningNoKeyUsage() constant 69 val exception = assertFailsWith( in test_ThrowsWhenLeafIsNotCodeSigningNoCodeSigningExtendedKeyUsage() constant 83 val exception = assertFailsWith( in test_ThrowsChainIsNotValid() constant 97 val exception = assertFailsWith( in test_ThrowsWhenRootIsNotSelfSigned() constant 135 val exception = assertFailsWith( in test_ThrowsWhenIntermediateCANotCA() constant 149 val exception = assertFailsWith( in test_ThrowsWhenCAPathLenViolated() constant 163 val exception = assertFailsWith( in test_ThrowsWhenExpoProjectInformationViolation() constant
|
| H A D | CodeSigningAlgorithmTest.kt | 13 val exception = assertFailsWith( in test_parseFromString_ThrowsInvalidAlg() constant
|
| H A D | SignatureHeaderInfoTest.kt | 29 val exception = assertFailsWith( in test_parseSignatureHeader_ThrowsForInvalidAlg() constant
|
| /expo/packages/create-expo/src/ |
| H A D | log.ts | 10 export function exception(e: Error): void { function 40 exception, constant
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/tokens/ |
| H A D | PushTokenModule.kt | 50 val exception = task.exception in <lambda>() constant 69 val exception = task.exception in <lambda>() constant
|
| /expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/exception/ |
| H A D | CodedExceptionTest.kt | 11 val exception = ModuleNotFoundException() in should be able to infer code from class name() constant
|
| /expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/records/ |
| H A D | RecordTypeValidatorsTest.kt | 83 …val exception = runCatching { convert(test.getJSObject(), test.recordClass.createType()) }.excepti… in test integration between range validators and record() constant 131 …val exception = runCatching { convert(test.getJSObject(), test.recordClass.createType()) }.excepti… in test integration between is not empty validator and record() constant 195 …val exception = runCatching { convert(test.getJSObject(), test.recordClass.createType()) }.excepti… in test integration between size validator and record() constant 227 …val exception = runCatching { convert(test.getJSObject(), test.recordClass.createType()) }.excepti… in test integration between regular expression validator and record() constant
|
| /expo/packages/@expo/cli/src/__mocks__/ |
| H A D | log.ts | 7 export const exception = jest.fn(); constant 25 exception, constant
|
| /expo/packages/@expo/cli/src/ |
| H A D | log.ts | 16 export function exception(e: Error): void { function 62 exception, constant
|
| /expo/packages/expo-modules-core/ios/Swift/Functions/ |
| H A D | ConcurrentFunctionDefinition.swift | 86 let exception = Exceptions.AppContextLost() in build() variable 90 let exception = NativeFunctionUnavailableException(name) in build() variable
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Functions/ |
| H A D | ConcurrentFunctionDefinition.swift | 86 let exception = Exceptions.AppContextLost() in build() variable 90 let exception = NativeFunctionUnavailableException(name) in build() variable
|
| /expo/packages/expo-updates/ios/EXUpdates/Update/ |
| H A D | Update.swift | 8 let exception = NSException( in assertType<T>() variable 24 let exception = NSException( in require() variable
|
| H A D | BareUpdate.swift | 64 let exception = NSException( variable
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Update/ |
| H A D | Update.swift | 8 let exception = NSException( in assertType<T>() variable 24 let exception = NSException( in require() variable
|
| H A D | BareUpdate.swift | 64 let exception = NSException( variable
|
| /expo/packages/expo-manifests/ios/EXManifests/ |
| H A D | Manifest.swift | 21 let exception = NSException( in optionalValue<T>() variable 35 let exception = NSException( in requiredValue<T>() variable 44 let exception = NSException( in requiredValue<T>() variable 349 let exception = NSException( in getPluginProperties() variable
|
| /expo/ios/versioned/sdk49/EXManifests/EXManifests/ |
| H A D | Manifest.swift | 21 let exception = NSException( in optionalValue<T>() variable 35 let exception = NSException( in requiredValue<T>() variable 44 let exception = NSException( in requiredValue<T>() variable 349 let exception = NSException( in getPluginProperties() variable
|
| /expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/ |
| H A D | JavaScriptRuntimeTest.kt | 26 val exception = Assert.assertThrows(JavaScriptEvaluateException::class.java) { in evaluate_should_throw_evaluate_exception_with_stack() constant
|
| /expo/packages/expo-modules-core/ios/Swift/ |
| H A D | Promise.swift | 25 if let exception = error as? Exception { in reject() variable
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/ |
| H A D | Promise.swift | 25 if let exception = error as? Exception { in reject() variable
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/ |
| H A D | Promise.swift | 25 if let exception = error as? Exception { in reject() variable
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/ |
| H A D | Promise.swift | 25 if let exception = error as? Exception { in reject() variable
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/apploader/ |
| H A D | AppLoaderProvider.java | 46 public void onComplete(boolean success, Exception exception) { in onComplete()
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/jni/ |
| H A D | PromiseImpl.kt | 100 val exception = PromiseAlreadySettledException(fullFunctionName ?: "unknown") in checkIfWasSettled() constant
|
| /expo/packages/expo-av/android/src/main/cpp/ |
| H A D | JPlayerData.cpp | 39 } catch (const std::exception &exception) { in sampleBufferCallback() local
|