/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
Makefile | 10 SRC=\ 17 OBJ=$(SRC:.c=.o) 56 $(SRC): $(HSRC)
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
Makefile | 7 SRC=\ 13 OBJ=$(SRC:.c=.o) 42 $(SRC): $(HSRC)
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
Makefile | 7 SRC=\ 13 OBJ=$(SRC:.c=.o) 42 $(SRC): $(HSRC)
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/ |
Makefile | 7 SRC=\ 12 OBJ=$(SRC:.c=.o) 41 $(SRC): $(HSRC)
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
Makefile | 0 SRC=\ 8 OBJ=$(SRC:.c=.o) 36 $(SRC): $(HSRC)
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
Makefile | 1 #SUBDIRS = src tests 11 SRC=\ 22 OBJ=$(SRC:.c=.o) 57 $(SRC): $(HSRC)
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
Makefile | 7 SRC=\ 16 OBJ=$(SRC:.c=.o) 51 $(SRC): $(HSRC)
|
/ndk/build/tools/ |
dev-platform-expand.sh | 23 # The idea is that the content of $SRC/android-N/ only contains stuff 28 # $SRC/android-N/include --> $DST/android-N/arch-A/usr/include 29 # $SRC/android-N/arch-A/include --> $DST/android-N/arch-A/usr/include 30 # $SRC/android-N/arch-A/lib --> $DST/android-N/arch-A/usr/lib 59 register_var_option "--src-dir=<path>" SRCDIR "Source for compressed platforms" 74 in a platform-specific way under SRC=$$NDK/../development/ndk, i.e.: 76 \$SRC/platforms/android-3/ -> all files corresponding to API level 3 77 \$SRC/platforms/android-4/ -> only new/modified files corresponding to API level 4 78 \$SRC/platforms/android-5/ -> only new/modified files corresponding to API level 5 188 # $SRC/android-$PLATFORM/include --> $DST/platforms/android-$PLATFORM/arch-$ARCH/usr/includ [all...] |
/external/llvm/utils/buildit/ |
GNUmakefile | 28 SRC = $(shell cd $(SRCROOT) && pwd | sed s,/private,,) 29 OBJROOT = $(SRC)/obj 64 $(SRC)/utils/buildit/build_llvm "$(RC_ARCHS)" "$(TARGETS)" \ 65 $(SRC) $(PREFIX) $(DSTROOT) $(SYMROOT) \
|
/external/openssh/regress/ |
ssh-com.sh | 30 SRC=`dirname ${SCRIPT}` 44 HostKeyFile ${SRC}/dsa_ssh2.prv 45 PublicHostKeyFile ${SRC}/dsa_ssh2.pub 74 ${SSHKEYGEN} -if ${SRC}/dsa_ssh2.pub
|
scp.sh | 9 if diff -N ${SRC}/scp.sh ${SRC}/scp.sh 2>/dev/null; then 21 SRC=`dirname ${SCRIPT}` 22 cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp
|
test-exec.sh | 59 SRC=`dirname ${SCRIPT}` 351 ${SRC}/ssh2putty.sh 127.0.0.1 $PORT $OBJ/rsa > \ 353 ${SRC}/ssh2putty.sh 127.0.0.1 22 $OBJ/rsa >> \ 362 echo "ProxyTelnetCommand=sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy" >> ${OBJ}/.putty/sessions/localhost_proxy 370 echo proxycommand ${SUDO} sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy
|
ssh-com-client.sh | 30 SRC=`dirname ${SCRIPT}` 31 cp ${SRC}/dsa_ssh2.prv ${OBJ}/id.com
|
/system/core/libpixelflinger/ |
t32cb16blend.S | 32 * \SRC is a 32-bit 0xAABBGGRR pixel value, with pre-multiplied colors. 44 .macro pixel, DREG, SRC, FB, ODD 46 // SRC = 0xAABBGGRR 47 mov r7, \SRC, lsr #24 // sA 58 mov r6, \SRC, lsr #3 68 mov lr, \SRC, lsr #(8+2) 78 mov r6, \SRC, lsr #(8+8+3) 91 mov r6, \SRC, lsr #3 102 mov lr, \SRC, lsr #(8+2) 112 mov r6, \SRC, lsr #(8+8+3 [all...] |
/sdk/eclipse/scripts/ |
collect_sources_for_sdk.py | 42 self.SRC = None 91 p.SRC = args[0] 94 if not os.path.isdir(p.SRC): 95 error = "%s is not a directory" % p.SRC 162 def _cp(p, src, dst): 164 print "cp", src, dst 166 shutil.copyfile(src, dst) 173 parseSrcDir(p, os.path.join(p.SRC, d))
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
OpaqueActivity.java | 54 canvas.drawColor(0xffff0000, PorterDuff.Mode.SRC);
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/ |
Makefile | 93 SRC = $(BASESRC) scan.c 95 OBJS = $(SRC:.c=.obj)
|
/external/dropbear/libtommath/ |
booker.pl | 3 #Used to prepare the book "tommath.src" for LaTeX by pre-processing it into a .tex file 5 #Essentially you write the "tommath.src" as normal LaTex except where you want code snippets you put 20 open(IN,"<tommath.src") or die "Can't open source file"; 52 open(IN,"<tommath.src") or die "Can't open source file"; 71 open(SRC,"<$m[1]") or die "Error:$srcline:Can't open source file $m[1]"; 83 while (<SRC>) { 87 <SRC>; 91 while (<SRC>) { 117 close(SRC);
|
/development/build/tools/ |
mk_sources_zip.py | 27 TOP_FOLDER = "src" 36 self.SRC = None 117 p.SRC = args[2] 121 if not os.path.isdir(p.SRC): 122 error = "%s is not a directory" % p.SRC 237 parseSrcDir(p, os.path.join(p.SRC, d))
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
PorterDuffXfermode_Delegate.java | 106 case SRC: 107 return AlphaComposite.getInstance(AlphaComposite.SRC, falpha);
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
Attribute.java | 30 public static final Attribute SRC = new AttributeImpl ("SRC");
|
/ndk/tests/build/stdint-c++/jni/ |
gen-sources.sh | 29 SRC=test_cpp_no_macros.cpp
|
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
IProjectCallback.java | 34 SRC(URL.class),
|
/external/iproute2/examples/ |
cbq.init-v0.7.3 | 811 SRC=${rule%%,*}; DST=${rule##*,} 812 [ "$SRC" = "$rule" ] && SRC="" 825 if [ -n "$SRC" ]; then 826 SADDR=${SRC%%:*}; STEMP=${SRC##*:} 827 [ "$SADDR" = "$SRC" ] && STEMP="" 839 u32_s="${SADDR:+match ip src $SADDR} $u32_s" [all...] |
/external/libpcap/ |
tokdefs.h | 33 SRC = 259, 137 #define SRC 259
|