HomeSort by: relevance | last modified time | path
    Searched refs:tool (Results 1 - 25 of 159) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/gdb.old/dist/gdb/
gdbcopyright.py 21 def copyright(tool: str, description: str):
22 # Search the tool source itself for the correct copyright years.
23 with open(tool, "r") as f:
51 ./{tool}
  /src/external/gpl3/gdb/dist/gdb/
gdbcopyright.py 21 def copyright(tool: str, description: str):
22 # Search the tool source itself for the correct copyright years.
23 with open(tool, "r") as f:
51 ./{tool}
  /src/external/apache2/llvm/dist/clang/tools/diagtool/
diagtool_main.cpp 19 if (DiagTool *tool = diagTools->getTool(argv[1]))
20 return tool->run(argc - 2, &argv[2], llvm::outs());
DiagTool.cpp 35 void DiagTools::registerTool(DiagTool *tool) {
36 (*getTools(tools))[tool->getName()] = tool;
  /src/external/apache2/llvm/dist/clang/tools/diag-build/
diag-build.sh 3 # diag-build: a tool showing enabled warnings in a project.
69 tool=$1
72 if [[ -z "$tool" ]]; then
75 elif [[ "$tool" == "xcodebuild" ]]; then
78 elif [[ "$tool" == "make" ]]; then
82 echo "Warning: unknown build system '$tool'" 1>&2
97 eval $tool $dry_run $set_compiler $@ 2>/dev/null |
109 if [[ "$tool" != "xcodebuild" ]]; then
  /src/external/mpl/bind/dist/bin/tests/system/enginepkcs11/
prereq.sh 31 for _bin in softhsm2-util pkcs11-tool; do
  /src/external/gpl3/binutils/dist/
src-release.sh 59 # Get the version number of a given tool
62 tool=$1
63 if grep 'AC_INIT.*BFD_VERSION' $tool/configure.ac >/dev/null 2>&1; then
65 elif test -f $tool/common/create-version.sh; then
66 $tool/common/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
69 elif test $tool = "gdb"; then
70 ./gdbsupport/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
73 elif test -f $tool/version.in; then
74 head -n 1 $tool/version.i
    [all...]
  /src/external/gpl3/binutils.old/dist/
src-release.sh 59 # Get the version number of a given tool
62 tool=$1
63 if grep 'AC_INIT.*BFD_VERSION' $tool/configure.ac >/dev/null 2>&1; then
65 elif test -f $tool/common/create-version.sh; then
66 $tool/common/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
69 elif test $tool = "gdb"; then
70 ./gdbsupport/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
73 elif test -f $tool/version.in; then
74 head -n 1 $tool/version.i
    [all...]
  /src/external/gpl3/gdb/dist/
src-release.sh 59 # Get the version number of a given tool
62 tool=$1
63 if grep 'AC_INIT.*BFD_VERSION' $tool/configure.ac >/dev/null 2>&1; then
65 elif test -f $tool/common/create-version.sh; then
66 $tool/common/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
69 elif test $tool = "gdb"; then
70 ./gdbsupport/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
73 elif test -f $tool/version.in; then
74 head -n 1 $tool/version.i
    [all...]
  /src/external/gpl3/gdb.old/dist/
src-release.sh 59 # Get the version number of a given tool
62 tool=$1
63 if grep 'AC_INIT.*BFD_VERSION' $tool/configure.ac >/dev/null 2>&1; then
65 elif test -f $tool/common/create-version.sh; then
66 $tool/common/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
69 elif test $tool = "gdb"; then
70 ./gdbsupport/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
73 elif test -f $tool/version.in; then
74 head -n 1 $tool/version.i
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
dg-extract-results.py 44 # The variations run for this tool, mapped by --target_board name.
156 + ''' [-t tool] [-l variant-list] [-L] log-or-sum-file ...
158 tool The tool (e.g. g++, libffi) for which to create a
163 variants in the files for <tool>.
213 # Return the ToolRun for tool NAME.
240 def parse_run (self, filename, file, tool, variation, num_variations):
259 end = '\t\t=== ' + tool.name + ' Summary ===\n'
261 end = ('\t\t=== ' + tool.name + ' Summary for '
376 tool = self.get_tool ('acats'
    [all...]
compare_tests 2 # This script automatically test the given tool with the tool's test cases,
37 tool=gxx
40 tmp1=$TMPDIR/$tool-testing.$$a
41 tmp2=$TMPDIR/$tool-testing.$$b
42 now_s=$TMPDIR/$tool-testing.$$d
43 before_s=$TMPDIR/$tool-testing.$$e
44 lst1=$TMPDIR/$tool-lst1.$$
45 lst2=$TMPDIR/$tool-lst2.$$
46 lst3=$TMPDIR/$tool-lst3.$
    [all...]
test_installed 127 test x"${GCC_UNDER_TEST}" = x"no" || runtest --tool gcc ${1+"$@"}
128 test x"${GXX_UNDER_TEST}" = x"no" || runtest --tool g++ ${1+"$@"}
129 test x"${GFORTRAN_UNDER_TEST}" = x"no" || runtest --tool gfortran ${1+"$@"}
130 test x"${OBJC_UNDER_TEST}" = x"no" || runtest --tool objc ${1+"$@"}
  /src/external/gpl3/gcc.old/dist/contrib/
dg-extract-results.py 44 # The variations run for this tool, mapped by --target_board name.
155 + ''' [-t tool] [-l variant-list] [-L] log-or-sum-file ...
157 tool The tool (e.g. g++, libffi) for which to create a
162 variants in the files for <tool>.
212 # Return the ToolRun for tool NAME.
239 def parse_run (self, filename, file, tool, variation, num_variations):
258 end = '\t\t=== ' + tool.name + ' Summary ===\n'
260 end = ('\t\t=== ' + tool.name + ' Summary for '
375 tool = self.get_tool ('acats'
    [all...]
compare_tests 2 # This script automatically test the given tool with the tool's test cases,
37 tool=gxx
40 tmp1=$TMPDIR/$tool-testing.$$a
41 tmp2=$TMPDIR/$tool-testing.$$b
42 now_s=$TMPDIR/$tool-testing.$$d
43 before_s=$TMPDIR/$tool-testing.$$e
44 lst1=$TMPDIR/$tool-lst1.$$
45 lst2=$TMPDIR/$tool-lst2.$$
46 lst3=$TMPDIR/$tool-lst3.$
    [all...]
test_installed 123 test x"${GCC_UNDER_TEST}" = x"no" || runtest --tool gcc ${1+"$@"}
124 test x"${GXX_UNDER_TEST}" = x"no" || runtest --tool g++ ${1+"$@"}
125 test x"${GFORTRAN_UNDER_TEST}" = x"no" || runtest --tool gfortran ${1+"$@"}
126 test x"${OBJC_UNDER_TEST}" = x"no" || runtest --tool objc ${1+"$@"}
  /src/external/gpl3/gdb.old/dist/contrib/
dg-extract-results.py 44 # The variations run for this tool, mapped by --target_board name.
156 + ''' [-t tool] [-l variant-list] [-L] log-or-sum-file ...
158 tool The tool (e.g. g++, libffi) for which to create a
163 variants in the files for <tool>.
213 # Return the ToolRun for tool NAME.
240 def parse_run (self, filename, file, tool, variation, num_variations):
259 end = '\t\t=== ' + tool.name + ' Summary ===\n'
261 end = ('\t\t=== ' + tool.name + ' Summary for '
376 tool = self.get_tool ('acats'
    [all...]
  /src/external/gpl3/gdb/dist/contrib/
dg-extract-results.py 44 # The variations run for this tool, mapped by --target_board name.
157 + ''' [-t tool] [-l variant-list] [-L] log-or-sum-file ...
159 tool The tool (e.g. g++, libffi) for which to create a
164 variants in the files for <tool>.
214 # Return the ToolRun for tool NAME.
241 def parse_run (self, filename, file, tool, variation, num_variations):
260 end = '\t\t=== ' + tool.name + ' Summary ===\n'
262 end = ('\t\t=== ' + tool.name + ' Summary for '
377 tool = self.get_tool ('acats'
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
slapcommon.c 64 usage( int tool, const char *progname )
71 switch( tool ) {
121 parse_slapopt( int tool, int *mode )
206 switch ( tool ) {
219 Debug( LDAP_DEBUG_ANY, "schema-check meaningless for tool.\n" );
224 switch ( tool ) {
237 Debug( LDAP_DEBUG_ANY, "value-check meaningless for tool.\n" );
243 switch ( tool ) {
259 Debug( LDAP_DEBUG_ANY, "ldif-wrap meaningless for tool.\n" );
274 * tool tool cod
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
ada.exp 140 # A helper function to find the appropriate version of a tool.
141 # TOOL is the tool's name, e.g., "gnatbind" or "gnatlink".
143 proc find_ada_tool {tool} {
144 set upper [string toupper $tool]
157 set result [lookfor_file $root $tool]
158 if { $result != "" && $tool == "gnatlink" } {
164 set result [transform $tool]
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
NTMakefile 166 $(BINDIR)\hxtool.exe: $(OBJ)\tool\hxtool.obj $(OBJ)\tool\hxtool-commands.obj $(LIBHEIMDAL) $(OBJ)\hxtool-version.res
202 ! if !exist($(OBJ)\tool)
203 $(MKDIR) $(OBJ)\tool
210 -$(RM) $(OBJ)\tool\*.*
212 {}.c{$(OBJ)\tool}.obj::
213 $(C2OBJ_C) /Fd$(OBJ)\tool\ /Fo$(OBJ)\tool\ $(MPOPT) /UASN1_LIB $<
215 {$(OBJ)}.c{$(OBJ)\tool}.obj::
216 $(C2OBJ_C) /Fd$(OBJ)\tool\ /Fo$(OBJ)\tool\ $(MPOPT) /UASN1_LIB $
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
OptimizerDriver.cpp 166 std::string tool = OptCmd; local
170 tool = *Path;
174 if (tool.empty()) {
178 if (!sys::fs::exists(tool)) {
179 errs() << "Specified `opt' binary does not exist: " << tool << "\n";
190 Prog = tool;
202 Args.push_back(tool);
204 Args.push_back(tool);
  /src/external/bsd/openldap/dist/tests/data/regressions/its6794/
slapd-glue.conf 26 tool-threads 4
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
ada.exp 150 # A helper function to find the appropriate version of a tool.
151 # TOOL is the tool's name, e.g., "gnatbind" or "gnatlink".
153 proc find_ada_tool {tool} {
154 set upper [string toupper $tool]
167 set result [lookfor_file $root $tool]
168 if { $result != "" && $tool == "gnatlink" } {
174 set result [transform $tool]
  /src/external/gpl3/gcc/dist/contrib/testsuite-management/
validate_failures.py 41 4- Collect all the <tool>.sum files from the build tree.
75 # Match .exp file name, optionally prefixed by a "tool:" name and a
84 # The first argument should be the toplevel GCC(/GNU tool) source directory.
127 tool: Top-level testsuite name (aka "tool" in DejaGnu parlance) of the test.
131 def __init__(self, summary_line, ordinal, tool, exp):
146 if tool == None or exp == None:
147 # .sum file seem to be broken. There was no "tool" and/or "exp"
149 print(f'.sum file seems to be broken: tool="{tool}", exp="{exp}", summary_line="{summary_line}"'
    [all...]

Completed in 57 milliseconds

1 2 3 4 5 6 7