/external/bison/lib/ |
D | bbitset.h | 104 #define BITSET_VTABLE_(SRC) (SRC)->b.vtable argument 105 #define BITSET_CINDEX_(SRC) (SRC)->b.cindex argument 106 #define BITSET_CDATA_(SRC) (SRC)->b.cdata argument 107 #define BITSET_CSIZE_(SRC) (SRC)->b.csize argument 108 #define BITSET_NBITS_(SRC) (SRC)->b.n_bits argument 159 #define BITSET_CHECK2_(DST, SRC) \ argument 160 if (!BITSET_COMPATIBLE_ (DST, SRC)) abort (); 175 #define BITSET_SIZE_(SRC) (SRC)->b.vtable->size (SRC) argument 178 #define BITSET_COUNT_(SRC) (SRC)->b.vtable->count (SRC) argument 193 #define BITSET_TEST_(SRC, BITNO) (SRC)->b.vtable->test (SRC, BITNO) argument [all …]
|
D | bitset.h | 179 #define bitset_size(SRC) BITSET_SIZE_ (SRC) argument 185 #define bitset_count(SRC) BITSET_COUNT_ (SRC) argument 189 #define bitset_empty_p(SRC) BITSET_EMPTY_P_ (SRC) argument 200 #define bitset_copy(DST, SRC) BITSET_COPY_ (DST, SRC) argument 203 #define bitset_disjoint_p(DST, SRC) BITSET_DISJOINT_P_ (DST, SRC) argument 206 #define bitset_equal_p(DST, SRC) BITSET_EQUAL_P_ (DST, SRC) argument 209 #define bitset_not(DST, SRC) BITSET_NOT_ (DST, SRC) argument 212 #define bitset_subset_p(DST, SRC) BITSET_SUBSET_P_ (DST, SRC) argument
|
/external/mesa3d/src/mesa/main/ |
D | macros.h | 202 #define TEST_EQ_4UBV(DST, SRC) *((GLuint*)(DST)) == *((GLuint*)(SRC)) argument 204 #define TEST_EQ_4UBV(DST, SRC) TEST_EQ_4V(DST, SRC) argument 208 #define COPY_4V( DST, SRC ) \ argument 210 (DST)[0] = (SRC)[0]; \ 211 (DST)[1] = (SRC)[1]; \ 212 (DST)[2] = (SRC)[2]; \ 213 (DST)[3] = (SRC)[3]; \ 217 #define COPY_4V_CAST( DST, SRC, CAST ) \ argument 219 (DST)[0] = (CAST)(SRC)[0]; \ 220 (DST)[1] = (CAST)(SRC)[1]; \ [all …]
|
/external/dnsmasq/ |
D | Makefile | 21 SRC = src macro 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) \ 63 cd ../$(SRC) && $(MAKE) \ 69 cd $(SRC); ../bld/install-mo $(DESTDIR)$(LOCALEDIR) $(INSTALL) 73 @cd $(SRC) && $(MAKE) XGETTEXT=$(XGETTEXT) -f ../bld/Makefile dnsmasq.pot 75 echo -n msgmerge $$f && $(MSGMERGE) --no-wrap -U $$f ../$(SRC)/dnsmasq.pot; \
|
/external/qemu/android/build/ |
D | definitions.make | 67 SRC:=$(1) 68 OBJ:=$$(LOCAL_OBJS_DIR)/$$(SRC:%.c=%.o) 75 $$(OBJ): PRIVATE_SRC := $$(SRC_PATH)/$$(SRC) 76 $$(OBJ): PRIVATE_SRC0 := $$(SRC) 77 $$(OBJ): $$(SRC_PATH)/$$(SRC) 87 SRC:=$(1) 88 OBJ:=$$(LOCAL_OBJS_DIR)/$$(SRC:%$(LOCAL_CPP_EXTENSION)=%.o) 95 $$(OBJ): PRIVATE_SRC := $$(SRC_PATH)/$$(SRC) 96 $$(OBJ): PRIVATE_SRC0 := $$(SRC) 97 $$(OBJ): $$(SRC_PATH)/$$(SRC) [all …]
|
/external/dropbear/libtommath/ |
D | 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;
|
D | 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: $!";
|
D | 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: $!";
|
D | booker.pl | 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);
|
/external/compiler-rt/lib/tsan/output_tests/ |
D | test_output.sh | 17 SRC=$1 20 OBJ=$SRC.o 21 EXE=$SRC.exe 22 $COMPILER $SRC $CFLAGS -c -o $OBJ 28 printf "%s\n" "$RES" | FileCheck $SRC
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | install.sh | 36 SRC=${1} 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/valgrind/main/drd/scripts/ |
D | download-and-build-firefox | 7 SRC="$SRCDIR/mozilla" 9 BUILD="${SRC}-build" 42 if [ ! -e $SRC ]; then 47 . $SRC/browser/config/mozconfig 59 ${SRC}/configure
|
D | download-and-build-gcc | 13 SRC=$HOME/software/gcc-${GCC_VERSION} 14 BUILD=${SRC}-build 57 if [ ! -e $SRC ]; then 61 ${SRC}/configure \
|
/external/proguard/build/ |
D | build.sh | 19 SRC=src 43 javac -nowarn -Xlint:none -sourcepath "$SRC" -d "$CLASSES" \ 44 "$SRC/$1.java" 2>&1 \ 48 (cd "$SRC"; find $(dirname $1) -maxdepth 1 \ 55 jar -cfm "$2" "$SRC/$(dirname $1)/MANIFEST.MF" -C "$CLASSES" $(dirname $1)
|
D | makefile | 7 SRC = $(PROGUARD_HOME)/src macro 24 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES) 29 jar -cfm $(LIB)/$@.jar $(SRC)/$(dir $<)MANIFEST.MF \ 69 …$(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif… 81 $(CLASSES)/%.class: $(SRC)/%.java 85 cp $(subst $(CLASSES),$(SRC),$@) $@
|
/external/dropbear/libtomcrypt/ |
D | filter.pl | 8 open(SRC,"<$dst"); 13 while (<SRC>) { 30 close SRC;
|
/external/llvm/utils/buildit/ |
D | GNUmakefile | 28 SRC = $(shell cd $(SRCROOT) && pwd | sed s,/private,,) macro 29 OBJROOT = $(SRC)/obj 64 $(SRC)/utils/buildit/build_llvm "$(RC_ARCHS)" "$(TARGETS)" \ 65 $(SRC) $(PREFIX) $(DSTROOT) $(SYMROOT) \
|
/external/openssh/regress/ |
D | 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
|
D | 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
|
D | 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… 370 …echo proxycommand ${SUDO} sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/ssh…
|
/external/linux-tools-perf/Documentation/ |
D | perf-probe.txt | 104 [EVENT=]FUNC[@SRC][:RLN|+OFFS|%return|;PTN] [ARG ...] 107 [EVENT=]SRC:ALN [ARG ...] 110 [EVENT=]SRC;PTN [ARG ...] 114 …that ';PTN' must be the end of the probe point definition. In addition, '@SRC' specifies a source… 115 …nt by the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' … 131 "FUNC[@SRC][:RLN[+NUM|-RLN2]]|SRC[:ALN[+NUM|-ALN2]]" 135 probe syntax, 'SRC' means the source file path, 'ALN' is start line number, 137 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
|
/external/clang/test/CodeGenObjCXX/ |
D | property-object-conditional-exp.mm | 25 // CHECK: [[SRC:%.*]] = call { i8*, i32 } bitcast (i8* (i8*, i8*, ...)* @objc_msgSend 27 // CHECK-NEXT:getelementptr { i8*, i32 }* [[SRC:%.*]] 30 // CHECK-NEXT:getelementptr { i8*, i32 }* [[SRC:%.*]]
|
/external/iproute2/examples/ |
D | 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=""
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/ |
D | Makefile | 93 SRC = $(BASESRC) scan.c macro 95 OBJS = $(SRC:.c=.obj)
|
/external/llvm/autoconf/ |
D | README.TXT | 6 1. Get the new version of libtool and put it in <SRC> 8 3. Copy <SRC>/ltdl.m4 to llvm/autoconf/m4 43 3. Get the new version of autoconf and put it in <SRC>
|