Home
last modified time | relevance | path

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

1234

/system/tools/hidl/
Dupdate-all-google-makefiles.sh5 $ANDROID_BUILD_TOP/system/libhidl/update-makefiles.sh
6 $ANDROID_BUILD_TOP/hardware/interfaces/update-makefiles.sh
7 $ANDROID_BUILD_TOP/frameworks/hardware/interfaces/update-makefiles.sh
8 $ANDROID_BUILD_TOP/system/hardware/interfaces/update-makefiles.sh
10 $ANDROID_BUILD_TOP/system/tools/hidl/test/vendor/update-makefile.sh
/system/iot/attestation/at-factory-tool/
Dfastbootsh.py23 import sh
43 fastboot_command = sh.Command(os.path.join(current_path, 'fastboot'))
58 except sh.ErrorReturnCode as e:
82 except sh.ErrorReturnCode as e:
103 except sh.ErrorReturnCode as e:
128 except sh.ErrorReturnCode as e:
149 except sh.ErrorReturnCode as e:
169 except sh.ErrorReturnCode as e:
191 except sh.ErrorReturnCode as e:
/system/bt/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 system/bt/test$ ./run_unit_tests.sh net_test_bluetooth
/system/libufdt/tests/
DREADME5 * run_tests.sh: The main entry to run test cases. Using different
7 * gen_test.sh: The script to run a single test case.
8 * common.sh: A common lib containing several useful functions.
48 1. `source build/envsetup.sh`
51 4. `system/libufdt/tests/run_tests.sh`
Dgen_test.sh29 source ${SCRIPT_DIR}/common.sh
53 $SCRIPT_DIR/apply_overlay.sh --fdt "$BASE_DTS" "$OVERLAY_DTS" "$REF_MERGED_DTS"
54 $SCRIPT_DIR/apply_overlay.sh --ufdt "$BASE_DTS" "$OVERLAY_DTS" "$OVL_MERGED_DTS"
Drun_tests.sh18 source ${SCRIPT_DIR}/common.sh
34 ./gen_test.sh "${filename}" >&2 ||
Drun_stress_test.sh18 source ${SCRIPT_DIR}/common.sh
31 ./apply_overlay.sh "--$overaly" "$base_dts" "$overlay_dts" "$merged_dts"
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/
Dprofiling.gradle19 // Exclude wrap.sh for architectures not built.
24 .collect{ "**/" + it + "/wrap.sh" }
29 // Add lib/xxx/wrap.sh in the apk. This is to enable java profiling on Android O
46 writer.write('#!/system/bin/sh\n')
55 def wrapFile = new File(dir, "wrap.sh")
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/
Dprofiling.gradle19 // Exclude wrap.sh for architectures not built.
24 .collect{ "**/" + it + "/wrap.sh" }
29 // Add lib/xxx/wrap.sh in the apk. This is to enable java profiling on Android O
46 writer.write('#!/system/bin/sh\n')
55 def wrapFile = new File(dir, "wrap.sh")
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
Dprofiling.gradle19 // Exclude wrap.sh for architectures not built.
24 .collect{ "**/" + it + "/wrap.sh" }
29 // Add lib/xxx/wrap.sh in the apk. This is to enable java profiling on Android O
46 writer.write('#!/system/bin/sh\n')
55 def wrapFile = new File(dir, "wrap.sh")
/system/tools/hidl/test/error_test/
DAndroid.bp4 tool_files: ["hidl_error_test.sh"],
5 cmd: "$(location hidl_error_test.sh) $(location hidl-gen) &&" +
9 "hidl_error_test.sh",
/system/bt/
DREADME.md13 ```sh
21 ```sh
23 build/install_deps.sh
28 ```sh
42 ```sh
67 ```sh
74 ```sh
85 ```sh
99 ```sh
/system/extras/simpleperf/demo/
DREADME.md25 ```sh
46 ```sh
58 ```sh
66 ```sh
78 ```sh
90 ```sh
98 ```sh
110 ```sh
122 ```sh
130 ```sh
/system/libufdt/utils/
DREADME.md55 1. `source build/envsetup.sh`
68 ```sh
79 ```sh
125 ```sh
143 ```sh
163 ```sh
179 ```sh
188 ```sh
218 ```sh
/system/extras/cppreopts/
DAndroid.mk20 LOCAL_MODULE:= cppreopts.sh
23 LOCAL_SRC_FILES := cppreopts.sh
Dcppreopts.rc17 exec - root -- /system/bin/cppreopts.sh /postinstall
19 exec - system system -- /system/bin/preloads_copy.sh /postinstall
25 exec - root -- /system/bin/cppreopts.sh /postinstall
27 exec - system system -- /system/bin/preloads_copy.sh /postinstall
/system/extras/squashfs_utils/
DAndroid.mk6 LOCAL_MODULE := mksquashfsimage.sh
7 LOCAL_SRC_FILES := mksquashfsimage.sh
/system/core/libpixelflinger/codeflinger/
Dload_store.cpp237 int sh = s.h; in downshift() local
239 int maskHiBits = (sh!=32) ? ((s.flags & CLEAR_HI)?1:0) : 0; in downshift()
241 int sbits = sh - sl; in downshift()
271 const int offset = sh - dbits; in downshift()
299 MOV(AL, 0, ireg, reg_imm(s.reg, LSL, 32-sh)); in downshift()
300 sl += 32-sh; in downshift()
301 sh = 32; in downshift()
329 sh -= sl; in downshift()
342 if ((maskLoBits|dithering) && (sh > dbits)) { in downshift()
343 int shift = sh-dbits; in downshift()
[all …]
/system/extras/f2fs_utils/
DAndroid.bp40 name: "mkf2fsuserimg.sh",
42 srcs: ["mkf2fsuserimg.sh"],
/system/core/libpixelflinger/
Dbuffer.cpp39 int sh, int sl, int dh, int dl, int ch, int cl, int dither);
324 int sh, int sl, // src in downshift_component() argument
329 const int sbits = sh-sl; in downshift_component()
355 v <<= 32-sh; in downshift_component()
356 sl += 32-sh; in downshift_component()
357 sh = 32; in downshift_component()
362 v >>= sh-dbits; in downshift_component()
364 sh = dbits; in downshift_component()
369 int shift = dh-sh; in downshift_component()
375 int shift = sh-dh; in downshift_component()
/system/extras/ext4_utils/
DAndroid.mk25 LOCAL_MODULE := mkuserimg_mke2fs.sh
26 LOCAL_SRC_FILES := mkuserimg_mke2fs.sh
/system/sepolicy/public/
Dvendor_shell.te10 # adbd: allow `adb shell /vendor/bin/sh` and `adb shell` then `/vendor/bin/sh`
/system/sepolicy/prebuilts/api/28.0/public/
Dvendor_shell.te10 # adbd: allow `adb shell /vendor/bin/sh` and `adb shell` then `/vendor/bin/sh`
/system/extras/simpleperf/doc/
DREADME.md132 [inferno.sh](#inferno) (or inferno.bat on Windows): generating flamegraph in html interface.
134 inferno/: implementation of inferno. Used by inferno.sh.
174 3. On Android O, add `wrap.sh` in the apk.
176 are forced to run in jit mode. To work around this, we need to add a `wrap.sh` in the apk. So if
177 you are running on Android O device and need to profile Java code, add `wrap.sh` as [here](https://…
191 ```sh
207 ```sh
218 ```sh
236 ```sh
252 ```sh
[all …]
/system/timezone/testing/data/
Dcreate-test-data.sh30 ./transform-distro-files.sh ${REFERENCE_DISTRO_FILES} ${IANA_VERSION} ./${TEST_DIR}/output_data
47 ./transform-distro-files.sh ${REFERENCE_DISTRO_FILES} ${IANA_VERSION} ./${TEST_DIR}/output_data

1234