Home
last modified time | relevance | path

Searched refs:current_prefix (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Dnetwork.cc490 IPAddress current_prefix; in GetPrefix() local
504 current_prefix = IPAddress(v4_addr->sin_addr); in GetPrefix()
510 current_prefix = IPAddress(v6_addr->sin6_addr); in GetPrefix()
518 if (TruncateIP(ip, prefixlist->PrefixLength) == current_prefix && in GetPrefix()
520 best_prefix = current_prefix; in GetPrefix()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/emr/
Dconnection.py687 current_prefix = 'Tags.member.%s' % i
688 params['%s.Key' % current_prefix] = key
690 params['%s.Value' % current_prefix] = value
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/beanstalk/
Dlayer1.py1198 current_prefix = '%s.%s' % (prefix, i)
1200 full_key = '%s.%s' % (current_prefix, key)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dconnection.py1159 current_prefix = '%s.%s' % (label, i)
1161 full_key = '%s.%s' % (current_prefix, key)