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

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/bsd/heimdal/dist/lib/
NTMakefile 59 # We can't build some of the lib tools until after we have LIBHEIMDAL.
60 # So we build tools in a separate build step:
62 all:: all-tools
64 all-tools:: asn1-tools hx509-tools krb5-tools kadm5-tools gss-tools
66 asn1-tools
    [all...]
  /src/crypto/external/bsd/heimdal/dist/tools/
NTMakefile 32 RELDIR=tools
  /src/external/gpl2/gettext/
Makefile.inc 8 -I${DIST}/gettext-tools/gnulib-lib \
  /src/external/bsd/atf/dist/tools/
env_test.cpp 45 ATF_REQUIRE(tools::env::has("PATH"));
46 ATF_REQUIRE(!tools::env::get("PATH").empty());
48 ATF_REQUIRE(!tools::env::has("_UNDEFINED_VARIABLE_"));
58 ATF_REQUIRE(tools::env::has("PATH"));
59 const std::string& oldval = tools::env::get("PATH");
60 tools::env::set("PATH", "foo-bar");
61 ATF_REQUIRE(tools::env::get("PATH") != oldval);
62 ATF_REQUIRE_EQ(tools::env::get("PATH"), "foo-bar");
64 ATF_REQUIRE(!tools::env::has("_UNDEFINED_VARIABLE_"));
65 tools::env::set("_UNDEFINED_VARIABLE_", "foo2-bar2")
    [all...]
