| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI48_0_0JsArgumentHelpers-inl.h | 20 } catch (const folly::TypeError &ex) { in jsArg1() 22 "Error converting javascript arg ", desc..., " to C++: ", ex.what())); in jsArg1() 23 } catch (const std::range_error &ex) { in jsArg1() 28 ex.what())); in jsArg1() 55 } catch (const std::out_of_range &ex) { in jsArgAsDynamic() 63 ex.what())); in jsArgAsDynamic()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI47_0_0JsArgumentHelpers-inl.h | 20 } catch (const folly::TypeError &ex) { in jsArg1() 22 "Error converting javascript arg ", desc..., " to C++: ", ex.what())); in jsArg1() 23 } catch (const std::range_error &ex) { in jsArg1() 28 ex.what())); in jsArg1() 55 } catch (const std::out_of_range &ex) { in jsArgAsDynamic() 63 ex.what())); in jsArgAsDynamic()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI49_0_0JsArgumentHelpers-inl.h | 20 } catch (const folly::TypeError &ex) { in jsArg1() 22 "Error converting javascript arg ", desc..., " to C++: ", ex.what())); in jsArg1() 23 } catch (const std::range_error &ex) { in jsArg1() 28 ex.what())); in jsArg1() 55 } catch (const std::out_of_range &ex) { in jsArgAsDynamic() 63 ex.what())); in jsArgAsDynamic()
|
| /expo/packages/expo-structured-headers/android/src/test/java/expo/modules/structuredheaders/ |
| H A D | DiagnosticsTests.java | 81 } catch (ParseException ex) { in diagnostics() 86 … Assert.assertTrue("does not start with '" + test.message + "' : '" + ex.getMessage() + "'", in diagnostics() 87 ex.getMessage().startsWith(test.message)); in diagnostics() 88 assertEquals(test.position, ex.getPosition()); in diagnostics()
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/Utils/ |
| H A D | ABI47_0_0RNSVGPathParser.mm | 244 ex:(float)ex 255 ex:(float)ex 269 ex:(float)ex 273 _penX = ex; 278 - (void)smoothCurve:(CGMutablePathRef)path c1x:(float)c1x c1y:(float)c1y ex:(float)ex ey:(float)ey 280 [self smoothCurveTo:path c1x:c1x + _penX c1y:c1y + _penY ex:ex + _penX ey:ey + _penY]; 283 - (void)smoothCurveTo:(CGMutablePathRef)path c1x:(float)c1x c1y:(float)c1y ex:(float)ex ey:(float)ey 285 // ABI47_0_0RCTLogInfo(@"smoothcurve c1x: %f c1y: %f ex: %f ey: %f", c1x, c1y, ex, ey); 309 float ex = c2x; 311 c2x = (ex + c1x * 2) / 3; [all …]
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/Utils/ |
| H A D | ABI49_0_0RNSVGPathParser.mm | 244 ex:(float)ex 255 ex:(float)ex 269 ex:(float)ex 273 _penX = ex; 278 - (void)smoothCurve:(CGMutablePathRef)path c1x:(float)c1x c1y:(float)c1y ex:(float)ex ey:(float)ey 280 [self smoothCurveTo:path c1x:c1x + _penX c1y:c1y + _penY ex:ex + _penX ey:ey + _penY]; 283 - (void)smoothCurveTo:(CGMutablePathRef)path c1x:(float)c1x c1y:(float)c1y ex:(float)ex ey:(float)ey 285 // ABI49_0_0RCTLogInfo(@"smoothcurve c1x: %f c1y: %f ex: %f ey: %f", c1x, c1y, ex, ey); 309 float ex = c2x; 311 c2x = (ex + c1x * 2) / 3; [all …]
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/Utils/ |
| H A D | RNSVGPathParser.mm | 244 ex:(float)ex 255 ex:(float)ex 258 // RCTLogInfo(@"curve c1x: %f c1y: %f c2x: %f c2y: %f ex: %f ey: %f", c1x, c1y, c2x, c2y, ex, ey); 269 ex:(float)ex 273 _penX = ex; 278 - (void)smoothCurve:(CGMutablePathRef)path c1x:(float)c1x c1y:(float)c1y ex:(float)ex ey:(float)ey 280 [self smoothCurveTo:path c1x:c1x + _penX c1y:c1y + _penY ex:ex + _penX ey:ey + _penY]; 285 // RCTLogInfo(@"smoothcurve c1x: %f c1y: %f ex: %f ey: %f", c1x, c1y, ex, ey); 309 float ex = c2x; 311 c2x = (ex + c1x * 2) / 3; [all …]
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/Utils/ |
| H A D | ABI48_0_0RNSVGPathParser.mm | 244 ex:(float)ex 255 ex:(float)ex 269 ex:(float)ex 273 _penX = ex; 278 - (void)smoothCurve:(CGMutablePathRef)path c1x:(float)c1x c1y:(float)c1y ex:(float)ex ey:(float)ey 280 [self smoothCurveTo:path c1x:c1x + _penX c1y:c1y + _penY ex:ex + _penX ey:ey + _penY]; 283 - (void)smoothCurveTo:(CGMutablePathRef)path c1x:(float)c1x c1y:(float)c1y ex:(float)ex ey:(float)ey 285 // ABI48_0_0RCTLogInfo(@"smoothcurve c1x: %f c1y: %f ex: %f ey: %f", c1x, c1y, ex, ey); 309 float ex = c2x; 311 c2x = (ex + c1x * 2) / 3; [all …]
|
| /expo/packages/expo-video-thumbnails/android/src/main/java/expo/modules/videothumbnails/ |
| H A D | VideoThumbnailsModule.kt | 55 } catch (ex: IOException) { in <lambda>() 56 promise.reject(ERROR_TAG, ex.message, ex) in <lambda>() 57 } catch (ex: RuntimeException) { in <lambda>() 58 promise.reject(ERROR_TAG, ex.message, ex) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/videothumbnails/ |
| H A D | VideoThumbnailsModule.kt | 55 } catch (ex: IOException) { in <lambda>() 56 promise.reject(ERROR_TAG, ex.message, ex) in <lambda>() 57 } catch (ex: RuntimeException) { in <lambda>() 58 promise.reject(ERROR_TAG, ex.message, ex) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/videothumbnails/ |
| H A D | VideoThumbnailsModule.kt | 55 } catch (ex: IOException) { in <lambda>() 56 promise.reject(ERROR_TAG, ex.message, ex) in <lambda>() 57 } catch (ex: RuntimeException) { in <lambda>() 58 promise.reject(ERROR_TAG, ex.message, ex) in <lambda>()
|
| /expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/ |
| H A D | PathParser.java | 275 curveTo(c1x + mPenX, c1y + mPenY, c2x + mPenX, c2y + mPenY, ex + mPenX, ey + mPenY); in curve() 283 cubicTo(c1x, c1y, c2x, c2y, ex, ey); in curveTo() 288 mPenX = ex; in cubicTo() 297 private static void smoothCurve(float c1x, float c1y, float ex, float ey) { in smoothCurve() argument 298 smoothCurveTo(c1x + mPenX, c1y + mPenY, ex + mPenX, ey + mPenY); in smoothCurve() 301 private static void smoothCurveTo(float c1x, float c1y, float ex, float ey) { in smoothCurveTo() argument 310 cubicTo(c1x, c1y, c2x, c2y, ex, ey); in smoothCurveTo() 322 float ex = c2x; in quadraticBezierCurveTo() local 324 c2x = (ex + c1x * 2) / 3; in quadraticBezierCurveTo() 328 cubicTo(c1x, c1y, c2x, c2y, ex, ey); in quadraticBezierCurveTo() [all …]
|
| /expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/ |
| H A D | PathParser.java | 275 curveTo(c1x + mPenX, c1y + mPenY, c2x + mPenX, c2y + mPenY, ex + mPenX, ey + mPenY); in curve() 283 cubicTo(c1x, c1y, c2x, c2y, ex, ey); in curveTo() 288 mPenX = ex; in cubicTo() 297 private static void smoothCurve(float c1x, float c1y, float ex, float ey) { in smoothCurve() argument 298 smoothCurveTo(c1x + mPenX, c1y + mPenY, ex + mPenX, ey + mPenY); in smoothCurve() 301 private static void smoothCurveTo(float c1x, float c1y, float ex, float ey) { in smoothCurveTo() argument 310 cubicTo(c1x, c1y, c2x, c2y, ex, ey); in smoothCurveTo() 322 float ex = c2x; in quadraticBezierCurveTo() local 324 c2x = (ex + c1x * 2) / 3; in quadraticBezierCurveTo() 328 cubicTo(c1x, c1y, c2x, c2y, ex, ey); in quadraticBezierCurveTo() [all …]
|
| /expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/ |
| H A D | PathParser.java | 275 curveTo(c1x + mPenX, c1y + mPenY, c2x + mPenX, c2y + mPenY, ex + mPenX, ey + mPenY); in curve() 283 cubicTo(c1x, c1y, c2x, c2y, ex, ey); in curveTo() 288 mPenX = ex; in cubicTo() 297 private static void smoothCurve(float c1x, float c1y, float ex, float ey) { in smoothCurve() argument 298 smoothCurveTo(c1x + mPenX, c1y + mPenY, ex + mPenX, ey + mPenY); in smoothCurve() 301 private static void smoothCurveTo(float c1x, float c1y, float ex, float ey) { in smoothCurveTo() argument 310 cubicTo(c1x, c1y, c2x, c2y, ex, ey); in smoothCurveTo() 322 float ex = c2x; in quadraticBezierCurveTo() local 324 c2x = (ex + c1x * 2) / 3; in quadraticBezierCurveTo() 328 cubicTo(c1x, c1y, c2x, c2y, ex, ey); in quadraticBezierCurveTo() [all …]
|
| /expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/ |
| H A D | PathParser.java | 275 curveTo(c1x + mPenX, c1y + mPenY, c2x + mPenX, c2y + mPenY, ex + mPenX, ey + mPenY); in curve() 283 cubicTo(c1x, c1y, c2x, c2y, ex, ey); in curveTo() 288 mPenX = ex; in cubicTo() 297 private static void smoothCurve(float c1x, float c1y, float ex, float ey) { in smoothCurve() argument 298 smoothCurveTo(c1x + mPenX, c1y + mPenY, ex + mPenX, ey + mPenY); in smoothCurve() 301 private static void smoothCurveTo(float c1x, float c1y, float ex, float ey) { in smoothCurveTo() argument 310 cubicTo(c1x, c1y, c2x, c2y, ex, ey); in smoothCurveTo() 322 float ex = c2x; in quadraticBezierCurveTo() local 324 c2x = (ex + c1x * 2) / 3; in quadraticBezierCurveTo() 328 cubicTo(c1x, c1y, c2x, c2y, ex, ey); in quadraticBezierCurveTo() [all …]
|
| /expo/android/expoview/src/main/java/host/exp/exponent/ |
| H A D | ExponentUncaughtExceptionHandler.kt | 11 override fun uncaughtException(thread: Thread, ex: Throwable) { in uncaughtException() 18 oldExceptionHandler.uncaughtException(thread, ex) in uncaughtException()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/tests/ |
| H A D | ABI48_0_0jsarg_helpers.cpp | 23 } catch (const JsArgumentException &ex) { \ 24 ABI48_0_0EXPECT_EQ(ex.what(), std::string(exstr)); \ 88 } catch (const JsArgumentException &ex) { in TEST() local 89 const std::string exwhat = ex.what(); in TEST()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/tests/ |
| H A D | ABI49_0_0jsarg_helpers.cpp | 23 } catch (const JsArgumentException &ex) { \ 24 ABI49_0_0EXPECT_EQ(ex.what(), std::string(exstr)); \ 88 } catch (const JsArgumentException &ex) { in TEST() local 89 const std::string exwhat = ex.what(); in TEST()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/tests/ |
| H A D | ABI47_0_0jsarg_helpers.cpp | 23 } catch (const JsArgumentException &ex) { \ 24 ABI47_0_0EXPECT_EQ(ex.what(), std::string(exstr)); \ 88 } catch (const JsArgumentException &ex) { in TEST() local 89 const std::string exwhat = ex.what(); in TEST()
|
| /expo/packages/expo-keep-awake/android/src/main/java/expo/modules/keepawake/ |
| H A D | KeepAwakeModule.kt | 20 } catch (ex: CurrentActivityNotFoundException) { in <lambda>() 28 } catch (ex: CurrentActivityNotFoundException) { in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/ |
| H A D | ScopedFileSystemModule.kt | 34 } catch (ex: Exception) { in getBundledAssets() 35 ex.printStackTrace() in getBundledAssets()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/ |
| H A D | ScopedFileSystemModule.kt | 34 } catch (ex: Exception) { in getBundledAssets() 35 ex.printStackTrace() in getBundledAssets()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/svg/ |
| H A D | SVGDecoder.kt | 34 } catch (ex: SVGParseException) { in handles() 35 throw IOException("Cannot load SVG from stream", ex) in handles()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/image/svg/ |
| H A D | SVGDecoder.kt | 34 } catch (ex: SVGParseException) { in handles() 35 throw IOException("Cannot load SVG from stream", ex) in handles()
|
| /expo/packages/expo-image/android/src/main/java/expo/modules/image/svg/ |
| H A D | SVGDecoder.kt | 34 } catch (ex: SVGParseException) { in handles() 35 throw IOException("Cannot load SVG from stream", ex) in handles()
|