HomeSort by: relevance | last modified time | path
    Searched defs:config (Results 1 - 25 of 295) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/libcxx/benchmarks/
lit.cfg.py 9 # Tell pylint that we know config and lit_config exist somewhere.
11 config = object() variable
15 config.name = 'libc++ benchmarks'
16 config.suffixes = []
18 config.test_exec_root = os.path.join(config.libcxx_obj_root, 'benchmarks')
19 config.test_source_root = config.test_exec_root
21 config.test_format = GoogleBenchmark(test_sub_dirs='.',
23 benchmark_args=config.benchmark_args
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/
unparsed-requirements.py 8 config = TestingConfig(None, "config", [".txt"], None, [], [], False, sys.argv[1], sys.argv[1], [], [], True) variable
9 suite = TestSuite("suite", sys.argv[1], sys.argv[1], config)
11 test = Test(suite, ["test.py"], config)
  /src/external/bsd/atf/dist/atf-c++/
config.hpp 38 namespace config { namespace in namespace:atf
71 } // namespace config
config.cpp 33 #include "atf-c/config.h"
36 #include "config.hpp"
71 atf::config::get(const std::string& varname)
81 atf::config::get_all(void)
90 atf::config::has(const std::string& varname)
103 namespace config { namespace in namespace:atf
118 } // namespace config
  /src/external/bsd/atf/dist/tools/
config.hpp 38 namespace config { namespace in namespace:tools
71 } // namespace config
  /src/external/bsd/kyua-cli/dist/utils/config/
lua_module.hpp 29 /// \file utils/config/lua_module.hpp
40 namespace config { namespace in namespace:utils
49 } // namespace config
keys.hpp 29 /// \file utils/config/keys.hpp
39 namespace config { namespace in namespace:utils
52 } // namespace config
parser.hpp 29 /// \file utils/config/parser.hpp
41 namespace config { namespace in namespace:utils
50 /// callbacks to perform the initialization of the config file schema. The
92 } // namespace config
tree.hpp 29 /// \file utils/config/tree.hpp
40 #include "utils/config/keys.hpp"
41 #include "utils/config/nodes.hpp"
45 namespace config { namespace in namespace:utils
124 } // namespace config
exceptions.hpp 29 /// \file utils/config/exceptions.hpp
30 /// Exception types raised by the config module.
37 #include "utils/config/tree.hpp"
40 namespace config { namespace in namespace:utils
43 /// Base exceptions for config errors.
84 } // namespace config
  /src/external/mit/libuv/dist/test/
run-benchmarks.c 35 zoslib_config_t config; local
36 init_zoslib_config(&config);
37 init_zoslib(config);
  /src/external/bsd/wpa/dist/wpa_supplicant/
config_none.c 16 #include "config.h"
23 struct wpa_config *config; local
28 config = cfgp;
30 config = wpa_config_alloc_empty(NULL, NULL);
31 if (config == NULL)
34 return config;
38 int wpa_config_write(const char *name, struct wpa_config *config)
45 /* TODO: write global config parameters */
48 for (ssid = config->ssid; ssid; ssid = ssid->next) {
52 for (blob = config->blobs; blob; blob = blob->next)
    [all...]
  /src/lib/librefuse/refuse/
v30.c 62 struct fuse_loop_config config = { local
64 .max_idle_threads = 10 /* The default value when "config" is NULL. */
66 return __fuse_loop_mt(fuse, &config);
  /src/usr.sbin/fstyp/
zfs.c 57 nvlist_t *config = NULL; local
73 &config, 0)) == 0 &&
74 (nvlist_lookup_string(config, "name", &zpool_name) == 0)) {
79 nvlist_free(config);
  /src/usr.sbin/faithd/
prefix.h 38 struct config { struct
39 struct config *next;
52 extern const struct config *config_match(struct sockaddr *, struct sockaddr *);
  /src/external/apache2/llvm/dist/llvm/utils/
update_cc_test_checks.py 129 def config(): function
160 # use_clang() in llvm/utils/lit/lit/llvm/config.py.
216 initial_args, parser = config()
  /src/external/bsd/atf/dist/atf-c/
tc_test.c 131 ATF_TC(config); variable
132 ATF_TC_HEAD(config, tc)
138 ATF_TC_BODY(config, tcin)
141 const char *const config[] = { "test-var", "test-value", NULL }; local
150 ATF_TC_BODY_NAME(empty), NULL, config));
185 ATF_TP_ADD_TC(tp, config);
  /src/external/bsd/kyua-cli/dist/engine/
testers.hpp 44 namespace config { namespace in namespace:utils
46 } // namespace config
  /src/external/bsd/openldap/dist/servers/slapd/back-perl/
SampleLDAP.pm 161 sub config { subroutine
  /src/sys/arch/evbmips/sbmips/
cpu.c 91 uint32_t config; local
97 config = mips3_cp0_config_read();
98 __USE(config);
99 KASSERT((config & MIPS3_CONFIG_K0_MASK) == 5);
  /src/sys/arch/sbmips/sbmips/
cpu.c 90 uint32_t config; local
96 config = mips3_cp0_config_read();
97 __USE(config);
98 KASSERT((config & MIPS3_CONFIG_K0_MASK) == 5);
  /src/sys/dev/isa/
sb.c 289 const char *config; local
299 config = names[sc->sc_model];
301 config = "??";
302 strlcpy(retp->config, config, sizeof(retp->config));
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_hwseq.c 54 static void mmhub_update_page_table_config(struct dcn_hubbub_phys_addr_config *config,
65 config->gart_config.page_table_base_addr = ((uint64_t)page_table_base_hi << 32) | page_table_base_lo;
71 struct dcn_hubbub_phys_addr_config config; local
73 config.system_aperture.fb_top = pa_config->system_aperture.fb_top;
74 config.system_aperture.fb_offset = pa_config->system_aperture.fb_offset;
75 config.system_aperture.fb_base = pa_config->system_aperture.fb_base;
76 config.system_aperture.agp_top = pa_config->system_aperture.agp_top;
77 config.system_aperture.agp_bot = pa_config->system_aperture.agp_bot;
78 config.system_aperture.agp_base = pa_config->system_aperture.agp_base;
79 config.gart_config.page_table_start_addr = pa_config->gart_config.page_table_start_addr
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_scdc_helper.c 162 * Writes the TMDS config register over SCDC channel, and:
171 u8 config; local
174 ret = drm_scdc_readb(adapter, SCDC_TMDS_CONFIG, &config);
176 DRM_DEBUG_KMS("Failed to read TMDS config: %d\n", ret);
181 config |= SCDC_SCRAMBLING_ENABLE;
183 config &= ~SCDC_SCRAMBLING_ENABLE;
185 ret = drm_scdc_writeb(adapter, SCDC_TMDS_CONFIG, config);
216 * Writes to the TMDS config register over SCDC channel, and:
226 u8 config; local
229 ret = drm_scdc_readb(adapter, SCDC_TMDS_CONFIG, &config);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
iccsense.h 16 u16 config; member in struct:pwr_rail_t

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 91011>>