Home
last modified time | relevance | path

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

12

/frameworks/av/services/audioflinger/tests/
Dbuild_and_run_all_unit_tests.sh9 . $ANDROID_BUILD_TOP/build/envsetup.sh
20 sh $ANDROID_BUILD_TOP/frameworks/av/services/audioflinger/tests/run_all_unit_tests.sh
Dmixer_to_wav_tests.sh38 . $ANDROID_BUILD_TOP/build/envsetup.sh
/frameworks/base/tests/backup/
Dbackup_stress_test.sh36 ./test_backup.sh "$@" 2>&1
42 ./test_restore.sh "$@" 2>&1 || failed=1
Dtest_backup.sh19 source test_backup_common.sh
Dtest_restore.sh19 source test_backup_common.sh
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java322 SurfaceHolder sh = getSurfaceHolder(); in drawFrame() local
323 final Rect frame = sh.getSurfaceFrame(); in drawFrame()
403 if (!drawWallpaperWithOpenGL(sh, availw, availh, xPixels, yPixels)) { in drawFrame()
404 drawWallpaperWithCanvas(sh, availw, availh, xPixels, yPixels); in drawFrame()
407 drawWallpaperWithCanvas(sh, availw, availh, xPixels, yPixels); in drawFrame()
487 private void drawWallpaperWithCanvas(SurfaceHolder sh, int w, int h, int left, int top) { in drawWallpaperWithCanvas() argument
488 Canvas c = sh.lockCanvas(); in drawWallpaperWithCanvas()
510 sh.unlockCanvasAndPost(c); in drawWallpaperWithCanvas()
515 private boolean drawWallpaperWithOpenGL(SurfaceHolder sh, int w, int h, int left, int top) { in drawWallpaperWithOpenGL() argument
516 if (!initGL(sh)) return false; in drawWallpaperWithOpenGL()
[all …]
/frameworks/base/native/
Dcopy-to-ndk.sh51 sh $ANDROID_BUILD_TOP/ndk/build/tools/build-platforms.sh
/frameworks/support/graphics/drawable/
Drunavdtest.sh1 . ../../../../build/envsetup.sh
Druntest.sh1 . ../../../../build/envsetup.sh
/frameworks/compile/slang/lit-tests/
DREADME11 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
Dlit.cfg48 config.rs_filecheck_wrapper = inferTool('rs-filecheck-wrapper.sh', 'RS_FILECHECK_WRAPPER', os.path.…
61 lit.note('using rs-filecheck-wrapper.sh: %r' % config.rs_filecheck_wrapper)
/frameworks/compile/libbcc/tests/debuginfo/
Dlit.site.cfg72 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/previewsdk/
DAndroid.mk20 previewsdk_generate_constants_exe := $(LOCAL_PATH)/previewconstants.sh
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DViewMatrix.java197 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/base/core/java/android/content/res/
DCompatibilityInfo.java504 float sh = height/(float)newHeight; in computeCompatibleScaling() local
505 float scale = sw < sh ? sw : sh; in computeCompatibleScaling()
/frameworks/base/docs/html-intl/intl/zh-cn/tools/help/
Dproguard.jd119 …<p>Windows 上的 <code>retrace.bat</code> 脚本以及 Linux 或 Mac OS X 上的 <code>retrace.sh</code> 脚本可以将混淆后的堆…
120 <pre>retrace.bat|retrace.sh [-verbose] mapping.txt [&lt;stacktrace_file&gt;]</pre>
/frameworks/rs/scriptc/
Drs_core.rsh17 // Don't edit this file! It is auto-generated by frameworks/rs/api/generate.sh.
Drs_io.rsh17 // Don't edit this file! It is auto-generated by frameworks/rs/api/generate.sh.
Drs_time.rsh17 // Don't edit this file! It is auto-generated by frameworks/rs/api/generate.sh.
/frameworks/compile/mclinker/unittests/
Dtest3.txt29 SHELL = /bin/sh
49 COPYING COPYING.LIB install-sh config-ml.in symlink-tree \
50 mkinstalldirs ltmain.sh missing ylwrap \
/frameworks/rs/
Dupdate_rs_prebuilts.sh111 source build/envsetup.sh
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd23 <code>make-standalone-toolchain.sh</code> on the command line. GCC 4.9 remains the
108 <li>Removed bash-specific code from <code>make-standalone-toolchain.sh</code>.
275 <li>Fixed <code>--toolchain=</code> in <code>make-standalone-toolchain.sh</code> so that it
448 <code>make-standalone-toolchain.sh</code> script. For example: <code>--toolchain=arm-linux-androide…
520 <li>Fixed <code>make-standalone-toolchain.sh --stl=libc++</code> so that it:</li>
556 variables. As an example, see the build.sh script in
560 <li>It is now possible to call the make-standalone-toolchain.sh script with
600 <li>The <code>make-standalone-toolchain.sh</code> script copies
620 <li>Execute <code>make-standalone-toolchain.sh --stl=libc++</code>
734 <li>Fixed the <code>make-standalone-toolchain.sh</code> script so that
[all …]
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlit.cfg89 config.substitutions.append( ('%build_test_apk', ' ' + config.sh \
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp608 float sh = rsc->getHeight(); local
610 SC_DrawQuad(x, sh - y, z,
611 x+w, sh - y, z,
612 x+w, sh - (y+h), z,
613 x, sh - (y+h), z);
/frameworks/base/media/java/android/media/
DMediaPlayer.java723 public void setDisplay(SurfaceHolder sh) { in setDisplay() argument
724 mSurfaceHolder = sh; in setDisplay()
726 if (sh != null) { in setDisplay()
727 surface = sh.getSurface(); in setDisplay()

12