Home
last modified time | relevance | path

Searched refs:sh (Results 1 – 25 of 138) sorted by relevance

123456

/frameworks/native/
DPREUPLOAD.cfg39 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/
Dbuild_and_run_all_unit_tests.sh13 . $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/
DAndroid.bp20 wrapper: "abx.sh",
30 src: "abx2xml.sh",
35 src: "xml2abx.sh",
/frameworks/av/media/libaudioprocessing/tests/
Dbuild_and_run_all_unit_tests.sh9 . $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/
Drun.sh5 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/
DPREUPLOAD.cfg26 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/
DTaskViewTest.java225 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/
Dbackup_stress_test.sh36 ./test_backup.sh "$@" 2>&1
42 ./test_restore.sh "$@" 2>&1 || failed=1
/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
Dbuild_and_run_all_unit_tests.sh16 . $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/
DAndroid.bp46 src: "run_fuzz_service_test.sh",
47 filename: "run_fuzz_service_test.sh",
/frameworks/av/media/module/service.mediatranscoding/tests/
Dbuild_and_run_all_unit_tests.sh12 . $ANDROID_BUILD_TOP/build/envsetup.sh
17 . $ANDROID_BUILD_TOP/frameworks/av/media/libmediatranscoding/tests/push_assets.sh
/frameworks/base/native/
Dcopy-to-ndk.sh51 sh $ANDROID_BUILD_TOP/ndk/build/tools/build-platforms.sh
/frameworks/base/tools/hoststubgen/
DREADME.md38 - `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/
DMainActivity.java96 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/
DMainActivity.java96 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/
DREADME.md16 - `run-test-manually.sh` also run the test, but it builds the stub/impl jars and the test without
20 $ ./run-test-manually.sh
Ddiff-and-update-golden.sh19 diff-and-update-golden.sh [OPTIONS]
33 source "${0%/*}"/../../common.sh
/frameworks/av/
DPREUPLOAD.cfg2 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/
DRefocusTestTimingProcess.txt32 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/
DREADME.md4 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/
DREADME.md4 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/
DAndroid.bp282 src: "otapreopt_slot.sh",
289 src: "otapreopt_script.sh",
302 src: "migrate_legacy_obb_data.sh",
/frameworks/hardware/interfaces/
Dupdate-makefiles.sh3 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
/frameworks/compile/slang/lit-tests/
Dlit.cfg51 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/
Dbuild_and_run_all_unit_tests.sh12 . $ANDROID_BUILD_TOP/build/envsetup.sh

123456