Searched refs:sh (Results 1 - 25 of 26) sorted by relevance

12

/system/hardware/interfaces/
H A Dupdate-makefiles.sh3 source system/tools/hidl/update-makefiles-helper.sh
/system/libufdt/tests/
H A 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"
H A Drun_tests.sh16 # Include some functions from common.sh.
18 source ${SCRIPT_DIR}/common.sh
22 # filename: The file name for ./gen_test.sh to generate and run the
27 # For more details, check ./gen_test.sh.
34 ./gen_test.sh "${filename}" >&2 ||
42 die "Run envsetup.sh / lunch yet?"
53 # cd to ${SCRIPT_DIR} in a subshell because gen_test.sh uses relative
H A Drun_performance_test.sh16 # Include some functions from common.sh.
18 source ${SCRIPT_DIR}/common.sh
37 TIME=$(./apply_overlay.sh "--$overaly" $REMOTE \
89 die "Run envsetup.sh / lunch yet?"
104 # cd to ${SCRIPT_DIR} in a subshell because gen_test.sh uses relative
/system/extras/postinst/
H A DAndroid.mk23 LOCAL_SRC_FILES := postinst.sh
/system/extras/squashfs_utils/
H A DAndroid.mk6 LOCAL_MODULE := mksquashfsimage.sh
7 LOCAL_SRC_FILES := mksquashfsimage.sh
/system/media/audio_utils/tests/
H A Dbuild_and_run_all_unit_tests.sh12 . $ANDROID_BUILD_TOP/build/envsetup.sh
/system/extras/ext4_utils/
H A DAndroid.mk84 LOCAL_MODULE := mkuserimg.sh
85 LOCAL_SRC_FILES := mkuserimg.sh
95 LOCAL_MODULE := mkuserimg_mke2fs.sh
96 LOCAL_SRC_FILES := mkuserimg_mke2fs.sh
H A Dmkuserimg_mke2fs.sh8 mkuserimg.sh [-s] SRC_DIR OUTPUT_FILE EXT_VARIANT MOUNT_POINT SIZE [-j <journal_size>]
H A Dmkuserimg.sh8 mkuserimg.sh [-s] SRC_DIR OUTPUT_FILE EXT_VARIANT MOUNT_POINT SIZE [-j <journal_size>]
/system/extras/cppreopts/
H A DAndroid.mk20 LOCAL_MODULE:= cppreopts.sh
23 LOCAL_SRC_FILES := cppreopts.sh
/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp238 int sh = s.h; local
240 int maskHiBits = (sh!=32) ? ((s.flags & CLEAR_HI)?1:0) : 0;
242 int sbits = sh - sl;
272 const int offset = sh - dbits;
300 MOV(AL, 0, ireg, reg_imm(s.reg, LSL, 32-sh));
301 sl += 32-sh;
302 sh = 32;
330 sh -= sl;
343 if ((maskLoBits|dithering) && (sh > dbits)) {
344 int shift = sh
[all...]
/system/core/libpixelflinger/
H A Dbuffer.cpp39 int sh, int sl, int dh, int dl, int ch, int cl, int dither);
324 int sh, int sl, // src
329 const int sbits = sh-sl;
355 v <<= 32-sh;
356 sl += 32-sh;
357 sh = 32;
362 v >>= sh-dbits;
364 sh = dbits;
369 int shift = dh-sh;
374 // ie: sh
323 downshift_component( uint32_t in, uint32_t v, int sh, int sl, int dh, int dl, int ch, int cl, int dither) argument
[all...]
/system/bt/vendor_libs/test_vendor_lib/scripts/
H A Dbuild_and_run.sh28 echo "./build_and_run.sh [/path/to/aosp] [device_name] or"
29 echo "./build_and_run.sh [/path/to/aosp] [device_name] --test-channel [port]"
68 x-terminal-emulator -e "scripts/build_and_run.sh ${AOSP_ABS} ${DEVICE}"
72 source build/envsetup.sh
90 source build/envsetup.sh
/system/extras/f2fs_utils/
H A DAndroid.mk93 LOCAL_MODULE := mkf2fsuserimg.sh
94 LOCAL_SRC_FILES := mkf2fsuserimg.sh
/system/core/libpixelflinger/arch-mips64/
H A Dt32cb16blend.S99 sh $a5,-2($a0)
160 sh $a5,-2($a0)
H A Dcol32cb16blend.S103 sh $a6, -2($a0)
/system/extras/tests/workloads/
H A Dfeedly-chrome.sh16 . $CMDDIR/defs.sh
H A Dyoutube.sh31 . $CMDDIR/defs.sh
H A Dchromefling.sh39 . $CMDDIR/defs.sh
H A Drecentfling.sh40 . $CMDDIR/defs.sh
H A Dsystemapps.sh13 # ./systemapps.sh -i 2
17 # ./systemapps.sh -L "chrome feedly home" -i 5
21 # ./systemapps.sh -T
65 . $CMDDIR/defs.sh
H A Dpwrtest.sh29 # - Run all tests for 15 minutes (default is 30): ./pwrtest.sh -t 15 -R MDA20
31 # - Use a config file for test times: ./pwrtest.sh -f ./myconfig -R MDA20
35 # ./pwrtest.sh -F devtunables
50 echo "-D cmddir : directory to find defs.sh"
90 . $CMDDIR/defs.sh --
106 scripts="defs.sh systemapps.sh recentfling.sh youtube.sh chromefling.sh"
[all...]
/system/core/libpixelflinger/arch-mips/
H A Dt32cb16blend.S201 sh $t1,-2($a0)
262 sh $t1,-2($a0)
H A Dcol32cb16blend.S129 sh $t2, -2($a0)

Completed in 272 milliseconds

12