Home
last modified time | relevance | path

Searched refs:OUT (Results 1 – 25 of 33) sorted by relevance

12

/aosp14/frameworks/base/tools/locked_region_code_injection/test/
H A Dunit-test.sh67 OUT=$TOP/out/host/test/lockedregioncodeinjection
71 if [[ -d $OUT ]]; then rm -r $OUT; fi
72 mkdir -p $OUT
80 -i $INP -o $OUT/test_output.jar \
87 java -ea -cp $OUT/test_output.jar \
91 pushd $OUT > /dev/null
98 echo "artifacts are in $OUT"
/aosp14/frameworks/base/packages/CtsShim/build/
H A DREADME13 $ cp $OUT/system/priv-app/CtsShimPrivUpgrade/CtsShimPrivUpgrade.apk \
15 $ cp $OUT/system/priv-app/CtsShimPrivUpgrade/CtsShimPrivUpgrade.apk \
17 $ cp $OUT/system/priv-app/CtsShimPrivUpgradeWrongSHA/CtsShimPrivUpgradeWrongSHA.apk \
19 $ cp $OUT/system/priv-app/CtsShimPriv/CtsShimPriv.apk \
21 $ cp $OUT/system/app/CtsShim/CtsShim.apk \
27 $ cp $OUT/system/priv-app/CtsShimPrivUpgrade/CtsShimPrivUpgrade.apk \
29 $ cp $OUT/system/priv-app/CtsShimPrivUpgrade/CtsShimPrivUpgrade.apk \
31 $ cp $OUT/system/priv-app/CtsShimPrivUpgradeWrongSHA/CtsShimPrivUpgradeWrongSHA.apk \
33 $ cp $OUT/system/priv-app/CtsShimPriv/CtsShimPriv.apk \
35 $ cp $OUT/system/app/CtsShim/CtsShim.apk \
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DResponse.java22 public interface Response<IN, OUT> {
30 void onResult(IN request, OUT... result); in onResult()
/aosp14/frameworks/base/apct-tests/perftests/textclassifier/
H A Drun.sh3 adb install ${OUT}/testcases/TextClassifierPerfTests/arm64/TextClassifierPerfTests.apk
5 adb push ${OUT}/obj/EXECUTABLES/perf-setup_intermediates/perf-setup.sh /data/local/tmp/
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/assets/PackageSignaturesTest/xml/
H A DREADME8 apksigner sign --in ${OUT}/data/app/CtsPkgInstallTinyApp/CtsPkgInstallTinyApp.apk --out test.apk \
45 apksigner sign --in ${OUT}/data/app/CtsPkgInstallTinyApp/CtsPkgInstallTinyApp.apk --out test.apk \
50 apksigner sign --in ${OUT}/data/app/CtsPkgInstallTinyApp/CtsPkgInstallTinyApp.apk --out test.apk \
56 apksigner sign --in ${OUT}/data/app/CtsPkgInstallTinyApp/CtsPkgInstallTinyApp.apk --out test.apk \
/aosp14/frameworks/base/tests/HierarchyViewerTest/
H A Drun_tests.sh3 adb install $OUT/data/app/HierarchyViewerTest/HierarchyViewerTest.apk
/aosp14/frameworks/base/libs/hwui/tests/microbench/
H A Dhow_to_run.txt2 adb push $OUT/data/benchmarktest/hwuimicro/hwuimicro /data/benchmarktest/hwuimicro/hwuimicro &&
/aosp14/frameworks/base/core/tests/utiltests/
H A Druntests.sh22 adb install -r -g "$OUT/data/app/FrameworksUtilTests/FrameworksUtilTests.apk"
/aosp14/frameworks/base/libs/hwui/tests/macrobench/
H A Dhow_to_run.txt2 adb push $OUT/data/benchmarktest/hwuimacro/hwuimacro /data/benchmarktest/hwuimacro/hwuimacro &&
/aosp14/frameworks/base/services/tests/rescueparty/
H A Dhow_to_run.txt7 adb push $OUT/testcases/log_rescueparty_reset_event_reported/arm64/log_rescueparty_reset_event_repo…
/aosp14/frameworks/base/core/java/android/transition/
H A DAutoTransition.java49 addTransition(new Fade(Fade.OUT)). in init()
H A DFade.java82 public static final int OUT = Visibility.MODE_OUT; field in Fade
/aosp14/frameworks/base/media/jni/soundpool/tests/
H A Dbuild_and_run.sh23 adb push $OUT/system/bin/soundpool_stress /system/bin
/aosp14/frameworks/base/cmds/incidentd/
H A DREADME.md15 adb push $OUT/data/nativetest/incidentd_test/* /data/nativetest/ && \
/aosp14/frameworks/base/cmds/incident_helper/
H A DREADME.md17 adb push $OUT/data/nativetest64/incident_helper_test/* /data/nativetest64/incident_helper_test/ && \
/aosp14/frameworks/base/apct-tests/perftests/surfaceflinger/
H A DREADME.md9 adb push $OUT/$PERF_SETUP_PATH $PERF_SETUP_PATH
/aosp14/frameworks/base/apct-tests/perftests/windowmanager/
H A DREADME.md9 adb push $OUT/$PERF_SETUP_PATH $PERF_SETUP_PATH
/aosp14/frameworks/base/apct-tests/perftests/inputmethod/
H A DREADME.md11 adb push $OUT/$PERF_SETUP_PATH $PERF_SETUP_PATH
/aosp14/system/core/fs_mgr/
H A DNOTICE19 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
/aosp14/system/core/fastboot/
H A DLICENSE20 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
/aosp14/system/core/libkeyutils/
H A DNOTICE23 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
/aosp14/frameworks/base/native/webview/plat_support/
H A DLICENSE26 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
/aosp14/frameworks/base/obex/
H A DNOTICE28 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
/aosp14/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DContactsExpansion.java81 addTransition(new Fade(Fade.OUT)). in addContact()
H A DListViewAddRemove.java86 …noFadeIn.addTransition(new Fade(Fade.OUT)).addTransition(new ChangeBounds()).addTransition(fadeIn); in onCreate()

12