exceptions.cpp 38 tools::system_error::system_error(const std::string& who,
46 tools::system_error::~system_error(void)
52 tools::system_error::code(void)
60 tools::system_error::what(void)
config_test.cpp 68 namespace tools { namespace
79 tools::env::set(name, val);
80 } catch (const tools::system_error&) {
91 tools::env::unset(name);
92 } catch (const tools::system_error&) {
123 ATF_REQUIRE_EQ(tools::config::get(v->lc), test_value);
125 ATF_REQUIRE(tools::config::get(v->lc) != test_value);
143 tools::config::__reinit();
145 ATF_REQUIRE(tools::config::get(v->lc) != test_value);
150 if (!tools::config::get(v->lc).empty())
    [all...]
atf-run.cpp 67 class atf_run : public tools::application::app {
84 int run_test(const tools::fs::path&, const std::string &,
85 tools::test_program::atf_tps_writer&,
87 int run_test_directory(const tools::fs::path&,
88 tools::test_program::atf_tps_writer&);
89 int run_test_program(const tools::fs::path&,
91 tools::test_program::atf_tps_writer&,
94 tools::test_program::test_case_result get_test_case_result(
95 const std::string&, const tools::process::status&,
96 const tools::fs::path&) const
    [all...]
fs_test.cpp 85 using tools::fs::path;
110 using tools::fs::path;
127 using tools::fs::path;
144 using tools::fs::path;
160 using tools::fs::path;
176 using tools::fs::path;
193 using tools::fs::path;
211 using tools::fs::path;
227 using tools::fs::file_info;
228 using tools::fs::path
    [all...]
fs.hpp 45 namespace tools { namespace
329 std::unique_ptr< tools::fs::path > m_path;
332 temp_dir(const tools::fs::path&);
335 const tools::fs::path& get_path(void) const;
370 tools::fs::path change_directory(const tools::fs::path&);
371 void change_ownership(const tools::fs::path&, const std::pair< int, int >&);
372 void cleanup(const tools::fs::path&);
373 tools::fs::path get_current_dir(void);
376 } // namespace tools
    [all...]
reader.cpp 44 namespace impl = tools::atf_report;
45 #define IMPL_NAME "tools::atf_report"
68 static const tools::parser::token_type eof_type = 0;
69 static const tools::parser::token_type nl_type = 1;
70 static const tools::parser::token_type text_type = 2;
71 static const tools::parser::token_type colon_type = 3;
72 static const tools::parser::token_type comma_type = 4;
73 static const tools::parser::token_type tps_count_type = 5;
74 static const tools::parser::token_type tp_start_type = 6;
75 static const tools::parser::token_type tp_end_type = 7
    [all...]
atffile.cpp 39 namespace impl = tools;
40 namespace detail = tools::detail;
54 static const tools::parser::token_type eof_type = 0;
55 static const tools::parser::token_type nl_type = 1;
56 static const tools::parser::token_type text_type = 2;
57 static const tools::parser::token_type colon_type = 3;
58 static const tools::parser::token_type conf_type = 4;
59 static const tools::parser::token_type dblquote_type = 5;
60 static const tools::parser::token_type equal_type = 6;
61 static const tools::parser::token_type hash_type = 7
    [all...]
config_file.cpp 40 namespace impl = tools::config_file;
41 namespace detail = tools::config_file::detail;
49 static const tools::parser::token_type eof_type = 0;
50 static const tools::parser::token_type nl_type = 1;
51 static const tools::parser::token_type text_type = 2;
52 static const tools::parser::token_type dblquote_type = 3;
53 static const tools::parser::token_type equal_type = 4;
54 static const tools::parser::token_type hash_type = 5;
56 class tokenizer : public tools::parser::tokenizer< std::istream > {
59 tools::parser::tokenizer< std::istream
    [all...]
requirements.cpp 48 namespace impl = tools;
56 has_program(const tools::fs::path& program)
61 found = tools::fs::is_executable(program);
68 const std::vector< std::string > dirs = tools::text::split(
69 tools::env::get("PATH"), ":");
72 const tools::fs::path& p = tools::fs::path(*iter) / program;
73 if (tools::fs::is_executable(p))
85 const std::vector< std::string > v = tools::text::split(arches, " ");
89 if ((*iter) == tools::config::get("atf_arch")
    [all...]
  /src/tools/makekeys/
Makefile 4 HOST_SRCDIR= external/mit/xorg/tools/makekeys
  /src/tools/makestrs/
Makefile 4 HOST_SRCDIR= external/mit/xorg/tools/makestrs
  /src/external/gpl2/gettext/bin/msgunfmt/
Makefile 7 CPPFLAGS+= -I${DIST}/gettext/gettext-tools/intl
  /src/external/lgpl3/mpc/dist/
Makefile.am 26 SUBDIRS = src tests doc tools
33 cd tools/bench && $(MAKE) $(AM_MAKEFLAGS) bench
36 cd tools/mpcheck && $(MAKE) $(AM_MAKEFLAGS) mpcheck
  /src/external/gpl2/gettext/bin/msggrep/
Makefile 9 CPPFLAGS+=-I${DIST}/gettext-tools/libgrep
  /src/crypto/external/cpl/
Makefile 6 SUBDIR+= trousers .WAIT tpm-tools
  /src/external/bsd/atf/share/examples/atf/
Makefile 6 .PATH: ${SRCDIR}/tools
7 .PATH: ${SRCDIR}/tools/sample
  /src/external/bsd/atf/usr.bin/atf-config/
Makefile 7 .PATH: ${SRCDIR}/tools
14 CPPFLAGS+= -I${SRCDIR}/tools
  /src/external/bsd/atf/usr.bin/atf-run/
Makefile 7 .PATH: ${SRCDIR}/tools
8 .PATH: ${SRCDIR}/tools/share
16 CPPFLAGS+= -I${SRCDIR}/tools
  /src/external/gpl2/gettext/info/
Makefile 6 INFOFLAGS= -I${DIST}/gettext-tools/doc -I${DIST}/gettext-runtime/doc
10 .PATH: ${DIST}/gettext-tools/doc
  /src/external/apache2/llvm/bin/llvm-objcopy/
Makefile 8 .PATH: ${LLVM_SRCDIR}/tools/llvm-objcopy
10 CPPFLAGS+= -I${LLVM_SRCDIR}/tools/llvm-objcopy
15 .PATH: ${LLVM_SRCDIR}/tools/llvm-objcopy/COFF
21 .PATH: ${LLVM_SRCDIR}/tools/llvm-objcopy/ELF
25 ELFObject.cpp: ${LLVM_SRCDIR}/tools/llvm-objcopy/ELF/Object.cpp
26 cat ${LLVM_SRCDIR}/tools/llvm-objcopy/ELF/Object.cpp > ELFObject.cpp
28 CPPFLAGS.ELFObject.cpp+= -I${LLVM_SRCDIR}/tools/llvm-objcopy/ELF
30 .PATH: ${LLVM_SRCDIR}/tools/llvm-objcopy/MachO
37 MachOObject.cpp: ${LLVM_SRCDIR}/tools/llvm-objcopy/MachO/Object.cpp
38 cat ${LLVM_SRCDIR}/tools/llvm-objcopy/MachO/Object.cpp > MachOObject.cp
    [all...]
  /src/external/gpl2/gettext/dist/
Makefile.am 22 SUBDIRS = gnulib-local gettext-runtime gettext-tools autoconf-lib-link
32 $(srcdir)/configure: $(srcdir)/autoconf-lib-link/configure.ac $(srcdir)/gettext-runtime/configure.ac $(srcdir)/gettext-tools/configure.ac
36 cmp -s gettext-runtime/po/Makefile.in.in gettext-tools/po/Makefile.in.in
37 cmp -s gettext-runtime/po/Rules-quot gettext-tools/po/Rules-quot
38 cmp -s gettext-runtime/po/boldquot.sed gettext-tools/po/boldquot.sed
39 cmp -s gettext-runtime/po/quot.sed gettext-tools/po/quot.sed
40 cmp -s gettext-runtime/po/en@quot.header gettext-tools/po/en@quot.header
41 cmp -s gettext-runtime/po/en@boldquot.header gettext-tools/po/en@boldquot.header
42 cmp -s gettext-runtime/po/insert-header.sin gettext-tools/po/insert-header.sin
43 cmp -s gettext-runtime/po/remove-potcdate.sin gettext-tools/po/remove-potcdate.si
    [all...]

Completed in 62 milliseconds

1 2 3 4 5 6 7 8 91011>>