Home
last modified time | relevance | path

Searched refs:outputs (Results 1 – 25 of 110) sorted by relevance

12345

/expo/tools/src/code-review/
H A Dreports.ts9 export function generateReportFromOutputs(outputs: ReviewOutput[], commitSha: string): string {
13 header(outputs),
14 outputs.map(reportForOutput).join('\n'),
37 function header(outputs: ReviewOutput[]): string {
38 if (outputs.length > 0) {
H A Dindex.ts86 const outputs = (await Promise.all(reviewActions)).filter(Boolean) as ReviewOutput[]; constant
89 const activeOutputs = outputs.filter(
94 const reviewComments = getReviewCommentsFromOutputs(outputs);
133 function getReviewCommentsFromOutputs(outputs: ReviewOutput[]): ReviewComment[] {
134 return ([] as ReviewComment[]).concat(...outputs.map((output) => output.comments ?? []));
140 function getLabelFromOutputs(outputs: ReviewOutput[]): Label {
141 const finalStatus = outputs.reduce(
/expo/apps/bare-expo/scripts/
H A Dstart-android-e2e-test.sh10 adb install -r app/build/outputs/apk/release/app-release.apk
11 adb install -r app/build/outputs/apk/androidTest/release/app-release-androidTest.apk
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DMapper.cpp12 std::vector<std::shared_ptr<MutableValue>> outputs) in Mapper() argument
13 : id(id), module(module), mapper(mapper), inputs(inputs), outputs(outputs) { in Mapper()
H A DMapper.h29 std::vector<std::shared_ptr<MutableValue>> outputs; variable
42 std::vector<std::shared_ptr<MutableValue>> outputs);
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DMapper.cpp12 std::vector<std::shared_ptr<MutableValue>> outputs) in Mapper() argument
13 : id(id), module(module), mapper(mapper), inputs(inputs), outputs(outputs) { in Mapper()
H A DMapper.h29 std::vector<std::shared_ptr<MutableValue>> outputs; variable
42 std::vector<std::shared_ptr<MutableValue>> outputs);
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/
H A DMapper.cpp12 std::vector<std::shared_ptr<MutableValue>> outputs) in Mapper() argument
13 : id(id), module(module), mapper(mapper), inputs(inputs), outputs(outputs) { in Mapper()
H A DMapper.h29 std::vector<std::shared_ptr<MutableValue>> outputs; variable
42 std::vector<std::shared_ptr<MutableValue>> outputs);
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/
H A DMapper.cpp12 std::vector<std::shared_ptr<MutableValue>> outputs) in Mapper() argument
13 : id(id), module(module), mapper(mapper), inputs(inputs), outputs(outputs) { in Mapper()
H A DMapper.h29 std::vector<std::shared_ptr<MutableValue>> outputs; variable
42 std::vector<std::shared_ptr<MutableValue>> outputs);
/expo/.github/actions/expo-caches/
H A Daction.yml47 outputs:
50 value: steps.workspace-modules-cache.outputs.cache-hit
53 value: steps.tools-modules-cache.outputs.cache-hit
56 value: steps.docs-modules-cache.outputs.cache-hit
59 value: steps.ios-pods-cache.outputs.cache-hit
62 value: steps.bare-expo-pods-cache.outputs.cache-hit
65 value: steps.native-tests-pods-cache.outputs.cache-hit
68 value: steps.git-lfs-cache.outputs.cache-hit
71 value: steps.cache-hermes-engine-aar.outputs.cache-hit
152 if: inputs.ndk == 'true' && steps.cache-android-ndk.outputs.cache-hit != 'true'
[all …]
/expo/.github/workflows/
H A Dclient-ios-eas.yml71 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
89 IS_VERSIONED="${{ steps.flavor.outputs.versioned }}"
106 profile: ${{ steps.profile.outputs.profile }}
112 if: ${{ cancelled() && steps.build.outputs.build_id }}
113 run: eas build:cancel ${{ steps.build.outputs.build_id }}
117 EAS_BUILD_PROFILE: ${{ steps.profile.outputs.profile }}
H A Dclient-android-eas.yml65 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
86 IS_VERSIONED="${{ steps.flavor.outputs.versioned }}"
123 profile: ${{ steps.profile.outputs.profile }}
129 if: ${{ cancelled() && steps.build.outputs.build_id }}
130 run: eas build:cancel ${{ steps.build.outputs.build_id }}
134 EAS_BUILD_PROFILE: ${{ steps.profile.outputs.profile }}
H A Dpr-labeler.yml50 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
60 …if: ${{ github.event_name == 'pull_request' && steps.fingerprint.outputs.fingerprint-diff == '[]' …
83 …if: ${{ github.event_name == 'pull_request' && steps.fingerprint.outputs.fingerprint-diff != '[]' …
H A Ddocs-pr-deploy.yml66 if: steps.expo-caches.outputs.yarn-docs-hit != 'true'
91 if: steps.old_comment.outputs.comment-id == ''
103 if: steps.old_comment.outputs.comment-id != ''
110 comment_id: '${{ steps.old_comment.outputs.comment-id }}',
H A Dclient-ios.yml66 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
71 if: steps.expo-caches.outputs.ios-pods-hit != 'true'
91 …IS_VERSIONED_FLAVOR: ${{ github.event_name == 'schedule' || steps.flavor.outputs.versioned == 'tru…
H A Dweb.yml46 if: steps.expo-caches.outputs.yarn-workspace-hit != 'true'
88outputs.path }}"><img longdesc="Try the native preview of this PR" src="https://img.shields.io/bad…
/expo/.github/actions/eas-build/
H A Daction.yml24 outputs:
27 value: ${{ steps.build_start.outputs.build_id }}
69 BUILD_ID: ${{ steps.build_start.outputs.build_id }}
/expo/apps/eas-expo-go/scripts/
H A Deas-build-post-install.sh19 …-lab/react-native/packages/react-native/ReactAndroid/hermes-engine/build/outputs/aar/hermes-engine…
20 …-lab/react-native/packages/react-native/ReactAndroid/hermes-engine/build/outputs/aar/hermes-engine…
/expo/packages/expo-updates/
H A Dexpo-updates.gradle43 // Set up inputs and outputs so gradle can cache the result
45 outputs.dir assetsDir
/expo/docs/pages/custom-builds/
H A Dfunctions.mdx38 // // specify the function outputs and whether they are required here
46 // outputs,
50 // outputs: FunctionOutputs;
200 outputs:
236 outputs,
240 outputs: FunctionOutputs;
252outputs.sum.set(sum.toString()); // Currently, outputs must be strings. This will improve in the f…
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/
H A DMapperRegistry.cpp107 for (auto sharedValue : mapper->outputs) { in updateOrder()
131 for (auto sharedValue : id.mapper->outputs) { in updateOrder()
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Registries/
H A DMapperRegistry.cpp107 for (auto sharedValue : mapper->outputs) { in updateOrder()
131 for (auto sharedValue : id.mapper->outputs) { in updateOrder()
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/
H A DMapperRegistry.cpp107 for (auto sharedValue : mapper->outputs) { in updateOrder()
131 for (auto sharedValue : id.mapper->outputs) { in updateOrder()

12345