HomeSort by relevance Sort by last modified time
    Searched refs:srcfile (Results 1 - 11 of 11) sorted by null

  /cts/tools/dx-tests/scripts/
collect_dasm_files.sh 125 for srcfile in `find src/${srcdir} -maxdepth 1 -type f ! -name "T_*.java" -a -name "*.java"`; do
126 echo $srcfile
128 jpackagedestfile=`echo ${srcfile} | sed -e $SCRIPT`
129 cp ${srcfile} ${jpackagedestfile}
139 for srcfile in `find src/${srcdir} -maxdepth 1 -type f ! -name "Main_*.java" -a ! -name "Test_*.java" -a -name "*.java"`; do
140 echo $srcfile
142 jpackagedestfile=`echo ${srcfile} | sed -e $SCRIPT`
143 cp -v ${srcfile} ${jpackagedestfile}
  /build/tools/releasetools/
amend_generator.py 155 def ApplyPatch(self, srcfile, tgtfile, tgtsize, tgtsha1, *patchpairs):
156 """Apply binary patches (in *patchpairs) to the given srcfile to
163 (srcfile, tgtfile, tgtsha1, tgtsize)) +
edify_generator.py 166 def ApplyPatch(self, srcfile, tgtfile, tgtsize, tgtsha1, *patchpairs):
167 """Apply binary patches (in *patchpairs) to the given srcfile to
173 % (srcfile, tgtfile, tgtsha1, tgtsize)]
  /external/jpeg/
ltmain.sh 227 srcfile="$nonopt"
248 lastarg="$srcfile"
249 srcfile="$arg"
276 libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
298 $echo "$modename: cannot determine name of library object from \`$srcfile'" 1>&2
324 $show "$base_compile$pic_flag -DPIC $srcfile"
325 if $run eval "$base_compile\$pic_flag -DPIC \$srcfile"; then :
349 $show "$base_compile $srcfile$suppress_output"
350 if $run eval "$base_compile \$srcfile$suppress_output"; then :
    [all...]
  /external/clearsilver/ruby/
install.rb 511 def srcfile( path ) method in class:Installer
516 File.exist? srcfile(path)
520 dir? srcfile(path)
523 def srcfile?( path )
524 File.file? srcfile(path)
  /external/dbus/
ltmain.sh 646 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
692 continue # The current "srcfile" will either be retained or
722 # The previous "srcfile" becomes the current argument.
724 lastarg="$srcfile"
725 srcfile="$arg"
760 [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
862 output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
895 $echo "$srcfile" > "$lockfile"
899 eval srcfile=\"$fix_srcfile_path\
    [all...]
  /external/expat/conftools/
ltmain.sh 626 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
672 continue # The current "srcfile" will either be retained or
702 # The previous "srcfile" becomes the current argument.
704 lastarg="$srcfile"
705 srcfile="$arg"
740 [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
841 output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
874 $echo "$srcfile" > "$lockfile"
878 eval srcfile=\"$fix_srcfile_path\
    [all...]
  /external/libffi/
ltmain.sh 655 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
701 continue # The current "srcfile" will either be retained or
731 # The previous "srcfile" becomes the current argument.
733 lastarg="$srcfile"
734 srcfile="$arg"
769 [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
871 output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
904 $echo "$srcfile" > "$lockfile"
908 eval srcfile=\"$fix_srcfile_path\
    [all...]
  /ndk/build/core/
definitions.mk 637 # Usage : $(eval $(call ev-compile-c-source,<srcfile>,<objfile>)
674 # Usage : $(call compile-c-source,<srcfile>)
683 # Usage : $(call compile-s-source,<srcfile>)
694 # Usage : $(eval $(call ev-compile-cpp-source,<srcfile>,<objfile>)
735 # Usage : $(call compile-c-source,<srcfile>
    [all...]
  /external/libpng/
ltmain.sh 1106 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
1156 continue # The current "srcfile" will either be retained or
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 108 milliseconds