Lines Matching refs:OUT
30 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
34 adb push $OUT/data/nativetest64/* /data/local/tmp/. For example
37 adb push $OUT/data/nativetest64/extractorTest/extractorTest /data/local/tmp/
40 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
44 adb push $OUT/data/nativetest/* /data/local/tmp/. For example
47 adb push $OUT/data/nativetest/extractorTest/extractorTest /data/local/tmp/
110 $OUT/testcases/MediaBenchmarkTest/arm64/
114 adb install -f -r $OUT/testcases/MediaBenchmarkTest/arm64/MediaBenchmarkTest.apk
118 $OUT/testcases/MediaBenchmarkTest/arm/
122 adb install -f -r $OUT/testcases/MediaBenchmarkTest/arm/MediaBenchmarkTest.apk
163 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
165 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
168 adb push $(OUT)/data/nativetest64/* /data/local/tmp/
170 adb push $(OUT)/data/nativetest64/C2DecoderTest/C2DecoderTest /data/local/tmp/
174 adb push $(OUT)/data/nativetest/* /data/local/tmp/
176 adb push $(OUT)/data/nativetest/C2DecoderTest/C2DecoderTest /data/local/tmp/