/frameworks/av/services/audioflinger/tests/ |
D | build_and_run_all_unit_tests.sh | 9 . $ANDROID_BUILD_TOP/build/envsetup.sh 20 sh $ANDROID_BUILD_TOP/frameworks/av/services/audioflinger/tests/run_all_unit_tests.sh
|
D | mixer_to_wav_tests.sh | 38 . $ANDROID_BUILD_TOP/build/envsetup.sh
|
/frameworks/base/tests/backup/ |
D | backup_stress_test.sh | 36 ./test_backup.sh "$@" 2>&1 42 ./test_restore.sh "$@" 2>&1 || failed=1
|
D | test_backup.sh | 19 source test_backup_common.sh
|
D | test_restore.sh | 19 source test_backup_common.sh
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ImageWallpaper.java | 343 SurfaceHolder sh = getSurfaceHolder(); in drawFrame() local 344 final Rect frame = sh.getSurfaceFrame(); in drawFrame() 415 if (!drawWallpaperWithOpenGL(sh, availw, availh, xPixels, yPixels)) { in drawFrame() 416 drawWallpaperWithCanvas(sh, availw, availh, xPixels, yPixels); in drawFrame() 419 drawWallpaperWithCanvas(sh, availw, availh, xPixels, yPixels); in drawFrame() 541 private void drawWallpaperWithCanvas(SurfaceHolder sh, int w, int h, int left, int top) { in drawWallpaperWithCanvas() argument 542 Canvas c = sh.lockCanvas(); in drawWallpaperWithCanvas() 564 sh.unlockCanvasAndPost(c); in drawWallpaperWithCanvas() 569 private boolean drawWallpaperWithOpenGL(SurfaceHolder sh, int w, int h, int left, int top) { in drawWallpaperWithOpenGL() argument 570 if (!initGL(sh)) return false; in drawWallpaperWithOpenGL() [all …]
|
/frameworks/rs/java/tests/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/base/native/ |
D | copy-to-ndk.sh | 51 sh $ANDROID_BUILD_TOP/ndk/build/tools/build-platforms.sh
|
/frameworks/rs/java/tests/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/native/cmds/installd/ |
D | Android.mk | 105 LOCAL_SRC_FILES := otapreopt_slot.sh 116 LOCAL_SRC_FILES := otapreopt_script.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)
|
D | README | 11 set (i.e. source build/envsetup.sh; lunch). You must also have on your path: 26 and the helper shell-script rs-filecheck-wrapper.sh, it should be possible to
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | lit.site.cfg | 72 config.sh = inferTool(lit, 'bash', 'BASH', config.environment['PATH']) 82 config.build_test_apk = inferTool(lit, 'build_test_apk.sh', 98 lit.note('using bash: %r' % config.sh)
|
/frameworks/support/samples/SupportVectorDrawable/static/ |
D | rundemo.sh | 1 . $ANDROID_BUILD_TOP/build/envsetup.sh && \
|
/frameworks/support/samples/SupportVectorDrawable/animated/ |
D | rundemo.sh | 1 . $ANDROID_BUILD_TOP/build/envsetup.sh && \
|
/frameworks/support/previewsdk/ |
D | Android.mk | 20 previewsdk_generate_constants_exe := $(LOCAL_PATH)/previewconstants.sh
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
D | ViewMatrix.java | 197 double sh = mScreenDim[1] / 2 - 0.5; in calcMatrix() local 199 m[3] = mEyePoint[0] - (m[0] * sw + m[1] * sh + m[2] * sz); in calcMatrix() 200 m[7] = mEyePoint[1] - (m[4] * sw + m[5] * sh + m[6] * sz); in calcMatrix() 201 m[11] = mEyePoint[2] - (m[8] * sw + m[9] * sh + m[10] * sz); in calcMatrix()
|
/frameworks/opt/net/wifi/tests/wifitests/ |
D | README.md | 42 If you would like to collect code coverage information you can run the `coverage.sh` script located 50 frameworks/opt/net/wifi/tests/wifitests/coverage.sh wifi_coverage
|
/frameworks/base/core/java/android/content/res/ |
D | CompatibilityInfo.java | 504 float sh = height/(float)newHeight; in computeCompatibleScaling() local 505 float scale = sw < sh ? sw : sh; in computeCompatibleScaling()
|
/frameworks/rs/scriptc/ |
D | rs_core.rsh | 17 // Don't edit this file! It is auto-generated by frameworks/rs/api/generate.sh.
|
D | rs_io.rsh | 17 // Don't edit this file! It is auto-generated by frameworks/rs/api/generate.sh.
|
D | rs_time.rsh | 17 // Don't edit this file! It is auto-generated by frameworks/rs/api/generate.sh.
|
/frameworks/compile/mclinker/unittests/ |
D | test3.txt | 29 SHELL = /bin/sh 49 COPYING COPYING.LIB install-sh config-ml.in symlink-tree \ 50 mkinstalldirs ltmain.sh missing ylwrap \
|
/frameworks/rs/ |
D | update_rs_prebuilts.sh | 116 source build/envsetup.sh
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | lit.cfg | 89 config.substitutions.append( ('%build_test_apk', ' ' + config.sh \
|