Searched refs:sh (Results 1 – 25 of 36) sorted by relevance
12
/system/bt/ |
D | README.md | 12 ```sh 20 ```sh 31 ```sh 37 ```sh 43 ```sh 50 ```sh 58 ```sh 69 ```sh 79 ```sh 89 ```sh [all …]
|
/system/extras/cppreopts/ |
D | Android.mk | 20 LOCAL_MODULE:= cppreopts.sh 23 LOCAL_SRC_FILES := cppreopts.sh
|
D | cppreopts.rc | 17 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/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 234 int sh = s.h; in downshift() local 236 int maskHiBits = (sh!=32) ? ((s.flags & CLEAR_HI)?1:0) : 0; in downshift() 238 int sbits = sh - sl; in downshift() 268 const int offset = sh - dbits; in downshift() 296 MOV(AL, 0, ireg, reg_imm(s.reg, LSL, 32-sh)); in downshift() 297 sl += 32-sh; in downshift() 298 sh = 32; in downshift() 326 sh -= sl; in downshift() 339 if ((maskLoBits|dithering) && (sh > dbits)) { in downshift() 340 int shift = sh-dbits; in downshift() [all …]
|
/system/core/libpixelflinger/ |
D | buffer.cpp | 39 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/squashfs_utils/ |
D | Android.mk | 21 LOCAL_MODULE := mksquashfsimage.sh 22 LOCAL_SRC_FILES := mksquashfsimage.sh
|
/system/sepolicy/ |
D | install_recovery.te | 9 # /system/bin/install-recovery.sh is a shell script. 10 # Needs to execute /system/bin/sh
|
D | cppreopts.te | 20 # Allow cppreopts to execute itself using #!/system/bin/sh
|
D | otapreopt_slot.te | 23 # Allow cppreopts to execute itself using #!/system/bin/sh
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | build_and_run.sh | 72 source build/envsetup.sh 90 source build/envsetup.sh
|
/system/core/crash_reporter/ |
D | crash_reporter_logs.conf | 76 /usr/sbin/kernel_log_collector.sh cyapa 30 80 /usr/sbin/kernel_log_collector.sh atmel 30
|
/system/extras/postinst/ |
D | Android.mk | 23 LOCAL_SRC_FILES := postinst.sh
|
/system/tpm/trunks/ |
D | README | 38 generator/extract_structures.sh 44 generator/extract_commands.sh
|
/system/media/audio_utils/tests/ |
D | build_and_run_all_unit_tests.sh | 12 . $ANDROID_BUILD_TOP/build/envsetup.sh
|
/system/extras/f2fs_utils/ |
D | Android.mk | 93 LOCAL_MODULE := mkf2fsuserimg.sh 94 LOCAL_SRC_FILES := mkf2fsuserimg.sh
|
/system/extras/ext4_utils/ |
D | Android.mk | 165 LOCAL_MODULE := mkuserimg.sh 166 LOCAL_SRC_FILES := mkuserimg.sh
|
D | mkuserimg.sh | 8 mkuserimg.sh [-s] SRC_DIR OUTPUT_FILE EXT_VARIANT MOUNT_POINT SIZE [-j <journal_size>]
|
/system/extras/tests/sdcard/ |
D | README | 8 Additionally, there is script 'profile_sdcard.sh' that allows you 61 profile_sdcard.sh
|
/system/core/libpixelflinger/arch-mips64/ |
D | t32cb16blend.S | 99 sh $a5,-2($a0) 160 sh $a5,-2($a0)
|
/system/extras/tests/net_test/ |
D | README | 20 path/to/net_test/run_net_test.sh <test> 60 number, modify run_net_test.sh.
|
/system/extras/tests/workloads/ |
D | feedly-chrome.sh | 16 . $CMDDIR/defs.sh
|
D | youtube.sh | 31 . $CMDDIR/defs.sh
|
D | recentfling.sh | 40 . $CMDDIR/defs.sh
|
D | chromefling.sh | 39 . $CMDDIR/defs.sh
|
/system/update_engine/ |
D | tar_bunzip2.gypi | 33 'sh',
|
12