HomeSort by relevance Sort by last modified time
    Searched refs:SRC (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/clang/test/Frontend/Inputs/SystemHeaderPrefix/src/
warn.h 1 #if SRC
  /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)
  /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...]
bitset.h 179 /* Return size in bits of bitset SRC. */
180 #define bitset_size(SRC) BITSET_SIZE_ (SRC)
185 /* Return number of bits set in bitset SRC. */
186 #define bitset_count(SRC) BITSET_COUNT_ (SRC)
189 /* Return SRC == 0. */
190 #define bitset_empty_p(SRC) BITSET_EMPTY_P_ (SRC)
200 /* DST = SRC. *
    [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/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
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
Makefile 7 SRC=\
12 OBJ=$(SRC:.c=.o)
36 $(SRC): $(HSRC)
  /sdk/eclipse/scripts/
create_all_symlinks.sh 269 for SRC in $CP_FILES; do
270 if [[ "${SRC:0:2}" == "@:" ]]; then
271 DEST="${SRC:2}"
275 if [[ ! -f "$SRC" ]]; then
276 ORIG_SRC="$SRC"
278 SRC="prebuilts/devtools/tools/lib/$SRC.jar"
279 if [[ ! -f "$SRC" ]]; then
280 SRC="prebuilts/devtools/adt/lib/$ORIG_SRC.jar"
282 if [[ ! -f "$SRC" ]]; the
    [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)
  /external/proguard/build/
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)
makefile 7 SRC = $(PROGUARD_HOME)/src
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 -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
81 $(CLASSES)/%.class: $(SRC)/%.java
85 cp $(subst $(CLASSES),$(SRC),$@) $@
  /prebuilts/tools/common/proguard/proguard4.7/build/
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)
makefile 7 SRC = $(PROGUARD_HOME)/src
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 -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
81 $(CLASSES)/%.class: $(SRC)/%.java
85 cp $(subst $(CLASSES),$(SRC),$@) $@
  /development/build/tools/
mk_sdk_repo_xml.sh 228 SRC=$1
234 VALUE=$( grep "^$SRC=" "$PROPS" | cut -d = -f 2 | tr ' ' '@' | tr -d '\r' )
309 SRC="$1"
311 if [[ "${SRC/:/}" != "$SRC" ]]; then
312 DST="${SRC/*:/}"
313 SRC="${SRC/:*/}"
315 [[ ! -f "$SRC" ]] && error "Missing file for archive $TYPE/$OS: $SRC"
    [all...]
  /ndk/build/tools/
dev-platform-compress.sh 34 file1 = \$SRC/android-3/foo
35 file2 = \$SRC/android-4/foo
36 file3 = \$SRC/android-5/foo
45 Repeat for all files under \$SRC/android-N for increasing values of N.
49 register_var_option "--src-dir=<path>" SRCDIR "Specify source platforms directory"
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
Makefile 7 SRC=\
14 OBJ=$(SRC:.c=.o)
53 $(SRC): $(HSRC)
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
Makefile 7 SRC=\
14 OBJ=$(SRC:.c=.o)
53 $(SRC): $(HSRC)
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
Makefile 7 SRC=\
14 OBJ=$(SRC:.c=.o)
51 $(SRC): $(HSRC)

Completed in 1460 milliseconds

1 2 3 4 5