Searched refs:config (Results 51 - 75 of 2963) sorted by relevance

1234567891011>>

/external/syslinux/gpxe/src/config/
H A Dnap.h12 #include <config/defaults.h>
H A Dtimer.h12 #include <config/defaults.h>
H A Dumalloc.h12 #include <config/defaults.h>
/external/autotest/client/site_tests/kernel_ConfigVerifyPPP/
H A Dkernel_ConfigVerifyPPP.py23 # Load the list of kernel config variables.
24 config = kernel_config.KernelConfig()
25 config.initialize()
28 map(config.has_module, self.IS_MODULE)
31 if len(config.failures()):
32 raise error.TestFail((", ".join(config.failures())))
/external/curl/src/
H A Dtool_operate.c192 struct OperationConfig *config)
203 CURL *curl = config->easy;
220 heads.config = config;
229 if(!config->url_list || !config->url_list->url) {
245 if(!config->cacert &&
246 !config->capath &&
247 !config->insecure_ok) {
251 config
191 operate_do(struct GlobalConfig *global, struct OperationConfig *config) argument
1834 operate(struct GlobalConfig *config, int argc, argv_item_t argv[]) argument
[all...]
H A Dtool_getparam.c244 {"K", "config", TRUE},
386 struct OperationConfig *config)
485 GetStr(&config->dns_ipv4_addr, nextarg);
489 GetStr(&config->dns_ipv6_addr, nextarg);
492 GetStr(&config->random_file, nextarg);
495 GetStr(&config->egd_file, nextarg);
498 GetStr(&config->oauth_bearer, nextarg);
501 err = str2udouble(&config->connecttimeout, nextarg);
506 GetStr(&config->cipher_list, nextarg);
510 GetStr(&config
381 getparameter(char *flag, char *nextarg, bool *usedarg, struct GlobalConfig *global, struct OperationConfig *config) argument
1863 parse_args(struct GlobalConfig *config, int argc, argv_item_t argv[]) argument
[all...]
H A Dtool_main.c129 static CURLcode main_init(struct GlobalConfig *config) argument
138 /* Initialise the global config */
139 config->showerror = -1; /* Will show errors */
140 config->errors = stderr; /* Default errors to stderr */
142 /* Allocate the initial operate config */
143 config->first = config->last = malloc(sizeof(struct OperationConfig));
144 if(config->first) {
153 config->easy = curl_easy_init();
154 if(config
184 free_config_fields(struct GlobalConfig *config) argument
203 main_free(struct GlobalConfig *config) argument
[all...]
H A Dtool_helpers.h28 int SetHTTPrequest(struct OperationConfig *config, HttpReq req,
31 void customrequest_helper(struct OperationConfig *config, HttpReq req,
/external/swiftshader/src/Main/
H A DSwiftConfig.cpp57 if(!config.disableServer)
114 configuration = config;
211 if(config.disableServer)
273 html += "<option value='0'" + (config.pixelShaderVersion == 0 ? selected : empty) + ">0.0</option>\n";
274 html += "<option value='11'" + (config.pixelShaderVersion == 11 ? selected : empty) + ">1.1</option>\n";
275 html += "<option value='12'" + (config.pixelShaderVersion == 12 ? selected : empty) + ">1.2</option>\n";
276 html += "<option value='13'" + (config.pixelShaderVersion == 13 ? selected : empty) + ">1.3</option>\n";
277 html += "<option value='14'" + (config.pixelShaderVersion == 14 ? selected : empty) + ">1.4</option>\n";
278 html += "<option value='20'" + (config.pixelShaderVersion == 20 ? selected : empty) + ">2.0</option>\n";
279 html += "<option value='21'" + (config
[all...]
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DVirtualMachine.java19 import com.google.caliper.config.VmConfig;
28 final VmConfig config; field in class:VirtualMachine
30 VirtualMachine(String name, VmConfig config) { argument
32 this.config = config;
39 && this.config.equals(that.config);
45 return Objects.hashCode(name, config);
51 .add("config", config)
[all...]
/external/deqp/scripts/
H A Drun_internal_tests.py57 def initBuildDir (config):
58 if os.path.exists(config.buildPath):
59 shutil.rmtree(config.buildPath)
61 os.makedirs(config.buildPath)
62 execute(["cmake", os.path.realpath(config.srcPath)] + config.genParams, workDir = config.buildPath)
64 def prepareBuildDir (config):
66 if os.path.exists(config.buildPath):
68 execute(["cmake", "."], workDir = config
[all...]
/external/autotest/frontend/
H A Ddatabase_settings_helper.py37 config = global_config.global_config variable
38 SHARD_HOSTNAME = config.get_config_value('SHARD', 'shard_hostname',
43 """Retrieves a config value for the specified key.
45 @param config_key: The string key associated with the desired config value.
46 @param section: Section of global config to read config. Default is set to
51 @return: The config value, as returned by
54 return config.get_config_value(section, config_key, **kwargs)
57 def _get_global_config(config_key, default=config._NO_DEFAULT_SPECIFIED,
59 """Retrieves a global config valu
[all...]
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
H A DConfigLoaderTest.java29 Properties config = ConfigLoader.load(
32 assertEquals("tcpclient", config.get("output"));
38 Properties config = ConfigLoader.load("does-not-exist.properties",
41 assertTrue(config.isEmpty());
50 Properties config = ConfigLoader.load(
53 assertEquals("mbean", config.get("output"));
54 assertEquals("3333", config.get("port"));
55 assertEquals("testid", config.get("sessionid"));
63 Properties config = ConfigLoader.load(
67 assertEquals("no$replace}", config
[all...]
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dxvmc_bench.c62 void ParseArgs(int argc, char **argv, struct Config *config);
64 void ParseArgs(int argc, char **argv, struct Config *config) argument
69 config->input_width = DEFAULT_INPUT_WIDTH;
70 config->input_height = DEFAULT_INPUT_HEIGHT;
71 config->output_width = 0;
72 config->output_height = 0;
73 config->pipeline = 0;
74 config->mb_types = 0;
75 config->reps = DEFAULT_REPS;
81 if (sscanf(argv[++i], "%u", &config
177 struct Config config; local
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowWifiConfiguration.java33 WifiConfiguration config = new WifiConfiguration();
34 config.networkId = realObject.networkId;
35 config.SSID = realObject.SSID;
36 config.BSSID = realObject.BSSID;
37 config.preSharedKey = realObject.preSharedKey;
38 config.wepTxKeyIndex = realObject.wepTxKeyIndex;
39 config.status = realObject.status;
40 config.priority = realObject.priority;
41 config.hiddenSSID = realObject.hiddenSSID;
42 config
[all...]
/external/syslinux/com32/gpllib/zzjson/
H A Dzzjson_free.c8 void zzjson_free(ZZJSON_CONFIG *config, ZZJSON *zzjson) { argument
13 config->free(zzjson->value.object.label);
14 zzjson_free(config, zzjson->value.object.val);
17 zzjson_free(config, zzjson->value.array.val);
20 config->free(zzjson->value.string.string);
26 config->free(zzjson);
/external/webrtc/talk/media/webrtc/
H A Dsimulcast_unittest.cc41 ScreenshareLayerConfig config(100, 1000);
42 EXPECT_FALSE(FromFieldTrialGroup(group, &config));
67 ScreenshareLayerConfig config(100, 1000);
68 EXPECT_TRUE(ScreenshareLayerConfig::FromFieldTrialGroup("101-1001", &config));
69 EXPECT_EQ(101, config.tl0_bitrate_kbps);
70 EXPECT_EQ(1001, config.tl1_bitrate_kbps);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_file.c19 #include "config.h"
340 static int wpa_config_process_blob(struct wpa_config *config, FILE *f, argument
360 wpa_config_set_blob(config, blob);
373 struct wpa_config *config; local
380 config = cfgp;
382 config = wpa_config_alloc_empty(NULL, NULL);
383 if (config == NULL) {
384 wpa_printf(MSG_ERROR, "Failed to allocate config file "
388 tail = head = config->ssid;
391 cred_tail = cred_head = config
1033 wpa_config_write_global(FILE *f, struct wpa_config *config) argument
1428 wpa_config_write(const char *name, struct wpa_config *config) argument
[all...]
/external/skia/tests/
H A DHighContrastFilterTest.cpp13 SkHighContrastConfig config; local
14 config.fInvertStyle = SkHighContrastConfig::InvertStyle::kInvertLightness;
33 paint.setColorFilter(SkHighContrastFilter::Make(config));
52 SkHighContrastConfig config; local
53 config.fInvertStyle = SkHighContrastConfig::InvertStyle::kInvertLightness;
54 sk_sp<SkColorFilter> filter = SkHighContrastFilter::Make(config);
64 SkHighContrastConfig config; local
65 REPORTER_ASSERT(reporter, config.isValid());
68 config.fInvertStyle = SkHighContrastConfig::InvertStyle::kInvertBrightness;
69 REPORTER_ASSERT(reporter, config
[all...]
/external/deqp/framework/platform/null/
H A DtcuNullContextFactory.cpp37 glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const argument
39 return new RenderContext(config);
/external/libevent/include/event2/
H A Devent-config.h4 # include <event2/event-config-bionic.h>
7 # include <event2/event-config-linux.h>
9 # include <event2/event-config-darwin.h>
11 # error No event-config.h suitable for this distribution.
/external/libmtp/examples/
H A Dcommon.h25 #include <config.h>
/external/arm-neon-tests/
H A Dretarget.c40 struct __initial_stackheap config; local
42 config.heap_base = (unsigned int)&Image$$HEAP$$ZI$$Base; // placed by scatterfile
43 config.stack_base = SP; // inherit SP from the execution environment
45 return config;
/external/autotest/server/cros/faft/config/
H A Darkham.py7 from autotest_lib.server.cros.faft.config import jetstream
H A Dasuka.py5 """FAFT config setting overrides for Asuka."""
7 from autotest_lib.server.cros.faft.config import kunimitsu

Completed in 952 milliseconds

1234567891011>>