Searched refs:sh (Results 1 – 11 of 11) sorted by relevance
/system/core/sh/ |
D | Android.mk | 32 LOCAL_MODULE:= sh 41 sh ./mktokens 45 sh ./mkbuiltins shell.h builtins.def . -Wall -O2 46 sh ./mknodes.sh nodetypes nodes.c.pat . 47 sh ./mkinit.sh $(PRIVATE_SRC_FILES)
|
D | mknodes.sh | 126 echo " * This file was generated by mknodes.sh"
|
/system/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 231 int sh = s.h; in downshift() local 233 int maskHiBits = (sh!=32) ? ((s.flags & CLEAR_HI)?1:0) : 0; in downshift() 235 int sbits = sh - sl; in downshift() 265 const int offset = sh - dbits; in downshift() 293 MOV(AL, 0, ireg, reg_imm(s.reg, LSL, 32-sh)); in downshift() 294 sl += 32-sh; in downshift() 295 sh = 32; in downshift() 323 sh -= sl; in downshift() 336 if ((maskLoBits|dithering) && (sh > dbits)) { in downshift() 337 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/tests/sdcard/ |
D | README | 8 Additionally, there is script 'profile_sdcard.sh' that allows you 61 profile_sdcard.sh
|
/system/core/rootdir/etc/ |
D | init.testmenu | 303 readtty -f -p -t 10 -e "[ ~" | sh -i 315 "c" ) sh -i <>/dev/tty0 1>&0 2>&1 ;;
|
D | init.goldfish.rc | 38 service goldfish-setup /system/etc/init.goldfish.sh
|
/system/core/rootdir/ |
D | Android.mk | 20 copy_from += etc/init.goldfish.sh
|
D | init.rc | 238 service console /system/bin/sh 340 service flash_recovery /system/etc/install-recovery.sh
|
/system/core/init/ |
D | README.BOOTCHART | 34 The log files are placed in /data/bootchart/. you must run the script tools/grab-bootchart.sh
|
/system/extras/tests/fstest/ |
D | perm_checker.conf | 139 /system/etc/init.goldfish.sh 500 550 root root root shell
|