| /expo/packages/@expo/fingerprint/src/sourcer/ |
| H A D | Sourcer.ts | 18 import { profile } from '../utils/Profile'; 28 profile(getExpoAutolinkingAndroidSourcesAsync)(projectRoot, options), 29 profile(getExpoAutolinkingIosSourcesAsync)(projectRoot, options), 30 profile(getExpoConfigSourcesAsync)(projectRoot, options), 31 profile(getEasBuildSourcesAsync)(projectRoot, options), 34 profile(getGitIgnoreSourcesAsync)(projectRoot, options), 35 profile(getPackageJsonScriptSourcesAsync)(projectRoot, options), 38 profile(getBareAndroidSourcesAsync)(projectRoot, options), 39 profile(getBareIosSourcesAsync)(projectRoot, options), 42 profile(getRncliAutolinkingSourcesAsync)(projectRoot, options), [all …]
|
| /expo/packages/@expo/fingerprint/build/sourcer/ |
| H A D | Sourcer.js | 16 (0, Profile_1.profile)(Expo_1.getExpoAutolinkingAndroidSourcesAsync)(projectRoot, options), 17 (0, Profile_1.profile)(Expo_1.getExpoAutolinkingIosSourcesAsync)(projectRoot, options), 18 (0, Profile_1.profile)(Expo_1.getExpoConfigSourcesAsync)(projectRoot, options), 19 (0, Profile_1.profile)(Expo_1.getEasBuildSourcesAsync)(projectRoot, options), 21 (0, Profile_1.profile)(Bare_1.getGitIgnoreSourcesAsync)(projectRoot, options), 22 (0, Profile_1.profile)(Bare_1.getPackageJsonScriptSourcesAsync)(projectRoot, options), 24 (0, Profile_1.profile)(Bare_1.getBareAndroidSourcesAsync)(projectRoot, options), 25 (0, Profile_1.profile)(Bare_1.getBareIosSourcesAsync)(projectRoot, options), 27 (0, Profile_1.profile)(Bare_1.getRncliAutolinkingSourcesAsync)(projectRoot, options), 29 (0, Profile_1.profile)(PatchPackage_1.getPatchPackageSourcesAsync)(projectRoot, options),
|
| /expo/docs/pages/build/ |
| H A D | automate-submissions.mdx | 8 …ld to pass the build along to EAS Submit with the appropriate submission profile upon completion. … 12 ### Selecting a submission profile 14 …profile with the same name as the selected build profile. If this does not exist, or if you prefer… 16 ### Build profile environment variables and submissions 18 …profile <profile-name> --auto-submit`, the project's **app.config.js** will be evaluated using any… 49 The `APP_ENV` variable from the `production` profile will be used when evaluating **app.config.js**…
|
| /expo/docs/pages/submit/ |
| H A D | eas-json.mdx | 12 ## Production profile 14 Running `eas submit` without specifying a profile name will use the `production` profile if it is a… 41 The JSON object under `submit` can contain multiple submit profiles. Each profile under `submit` ca… 74 …ck up another `submit` profile by specifying it with a parameter. For example, `eas submit --platf… 78 …profile can extend another profile using the `extends` key. For example, in the `preview` profile …
|
| /expo/packages/@expo/fingerprint/build/utils/ |
| H A D | Profile.js | 6 exports.profile = void 0; 15 function profile(fn, functionName = fn.name) { function 42 exports.profile = profile;
|
| /expo/.github/workflows/ |
| H A D | client-ios-eas.yml | 85 - name: Resolve profile 86 id: profile 91 echo "profile=$DISPATCH_PROFILE" >> $GITHUB_OUTPUT 93 echo "profile=versioned-client" >> $GITHUB_OUTPUT 95 echo "profile=versioned-client-add-sdk" >> $GITHUB_OUTPUT 97 echo "profile=versioned-client" >> $GITHUB_OUTPUT 99 echo "profile=unversioned-client" >> $GITHUB_OUTPUT 106 profile: ${{ steps.profile.outputs.profile }} 117 EAS_BUILD_PROFILE: ${{ steps.profile.outputs.profile }}
|
| H A D | client-android-eas.yml | 82 - name: Resolve profile 83 id: profile 88 echo "profile=$DISPATCH_PROFILE" >> $GITHUB_OUTPUT 90 echo "profile=versioned-client" >> $GITHUB_OUTPUT 92 echo "profile=versioned-client-add-sdk" >> $GITHUB_OUTPUT 94 echo "profile=versioned-client" >> $GITHUB_OUTPUT 96 echo "profile=unversioned-client" >> $GITHUB_OUTPUT 123 profile: ${{ steps.profile.outputs.profile }} 134 EAS_BUILD_PROFILE: ${{ steps.profile.outputs.profile }}
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkEncodedInfo.h | 31 const skcms_ICCProfile* profile() const { return &fProfile; } in profile() function 111 Alpha alpha, int bitsPerComponent, std::unique_ptr<ICCProfile> profile) { in Make() 113 std::move(profile), /*colorDepth*/ bitsPerComponent); in Make() 117 Alpha alpha, int bitsPerComponent, std::unique_ptr<ICCProfile> profile, in Make() 168 bitsPerComponent, colorDepth, std::move(profile)); in Make() 183 sk_sp<SkColorSpace> cs = fProfile ? SkColorSpace::Make(*fProfile->profile()) in makeImageInfo() 196 const skcms_ICCProfile* profile() const { in profile() function 198 return fProfile->profile(); in profile() 253 uint8_t bitsPerComponent, uint8_t colorDepth, std::unique_ptr<ICCProfile> profile) in SkEncodedInfo() 260 , fProfile(std::move(profile)) in SkEncodedInfo()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkEncodedInfo.h | 31 const skcms_ICCProfile* profile() const { return &fProfile; } in profile() function 111 Alpha alpha, int bitsPerComponent, std::unique_ptr<ICCProfile> profile) { in Make() 113 std::move(profile), /*colorDepth*/ bitsPerComponent); in Make() 117 Alpha alpha, int bitsPerComponent, std::unique_ptr<ICCProfile> profile, in Make() 168 bitsPerComponent, colorDepth, std::move(profile)); in Make() 183 sk_sp<SkColorSpace> cs = fProfile ? SkColorSpace::Make(*fProfile->profile()) in makeImageInfo() 196 const skcms_ICCProfile* profile() const { in profile() function 198 return fProfile->profile(); in profile() 253 uint8_t bitsPerComponent, uint8_t colorDepth, std::unique_ptr<ICCProfile> profile) in SkEncodedInfo() 260 , fProfile(std::move(profile)) in SkEncodedInfo()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkEncodedInfo.h | 31 const skcms_ICCProfile* profile() const { return &fProfile; } in profile() function 111 Alpha alpha, int bitsPerComponent, std::unique_ptr<ICCProfile> profile) { in Make() 113 std::move(profile), /*colorDepth*/ bitsPerComponent); in Make() 117 Alpha alpha, int bitsPerComponent, std::unique_ptr<ICCProfile> profile, in Make() 168 bitsPerComponent, colorDepth, std::move(profile)); in Make() 183 sk_sp<SkColorSpace> cs = fProfile ? SkColorSpace::Make(*fProfile->profile()) in makeImageInfo() 196 const skcms_ICCProfile* profile() const { in profile() function 198 return fProfile->profile(); in profile() 253 uint8_t bitsPerComponent, uint8_t colorDepth, std::unique_ptr<ICCProfile> profile) in SkEncodedInfo() 260 , fProfile(std::move(profile)) in SkEncodedInfo()
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkEncodedInfo.h | 31 const skcms_ICCProfile* profile() const { return &fProfile; } in profile() function 111 Alpha alpha, int bitsPerComponent, std::unique_ptr<ICCProfile> profile) { in Make() 113 std::move(profile), /*colorDepth*/ bitsPerComponent); in Make() 117 Alpha alpha, int bitsPerComponent, std::unique_ptr<ICCProfile> profile, in Make() 168 bitsPerComponent, colorDepth, std::move(profile)); in Make() 183 sk_sp<SkColorSpace> cs = fProfile ? SkColorSpace::Make(*fProfile->profile()) in makeImageInfo() 196 const skcms_ICCProfile* profile() const { in profile() function 198 return fProfile->profile(); in profile() 253 uint8_t bitsPerComponent, uint8_t colorDepth, std::unique_ptr<ICCProfile> profile) in SkEncodedInfo() 260 , fProfile(std::move(profile)) in SkEncodedInfo()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkEncodedInfo.h | 31 const skcms_ICCProfile* profile() const { return &fProfile; } in profile() function 111 Alpha alpha, int bitsPerComponent, std::unique_ptr<ICCProfile> profile) { in Make() 113 std::move(profile), /*colorDepth*/ bitsPerComponent); in Make() 117 Alpha alpha, int bitsPerComponent, std::unique_ptr<ICCProfile> profile, in Make() 168 bitsPerComponent, colorDepth, std::move(profile)); in Make() 183 sk_sp<SkColorSpace> cs = fProfile ? SkColorSpace::Make(*fProfile->profile()) in makeImageInfo() 196 const skcms_ICCProfile* profile() const { in profile() function 198 return fProfile->profile(); in profile() 253 uint8_t bitsPerComponent, uint8_t colorDepth, std::unique_ptr<ICCProfile> profile) in SkEncodedInfo() 260 , fProfile(std::move(profile)) in SkEncodedInfo()
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkEncodedInfo.h | 31 const skcms_ICCProfile* profile() const { return &fProfile; } in profile() function 111 Alpha alpha, int bitsPerComponent, std::unique_ptr<ICCProfile> profile) { in Make() 113 std::move(profile), /*colorDepth*/ bitsPerComponent); in Make() 117 Alpha alpha, int bitsPerComponent, std::unique_ptr<ICCProfile> profile, in Make() 168 bitsPerComponent, colorDepth, std::move(profile)); in Make() 183 sk_sp<SkColorSpace> cs = fProfile ? SkColorSpace::Make(*fProfile->profile()) in makeImageInfo() 196 const skcms_ICCProfile* profile() const { in profile() function 198 return fProfile->profile(); in profile() 253 uint8_t bitsPerComponent, uint8_t colorDepth, std::unique_ptr<ICCProfile> profile) in SkEncodedInfo() 260 , fProfile(std::move(profile)) in SkEncodedInfo()
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkEncodedInfo.h | 25 const skcms_ICCProfile* profile() const { return &fProfile; } in profile() function 105 Alpha alpha, int bitsPerComponent, std::unique_ptr<ICCProfile> profile) { in Make() 107 std::move(profile), /*colorDepth*/ bitsPerComponent); in Make() 111 Alpha alpha, int bitsPerComponent, std::unique_ptr<ICCProfile> profile, in Make() 162 bitsPerComponent, colorDepth, std::move(profile)); in Make() 177 sk_sp<SkColorSpace> cs = fProfile ? SkColorSpace::Make(*fProfile->profile()) in makeImageInfo() 190 const skcms_ICCProfile* profile() const { in profile() function 192 return fProfile->profile(); in profile() 247 uint8_t bitsPerComponent, uint8_t colorDepth, std::unique_ptr<ICCProfile> profile) in SkEncodedInfo() 254 , fProfile(std::move(profile)) in SkEncodedInfo()
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkEncodedInfo.h | 31 const skcms_ICCProfile* profile() const { return &fProfile; } in profile() function 111 Alpha alpha, int bitsPerComponent, std::unique_ptr<ICCProfile> profile) { in Make() 113 std::move(profile), /*colorDepth*/ bitsPerComponent); in Make() 117 Alpha alpha, int bitsPerComponent, std::unique_ptr<ICCProfile> profile, in Make() 168 bitsPerComponent, colorDepth, std::move(profile)); in Make() 183 sk_sp<SkColorSpace> cs = fProfile ? SkColorSpace::Make(*fProfile->profile()) in makeImageInfo() 196 const skcms_ICCProfile* profile() const { in profile() function 198 return fProfile->profile(); in profile() 253 uint8_t bitsPerComponent, uint8_t colorDepth, std::unique_ptr<ICCProfile> profile) in SkEncodedInfo() 260 , fProfile(std::move(profile)) in SkEncodedInfo()
|
| /expo/packages/@expo/cli/src/config/ |
| H A D | configAsync.ts | 8 import { profile } from '../utils/profile'; 59 config = await profile(getPrebuildConfigAsync)(projectRoot, { 66 config = await profile(getPrebuildConfigAsync)(projectRoot, { 81 config = profile(getConfig)(projectRoot, { 90 config = profile(getConfig)(projectRoot, {
|
| /expo/packages/@expo/cli/src/start/ |
| H A D | startAsync.ts | 18 import { profile } from '../utils/profile'; 73 const { exp, pkg } = profile(getConfig)(projectRoot); 93 await profile(devServerManager.startAsync.bind(devServerManager))(startOptions); 103 await profile(validateDependenciesVersionsAsync)(projectRoot, exp, pkg); 113 await profile(openPlatformsAsync)(devServerManager, options); 117 await profile(startInterfaceAsync)(devServerManager, {
|
| /expo/docs/pages/router/reference/ |
| H A D | hooks.mdx | 44 <RouteUrl>/profile/baconbrix?extra=info</RouteUrl> 46 ```jsx app/profile/[user].tsx 70 <RouteUrl>/profile/baconbrix?extra=info</RouteUrl> 72 ```jsx app/profile/[user].tsx 122 <RouteUrl>/profile/baconbrix?extra=info</RouteUrl> 124 ```jsx app/profile/[user].tsx 131 /* @info <b>pathname = "/profile/baconbrix"</b> */ 145 ```jsx app/profile/[user].tsx 152 /* @info <b>segments = ["profile", "[user]"]</b> */ 161 ```jsx app/profile/[user].tsx [all …]
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/camera/ |
| H A D | CameraViewHelper.kt | 27 var profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_HIGH) in getCorrectCameraRotation() variable 29 VIDEO_2160P -> profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_2160P) in getCorrectCameraRotation() 30 VIDEO_1080P -> profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_1080P) in getCorrectCameraRotation() 31 VIDEO_720P -> profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_720P) in getCorrectCameraRotation() 32 VIDEO_480P -> profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_480P) in getCorrectCameraRotation() 34 profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_480P) in getCorrectCameraRotation() 35 profile.videoFrameWidth = 640 in getCorrectCameraRotation() 38 return profile in getCorrectCameraRotation()
|
| /expo/packages/expo-camera/android/src/main/java/expo/modules/camera/ |
| H A D | CameraViewHelper.kt | 27 var profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_HIGH) in getCorrectCameraRotation() variable 29 VIDEO_2160P -> profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_2160P) in getCorrectCameraRotation() 30 VIDEO_1080P -> profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_1080P) in getCorrectCameraRotation() 31 VIDEO_720P -> profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_720P) in getCorrectCameraRotation() 32 VIDEO_480P -> profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_480P) in getCorrectCameraRotation() 34 profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_480P) in getCorrectCameraRotation() 35 profile.videoFrameWidth = 640 in getCorrectCameraRotation() 38 return profile in getCorrectCameraRotation()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/camera/ |
| H A D | CameraViewHelper.kt | 27 var profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_HIGH) in getCorrectCameraRotation() variable 29 VIDEO_2160P -> profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_2160P) in getCorrectCameraRotation() 30 VIDEO_1080P -> profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_1080P) in getCorrectCameraRotation() 31 VIDEO_720P -> profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_720P) in getCorrectCameraRotation() 32 VIDEO_480P -> profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_480P) in getCorrectCameraRotation() 34 profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_480P) in getCorrectCameraRotation() 35 profile.videoFrameWidth = 640 in getCorrectCameraRotation() 38 return profile in getCorrectCameraRotation()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/camera/ |
| H A D | CameraViewHelper.kt | 27 var profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_HIGH) in getCorrectCameraRotation() variable 29 VIDEO_2160P -> profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_2160P) in getCorrectCameraRotation() 30 VIDEO_1080P -> profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_1080P) in getCorrectCameraRotation() 31 VIDEO_720P -> profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_720P) in getCorrectCameraRotation() 32 VIDEO_480P -> profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_480P) in getCorrectCameraRotation() 34 profile = CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_480P) in getCorrectCameraRotation() 35 profile.videoFrameWidth = 640 in getCorrectCameraRotation() 38 return profile in getCorrectCameraRotation()
|
| /expo/packages/@expo/cli/src/utils/__tests__/ |
| H A D | profile-test.ts | 1 import { profile } from '../profile'; 8 expect(profile(fn)('a', 'b')).toBe(1);
|
| /expo/packages/@expo/fingerprint/src/utils/__tests__/ |
| H A D | Profile-test.ts | 1 import { profile } from '../Profile'; 9 expect(profile(fn)('a', 'b')).toBe(1);
|
| /expo/packages/@expo/cli/src/run/ios/ |
| H A D | launchApp.ts | 11 import { profile } from '../../utils/profile'; 19 const appId = await profile(getBundleIdentifierForBinaryAsync)(binaryPath); 22 await profile(installOnDeviceAsync)({
|