Home
last modified time | relevance | path

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

123

/frameworks/opt/net/wifi/tests/wifitests/
DREADME.md11 frameworks/opt/net/wifi/tests/wifitests/runtests.sh
14 `runtests.sh` will build the test project and all of its dependencies and push the APK to the
23 runtests.sh -e package com.android.server.wifi.util
24 runtests.sh -e class com.android.server.wifi.WifiStateMachineTest
43 If you would like to collect code coverage information you can run the `coverage.sh` script located
45 similar to runtests.sh. If you have multiple devices connected to your machine make sure to set the
51 frameworks/opt/net/wifi/tests/wifitests/coverage.sh wifi_coverage
/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/wifi/tests/
DREADME.md11 frameworks/base/wifi/tests/runtests.sh
14 `runtests.sh` will build the test project and all of its dependencies and push the APK to the
33 runtests.sh -e package android.net.wifi
34 runtests.sh -e class android.net.wifi.WifiScannerTest
/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/native/cmds/installd/
DAndroid.mk46 LOCAL_SRC_FILES := otapreopt_slot.sh
57 LOCAL_SRC_FILES := otapreopt_script.sh
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java332 SurfaceHolder sh = getSurfaceHolder(); in drawFrame() local
333 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()
566 private void drawWallpaperWithCanvas(SurfaceHolder sh, int w, int h, int left, int top) { in drawWallpaperWithCanvas() argument
567 Canvas c = sh.lockCanvas(); in drawWallpaperWithCanvas()
589 sh.unlockCanvasAndPost(c); in drawWallpaperWithCanvas()
594 private boolean drawWallpaperWithOpenGL(SurfaceHolder sh, int w, int h, int left, int top) { in drawWallpaperWithOpenGL() argument
595 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/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/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/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/hardware/interfaces/
Dupdate-makefiles.sh3 source 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)
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
/frameworks/rs/perf-test-scripts/
Dswitch-device47 . build/envsetup.sh > /dev/null
/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/rs/tests/java_api/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/rs/rsov/compiler/tests/single_kernel/
Doldroot.ll1 ; RUN: not rs2spirv_lit_driver.sh %s
Didentity.ll1 ; RUN: rs2spirv_lit_driver.sh %s | FileCheck %s
Dnewroot.ll1 ; RUN: rs2spirv_lit_driver.sh %s | FileCheck %s
Dkernel.ll1 ; RUN: rs2spirv_lit_driver.sh %s | FileCheck %s
Dtimes.ll1 ; RUN: rs2spirv_lit_driver.sh %s | FileCheck %s
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java518 float sh = height/(float)newHeight; in computeCompatibleScaling() local
519 float scale = sw < sh ? sw : sh; in computeCompatibleScaling()
/frameworks/rs/
Dupdate_rs_prebuilts.sh144 source build/envsetup.sh
258 source $MY_ANDROID_DIR/build/envsetup.sh

123