| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/ |
| H A D | StyleSheet.d.ts | 14 flatten<T extends string>(style: T): T; 19 extends Array<T | ReadonlyArray<T> | RecursiveArray<T>> {} 21 type RegisteredStyle<T> = number & {__registeredStyleBrand: T}; 23 | T 25 | RecursiveArray<T | RegisteredStyle<T> | Falsy> 37 export function create<T extends NamedStyles<T> | NamedStyles<any>>( 38 styles: T | NamedStyles<T>, 39 ): T; 82 ): T extends (infer U)[] ? U : T; 92 U extends T, [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/ |
| H A D | StyleSheet.d.ts | 14 flatten<T extends string>(style: T): T; 19 extends Array<T | ReadonlyArray<T> | RecursiveArray<T>> {} 21 type RegisteredStyle<T> = number & {__registeredStyleBrand: T}; 23 | T 25 | RecursiveArray<T | RegisteredStyle<T> | Falsy> 37 export function create<T extends NamedStyles<T> | NamedStyles<any>>( 38 styles: T | NamedStyles<T>, 39 ): T; 82 ): T extends (infer U)[] ? U : T; 92 U extends T, [all …]
|
| /expo/packages/@expo/cli/src/start/server/type-generation/__typetests__/fixtures/ |
| H A D | basic.ts | 12 …T extends string> = `/colors/${SingleRoutePart<T>}` | `/animals/${CatchAllRoutePart<T>}` | `/mix/$… 143 export type Route<T> = T extends string 163 export type Href<T> = T extends Record<'pathname', string> ? HrefObject<T> : Route<T>; 180 push: <T>(href: Href<T>) => void; 182 replace: <T>(href: Href<T>) => void; 184 setParams: <T = ''>(params?: T extends '' ? Record<string, string> : InputRouteParams<T>) => void; 200 resolveHref: <T>(href: Href<T>) => string; 226 >(): T extends AllRoutes ? SearchParams<T> : T; 231 >(): T extends AllRoutes ? SearchParams<T> : T; 235 >(): T extends AllRoutes ? SearchParams<T> : T; [all …]
|
| /expo/android/vendored/sdk49/react-native-svg/android/src/paper/java/abi49_0_0/com/facebook/react/viewmanagers/ |
| H A D | RNSVGSvgViewAndroidManagerInterface.java | 21 void setMinX(T view, float value); in setMinX() 22 void setMinY(T view, float value); in setMinY() 23 void setVbWidth(T view, float value); in setVbWidth() 24 void setVbHeight(T view, float value); in setVbHeight() 26 void setMeetOrSlice(T view, int value); in setMeetOrSlice() 34 void setNextFocusDown(T view, int value); in setNextFocusDown() 36 void setNextFocusRight(T view, int value); in setNextFocusRight() 41 void setNextFocusUp(T view, int value); in setNextFocusUp() 42 void setAccessible(T view, boolean value); in setAccessible() 46 void setFocusable(T view, boolean value); in setFocusable() [all …]
|
| H A D | RNSVGPatternManagerInterface.java | 19 void setOpacity(T view, float value); in setOpacity() 26 void setClipRule(T view, int value); in setClipRule() 31 void setFillOpacity(T view, float value); in setFillOpacity() 32 void setFillRule(T view, int value); in setFillRule() 37 void setStrokeLinecap(T view, int value); in setStrokeLinecap() 42 void setVectorEffect(T view, int value); in setVectorEffect() 60 void setMinX(T view, float value); in setMinX() 61 void setMinY(T view, float value); in setMinY() 62 void setVbWidth(T view, float value); in setVbWidth() 63 void setVbHeight(T view, float value); in setVbHeight() [all …]
|
| H A D | RNSVGMarkerManagerInterface.java | 19 void setOpacity(T view, float value); in setOpacity() 26 void setClipRule(T view, int value); in setClipRule() 31 void setFillOpacity(T view, float value); in setFillOpacity() 32 void setFillRule(T view, int value); in setFillRule() 37 void setStrokeLinecap(T view, int value); in setStrokeLinecap() 42 void setVectorEffect(T view, int value); in setVectorEffect() 59 void setMinX(T view, float value); in setMinX() 60 void setMinY(T view, float value); in setMinY() 61 void setVbWidth(T view, float value); in setVbWidth() 62 void setVbHeight(T view, float value); in setVbHeight() [all …]
|
| H A D | RNSVGTextPathManagerInterface.java | 18 void setName(T view, @Nullable String value); in setName() 19 void setOpacity(T view, float value); in setOpacity() 21 void setMask(T view, @Nullable String value); in setMask() 26 void setClipRule(T view, int value); in setClipRule() 27 void setResponsible(T view, boolean value); in setResponsible() 31 void setFillOpacity(T view, float value); in setFillOpacity() 32 void setFillRule(T view, int value); in setFillRule() 34 void setStrokeOpacity(T view, float value); in setStrokeOpacity() 37 void setStrokeLinecap(T view, int value); in setStrokeLinecap() 38 void setStrokeLinejoin(T view, int value); in setStrokeLinejoin() [all …]
|
| /expo/android/vendored/unversioned/react-native-svg/android/src/paper/java/com/facebook/react/viewmanagers/ |
| H A D | RNSVGSvgViewAndroidManagerInterface.java | 21 void setMinX(T view, float value); in setMinX() 22 void setMinY(T view, float value); in setMinY() 23 void setVbWidth(T view, float value); in setVbWidth() 24 void setVbHeight(T view, float value); in setVbHeight() 26 void setMeetOrSlice(T view, int value); in setMeetOrSlice() 34 void setNextFocusDown(T view, int value); in setNextFocusDown() 36 void setNextFocusRight(T view, int value); in setNextFocusRight() 41 void setNextFocusUp(T view, int value); in setNextFocusUp() 42 void setAccessible(T view, boolean value); in setAccessible() 46 void setFocusable(T view, boolean value); in setFocusable() [all …]
|
| H A D | RNSVGPatternManagerInterface.java | 19 void setOpacity(T view, float value); in setOpacity() 26 void setClipRule(T view, int value); in setClipRule() 31 void setFillOpacity(T view, float value); in setFillOpacity() 32 void setFillRule(T view, int value); in setFillRule() 37 void setStrokeLinecap(T view, int value); in setStrokeLinecap() 42 void setVectorEffect(T view, int value); in setVectorEffect() 60 void setMinX(T view, float value); in setMinX() 61 void setMinY(T view, float value); in setMinY() 62 void setVbWidth(T view, float value); in setVbWidth() 63 void setVbHeight(T view, float value); in setVbHeight() [all …]
|
| H A D | RNSVGMarkerManagerInterface.java | 19 void setOpacity(T view, float value); in setOpacity() 26 void setClipRule(T view, int value); in setClipRule() 31 void setFillOpacity(T view, float value); in setFillOpacity() 32 void setFillRule(T view, int value); in setFillRule() 37 void setStrokeLinecap(T view, int value); in setStrokeLinecap() 42 void setVectorEffect(T view, int value); in setVectorEffect() 59 void setMinX(T view, float value); in setMinX() 60 void setMinY(T view, float value); in setMinY() 61 void setVbWidth(T view, float value); in setVbWidth() 62 void setVbHeight(T view, float value); in setVbHeight() [all …]
|
| H A D | RNSVGTSpanManagerInterface.java | 18 void setName(T view, @Nullable String value); in setName() 19 void setOpacity(T view, float value); in setOpacity() 21 void setMask(T view, @Nullable String value); in setMask() 26 void setClipRule(T view, int value); in setClipRule() 27 void setResponsible(T view, boolean value); in setResponsible() 31 void setFillOpacity(T view, float value); in setFillOpacity() 32 void setFillRule(T view, int value); in setFillRule() 34 void setStrokeOpacity(T view, float value); in setStrokeOpacity() 37 void setStrokeLinecap(T view, int value); in setStrokeLinecap() 38 void setStrokeLinejoin(T view, int value); in setStrokeLinejoin() [all …]
|
| H A D | RNSVGTextPathManagerInterface.java | 18 void setName(T view, @Nullable String value); in setName() 19 void setOpacity(T view, float value); in setOpacity() 21 void setMask(T view, @Nullable String value); in setMask() 26 void setClipRule(T view, int value); in setClipRule() 27 void setResponsible(T view, boolean value); in setResponsible() 31 void setFillOpacity(T view, float value); in setFillOpacity() 32 void setFillRule(T view, int value); in setFillRule() 34 void setStrokeOpacity(T view, float value); in setStrokeOpacity() 37 void setStrokeLinecap(T view, int value); in setStrokeLinecap() 38 void setStrokeLinejoin(T view, int value); in setStrokeLinejoin() [all …]
|
| /expo/android/vendored/sdk47/react-native-svg/android/src/paper/java/abi47_0_0/com/facebook/react/viewmanagers/ |
| H A D | RNSVGPatternManagerInterface.java | 19 void setOpacity(T view, float value); in setOpacity() 26 void setClipRule(T view, int value); in setClipRule() 31 void setFillOpacity(T view, float value); in setFillOpacity() 32 void setFillRule(T view, int value); in setFillRule() 37 void setStrokeLinecap(T view, int value); in setStrokeLinecap() 42 void setVectorEffect(T view, int value); in setVectorEffect() 60 void setMinX(T view, float value); in setMinX() 61 void setMinY(T view, float value); in setMinY() 62 void setVbWidth(T view, float value); in setVbWidth() 63 void setVbHeight(T view, float value); in setVbHeight() [all …]
|
| H A D | RNSVGMarkerManagerInterface.java | 19 void setOpacity(T view, float value); in setOpacity() 26 void setClipRule(T view, int value); in setClipRule() 31 void setFillOpacity(T view, float value); in setFillOpacity() 32 void setFillRule(T view, int value); in setFillRule() 37 void setStrokeLinecap(T view, int value); in setStrokeLinecap() 42 void setVectorEffect(T view, int value); in setVectorEffect() 59 void setMinX(T view, float value); in setMinX() 60 void setMinY(T view, float value); in setMinY() 61 void setVbWidth(T view, float value); in setVbWidth() 62 void setVbHeight(T view, float value); in setVbHeight() [all …]
|
| /expo/android/vendored/sdk48/react-native-svg/android/src/paper/java/abi48_0_0/com/facebook/react/viewmanagers/ |
| H A D | RNSVGPatternManagerInterface.java | 19 void setOpacity(T view, float value); in setOpacity() 26 void setClipRule(T view, int value); in setClipRule() 31 void setFillOpacity(T view, float value); in setFillOpacity() 32 void setFillRule(T view, int value); in setFillRule() 37 void setStrokeLinecap(T view, int value); in setStrokeLinecap() 42 void setVectorEffect(T view, int value); in setVectorEffect() 60 void setMinX(T view, float value); in setMinX() 61 void setMinY(T view, float value); in setMinY() 62 void setVbWidth(T view, float value); in setVbWidth() 63 void setVbHeight(T view, float value); in setVbHeight() [all …]
|
| H A D | RNSVGMarkerManagerInterface.java | 19 void setOpacity(T view, float value); in setOpacity() 26 void setClipRule(T view, int value); in setClipRule() 31 void setFillOpacity(T view, float value); in setFillOpacity() 32 void setFillRule(T view, int value); in setFillRule() 37 void setStrokeLinecap(T view, int value); in setStrokeLinecap() 42 void setVectorEffect(T view, int value); in setVectorEffect() 59 void setMinX(T view, float value); in setMinX() 60 void setMinY(T view, float value); in setMinY() 61 void setVbWidth(T view, float value); in setVbWidth() 62 void setVbHeight(T view, float value); in setVbHeight() [all …]
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkCFObject.h | 24 template <typename T> static inline T SkCFSafeRetain(T obj) { in SkCFSafeRetain() 31 template <typename T> static inline void SkCFSafeRelease(T obj) { in SkCFSafeRelease() 39 using element_type = T; 80 sk_cfp<T>& operator=(const sk_cfp<T>& that) { 92 sk_cfp<T>& operator=(sk_cfp<T>&& that) { 140 T fObject = nil; 143 template <typename T> inline bool operator==(const sk_cfp<T>& a, 147 template <typename T> inline bool operator==(const sk_cfp<T>& a, 156 template <typename T> inline bool operator!=(const sk_cfp<T>& a, 160 template <typename T> inline bool operator!=(const sk_cfp<T>& a, [all …]
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkCFObject.h | 24 template <typename T> static inline T SkCFSafeRetain(T obj) { in SkCFSafeRetain() 31 template <typename T> static inline void SkCFSafeRelease(T obj) { in SkCFSafeRelease() 39 using element_type = T; 80 sk_cfp<T>& operator=(const sk_cfp<T>& that) { 92 sk_cfp<T>& operator=(sk_cfp<T>&& that) { 140 T fObject = nil; 143 template <typename T> inline bool operator==(const sk_cfp<T>& a, 147 template <typename T> inline bool operator==(const sk_cfp<T>& a, 156 template <typename T> inline bool operator!=(const sk_cfp<T>& a, 160 template <typename T> inline bool operator!=(const sk_cfp<T>& a, [all …]
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkCFObject.h | 24 template <typename T> static inline T SkCFSafeRetain(T obj) { in SkCFSafeRetain() 31 template <typename T> static inline void SkCFSafeRelease(T obj) { in SkCFSafeRelease() 39 using element_type = T; 80 sk_cfp<T>& operator=(const sk_cfp<T>& that) { 92 sk_cfp<T>& operator=(sk_cfp<T>&& that) { 140 T fObject = nil; 143 template <typename T> inline bool operator==(const sk_cfp<T>& a, 147 template <typename T> inline bool operator==(const sk_cfp<T>& a, 156 template <typename T> inline bool operator!=(const sk_cfp<T>& a, 160 template <typename T> inline bool operator!=(const sk_cfp<T>& a, [all …]
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkCFObject.h | 24 template <typename T> static inline T SkCFSafeRetain(T obj) { in SkCFSafeRetain() 31 template <typename T> static inline void SkCFSafeRelease(T obj) { in SkCFSafeRelease() 39 using element_type = T; 80 sk_cfp<T>& operator=(const sk_cfp<T>& that) { 92 sk_cfp<T>& operator=(sk_cfp<T>&& that) { 140 T fObject = nil; 143 template <typename T> inline bool operator==(const sk_cfp<T>& a, 147 template <typename T> inline bool operator==(const sk_cfp<T>& a, 156 template <typename T> inline bool operator!=(const sk_cfp<T>& a, 160 template <typename T> inline bool operator!=(const sk_cfp<T>& a, [all …]
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkCFObject.h | 24 template <typename T> static inline T SkCFSafeRetain(T obj) { in SkCFSafeRetain() 31 template <typename T> static inline void SkCFSafeRelease(T obj) { in SkCFSafeRelease() 39 using element_type = T; 80 sk_cfp<T>& operator=(const sk_cfp<T>& that) { 92 sk_cfp<T>& operator=(sk_cfp<T>&& that) { 140 T fObject = nil; 143 template <typename T> inline bool operator==(const sk_cfp<T>& a, 147 template <typename T> inline bool operator==(const sk_cfp<T>& a, 156 template <typename T> inline bool operator!=(const sk_cfp<T>& a, 160 template <typename T> inline bool operator!=(const sk_cfp<T>& a, [all …]
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkCFObject.h | 24 template <typename T> static inline T SkCFSafeRetain(T obj) { in SkCFSafeRetain() 31 template <typename T> static inline void SkCFSafeRelease(T obj) { in SkCFSafeRelease() 39 using element_type = T; 80 sk_cfp<T>& operator=(const sk_cfp<T>& that) { 92 sk_cfp<T>& operator=(sk_cfp<T>&& that) { 140 T fObject = nil; 143 template <typename T> inline bool operator==(const sk_cfp<T>& a, 147 template <typename T> inline bool operator==(const sk_cfp<T>& a, 156 template <typename T> inline bool operator!=(const sk_cfp<T>& a, 160 template <typename T> inline bool operator!=(const sk_cfp<T>& a, [all …]
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkCFObject.h | 24 template <typename T> static inline T SkCFSafeRetain(T obj) { in SkCFSafeRetain() 31 template <typename T> static inline void SkCFSafeRelease(T obj) { in SkCFSafeRelease() 39 using element_type = T; 80 sk_cfp<T>& operator=(const sk_cfp<T>& that) { 92 sk_cfp<T>& operator=(sk_cfp<T>&& that) { 140 T fObject = nil; 143 template <typename T> inline bool operator==(const sk_cfp<T>& a, 147 template <typename T> inline bool operator==(const sk_cfp<T>& a, 156 template <typename T> inline bool operator!=(const sk_cfp<T>& a, 160 template <typename T> inline bool operator!=(const sk_cfp<T>& a, [all …]
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/ports/ |
| H A D | SkCFObject.h | 24 template <typename T> static inline T SkCFSafeRetain(T obj) { in SkCFSafeRetain() 31 template <typename T> static inline void SkCFSafeRelease(T obj) { in SkCFSafeRelease() 39 using element_type = T; 80 sk_cfp<T>& operator=(const sk_cfp<T>& that) { 92 sk_cfp<T>& operator=(sk_cfp<T>&& that) { 140 T fObject = nil; 143 template <typename T> inline bool operator==(const sk_cfp<T>& a, 147 template <typename T> inline bool operator==(const sk_cfp<T>& a, 156 template <typename T> inline bool operator!=(const sk_cfp<T>& a, 160 template <typename T> inline bool operator!=(const sk_cfp<T>& a, [all …]
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkVx.h | 90 SKVX_ALWAYS_INLINE VecStorage(T x, T y, T z, T w) : lo(x,y), hi(z, w) {} 218 SINT Vec<2*N,T> join(const Vec<N,T>& lo, const Vec<N,T>& hi) { 256 SINT Vec<N,T> operator+(const Vec<N,T>& x, const Vec<N,T>& y) { 259 SINT Vec<N,T> operator-(const Vec<N,T>& x, const Vec<N,T>& y) { 262 SINT Vec<N,T> operator*(const Vec<N,T>& x, const Vec<N,T>& y) { 265 SINT Vec<N,T> operator/(const Vec<N,T>& x, const Vec<N,T>& y) { 269 SINT Vec<N,T> operator^(const Vec<N,T>& x, const Vec<N,T>& y) { 272 SINT Vec<N,T> operator&(const Vec<N,T>& x, const Vec<N,T>& y) { 455 SIT Vec<1,T> if_then_else(const Vec<1,M<T>>& cond, const Vec<1,T>& t, const Vec<1,T>& e) { 460 SINT Vec<N,T> if_then_else(const Vec<N,M<T>>& cond, const Vec<N,T>& t, const Vec<N,T>& e) { [all …]
|