Home
last modified time | relevance | path

Searched refs:dotted (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium/net/base/
Ddns_util.cc12 bool DNSDomainFromDot(const std::string& dotted, std::string* out) { in DNSDomainFromDot() argument
13 const char* buf = dotted.data(); in DNSDomainFromDot()
14 unsigned n = dotted.size(); in DNSDomainFromDot()
Ddns_util.h17 bool DNSDomainFromDot(const std::string& dotted, std::string* out);
/external/v8/test/es5conform/
Dtestcfg.py84 for dotted in [x for x in dirs if x.startswith('.')]:
85 dirs.remove(dotted)
/external/iptables/include/
Diptables.h159 extern struct in_addr *dotted_to_addr(const char *dotted);
160 extern struct in_addr *dotted_to_mask(const char *dotted);
/external/v8/test/mozilla/
Dtestcfg.py101 for dotted in [x for x in dirs if x.startswith('.')]:
102 dirs.remove(dotted)
/external/webkit/WebKitTools/iExploder/htdocs/
Dcssvalues.in105 dotted
306 thick dotted blue
/external/iproute2/include/
Diptables.h147 extern struct in_addr *dotted_to_addr(const char *dotted);
/external/libvpx/examples/includes/geshi/docs/api/media/
Dstylesheet.css30 .index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .5em; margi…
64 .class-table-header { border-bottom: 1px dotted #666666; text-align: left}
/external/iproute2/tc/
Dm_ipt.c311 struct in_addr *dotted_to_addr(const char *dotted) in dotted_to_addr() argument
321 strncpy(buf, dotted, sizeof (buf) - 1); in dotted_to_addr()
/external/bison/src/
Dvcg.h310 dotted, enumerator
Dvcg.c361 case dotted: return "dotted"; in get_linestyle_str()
/external/iptables/
Diptables.c286 __dotted_to_addr(const char *dotted, int type) in __dotted_to_addr() argument
296 strncpy(buf, dotted, sizeof(buf) - 1); in __dotted_to_addr()
335 dotted_to_addr(const char *dotted) in dotted_to_addr() argument
337 return __dotted_to_addr(dotted, IPT_DOTTED_ADDR); in dotted_to_addr()
341 dotted_to_mask(const char *dotted) in dotted_to_mask() argument
343 return __dotted_to_addr(dotted, IPT_DOTTED_MASK); in dotted_to_mask()
/external/dnsmasq/contrib/webmin/
DREADME11 that IP dotted quads are all numbers < 256. Another is that
/external/iproute2/doc/
Dnstat.sgml80 gets information from kernel or some dotted decimal number followed
Dip-tunnels.tex259 either number or IP address-like dotted quad.
Dip-cref.tex467 of tunnels over IP are printed as dotted-quad IP addresses.
579 on the protocol. It is a dotted quad for IP and a sequence of hexadecimal halfwords
2417 either a number or an IP address-like dotted quad.
/external/webkit/WebCore/css/
DCSSValueKeywords.in25 dotted
/external/chromium/googleurl/
DREADME.txt104 into dotted-decimal notation, handle encoding issues, etc.
/external/webkit/WebCore/inspector/front-end/
DSourceCSSTokenizer.re2js109 …"dot-dash", "dot-dot-dash", "dotted", "double", "down", "e-resize", "ease", "ease-in", "ease-in-ou…
Dinspector.css1732 border: 1px rgb(66%, 66%, 66%) dotted;
/external/chromium/third_party/icu/source/data/unidata/
DSpecialCasing.txt264 # When uppercasing, i turns into a dotted capital I
DCaseFolding.txt41 # T: special case for uppercase I and dotted uppercase I
/external/icu4c/data/unidata/
DSpecialCasing.txt264 # When uppercasing, i turns into a dotted capital I
DCaseFolding.txt41 # T: special case for uppercase I and dotted uppercase I
/external/dnsmasq/
DCHANGELOG.archive86 /etc/hosts, dnsmasq replies with the dotted-quad address.
1089 rather than a PTR record with the dotted-quad address as
1474 dotted-quad address. These should be handled by the

12