Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 61) sorted by relevance

123

/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/codesigning/
H A DCertificateChainTest.kt33 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 DCodeSigningAlgorithmTest.kt13 val exception = assertFailsWith( in test_parseFromString_ThrowsInvalidAlg() constant
H A DSignatureHeaderInfoTest.kt29 val exception = assertFailsWith( in test_parseSignatureHeader_ThrowsForInvalidAlg() constant
/expo/packages/create-expo/src/
H A Dlog.ts10 export function exception(e: Error): void { function
40 exception, constant
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/tokens/
H A DPushTokenModule.kt50 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 DCodedExceptionTest.kt11 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 DRecordTypeValidatorsTest.kt83 …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 Dlog.ts7 export const exception = jest.fn(); constant
25 exception, constant
/expo/packages/@expo/cli/src/
H A Dlog.ts16 export function exception(e: Error): void { function
62 exception, constant
/expo/packages/expo-modules-core/ios/Swift/Functions/
H A DConcurrentFunctionDefinition.swift86 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 DConcurrentFunctionDefinition.swift86 let exception = Exceptions.AppContextLost() in build() variable
90 let exception = NativeFunctionUnavailableException(name) in build() variable
/expo/packages/expo-updates/ios/EXUpdates/Update/
H A DUpdate.swift8 let exception = NSException( in assertType<T>() variable
24 let exception = NSException( in require() variable
H A DBareUpdate.swift64 let exception = NSException( variable
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Update/
H A DUpdate.swift8 let exception = NSException( in assertType<T>() variable
24 let exception = NSException( in require() variable
H A DBareUpdate.swift64 let exception = NSException( variable
/expo/packages/expo-manifests/ios/EXManifests/
H A DManifest.swift21 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 DManifest.swift21 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 DJavaScriptRuntimeTest.kt26 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 DPromise.swift25 if let exception = error as? Exception { in reject() variable
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/
H A DPromise.swift25 if let exception = error as? Exception { in reject() variable
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/
H A DPromise.swift25 if let exception = error as? Exception { in reject() variable
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/
H A DPromise.swift25 if let exception = error as? Exception { in reject() variable
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/apploader/
H A DAppLoaderProvider.java46 public void onComplete(boolean success, Exception exception) { in onComplete()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/jni/
H A DPromiseImpl.kt100 val exception = PromiseAlreadySettledException(fullFunctionName ?: "unknown") in checkIfWasSettled() constant
/expo/packages/expo-av/android/src/main/cpp/
H A DJPlayerData.cpp39 } catch (const std::exception &exception) { in sampleBufferCallback() local

123