Home
last modified time | relevance | path

Searched refs:config (Results 1 – 25 of 1573) sorted by relevance

12345678910>>...63

/minix/external/bsd/kyua-cli/dist/utils/config/
H A Dtree_test.cpp37 namespace config = utils::config;
134 config::tree tree; in ATF_TEST_CASE_BODY()
153 config::tree tree; in ATF_TEST_CASE_BODY()
216 config::tree tree; in ATF_TEST_CASE_BODY()
226 config::tree tree; in ATF_TEST_CASE_BODY()
268 config::tree tree; in ATF_TEST_CASE_BODY()
286 config::tree tree; in ATF_TEST_CASE_BODY()
716 config::tree t1; in ATF_TEST_CASE_BODY()
717 config::tree t2; in ATF_TEST_CASE_BODY()
726 config::tree t1; in ATF_TEST_CASE_BODY()
[all …]
H A Dlua_module_test.cpp40 namespace config = utils::config;
127 config::tree tree; in ATF_TEST_CASE_BODY()
150 config::tree tree; in ATF_TEST_CASE_BODY()
168 config::tree tree; in ATF_TEST_CASE_BODY()
184 config::tree tree; in ATF_TEST_CASE_BODY()
201 config::tree tree; in ATF_TEST_CASE_BODY()
224 config::tree tree; in ATF_TEST_CASE_BODY()
242 config::tree tree; in ATF_TEST_CASE_BODY()
258 config::tree tree; in ATF_TEST_CASE_BODY()
275 config::tree tree; in ATF_TEST_CASE_BODY()
[all …]
H A Dparser_test.cpp41 namespace config = utils::config;
73 config::parser(tree) in mock_parser()
90 config::tree tree; in ATF_TEST_CASE_BODY()
105 config::tree tree; in ATF_TEST_CASE_BODY()
122 config::tree tree; in ATF_TEST_CASE_BODY()
140 config::tree tree1; in ATF_TEST_CASE_BODY()
149 config::tree tree2; in ATF_TEST_CASE_BODY()
159 config::tree tree; in ATF_TEST_CASE_BODY()
171 config::tree tree; in ATF_TEST_CASE_BODY()
189 config::tree tree; in ATF_TEST_CASE_BODY()
[all …]
H A Dkeys_test.cpp35 namespace config = utils::config;
41 config::detail::tree_key key; in ATF_TEST_CASE_BODY()
50 config::detail::tree_key key; in ATF_TEST_CASE_BODY()
61 config::detail::tree_key exp_key; in ATF_TEST_CASE_BODY()
70 config::detail::tree_key exp_key; in ATF_TEST_CASE_BODY()
81 ATF_REQUIRE_THROW_RE(config::invalid_key_error, in ATF_TEST_CASE_BODY()
83 config::detail::parse_key("")); in ATF_TEST_CASE_BODY()
90 ATF_REQUIRE_THROW_RE(config::invalid_key_error, in ATF_TEST_CASE_BODY()
93 ATF_REQUIRE_THROW_RE(config::invalid_key_error, in ATF_TEST_CASE_BODY()
96 ATF_REQUIRE_THROW_RE(config::invalid_key_error, in ATF_TEST_CASE_BODY()
[all …]
H A Dnodes_test.cpp39 namespace config = utils::config;
85 config::bool_node node; in ATF_TEST_CASE_BODY()
88 config::bool_node* copy = static_cast< config::bool_node* >(raw_copy); in ATF_TEST_CASE_BODY()
100 config::bool_node node; in ATF_TEST_CASE_BODY()
110 config::bool_node node; in ATF_TEST_CASE_BODY()
192 config::int_node node; in ATF_TEST_CASE_BODY()
195 config::int_node* copy = static_cast< config::int_node* >(raw_copy); in ATF_TEST_CASE_BODY()
207 config::int_node node; in ATF_TEST_CASE_BODY()
217 config::int_node node; in ATF_TEST_CASE_BODY()
230 config::int_node node; in ATF_TEST_CASE_BODY()
[all …]
H A Dexceptions.cpp34 namespace config = utils::config;
40 config::error::error(const std::string& message) : in error()
47 config::error::~error(void) throw() in ~error()
55 config::invalid_key_error::invalid_key_error(const std::string& message) : in invalid_key_error()
62 config::invalid_key_error::~invalid_key_error(void) throw() in ~invalid_key_error()
70 config::syntax_error::syntax_error(const std::string& message) : in syntax_error()
77 config::syntax_error::~syntax_error(void) throw() in ~syntax_error()
87 config::unknown_key_error::unknown_key_error(const detail::tree_key& key, in unknown_key_error()
96 config::unknown_key_error::~unknown_key_error(void) throw() in ~unknown_key_error()
104 config::value_error::value_error(const std::string& message) : in value_error()
[all …]
H A Dparser.cpp42 namespace config = utils::config;
55 struct utils::config::parser::impl : utils::noncopyable {
64 config::tree& _tree;
97 config::redirect(_state, _tree); in syntax_callback()
130 throw config::value_error("First argument to syntax must be " in lua_syntax()
134 throw config::value_error("syntax() only takes one argument"); in lua_syntax()
138 config::parser::impl* impl = *state.to_userdata< config::parser::impl* >(); in lua_syntax()
154 config::parser::parser(tree& config_tree) : in parser()
161 *_pimpl->_state.new_userdata< config::parser::impl* >() = _pimpl.get(); in parser()
167 config::parser::~parser(void) in ~parser()
[all …]
H A Dnodes.cpp39 namespace config = utils::config;
100 const config::detail::base_node*
145 config::leaf_node*
223 config::detail::base_node*
286 config::detail::base_node*
296 config::leaf_node::~leaf_node(void) in ~leaf_node()
304 config::detail::base_node*
343 config::detail::base_node*
344 config::int_node::deep_copy(void) const in deep_copy()
382 config::detail::base_node*
[all …]
/minix/external/bsd/libc++/dist/libcxx/test/
H A Dlit.site.cfg.in2 config.cxx_under_test = "@LIBCXX_COMPILER@"
3 config.libcxx_src_root = "@LIBCXX_SOURCE_DIR@"
4 config.libcxx_obj_root = "@LIBCXX_BINARY_DIR@"
5 config.cxx_library_root = "@LIBCXX_LIBRARY_DIR@"
7 config.enable_rtti = "@LIBCXX_ENABLE_RTTI@"
8 config.enable_shared = "@LIBCXX_ENABLE_SHARED@"
9 config.enable_32bit = "@LIBCXX_BUILD_32_BITS@"
11 config.enable_stdin = "@LIBCXX_ENABLE_STDIN@"
22 config.sysroot = "@LIBCXX_SYSROOT@"
26 config.executor = "@LIBCXX_EXECUTOR@"
[all …]
/minix/external/bsd/llvm/dist/llvm/test/
H A Dlit.site.cfg.in5 config.host_triple = "@LLVM_HOST_TRIPLE@"
11 config.llvm_shlib_dir = "@SHLIBDIR@"
12 config.llvm_shlib_ext = "@SHLIBEXT@"
13 config.llvm_exe_ext = "@EXEEXT@"
25 config.host_os = "@HOST_OS@"
26 config.host_arch = "@HOST_ARCH@"
27 config.host_cc = "@HOST_CC@"
28 config.host_cxx = "@HOST_CXX@"
32 config.have_zlib = "@HAVE_LIBZ@"
38 config.llvm_tools_dir = config.llvm_tools_dir % lit_config.params
[all …]
H A Dlit.cfg14 config.name = 'LLVM'
87 config.environment['LLVM_SRC_ROOT'] = getattr(config, 'llvm_src_root', '')
148 llvm_config = lit.util.which('llvm-config', config.environment['PATH'])
190 config.substitutions.append( ('%go', config.go_executable) )
191 config.substitutions.append( ('%llvmshlibdir', config.llvm_shlib_dir) )
192 config.substitutions.append( ('%shlibext', config.llvm_shlib_ext) )
193 config.substitutions.append( ('%exeext', config.llvm_exe_ext) )
194 config.substitutions.append( ('%python', config.python_executable) )
200 (config.ocamlfind_executable, llvm_lib_dir, config.ocaml_flags)) )
277 config.targets = frozenset(config.targets_to_build.split())
[all …]
/minix/external/gpl3/gcc/usr.bin/include/arch/
H A Dx86_64.mk5config/i386/cpuid.h ${GNUHOSTDIST}/gcc/config/i386/mmintrin.h ${GNUHOSTDIST}/gcc/config/i386/mm3dn…
H A Di386.mk5config/i386/cpuid.h ${GNUHOSTDIST}/gcc/config/i386/mmintrin.h ${GNUHOSTDIST}/gcc/config/i386/mm3dn…
/minix/external/bsd/llvm/dist/clang/test/
H A Dlit.site.cfg.in5 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
6 config.llvm_obj_root = "@LLVM_BINARY_DIR@"
7 config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
8 config.llvm_libs_dir = "@LLVM_LIBS_DIR@"
9 config.llvm_shlib_dir = "@SHLIBDIR@"
20 config.enable_shared = @ENABLE_SHARED@
21 config.host_arch = "@HOST_ARCH@"
26 config.clang_tools_dir = config.clang_tools_dir % lit_config.params
27 config.llvm_tools_dir = config.llvm_tools_dir % lit_config.params
28 config.llvm_shlib_dir = config.llvm_shlib_dir % lit_config.params
[all …]
H A Dlit.cfg15 config.name = 'Clang'
63 config.llvm_src_root = getattr(config, 'llvm_src_root', None)
64 config.llvm_obj_root = getattr(config, 'llvm_obj_root', None)
207 config.substitutions.append( ('%llvmshlibdir', config.llvm_shlib_dir) )
208 config.substitutions.append( ('%pluginext', config.llvm_plugin_ext) )
260 config.substitutions.append( ('%clang_cpp', ' ' + config.clang +
262 config.substitutions.append( ('%clang_cl', ' ' + config.clang +
264 config.substitutions.append( ('%clangxx', ' ' + config.clang +
266 config.substitutions.append( ('%clang', ' ' + config.clang + ' ') )
273 if config.host_triple and config.host_triple != '@LLVM_HOST_TRIPLE@':
[all …]
/minix/external/gpl3/gcc/lib/libgcc/arch/x86_64/
H A Ddefs.mk6 G_LIB2ADD= ${GNUHOSTDIST}/libgcc/config/i386/cpuinfo.c enable-execute-stack.c
20config/i386/cpuid.h ${GNUHOSTDIST}/gcc/config/i386/mmintrin.h ${GNUHOSTDIST}/gcc/config/i386/mm3dn…
21 …generic.h unwind.h ${GNUHOSTDIST}/libgcc/config/no-unwind.h md-unwind-support.h ${GNUHOSTDIST}/l…
/minix/external/bsd/kyua-cli/dist/engine/
H A Dconfig.cpp45 namespace config = utils::config;
59 init_tree(config::tree& tree) in init_tree()
73 set_defaults(config::tree& tree) in set_defaults()
113 config::parser(tree_) in config_parser()
125 config::detail::base_node*
197 config::tree
200 config::tree tree; in default_config()
208 config::tree
211 config::tree tree; in empty_config()
225 config::tree
[all …]
/minix/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dconfigure42 rm -f config.h
43 echo "#ifndef CONFIG_H_" > config.h
44 echo "#define CONFIG_H_ $(date '+%Y%m%d')" >> config.h
45 echo "" >> config.h
48 echo "#ifndef __UNCONST" >> config.h
50 echo "#endif /* __UNCONST */" >> config.h
51 echo "" >> config.h
52 echo "#ifndef USE_ARG" >> config.h
54 echo "#endif /* USE_ARG */" >> config.h
56 echo "" >> config.h
[all …]
/minix/external/bsd/llvm/dist/clang/test/Unit/
H A Dlit.site.cfg.in5 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
6 config.llvm_obj_root = "@LLVM_BINARY_DIR@"
7 config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
8 config.llvm_libs_dir = "@LLVM_LIBS_DIR@"
11 config.enable_shared = @ENABLE_SHARED@
12 config.shlibdir = "@SHLIBDIR@"
13 config.target_triple = "@TARGET_TRIPLE@"
19 config.llvm_tools_dir = config.llvm_tools_dir % lit_config.params
20 config.llvm_libs_dir = config.llvm_libs_dir % lit_config.params
21 config.llvm_build_mode = config.llvm_build_mode % lit_config.params
[all …]
/minix/minix/commands/minix-service/
H A Dprint.c69 struct rs_config config; in main() local
79 memset(&config, 0, sizeof(config)); in main()
84 if(config.type) push(KW_TYPE, config.type); in main()
86 if(config.descr) push(KW_DESCR, config.descr); in main()
87 if(config.rs_start.rss_nr_pci_id > 0) { in main()
91 sub_vid = config.rs_start.rss_pci_id[id].sub_vid; in main()
92 sub_did = config.rs_start.rss_pci_id[id].sub_did; in main()
103 config.rs_start.rss_pci_id[id].vid, in main()
104 config.rs_start.rss_pci_id[id].did, in main()
108 config.rs_start.rss_pci_id[id].vid, in main()
[all …]
/minix/sys/external/bsd/compiler_rt/dist/test/profile/
H A Dlit.cfg5 # Setup config name.
6 config.name = 'Profile'
9 config.test_source_root = os.path.dirname(__file__)
12 if hasattr(config, 'profile_lit_binary_dir') and \
13 config.profile_lit_binary_dir is not None:
14 config.test_exec_root = config.profile_lit_binary_dir
18 if config.test_exec_root is None:
31 config.excludes = ['Inputs']
34 clang_cflags = [config.target_cflags]
45 if config.host_os not in ['Linux', 'Darwin']:
[all …]
/minix/external/gpl3/gcc/lib/libgcc/arch/powerpc/
H A Ddefs.mk6 G_LIB2ADD=${GNUHOSTDIST}/libgcc/config/rs6000/tramp.S enable-execute-stack.c
8config/rs6000/crtsavfpr.S ${GNUHOSTDIST}/libgcc/config/rs6000/crtresfpr.S ${GNUHOSTDIST}/libgcc/co…
20config/rs6000/ppc-asm.h ${GNUHOSTDIST}/gcc/config/rs6000/altivec.h ${GNUHOSTDIST}/gcc/config/rs600…
21 …generic.h unwind.h ${GNUHOSTDIST}/libgcc/config/no-unwind.h md-unwind-support.h ${GNUHOSTDIST}/l…
/minix/external/gpl3/gcc/lib/libgcc/arch/powerpc64/
H A Ddefs.mk6 G_LIB2ADD=${GNUHOSTDIST}/libgcc/config/rs6000/tramp.S enable-execute-stack.c
8config/rs6000/crtsavfpr.S ${GNUHOSTDIST}/libgcc/config/rs6000/crtresfpr.S ${GNUHOSTDIST}/libgcc/co…
20config/rs6000/ppc-asm.h ${GNUHOSTDIST}/gcc/config/rs6000/altivec.h ${GNUHOSTDIST}/gcc/config/rs600…
21 …generic.h unwind.h ${GNUHOSTDIST}/libgcc/config/no-unwind.h md-unwind-support.h ${GNUHOSTDIST}/l…
/minix/external/bsd/llvm/dist/llvm/test/ExecutionEngine/
H A Dlit.local.cfg1 if config.root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']:
2 config.unsupported = True
5 if 'powerpc64' in config.root.target_triple:
6 config.unsupported = True
8 if 'aarch64' in config.root.target_triple \
9 or 'arm64' in config.root.target_triple:
10 config.unsupported = True
12 if 'hexagon' in config.root.target_triple:
13 config.unsupported = True
16 if 'native' not in config.available_features:
[all …]
/minix/external/bsd/bind/dist/unit/atf-src/atf-c++/
H A Dconfig_test.cpp70 namespace config { namespace
144 atf::config::__reinit(); in ATF_TEST_CASE_BODY()
153 atf::config::__reinit(); in ATF_TEST_CASE_BODY()
165 atf::config::__reinit(); in ATF_TEST_CASE_BODY()
177 atf::config::__reinit(); in ATF_TEST_CASE_BODY()
193 atf::config::__reinit(); in ATF_TEST_CASE_BODY()
197 ATF_REQUIRE(atf::config::has(v->lc)); in ATF_TEST_CASE_BODY()
201 ATF_REQUIRE(!atf::config::has(v->uc)); in ATF_TEST_CASE_BODY()
204 ATF_REQUIRE(!atf::config::has("foo")); in ATF_TEST_CASE_BODY()
205 ATF_REQUIRE(!atf::config::has("BAR")); in ATF_TEST_CASE_BODY()
[all …]

12345678910>>...63