/frameworks/native/ |
D | PREUPLOAD.cfg | 39 owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$" 40 installd_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/inst… 41 dumpstate_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dum… 42 dumpsys_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumps… 44 bugreports_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/bu… 45 binder_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^libs/binder…
|
/frameworks/av/media/module/libmediatranscoding/ |
D | build_and_run_all_unit_tests.sh | 13 . $ANDROID_BUILD_TOP/build/envsetup.sh 24 . build_and_run_all_unit_tests.sh 29 . build_and_run_all_unit_tests.sh
|
/frameworks/base/cmds/abx/ |
D | Android.bp | 20 wrapper: "abx.sh", 30 src: "abx2xml.sh", 35 src: "xml2abx.sh",
|
/frameworks/av/media/libaudioprocessing/tests/ |
D | build_and_run_all_unit_tests.sh | 9 . $ANDROID_BUILD_TOP/build/envsetup.sh 22 sh $ANDROID_BUILD_TOP/frameworks/av/media/libaudioprocessing/tests/run_all_unit_tests.sh
|
/frameworks/base/apct-tests/perftests/textclassifier/ |
D | run.sh | 5 adb push ${OUT}/obj/EXECUTABLES/perf-setup_intermediates/perf-setup.sh /data/local/tmp/ 6 adb shell chmod +x /data/local/tmp/perf-setup.sh 7 adb shell /data/local/tmp/perf-setup.sh
|
/frameworks/base/ |
D | PREUPLOAD.cfg | 26 hidden_api_txt_checksorted_hook = ${REPO_ROOT}/tools/platform-compat/hiddenapi/checksorted_sha.sh $… 28 hidden_api_txt_exclude_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/exclude.sh ${PREUPLOAD_C… 36 ktfmt = ${REPO_ROOT}/external/ktfmt/ktfmt.sh
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/ |
D | TaskViewTest.java | 225 SurfaceHolder sh = mock(SurfaceHolder.class); in testSurfaceDestroyed_noTask_legacyTransitions() local 226 mTaskView.surfaceCreated(sh); in testSurfaceDestroyed_noTask_legacyTransitions() 227 mTaskView.surfaceDestroyed(sh); in testSurfaceDestroyed_noTask_legacyTransitions() 237 SurfaceHolder sh = mock(SurfaceHolder.class); in testSurfaceDestroyed_withTask_shouldNotHideTask_legacyTransitions() local 239 mTaskView.surfaceCreated(sh); in testSurfaceDestroyed_withTask_shouldNotHideTask_legacyTransitions() 241 mTaskView.surfaceDestroyed(sh); in testSurfaceDestroyed_withTask_shouldNotHideTask_legacyTransitions() 249 SurfaceHolder sh = mock(SurfaceHolder.class); in testSurfaceDestroyed_withTask_legacyTransitions() local 251 mTaskView.surfaceCreated(sh); in testSurfaceDestroyed_withTask_legacyTransitions() 253 mTaskView.surfaceDestroyed(sh); in testSurfaceDestroyed_withTask_legacyTransitions() 368 SurfaceHolder sh = mock(SurfaceHolder.class); in testSurfaceDestroyed_noTask() local [all …]
|
/frameworks/base/tests/backup/ |
D | backup_stress_test.sh | 36 ./test_backup.sh "$@" 2>&1 42 ./test_restore.sh "$@" 2>&1 || failed=1
|
/frameworks/av/media/module/libmediatranscoding/transcoder/tests/ |
D | build_and_run_all_unit_tests.sh | 16 . $ANDROID_BUILD_TOP/build/envsetup.sh 26 . $ANDROID_BUILD_TOP/frameworks/av/media/libmediatranscoding/tests/push_assets.sh
|
/frameworks/native/libs/binder/tests/parcel_fuzzer/test_fuzzer/ |
D | Android.bp | 46 src: "run_fuzz_service_test.sh", 47 filename: "run_fuzz_service_test.sh",
|
/frameworks/av/media/module/service.mediatranscoding/tests/ |
D | build_and_run_all_unit_tests.sh | 12 . $ANDROID_BUILD_TOP/build/envsetup.sh 17 . $ANDROID_BUILD_TOP/frameworks/av/media/libmediatranscoding/tests/push_assets.sh
|
/frameworks/base/native/ |
D | copy-to-ndk.sh | 51 sh $ANDROID_BUILD_TOP/ndk/build/tools/build-platforms.sh
|
/frameworks/base/tools/hoststubgen/ |
D | README.md | 38 - `dump-jar.sh` 42 - `run-all-tests.sh` 45 (It should print `run-all-tests.sh finished` at the end) 65 $ ./scripts/run-all-tests.sh
|
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | MainActivity.java | 96 int sh = mImgView.getHeight(); in onCreate() 126 float scale = mZoom * Math.min(sw / (float) iw, sh / (float) ih); in onCreate() 128 mYOffset = mDownYOffset + 2 * (dy / (sh - scale * ih)); in onCreate() 197 int sh = mImgView.getHeight(); in updateMatrix() local 203 float scale = mZoom * Math.min(sw / (float) iw, sh / (float) ih); in updateMatrix() 205 (1 + mYOffset) * (sh - ih * scale) / 2); in updateMatrix()
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | MainActivity.java | 96 int sh = mImgView.getHeight(); in onCreate() 126 float scale = mZoom * Math.min(sw / (float) iw, sh / (float) ih); in onCreate() 128 mYOffset = mDownYOffset + 2 * (dy / (sh - scale * ih)); in onCreate() 197 int sh = mImgView.getHeight(); in updateMatrix() local 203 float scale = mZoom * Math.min(sw / (float) iw, sh / (float) ih); in updateMatrix() 205 (1 + mYOffset) * (sh - ih * scale) / 2); in updateMatrix()
|
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/ |
D | README.md | 16 - `run-test-manually.sh` also run the test, but it builds the stub/impl jars and the test without 20 $ ./run-test-manually.sh
|
D | diff-and-update-golden.sh | 19 diff-and-update-golden.sh [OPTIONS] 33 source "${0%/*}"/../../common.sh
|
/frameworks/av/ |
D | PREUPLOAD.cfg | 2 mainline_hook = ${REPO_ROOT}/frameworks/av/tools/mainline_hook_partial.sh ${REPO_ROOT} ${PREUPLOAD_… 4 hidden_api_txt_checksorted_hook = ${REPO_ROOT}/tools/platform-compat/hiddenapi/checksorted_sha.sh $…
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 32 3. Put the file “extract_ave.sh” and “extract_data.sh” in the same directory as the file N5.txt 33 4. Type command “./extract_date.sh N5.txt N5cleanData.txt” 35 5. Type command “./extract_ave.sh N5cleanData.txt N5aveData.txt”
|
/frameworks/base/apct-tests/perftests/surfaceflinger/ |
D | README.md | 4 To reduce the variance of the test, if `perf-setup.sh` (platform_testing/scripts/perf-setup) 8 PERF_SETUP_PATH=/data/local/tmp/perf-setup.sh
|
/frameworks/base/apct-tests/perftests/windowmanager/ |
D | README.md | 4 To reduce the variance of the test, if `perf-setup.sh` (platform_testing/scripts/perf-setup) 8 PERF_SETUP_PATH=/data/local/tmp/perf-setup.sh
|
/frameworks/native/cmds/installd/ |
D | Android.bp | 282 src: "otapreopt_slot.sh", 289 src: "otapreopt_script.sh", 302 src: "migrate_legacy_obb_data.sh",
|
/frameworks/hardware/interfaces/ |
D | update-makefiles.sh | 3 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
|
/frameworks/compile/slang/lit-tests/ |
D | lit.cfg | 51 config.rs_filecheck_wrapper = inferTool('rs-filecheck-wrapper.sh', 'RS_FILECHECK_WRAPPER', os.path.… 52 config.scriptc_filecheck_wrapper = inferTool('scriptc-filecheck-wrapper.sh', 'SCRIPTC_FILECHECK_WRA… 66 lit_config.note('using rs-filecheck-wrapper.sh: %r' % config.rs_filecheck_wrapper)
|
/frameworks/av/services/mediametrics/tests/ |
D | build_and_run_all_unit_tests.sh | 12 . $ANDROID_BUILD_TOP/build/envsetup.sh
|