/frameworks/opt/net/wifi/tests/wifitests/ |
D | README.md | 11 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/ |
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/wifi/tests/ |
D | README.md | 11 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/ |
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/native/cmds/installd/ |
D | Android.mk | 46 LOCAL_SRC_FILES := otapreopt_slot.sh 57 LOCAL_SRC_FILES := otapreopt_script.sh
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ImageWallpaper.java | 332 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/ |
D | copy-to-ndk.sh | 51 sh $ANDROID_BUILD_TOP/ndk/build/tools/build-platforms.sh
|
/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/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/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/hardware/interfaces/ |
D | update-makefiles.sh | 3 source 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)
|
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/rs/perf-test-scripts/ |
D | switch-device | 47 . build/envsetup.sh > /dev/null
|
/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/rs/tests/java_api/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/rs/rsov/compiler/tests/single_kernel/ |
D | oldroot.ll | 1 ; RUN: not rs2spirv_lit_driver.sh %s
|
D | identity.ll | 1 ; RUN: rs2spirv_lit_driver.sh %s | FileCheck %s
|
D | newroot.ll | 1 ; RUN: rs2spirv_lit_driver.sh %s | FileCheck %s
|
D | kernel.ll | 1 ; RUN: rs2spirv_lit_driver.sh %s | FileCheck %s
|
D | times.ll | 1 ; RUN: rs2spirv_lit_driver.sh %s | FileCheck %s
|
/frameworks/base/core/java/android/content/res/ |
D | CompatibilityInfo.java | 518 float sh = height/(float)newHeight; in computeCompatibleScaling() local 519 float scale = sw < sh ? sw : sh; in computeCompatibleScaling()
|
/frameworks/rs/ |
D | update_rs_prebuilts.sh | 144 source build/envsetup.sh 258 source $MY_ANDROID_DIR/build/envsetup.sh
|