HomeSort by relevance Sort by last modified time
    Searched full:config_ (Results 1 - 10 of 10) sorted by null

  /external/chromium/net/proxy/
proxy_service.cc 104 config_id_ = service_->config_.id();
313 result->config_id_ = config_.id();
315 DCHECK(config_.id() != ProxyConfig::INVALID_ID);
322 if (!config_.proxy_rules.empty()) {
323 ApplyProxyRules(url, config_.proxy_rules, result);
416 DCHECK(config_.MayRequirePACResolver());
441 bool re_resolve = result->config_id_ != config_.id();
444 if (result->config_id_ != config_.id()) {
543 config_.set_id(ProxyConfig::INVALID_ID);
627 if (!is_first_update && latest.Equals(config_))
    [all...]
proxy_service.h 120 return config_.id() != ProxyConfig::INVALID_ID;
125 return config_;
199 ProxyConfig::ID config_id() const { return config_.id(); }
201 // Checks to see if the proxy configuration changed, and then updates config_
273 ProxyConfig config_; member in class:net::ProxyService
  /bionic/libc/kernel/tools/
kernel.py 132 #list.removePrefixed("CONFIG_",self.config)
295 re_CONFIG_ = re.compile(r"^(CONFIG_\w+)=(.*)$")
cpp.py     [all...]
  /external/wpa_supplicant/
config.h 307 /* Prototypes for backend specific functions from the selected config_*.c */
README 355 format: CONFIG_<option>=y. Lines starting with # are considered
    [all...]
  /external/qemu/
android-configure.sh 466 echo "#define CONFIG_$CONFIG_OS 1" >> $config_h
  /external/wpa_supplicant_6/wpa_supplicant/
config.h 361 /* Prototypes for backend specific functions from the selected config_*.c */
README 359 format: CONFIG_<option>=y. Lines starting with # are considered
    [all...]
  /frameworks/base/include/utils/
ResourceTypes.h     [all...]

Completed in 195 milliseconds