Home
last modified time | relevance | path

Searched refs:max_age (Results 1 – 25 of 30) sorted by relevance

12

/external/wpa_supplicant_8/src/wps/
Dwps_er_ssdp.c28 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()
Dwps_er.h103 const char *location, int max_age);
Dwps_er.c638 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/
Dappengine_memcache.py35 def __init__(self, max_age): argument
41 self._max_age = max_age
55 cache = Cache(max_age=DISCOVERY_DOC_MAX_AGE)
Dfile_cache.py80 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/
Dexpiring_lru_cache.h40 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
Dgcs_file_system.h168 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/
Dprint-stp.c39 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/
Dauto_roll.py68 max_age=self._options.max_age * DAY_IN_SECONDS)
Dcommon_includes.py645 def GetRecentReleases(self, max_age): argument
654 int(time_now - max_age)).strip()
/external/wpa_supplicant_8/src/ap/
Drrm.c156 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/
Dtest_discovery_cache.py44 cache = FileCache(max_age=DISCOVERY_DOC_MAX_AGE)
/external/libnl/include/linux-private/linux/
Dif_bridge.h56 __u32 max_age; member
/external/autotest/site_utils/admin/
Dclean_staged_images.py141 prune_builds(builds_dir, options.max_age, options.max_paladin_age)
/external/kernel-headers/original/uapi/linux/
Dif_bridge.h59 __u32 max_age; member
/external/iproute2/include/uapi/linux/
Dif_bridge.h59 __u32 max_age; member
/external/wpa_supplicant_8/wpa_supplicant/
Drrm.c306 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/
Dsdca_ops_test.py142 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/
Dconfig.m4396 src/core/ext/filters/max_age/max_age_filter.cc \
682 PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/filters/max_age)
Dconfig.w32371 "src\\core\\ext\\filters\\max_age\\max_age_filter.cc " +
694 FSO.CreateFolder(base_dir+"\\ext\\grpc\\src\\core\\ext\\filters\\max_age");
DgRPC-Core.podspec514 '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',
DBUILD1098 "src/core/ext/filters/max_age/max_age_filter.cc",
1101 "src/core/ext/filters/max_age/max_age_filter.h",
DgRPC-C++.podspec505 'src/core/ext/filters/max_age/max_age_filter.h',
/external/python/cpython3/Lib/test/
Dtest_http_cookiejar.py1543 max_age = "max-age=3600"
/external/python/cpython2/Lib/test/
Dtest_cookielib.py1500 max_age = "max-age=3600"

12