/external/wpa_supplicant_8/src/wps/ |
D | wps_er_ssdp.c | 28 int max_age = -1; in wps_er_ssdp_rx() local 86 max_age = atoi(pos2); in wps_er_ssdp_rx() 116 if (max_age < 1) in wps_er_ssdp_rx() 121 location, inet_ntoa(addr.sin_addr), max_age); in wps_er_ssdp_rx() 123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age); in wps_er_ssdp_rx()
|
D | wps_er.h | 103 const char *location, int max_age);
|
D | wps_er.c | 638 const char *location, int max_age) in wps_er_ap_add() argument 646 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap); in wps_er_ap_add() 665 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap); in wps_er_ap_add()
|
/external/python/google-api-python-client/googleapiclient/discovery_cache/ |
D | appengine_memcache.py | 35 def __init__(self, max_age): argument 41 self._max_age = max_age 55 cache = Cache(max_age=DISCOVERY_DOC_MAX_AGE)
|
D | file_cache.py | 80 def __init__(self, max_age): argument 86 self._max_age = max_age 141 cache = Cache(max_age=DISCOVERY_DOC_MAX_AGE)
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | expiring_lru_cache.h | 40 ExpiringLRUCache(uint64 max_age, size_t max_entries, 42 : max_age_(max_age), max_entries_(max_entries), env_(env) {} in max_age_() argument 107 uint64 max_age() const { return max_age_; } in max_age() function
|
D | gcs_file_system.h | 168 uint64 stat_cache_max_age() const { return stat_cache_->max_age(); } in stat_cache_max_age() 172 return matching_paths_cache_->max_age(); in matching_paths_cache_max_age()
|
/external/tcpdump/ |
D | print-stp.c | 39 uint8_t max_age[2]; member 123 (float)EXTRACT_16BITS(&stp_bpdu->max_age) / STP_TIME_BASE, in stp_print_config_bpdu() 280 (float)EXTRACT_16BITS(&stp_bpdu->max_age) / STP_TIME_BASE, in stp_print_mstp_bpdu()
|
/external/v8/tools/release/ |
D | auto_roll.py | 68 max_age=self._options.max_age * DAY_IN_SECONDS)
|
D | common_includes.py | 645 def GetRecentReleases(self, max_age): argument 654 int(time_now - max_age)).strip()
|
/external/wpa_supplicant_8/src/ap/ |
D | rrm.c | 156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) in hostapd_check_lci_age() argument 161 if (nr->stationary || max_age == 0xffff) in hostapd_check_lci_age() 164 if (!max_age) in hostapd_check_lci_age() 179 return max_age > diff_l; in hostapd_check_lci_age()
|
/external/python/google-api-python-client/tests/ |
D | test_discovery_cache.py | 44 cache = FileCache(max_age=DISCOVERY_DOC_MAX_AGE)
|
/external/libnl/include/linux-private/linux/ |
D | if_bridge.h | 56 __u32 max_age; member
|
/external/autotest/site_utils/admin/ |
D | clean_staged_images.py | 141 prune_builds(builds_dir, options.max_age, options.max_paladin_age)
|
/external/kernel-headers/original/uapi/linux/ |
D | if_bridge.h | 59 __u32 max_age; member
|
/external/iproute2/include/uapi/linux/ |
D | if_bridge.h | 59 __u32 max_age; member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | rrm.c | 306 u16 max_age = 0; in wpas_rrm_build_lci_report() local 335 max_age = WPA_GET_LE16(subelem + 2); in wpas_rrm_build_lci_report() 344 if (max_age != 0xffff && max_age < diff_l) in wpas_rrm_build_lci_report()
|
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/kernel_tests/ |
D | sdca_ops_test.py | 142 def make_variable_dict(max_age, max_gender, num_shards=None, partitioned=False): argument 155 initializer=array_ops.zeros([max_age + 1], dtype=dtypes.float32))
|
/external/grpc-grpc/ |
D | config.m4 | 396 src/core/ext/filters/max_age/max_age_filter.cc \ 682 PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/filters/max_age)
|
D | config.w32 | 371 "src\\core\\ext\\filters\\max_age\\max_age_filter.cc " + 694 FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\ext\\filters\\max_age");
|
D | gRPC-Core.podspec | 514 'src/core/ext/filters/max_age/max_age_filter.h', 826 'src/core/ext/filters/max_age/max_age_filter.cc', 1119 'src/core/ext/filters/max_age/max_age_filter.h',
|
D | BUILD | 1098 "src/core/ext/filters/max_age/max_age_filter.cc", 1101 "src/core/ext/filters/max_age/max_age_filter.h",
|
D | gRPC-C++.podspec | 505 'src/core/ext/filters/max_age/max_age_filter.h',
|
/external/python/cpython3/Lib/test/ |
D | test_http_cookiejar.py | 1543 max_age = "max-age=3600"
|
/external/python/cpython2/Lib/test/ |
D | test_cookielib.py | 1500 max_age = "max-age=3600"
|