Home
last modified time | relevance | path

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

123456

/packages/modules/Bluetooth/system/test/
DREADME.md8 ```sh
13 ```sh
20 ```sh
21 ./run_unit_tests.sh --help
26 ```sh
27 ./run_unit_tests.sh net_test_bluetooth
32 ```sh
33 ./run_unit_tests.sh net_test_bluetooth.BluetoothTest.AdapterRepeatedEnableDisable
38 packages/modules/Bluetooth/system/test$ ./run_unit_tests.sh net_test_bluetooth
/packages/providers/MediaProvider/tools/genfiles/
Dgenfiles.sh138 echo "echo \"$(basename $entry)\" >> \"$plist\"" >> mkfiles.sh
142 echo mkfiles.sh generated. Now run:
143 grep sdcard0\/proto mkfiles.sh |sed 's/cat \/storage\/sdcard0\//adb push protos\//' | sed 's/ > .*/…
144 echo adb push mkfiles.sh /storage/sdcard0
145 echo adb shell sh /storage/sdcard0/mkfiles.sh
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterKMeans.java77 int sh = lh; in apply() local
78 while (sw > 64 && sh > 64) { in apply()
80 sh /= 2; in apply()
83 small_bm_ds = Bitmap.createScaledBitmap(large_bm_ds, sw, sh, true); in apply()
88 nativeApplyFilter(bitmap, w, h, large_bm_ds, lw, lh, small_bm_ds, sw, sh, p, mSeed); in apply()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageTinyPlanet.java155 float sh = canvas.getHeight(); in display() local
159 float nsh = sh; in display()
161 if (sw * ih > sh * iw) { in display()
162 nsw = sh * iw / ih; in display()
168 mDestRect.top = (sh - nsh) / 2; in display()
170 mDestRect.bottom = sh - mDestRect.top; in display()
/packages/modules/Bluetooth/system/build/dpkg/floss/
Dinstall-dependencies36 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
46 ${DRY_RUN} ./gen-src-pkg.sh "${OUT_DIR}" || crtl_c
52 ${DRY_RUN} ./gen-src-pkg.sh "${OUT_DIR}" || crtl_c
/packages/modules/Connectivity/remoteauth/
DREADME.md26 ```sh
27 $ source build/envsetup.sh && lunch <TARGET>
35 ```sh
36 $ source build/envsetup.sh && lunch <TARGET>
/packages/modules/Virtualization/demo_native/
DREADME.md15 ```sh
16 source build/envsetup.sh
31 ```sh
39 ```sh
52 ```sh
/packages/providers/ContactsProvider/
DREADME.md3 Running `./logging.sh` will enable all verbose logs for the queries in the provider.
7 There are 2 different ways to easily query the database, `qc` and `contatcsproviderutils.sh`.
23 ### contactsproviderutils.sh usage
29 source contactsproviderutils.sh
/packages/modules/Connectivity/nearby/
DREADME.md26 ```sh
27 $ source build/envsetup.sh && lunch <TARGET>
36 ```sh
49 ```sh
51 $ source build/envsetup.sh
61 $ source build/envsetup.sh
92 can share the APEX by ```source build/envsetup.sh && lunch aosp_arm64-userdebug```. This can avoid
/packages/modules/Bluetooth/
DREADME.md21 ```sh
42 ```sh
57 ```sh
76 ```sh
82 ./gen-src-pkg.sh $(readlink -f ../outdir/modp_b64)
88 ./gen-src-pkg.sh $(readlink -f ../outdir/libchrome)
112 ```sh
131 ```sh
160 ```sh
/packages/modules/Bluetooth/floss/build/
DDockerfile62 # using curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs
63 ADD rustup/rustup.sh /tmp
64 RUN /tmp/rustup.sh -y --default-toolchain 1.77.1
75 ADD llvm-rename.sh /tmp
76 RUN /tmp/llvm-rename.sh 14
/packages/modules/GeoTZ/
DREADME.md18 `run-data-pipeline.sh` below.
30 - Holds the `tzs2.dat` file generated by `run-data-pipeline.sh` along with
55 `download-tzbb-files.sh`
60 `run-data-pipeline.sh`
/packages/modules/Bluetooth/android/pandora/test/
Denvsetup.sh13 …m avatar avatar.sh PandoraServer tradefed tradefed-test-framework tradefed-core tradefed.sh || ret…
DAndroid.bp48 name: "avatar.sh",
49 src: "avatar.sh",
/packages/modules/adb/coverage/
Dbuild.sh2 . "$OUTPUT_DIR"/include.sh
6 . "$ANDROID_BUILD_TOP"/build/envsetup.sh
/packages/modules/NeuralNetworks/
DPREUPLOAD.cfg5 generated_tests = runtime/test/specs/generate_all_tests.sh --hook
6 generate_apis = tools/api/generate_api.sh --mode=hook
/packages/modules/Virtualization/microdroid/
DREADME.md31 ```sh
79 ```sh
87 ```sh
102 ```sh
120 ```sh
148 ```sh
162 ```sh
/packages/apps/TvSettings/
DPREUPLOAD.cfg4 strings_lint_hook = ${REPO_ROOT}/frameworks/base/tools/stringslint/stringslint_sha.sh ${PREUPLOAD_C…
8 robolectric_hook = ${REPO_ROOT}/packages/apps/Settings/tests/robotests/new_tests_hook.sh ${REPO_PRO…
/packages/modules/StatsD/
DPREUPLOAD.cfg8 aosp_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "."
10 hidden_api_txt_checksorted_hook = ${REPO_ROOT}/tools/platform-compat/hiddenapi/checksorted_sha.sh $…
/packages/modules/Wifi/service/tests/wifitests/
DREADME.md24 If you would like to collect code coverage information you can run the `coverage.sh` script located
26 similar to runtests.sh. If you have multiple devices connected to your machine make sure to set the
32 packages/modules/Wifi/service/tests/wifitests/coverage.sh wifi_coverage
/packages/providers/MediaProvider/
DPREUPLOAD.cfg12 hidden_api_txt_checksorted_hook = ${REPO_ROOT}/tools/platform-compat/hiddenapi/checksorted_sha.sh $…
16 ktfmt = ${REPO_ROOT}/external/ktfmt/ktfmt.sh
/packages/services/Telephony/ecc/
DREADME.md7 gen_eccdata.sh
29 3. Run gen_eccdata.sh
/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dbuild_and_run.sh72 source build/envsetup.sh
90 source build/envsetup.sh
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DREADME.md7 For default usage to enable fake VHAL mode, run `enable-fake-vhal.sh` and verify the result shows
13 To disable, run `disable-fake-vhal.sh` and verify the result shows
/packages/modules/Virtualization/docs/
Dgetting_started.md68 source build/envsetup.sh
83 ```sh
90 ```sh
102 packages/modules/Virtualization/vm/vm_shell.sh start-microdroid --auto-connect -- --protected

123456