Searched refs:srcfile (Results 1 - 25 of 57) sorted by relevance

123

/external/libvpx/libvpx/build/make/
H A Dgen_asm_deps.sh15 echo "usage: $self [options] <srcfile>"
38 *) [ -f "$opt" ] && srcfile="$opt"
43 [ -n "$srcfile" ] || show_help
45 includes=$(LC_ALL=C egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile |
53 if [ -f `dirname $srcfile`/$inc ]; then
55 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} `dirname $srcfile`/$inc
64 echo ${out} ${out%d}o: $srcfile
/external/dtc/
H A Dsrcpos.c145 struct srcfile_state *srcfile; local
150 srcfile = xmalloc(sizeof(*srcfile));
152 srcfile->f = srcfile_relative_open(fname, &srcfile->name);
153 srcfile->dir = get_dirname(srcfile->name);
154 srcfile->prev = current_srcfile;
156 srcfile->lineno = 1;
157 srcfile
164 struct srcfile_state *srcfile = current_srcfile; local
[all...]
/external/bison/build-aux/
H A Dgendocs.sh138 srcfile=
145 -s) shift; srcfile=$1;;
172 if test -n "$srcfile"; then
173 # but here, we use the basename of $srcfile
174 base=`basename "$srcfile"`
180 srcfile=$srcdir/$PACKAGE.texinfo
182 srcfile=$srcdir/$PACKAGE.texi
184 srcfile=$srcdir/$PACKAGE.txi
250 echo "Generating output formats for $srcfile"
252 cmd="$SETLANG $MAKEINFO -o $PACKAGE.info $commonarg $infoarg \"$srcfile\""
[all...]
/external/curl/packages/OS400/
H A Dmake-include.sh47 srcfile="${2}"
54 ' < "${srcfile}" > "${destfile}"
/external/antlr/antlr-3.4/runtime/Python/
H A Dez_setup.py205 srcfile = inspect.getsourcefile(sys.modules[__name__])
206 f = open(srcfile, 'rb'); src = f.read(); f.close()
214 f = open(srcfile,'w')
/external/ltp/testcases/network/tcp_cmds/echo/
H A Dechoes.c135 char *srcfile)
260 if ((fdr = open(srcfile, O_RDONLY)) < 0) {
344 if (checkfile(srcfile, resultfile) != TRUE) {
134 echofile(struct servent *sp, struct addrinfo *ai, char *resultfile, char *srcfile) argument
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
H A Dlookup.py243 srcfile = posixpath.normpath(posixpath.join(dir, u))
244 if os.path.isfile(srcfile):
245 return self._load(srcfile, uri)
/external/python/cpython2/Lib/test/
H A Dtest_shutil.py837 if filename == 'srcfile':
838 raise IOError('Cannot open "srcfile"')
843 self.assertRaises(IOError, shutil.copyfile, 'srcfile', 'destfile')
847 srcfile = self.Faux()
850 if filename == 'srcfile':
851 return srcfile
858 shutil.copyfile('srcfile', 'destfile')
859 self.assertTrue(srcfile._entered)
860 self.assertTrue(srcfile._exited_with[0] is IOError)
861 self.assertEqual(srcfile
[all...]
/external/clang/tools/scan-build/bin/
H A Dscan-build850 my $srcfile = <INFO>;
851 chomp $srcfile;
855 if (defined $prefix) { $srcfile =~ s/^\Q$prefix//; }
856 print OUT "<tr><td>$attribute</td><td>$srcfile</td><td><a href=\"failures/$ppfile\">$ppfile</a></td><td><a href=\"failures/$ppfile.stderr.txt\">$ppfile.stderr.txt</a></td></tr>\n";
859 print OUT " <!-- REPORTPROBLEM src=\"$srcfile\" file=\"failures/$ppfile\" clangfile=\"failures/$ppfile_clang\" stderr=\"failures/$ppfile.stderr.txt\" info=\"failures/$ppfile.info.txt\" -->\n";
875 my $srcfile = <INFO>;
876 chomp $srcfile;
882 if (defined $prefix) { $srcfile =~ s/^\Q$prefix//; }
883 print OUT "<tr><td>$problem</td><td>$srcfile</td><td><a href=\"failures/$ppfile\">$ppfile</a></td><td><a href=\"failures/$ppfile.stderr.txt\">$ppfile.stderr.txt</a></td></tr>\n";
886 print OUT " <!-- REPORTPROBLEM src=\"$srcfile\" fil
[all...]
/external/libunwind/aux/
H A Dltmain.sh286 srcfile="$nonopt"
393 lastarg="$srcfile"
394 srcfile="$arg"
425 libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
489 output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
521 echo $srcfile > "$lockfile"
525 eval srcfile=\"$fix_srcfile_path\"
535 command="$base_compile $srcfile $pic_flag -DPIC"
538 command="$base_compile $srcfile"
579 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; the
[all...]
/external/mksh/src/
H A DBuild.sh59 echo >&2 "E: in '$srcfile': '$line'"
61 echo >&2 "E: invalid input in '$srcfile': '$line'"
100 srcfile=$1
101 test -f "$srcfile" || genopt_die Source file \$srcfile not set.
102 bn=`basename "$srcfile" | sed 's/.opt$//'`
109 exec <"$srcfile"
196 set x -G "$srcfile"
2467 echo "(srcfile='$srcdir/$file'; BUILDSH_RUN_GENOPT=1; . '$srcdir/Build.sh')"
2505 srcfile
[all...]
/external/ply/ply/ply/
H A Dlex.py1032 srcfile = lextab.__file__
1035 srcfile = ldict['__file__']
1040 srcfile = getattr(sys.modules[pkgname], '__file__', '')
1041 outputdir = os.path.dirname(srcfile)
/external/cmockery/cmockery_0_1_2/
H A Dlibtool333 # Fix the shell variable $srcfile for the compiler.
978 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
1024 continue # The current "srcfile" will either be retained or
1054 # The previous "srcfile" becomes the current argument.
1056 lastarg="$srcfile"
1057 srcfile="$arg"
1092 [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
1193 output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
1226 $echo "$srcfile" > "
[all...]
H A Dltmain.sh626 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
[all...]
/external/swiftshader/third_party/LLVM/autoconf/
H A Dltmain.sh626 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
[all...]
/external/ImageMagick/config/
H A Dltmain.sh3271 srcfile=$nonopt # always keep a non-empty value in "srcfile"
3321 continue # The current "srcfile" will either be retained or
3344 # The previous "srcfile" becomes the current argument.
3346 lastarg=$srcfile
3347 srcfile=$arg
3367 func_basename "$srcfile"
3454 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3486 $ECHO "$srcfile" > "$lockfile"
3493 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/external/c-ares/
H A Dltmain.sh1954 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
2004 continue # The current "srcfile" will either be retained or
2027 # The previous "srcfile" becomes the current argument.
2029 lastarg="$srcfile"
2030 srcfile="$arg"
2050 func_basename "$srcfile"
2137 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
2169 $ECHO "$srcfile" > "$lockfile"
2176 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/external/libcap-ng/libcap-ng-0.7/
H A Dltmain.sh1955 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
2005 continue # The current "srcfile" will either be retained or
2028 # The previous "srcfile" becomes the current argument.
2030 lastarg="$srcfile"
2031 srcfile="$arg"
2051 func_basename "$srcfile"
2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
2170 $ECHO "$srcfile" > "$lockfile"
2177 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/external/libedit/
H A Dltmain.sh1955 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
2005 continue # The current "srcfile" will either be retained or
2028 # The previous "srcfile" becomes the current argument.
2030 lastarg="$srcfile"
2031 srcfile="$arg"
2051 func_basename "$srcfile"
2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
2170 $ECHO "$srcfile" > "$lockfile"
2177 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/external/libevent/
H A Dltmain.sh1955 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
2005 continue # The current "srcfile" will either be retained or
2028 # The previous "srcfile" becomes the current argument.
2030 lastarg="$srcfile"
2031 srcfile="$arg"
2051 func_basename "$srcfile"
2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
2170 $ECHO "$srcfile" > "$lockfile"
2177 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/external/libexif/
H A Dltmain.sh1957 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
2007 continue # The current "srcfile" will either be retained or
2030 # The previous "srcfile" becomes the current argument.
2032 lastarg="$srcfile"
2033 srcfile="$arg"
2053 func_basename "$srcfile"
2140 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
2172 $ECHO "$srcfile" > "$lockfile"
2179 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/external/libmicrohttpd/
H A Dltmain.sh1955 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
2005 continue # The current "srcfile" will either be retained or
2028 # The previous "srcfile" becomes the current argument.
2030 lastarg="$srcfile"
2031 srcfile="$arg"
2051 func_basename "$srcfile"
2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
2170 $ECHO "$srcfile" > "$lockfile"
2177 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/external/libnetfilter_conntrack/build-aux/
H A Dltmain.sh1955 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
2005 continue # The current "srcfile" will either be retained or
2028 # The previous "srcfile" becomes the current argument.
2030 lastarg="$srcfile"
2031 srcfile="$arg"
2051 func_basename "$srcfile"
2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
2170 $ECHO "$srcfile" > "$lockfile"
2177 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/external/libnfnetlink/build-aux/
H A Dltmain.sh1955 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
2005 continue # The current "srcfile" will either be retained or
2028 # The previous "srcfile" becomes the current argument.
2030 lastarg="$srcfile"
2031 srcfile="$arg"
2051 func_basename "$srcfile"
2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
2170 $ECHO "$srcfile" > "$lockfile"
2177 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]
/external/lmfit/build-aux/
H A Dltmain.sh1955 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
2005 continue # The current "srcfile" will either be retained or
2028 # The previous "srcfile" becomes the current argument.
2030 lastarg="$srcfile"
2031 srcfile="$arg"
2051 func_basename "$srcfile"
2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
2170 $ECHO "$srcfile" > "$lockfile"
2177 func_to_tool_file "$srcfile" func_convert_file_msys_to_w3
[all...]

Completed in 624 milliseconds

123