| /expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/ |
| H A D | PKCS7.swift | 67 var out = Data() variable 69 out.append(value) 71 out.append(rawValue) 75 out.append(value) 77 out.append(rawValue) 81 out.append(value) 87 return out.count > 0 ? out : nil
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/ |
| H A D | NotificationContent.java | 169 out.writeObject(mTitle); in writeObject() 170 out.writeObject(mText); in writeObject() 171 out.writeObject(mSubtitle); in writeObject() 172 out.writeObject(mBadgeCount); in writeObject() 173 out.writeByte(mShouldPlayDefaultSound ? 1 : 0); in writeObject() 177 out.writeInt(-1); in writeObject() 179 out.writeInt(mVibrationPattern.length); in writeObject() 181 out.writeLong(duration); in writeObject() 186 out.writeObject(mColor); in writeObject() 187 out.writeByte(mAutoDismiss ? 1 : 0); in writeObject() [all …]
|
| /expo/packages/expo-gl/common/ |
| H A D | stb_image.h | 3134 return out; in stbi__resample_row_v_2() 3145 out[0] = out[1] = input[0]; in stbi__resample_row_h_2() 3162 return out; in stbi__resample_row_h_2() 3188 return out; in stbi__resample_row_hv_2() 3304 return out; in stbi__resample_row_hv_2_simd() 3730 out[0] = out[1] = out[2] = y[i]; in load_jpeg_image() 3741 *out++ = y[i], *out++ = 255; in load_jpeg_image() 5347 if (!out) in stbi__bmp_load() 5897 if (!out) in stbi__psd_load() 6004 out = stbi__convert_format(out, 4, req_comp, w, h); in stbi__psd_load() [all …]
|
| /expo/ios/versioned/sdk47/EXGL/common/ |
| H A D | stb_image.h | 3134 return out; in stbi__resample_row_v_2() 3145 out[0] = out[1] = input[0]; in stbi__resample_row_h_2() 3162 return out; in stbi__resample_row_h_2() 3188 return out; in stbi__resample_row_hv_2() 3304 return out; in stbi__resample_row_hv_2_simd() 3730 out[0] = out[1] = out[2] = y[i]; in load_jpeg_image() 3741 *out++ = y[i], *out++ = 255; in load_jpeg_image() 5347 if (!out) in stbi__bmp_load() 5897 if (!out) in stbi__psd_load() 6004 out = stbi__convert_format(out, 4, req_comp, w, h); in stbi__psd_load() [all …]
|
| /expo/ios/versioned/sdk48/ExpoGL/common/ |
| H A D | stb_image.h | 3134 return out; in stbi__resample_row_v_2() 3145 out[0] = out[1] = input[0]; in stbi__resample_row_h_2() 3162 return out; in stbi__resample_row_h_2() 3188 return out; in stbi__resample_row_hv_2() 3304 return out; in stbi__resample_row_hv_2_simd() 3730 out[0] = out[1] = out[2] = y[i]; in load_jpeg_image() 3741 *out++ = y[i], *out++ = 255; in load_jpeg_image() 5347 if (!out) in stbi__bmp_load() 5897 if (!out) in stbi__psd_load() 6004 out = stbi__convert_format(out, 4, req_comp, w, h); in stbi__psd_load() [all …]
|
| /expo/ios/versioned/sdk49/ExpoGL/common/ |
| H A D | stb_image.h | 3134 return out; in stbi__resample_row_v_2() 3145 out[0] = out[1] = input[0]; in stbi__resample_row_h_2() 3162 return out; in stbi__resample_row_h_2() 3188 return out; in stbi__resample_row_hv_2() 3304 return out; in stbi__resample_row_hv_2_simd() 3730 out[0] = out[1] = out[2] = y[i]; in load_jpeg_image() 3741 *out++ = y[i], *out++ = 255; in load_jpeg_image() 5347 if (!out) in stbi__bmp_load() 5897 if (!out) in stbi__psd_load() 6004 out = stbi__convert_format(out, 4, req_comp, w, h); in stbi__psd_load() [all …]
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | AirMapTileWorker.java | 96 OutputStream out = null; in writeTileImage() local 104 out = new FileOutputStream(file); in writeTileImage() 105 out.write(image); in writeTileImage() 112 if (out != null) try { out.close(); } catch (Exception ignored) {} in writeTileImage()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | MapTileWorker.java | 96 OutputStream out = null; in writeTileImage() local 104 out = new FileOutputStream(file); in writeTileImage() 105 out.write(image); in writeTileImage() 112 if (out != null) try { out.close(); } catch (Exception ignored) {} in writeTileImage()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/maps/ |
| H A D | MapTileWorker.java | 96 OutputStream out = null; in writeTileImage() local 104 out = new FileOutputStream(file); in writeTileImage() 105 out.write(image); in writeTileImage() 112 if (out != null) try { out.close(); } catch (Exception ignored) {} in writeTileImage()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | AirMapTileWorker.java | 96 OutputStream out = null; in writeTileImage() local 104 out = new FileOutputStream(file); in writeTileImage() 105 out.write(image); in writeTileImage() 112 if (out != null) try { out.close(); } catch (Exception ignored) {} in writeTileImage()
|
| /expo/apps/native-component-list/src/screens/Image/ |
| H A D | ImageTransitionsScreen.tsx | 42 { name: 'ease-in-out (default)', value: 'ease-in-out' }, 44 { name: 'ease-out', value: 'ease-out' },
|
| /expo/packages/expo-image/src/web/ |
| H A D | AnimationManager.tsx | 27 type NodeStatus = 'mounted' | 'in' | 'active' | 'out' | 'errored'; 51 return 'ease-in-out'; 155 : { ...n2, status: 'out' } 171 nodes.map((n) => (n === newNode ? { ...n, status: 'in' } : { ...n, status: 'out' })) 188 if (node.status === 'out') { 209 out: animation?.animateOutClass,
|
| /expo/docs/ |
| H A D | .prettierignore | 8 /out/
|
| H A D | .eslintignore | 5 out
|
| H A D | .gitignore | 3 out/
|
| /expo/packages/expo-dev-launcher/bundle/components/ |
| H A D | LogoutConfirmationModal.tsx | 9 <Heading weight="medium">Are you sure you want to log out?</Heading> 19 accessibilityLabel="Log out">
|
| /expo/packages/expo-router/ |
| H A D | README.md | 3 Check out the [Expo Router documentation](https://docs.expo.dev/routing/introduction/) for more inf…
|
| /expo/apps/native-component-list/src/components/FunctionDemo/ |
| H A D | FunctionSignature.tsx | 47 .filter((arg) => !!arg) // filter out all void values 59 if (typeof arg !== 'object' || Array.isArray(arg) /** filter out tuples/arrays */) { 90 .filter((entry) => !!entry) // filter out all void values
|
| /expo/packages/html-elements/src/css/__tests__/__snapshots__/ |
| H A D | createSafeStyledView.test.native.tsx.snap.ios | 3 exports[`mocks out visibility: hidden by lowering the opacity 1`] = `
|
| H A D | createSafeStyledView.test.native.tsx.snap.android | 3 exports[`mocks out visibility: hidden by lowering the opacity 1`] = `
|
| /expo/packages/expo-dev-launcher/ |
| H A D | .gitignore | 31 buck-out/
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | asset.mdx | 12 …out React Native's [documentation on static image resources](https://reactnative.dev/docs/images#s…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | asset.mdx | 12 …out React Native's [documentation on static image resources](https://reactnative.dev/docs/images#s…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | asset.mdx | 12 …out React Native's [documentation on static image resources](https://reactnative.dev/docs/images#s…
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | asset.mdx | 12 …out React Native's [documentation on static image resources](https://reactnative.dev/docs/images#s…
|