/aosp12/system/chre/build/ |
H A D | build_template.mk | 58 $$(1)_CC_OBJS = $$(patsubst %.cc, $(OUT)/$$($$(1)_OBJS_DIR)/%.o, \ 60 $$(1)_CPP_OBJS = $$(patsubst %.cpp, $(OUT)/$$($$(1)_OBJS_DIR)/%.o, \ 62 $$(1)_C_OBJS = $$(patsubst %.c, $(OUT)/$$($$(1)_OBJS_DIR)/%.o, \ 64 $$(1)_S_OBJS = $$(patsubst %.S, $(OUT)/$$($$(1)_OBJS_DIR)/%.o, \ 68 $$(1)_CC_DEPS = $$(patsubst %.cc, $(OUT)/$$($$(1)_OBJS_DIR)/%.d, \ 72 $$(1)_C_DEPS = $$(patsubst %.c, $(OUT)/$$($$(1)_OBJS_DIR)/%.d, \ 74 $$(1)_S_DEPS = $$(patsubst %.S, $(OUT)/$$($$(1)_OBJS_DIR)/%.d, \ 86 $$(1)_SO = $(OUT)/$$$(1)/$(OUTPUT_NAME).so 89 $$(1)_AR = $(OUT)/$$$(1)/$(OUTPUT_NAME).a 95 $$(1)_BIN = $$(if $(9), $(OUT)/$$$(1)/$(OUTPUT_NAME), ) [all …]
|
/aosp12/system/media/audio_utils/tests/ |
H A D | build_and_run_all_unit_tests.sh | 23 adb push $OUT/data/nativetest/fdtostring_tests/fdtostring_tests /system/bin 27 adb push $OUT/system/lib/libaudioutils.so /system/lib 28 adb push $OUT/data/nativetest/primitives_tests/primitives_tests /system/bin 32 adb push $OUT/data/nativetest/power_tests/power_tests /system/bin 36 adb push $OUT/data/nativetest/channels_tests/channels_tests /system/bin 40 adb push $OUT/data/nativetest/string_tests/string_tests /system/bin 44 adb push $OUT/data/nativetest/format_tests/format_tests /system/bin 60 adb push $OUT/data/nativetest/variadic_tests/variadic_tests /system/bin 64 adb push $OUT/data/nativetest/logplot_tests/logplot_tests /system/bin 68 adb push $OUT/system/bin/statistics_benchmark /system/bin [all …]
|
/aosp12/bionic/build/ |
H A D | coverage.sh | 33 adb push $OUT/data/nativetest/bionic-loader-test-libs ${DEVICE_TEST_DIR32} 34 adb push $OUT/data/nativetest/bionic-unit-tests ${DEVICE_TEST_DIR32} 35 adb push $OUT/data/nativetest64/bionic-loader-test-libs ${DEVICE_TEST_DIR64} 36 adb push $OUT/data/nativetest64/bionic-unit-tests ${DEVICE_TEST_DIR64} 56 $OUT/symbols/apex/com.android.runtime/lib64/bionic/libc.so \ 57 --object=$OUT/symbols/apex/com.android.runtime/lib64/bionic/libm.so \ 58 --object=$OUT/symbols/data/nativetest64/bionic-unit-tests/bionic-unit-tests \ 59 --object=$OUT/symbols/apex/com.android.runtime/lib/bionic/libc.so \ 60 --object=$OUT/symbols/apex/com.android.runtime/lib/bionic/libm.so \ 61 --object=$OUT/symbols/data/nativetest/bionic-unit-tests/bionic-unit-tests \
|
/aosp12/frameworks/base/packages/CtsShim/build/ |
H A D | README | 13 $ 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 \
|
/aosp12/art/tools/veridex/ |
H A D | appcompat.sh | 45 OUT=out 47 OUT=${OUT_DIR_COMMON_BASE}/${PWD##*/} 50 OUT=${OUT_DIR} 54 PACKAGING=${OUT}/target/common/obj/PACKAGING 58 ANDROID_HOST_OUT=${OUT}/host/linux-x86 65 file="${OUT}/soong/hiddenapi/hiddenapi-flags.csv"
|
/aosp12/frameworks/av/media/libeffects/preprocessing/tests/ |
H A D | build_and_run_all_unit_tests.sh | 27 adb push $OUT/testcases/snr/arm64/snr $testdir 32 cmds=("adb push $OUT/testcases/AudioPreProcessingTest/arm64/AudioPreProcessingTest $testdir" 33 "adb push $OUT/testcases/AudioPreProcessingTest/arm/AudioPreProcessingTest $testdir" 37 cmds="adb push $OUT/testcases/AudioPreProcessingTest/arm/AudioPreProcessingTest $testdir" 40 cmds="adb push $OUT/testcases/AudioPreProcessingTest/arm64/AudioPreProcessingTest $testdir"
|
/aosp12/frameworks/av/media/libeffects/lvm/tests/ |
H A D | build_and_run_all_unit_tests.sh | 27 adb push $OUT/testcases/snr/arm64/snr $testdir 32 cmds=("adb push $OUT/testcases/lvmtest/arm64/lvmtest $testdir" 33 "adb push $OUT/testcases/lvmtest/arm/lvmtest $testdir" 37 cmds="adb push $OUT/testcases/lvmtest/arm/lvmtest $testdir" 40 cmds="adb push $OUT/testcases/lvmtest/arm64/lvmtest $testdir"
|
/aosp12/frameworks/av/media/libaudioprocessing/tests/ |
H A D | build_and_run_all_unit_tests.sh | 17 adb push $OUT/system/lib/libaudioprocessing.so /system/lib 18 adb push $OUT/system/lib64/libaudioprocessing.so /system/lib64 19 adb push $OUT/data/nativetest/resampler_tests/resampler_tests /data/nativetest/resampler_tests/resa… 20 adb push $OUT/data/nativetest64/resampler_tests/resampler_tests /data/nativetest64/resampler_tests/…
|
/aosp12/frameworks/av/media/libstagefright/webm/tests/ |
H A D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 18 adb push ${OUT}/data/nativetest64/WebmFrameThreadUnitTest/WebmFrameThreadUnitTest /data/local/tmp/ 22 adb push ${OUT}/data/nativetest/WebmFrameThreadUnitTest/WebmFrameThreadUnitTest /data/local/tmp/
|
/aosp12/frameworks/av/media/libstagefright/xmlparser/test/ |
H A D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 17 adb push ${OUT}/data/nativetest64/XMLParserTest/XMLParserTest /data/local/tmp/ 22 adb push ${OUT}/data/nativetest/XMLParserTest/XMLParserTest /data/local/tmp/
|
/aosp12/packages/apps/TV/tests/jank/ |
H A D | README.md | 12 adb install -r ${OUT}/system/priv-app/LiveTv/LiveTv.apk 13 adb install -r ${OUT}/system/app/TVTestInput/TVTestInput.apk 14 adb install -r ${OUT}/testcases/TVJankTests/TVJankTests.apk 30 adb push ${OUT}/system/priv-app/LiveTv/LiveTv.apk /system/priv-app/LiveTv/LiveTv.apk
|
/aosp12/system/chre/chre_api/ |
H A D | chre_api_version.mk | 9 PRINT_CURRENT_CHRE_API_VERSION_BIN = $(OUT)/print_current_chre_api_version 10 CURRENT_CHRE_API_VERSION_MK = $(OUT)/current_chre_api_version.mk 13 mkdir -p $(OUT)
|
/aosp12/frameworks/av/media/codecs/amrnb/dec/test/ |
H A D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 17 adb push ${OUT}/data/nativetest64/AmrnbDecoderTest/AmrnbDecoderTest /data/local/tmp/ 22 adb push ${OUT}/data/nativetest/AmrnbDecoderTest/AmrnbDecoderTest /data/local/tmp/
|
/aosp12/frameworks/av/media/codecs/amrnb/enc/test/ |
H A D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 17 adb push ${OUT}/data/nativetest64/AmrnbEncoderTest/AmrnbEncoderTest /data/local/tmp/ 22 adb push ${OUT}/data/nativetest/AmrnbEncoderTest/AmrnbEncoderTest /data/local/tmp/
|
/aosp12/frameworks/av/media/codecs/amrwb/dec/test/ |
H A D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 17 adb push ${OUT}/data/nativetest64/AmrwbDecoderTest/AmrwbDecoderTest /data/local/tmp/ 22 adb push ${OUT}/data/nativetest/AmrwbDecoderTest/AmrwbDecoderTest /data/local/tmp/
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/test/ |
H A D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 17 adb push ${OUT}/data/nativetest64/AmrwbEncoderTest/AmrwbEncoderTest /data/local/tmp/ 22 adb push ${OUT}/data/nativetest/AmrwbEncoderTest/AmrwbEncoderTest /data/local/tmp/
|
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/test/ |
H A D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 17 adb push ${OUT}/data/nativetest64/Mpeg4H263DecoderTest/Mpeg4H263DecoderTest /data/local/tmp/ 22 adb push ${OUT}/data/nativetest/Mpeg4H263DecoderTest/Mpeg4H263DecoderTest /data/local/tmp/
|
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/test/ |
H A D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 12 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 16 adb push ${OUT}/data/nativetest64/Mpeg4H263EncoderTest/Mpeg4H263EncoderTest /data/local/tmp/ 21 adb push ${OUT}/data/nativetest/Mpeg4H263EncoderTest/Mpeg4H263EncoderTest /data/local/tmp/
|
/aosp12/frameworks/av/media/codecs/mp3dec/test/ |
H A D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 17 adb push ${OUT}/data/nativetest64/Mp3DecoderTest/Mp3DecoderTest /data/local/tmp/ 22 adb push ${OUT}/data/nativetest/Mp3DecoderTest/Mp3DecoderTest /data/local/tmp/
|
/aosp12/frameworks/av/media/extractors/tests/ |
H A D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 17 adb push ${OUT}/data/nativetest64/ExtractorUnitTest/ExtractorUnitTest /data/local/tmp/ 22 adb push ${OUT}/data/nativetest/ExtractorUnitTest/ExtractorUnitTest /data/local/tmp/
|
/aosp12/frameworks/av/media/libstagefright/flac/dec/test/ |
H A D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 17 adb push ${OUT}/data/nativetest64/FlacDecoderTest/FlacDecoderTest /data/local/tmp/ 22 adb push ${OUT}/data/nativetest/FlacDecoderTest/FlacDecoderTest /data/local/tmp/
|
/aosp12/frameworks/av/media/libstagefright/foundation/tests/AVCUtils/ |
H A D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 17 adb push ${OUT}/data/nativetest64/AVCUtilsUnitTest/AVCUtilsUnitTest /data/local/tmp/ 22 adb push ${OUT}/data/nativetest/AVCUtilsUnitTest/AVCUtilsUnitTest /data/local/tmp/
|
/aosp12/frameworks/av/media/libstagefright/foundation/tests/OpusHeader/ |
H A D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 17 adb push ${OUT}/data/nativetest64/OpusHeaderTest/OpusHeaderTest /data/local/tmp/ 22 adb push ${OUT}/data/nativetest/OpusHeaderTest/OpusHeaderTest /data/local/tmp/
|
/aosp12/frameworks/av/media/libstagefright/id3/test/ |
H A D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 17 adb push ${OUT}/data/nativetest64/ID3Test/ID3Test /data/local/tmp/ 22 adb push ${OUT}/data/nativetest/ID3Test/ID3Test /data/local/tmp/
|
/aosp12/frameworks/av/media/libstagefright/tests/ESDS/ |
H A D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 17 adb push ${OUT}/data/nativetest64/ESDSTest/ESDSTest /data/local/tmp/ 22 adb push ${OUT}/data/nativetest/ESDSTest/ESDSTest /data/local/tmp/
|