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

/system/core/sh/
H A DAndroid.mk32 LOCAL_MODULE:= sh
45 sh ./mktokens
49 sh ./mkbuiltins shell.h builtins.def . -Wall -O2
50 sh ./mknodes.sh nodetypes nodes.c.pat .
51 sh ./mkinit.sh $(PRIVATE_SRC_FILES)
H A Dmknodes.sh1 #! /bin/sh
2 # $NetBSD: mknodes.sh,v 1.1 2004/01/16 23:24:38 dsl Exp $
42 echo " * This file was generated by mknodes.sh"
126 echo " * This file was generated by mknodes.sh"
/system/extras/ext4_utils/
H A Dmkuserimg.sh8 mkuserimg.sh SRC_DIR OUTPUT_FILE EXT_VARIANT MOUNT_POINT SIZE
12 echo "in mkuserimg.sh PATH=$PATH"
H A DAndroid.mk75 LOCAL_MODULE := mkuserimg.sh
76 LOCAL_SRC_FILES := mkuserimg.sh
/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp231 int sh = s.h; local
233 int maskHiBits = (sh!=32) ? ((s.flags & CLEAR_HI)?1:0) : 0;
235 int sbits = sh - sl;
265 const int offset = sh - dbits;
293 MOV(AL, 0, ireg, reg_imm(s.reg, LSL, 32-sh));
294 sl += 32-sh;
295 sh = 32;
323 sh -= sl;
336 if ((maskLoBits|dithering) && (sh > dbits)) {
337 int shift = sh
[all...]
/system/core/rootdir/
H A DAndroid.mk14 # the /system/etc/init.goldfish.sh is needed to enable emulator support
20 copy_from += etc/init.goldfish.sh
49 # Just like /system/etc/init.goldfish.sh, the /init.godlfish.rc is here
/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/core/libcutils/
H A DAndroid.mk117 ifeq ($(TARGET_ARCH),sh)
118 LOCAL_SRC_FILES += memory.c atomic-android-sh.c
119 else # !sh
121 endif # !sh
/system/core/rootdir/etc/
H A Dinit.testmenu1 #!/system/bin/sh
223 "3" ) kill &pppdpid; pppd nodetach $pppdev connect "sh -c \"chat -v -f /etc/ppp/connect-data <$atdev >$atdev\"" & pppdpid=$!;;
303 readtty -f -p -t 10 -e "[ ~" | sh -i
315 "c" ) sh -i <>/dev/tty0 1>&0 2>&1 ;;
/system/extras/tests/fstest/
H A Dperm_checker.conf139 /system/etc/init.goldfish.sh 500 550 root root root shell

Completed in 334 milliseconds