/external/clang/test/Frontend/Inputs/SystemHeaderPrefix/src/ |
warn.h | 1 #if SRC
|
/external/chromium_org/build/mac/ |
edit_xibs.sh | 7 # This script is a convenience to run GYP for /src/chrome/chrome_nibs.gyp 14 SRC=$(cd "$RELSRC" && pwd) 15 GYP_GENERATORS=xcode python "$SRC/tools/gyp/gyp" "$SRC/chrome/chrome_nibs.gyp" 17 echo " $SRC/chrome/chrome_nibs.xcodeproj"
|
/external/dropbear/libtommath/ |
gen.pl | 10 open( SRC, "<$filename" ) or die "Couldn't open $filename for reading: $!"; 12 print OUT while <SRC>; 14 close SRC or die "Error closing $filename after reading: $!";
|
pretty.build | 44 if (open(SRC, "<$tmp")) { 45 close SRC; 48 open( SRC, "<$filename" ) or die "Couldn't open $filename for reading: $!"; 49 ++$lines while (<SRC>); 50 close SRC or die "Error closing $filename after reading: $!";
|
dep.pl | 25 open(SRC, "<$filename"); 29 my $line = <SRC>; 36 while (<SRC>) { 44 close SRC; 55 open(SRC, "<$filename") or die "Can't open source file!\n"; 65 while (<SRC>) { 85 close SRC;
|
/external/dropbear/libtomcrypt/ |
filter.pl | 8 open(SRC,"<$dst"); 13 while (<SRC>) { 30 close SRC;
|
/hardware/qcom/bt/libbt-vendor/ |
vnd_buildcfg.mk | 19 SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .txt,$(basename $(TARGET_DEVICE)))) 20 ifeq (,$(wildcard $(SRC))) 22 SRC := $(call my-dir)/include/vnd_generic.txt 29 $(GEN): $(SRC) $(TOOL)
|
/sdk/eclipse/scripts/ |
create_all_symlinks.sh | 103 local src=$1 104 if [[ "${src:0:1}" != "/" ]]; then 108 src=$(back $2)/$1 110 ln -svf $src $2/$3 342 for SRC in $CP_FILES; do 343 if [[ "${SRC:0:2}" == "@:" ]]; then 344 DEST="${SRC:2}" 349 ORIG_SRC="$SRC" 352 if [[ "${SRC:0:5}" == "base:" ]]; then 353 SRC="${SRC:5} [all...] |
/external/pixman/pixman/ |
pixman-arm-simd.c | 56 PIXMAN_ARM_BIND_SCALED_NEAREST_SRC_DST (armv6, 0565_0565, SRC, 58 PIXMAN_ARM_BIND_SCALED_NEAREST_SRC_DST (armv6, 8888_8888, SRC, 66 uint32_t src); 73 uint16_t src); 80 uint8_t src); 178 PIXMAN_STD_FAST_PATH (SRC, a8r8g8b8, null, a8r8g8b8, armv6_composite_src_8888_8888), 179 PIXMAN_STD_FAST_PATH (SRC, a8b8g8r8, null, a8b8g8r8, armv6_composite_src_8888_8888), 180 PIXMAN_STD_FAST_PATH (SRC, a8r8g8b8, null, x8r8g8b8, armv6_composite_src_8888_8888), 181 PIXMAN_STD_FAST_PATH (SRC, a8b8g8r8, null, x8b8g8r8, armv6_composite_src_8888_8888), 182 PIXMAN_STD_FAST_PATH (SRC, x8r8g8b8, null, x8r8g8b8, armv6_composite_src_8888_8888) [all...] |
pixman-mips-dspr2.c | 132 PIXMAN_MIPS_BIND_SCALED_NEAREST_SRC_DST (0565_8888, SRC, 135 PIXMAN_MIPS_BIND_SCALED_BILINEAR_SRC_DST (0, 8888_8888, SRC, 137 PIXMAN_MIPS_BIND_SCALED_BILINEAR_SRC_DST (0, 8888_0565, SRC, 139 PIXMAN_MIPS_BIND_SCALED_BILINEAR_SRC_DST (0, 0565_8888, SRC, 141 PIXMAN_MIPS_BIND_SCALED_BILINEAR_SRC_DST (0, 0565_0565, SRC, 153 PIXMAN_MIPS_BIND_SCALED_BILINEAR_SRC_A8_DST (0, 8888_8_8888, SRC, 155 PIXMAN_MIPS_BIND_SCALED_BILINEAR_SRC_A8_DST (0, 8888_8_0565, SRC, 157 PIXMAN_MIPS_BIND_SCALED_BILINEAR_SRC_A8_DST (0, 0565_8_x888, SRC, 159 PIXMAN_MIPS_BIND_SCALED_BILINEAR_SRC_A8_DST (0, 0565_8_0565, SRC, 249 uint8_t *src = src_bytes local 269 uint8_t *src = src_bytes; local [all...] |
pixman-arm-neon.c | 128 PIXMAN_ARM_BIND_SCALED_NEAREST_SRC_DST (neon, 8888_0565, SRC, 130 PIXMAN_ARM_BIND_SCALED_NEAREST_SRC_DST (neon, 0565_8888, SRC, 138 PIXMAN_ARM_BIND_SCALED_BILINEAR_SRC_DST (0, neon, 8888_8888, SRC, 140 PIXMAN_ARM_BIND_SCALED_BILINEAR_SRC_DST (0, neon, 8888_0565, SRC, 142 PIXMAN_ARM_BIND_SCALED_BILINEAR_SRC_DST (0, neon, 0565_x888, SRC, 144 PIXMAN_ARM_BIND_SCALED_BILINEAR_SRC_DST (0, neon, 0565_0565, SRC, 151 PIXMAN_ARM_BIND_SCALED_BILINEAR_SRC_A8_DST (0, neon, 8888_8_8888, SRC, 153 PIXMAN_ARM_BIND_SCALED_BILINEAR_SRC_A8_DST (0, neon, 8888_8_0565, SRC, 155 PIXMAN_ARM_BIND_SCALED_BILINEAR_SRC_A8_DST (0, neon, 0565_8_x888, SRC, 157 PIXMAN_ARM_BIND_SCALED_BILINEAR_SRC_A8_DST (0, neon, 0565_8_0565, SRC, [all...] |
/external/bison/lib/ |
bbitset.h | 106 #define BITSET_VTABLE_(SRC) (SRC)->b.vtable 107 #define BITSET_CINDEX_(SRC) (SRC)->b.cindex 108 #define BITSET_CDATA_(SRC) (SRC)->b.cdata 109 #define BITSET_CSIZE_(SRC) (SRC)->b.csize 110 #define BITSET_NBITS_(SRC) (SRC)->b.n_bit [all...] |
/hardware/broadcom/libbt/ |
vnd_buildcfg.mk | 3 SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .txt,$(basename $(TARGET_DEVICE)))) 4 ifeq (,$(wildcard $(SRC))) 6 SRC := $(call my-dir)/include/vnd_generic.txt 13 $(GEN): $(SRC) $(TOOL)
|
/external/dnsmasq/ |
Makefile | 21 SRC = src 40 @cd $(SRC) && $(MAKE) \ 46 rm -f *~ $(SRC)/*.mo contrib/*/*~ */*~ $(SRC)/*.pot 47 rm -f $(SRC)/*.o $(SRC)/dnsmasq.a $(SRC)/dnsmasq core */core 54 $(INSTALL) -m 755 $(SRC)/dnsmasq $(DESTDIR)$(BINDIR) 57 @cd $(SRC) && $(MAKE) [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
install.sh | 32 echo "usage: ${0} SRC DEST" >& 2 36 SRC=${1} 39 # Make sure that SRC is an absolute path and that it exists. 40 if [ -z "${SRC}" ] || [ "${SRC:0:1}" != "/" ] || [ ! -d "${SRC}" ] ; then 41 echo "${0}: source ${SRC} sanity check failed" >& 2 52 rsync -lrpt "${SRC}/" "${DEST}"
|
/external/chromium_org/chrome/browser/mac/ |
install.sh | 32 echo "usage: ${0} SRC DEST" >& 2 36 SRC=${1} 39 # Make sure that SRC is an absolute path and that it exists. 40 if [ -z "${SRC}" ] || [ "${SRC:0:1}" != "/" ] || [ ! -d "${SRC}" ] ; then 41 echo "${0}: source ${SRC} sanity check failed" >& 2 52 rsync -lrpt "${SRC}/" "${DEST}"
|
/external/compiler-rt/lib/tsan/lit_tests/ |
test_output.sh | 19 SRC=$1 22 OBJ=$SRC.o 23 EXE=$SRC.exe 24 $COMPILER $SRC $CFLAGS -c -o $OBJ 27 printf "%s\n" "$RES" | $FILECHECK $SRC
|
/external/chromium_org/remoting/host/installer/linux/ |
Makefile | 8 SRC = ../../../.. 9 TOOLS = $(SRC)/remoting/tools 10 RELEASE = $(SRC)/out/Release
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/ |
Makefile | 7 SRC=\ 12 OBJ=$(SRC:.c=.o) 36 $(SRC): $(HSRC)
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_chan.h | 79 #define COPY_CHAN4(DST, SRC) COPY_4UBV(DST, SRC) 91 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC) 103 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC)
|
/external/mesa3d/src/mesa/swrast/ |
s_chan.h | 79 #define COPY_CHAN4(DST, SRC) COPY_4UBV(DST, SRC) 91 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC) 103 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC)
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
macros.h | 229 #define COPY_4V( DST, SRC ) \ 231 (DST)[0] = (SRC)[0]; \ 232 (DST)[1] = (SRC)[1]; \ 233 (DST)[2] = (SRC)[2]; \ 234 (DST)[3] = (SRC)[3]; \ 239 COPY_4UBV(GLubyte dst[4], const GLubyte src[4]) 242 *((GLuint *) dst) = *((GLuint *) src); 244 /* The GLuint cast might fail if DST or SRC are not dword-aligned (RISC) */ 245 COPY_4V(dst, src); 251 COPY_4FV(GLfloat dst[4], const GLfloat src[4] [all...] |
/external/mesa3d/src/mesa/main/ |
macros.h | 229 #define COPY_4V( DST, SRC ) \ 231 (DST)[0] = (SRC)[0]; \ 232 (DST)[1] = (SRC)[1]; \ 233 (DST)[2] = (SRC)[2]; \ 234 (DST)[3] = (SRC)[3]; \ 239 COPY_4UBV(GLubyte dst[4], const GLubyte src[4]) 242 *((GLuint *) dst) = *((GLuint *) src); 244 /* The GLuint cast might fail if DST or SRC are not dword-aligned (RISC) */ 245 COPY_4V(dst, src); 251 COPY_4FV(GLfloat dst[4], const GLfloat src[4] [all...] |
/frameworks/base/graphics/java/android/graphics/ |
PorterDuff.java | 26 SRC (1),
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
Makefile | 7 SRC=\ 11 SRC += $(GTTOOLSSRCDIR)/OMX_Common_Utils.c 16 OBJ=$(SRC:.c=.o) 56 $(SRC): $(HSRC)
|