Searched refs:dotted (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/net/base/
H A Ddns_util.h19 // dotted: a string in dotted form: "www.google.com"
21 NET_EXPORT_PRIVATE bool DNSDomainFromDot(const base::StringPiece& dotted,
24 // DNSDomainToString converts a domain in DNS format to a dotted string.
H A Ddns_util.cc12 bool DNSDomainFromDot(const base::StringPiece& dotted, std::string* out) { argument
13 const char* buf = dotted.data();
14 unsigned n = dotted.size();
/external/chromium/net/base/
H A Ddns_util.cc12 bool DNSDomainFromDot(const std::string& dotted, std::string* out) { argument
13 const char* buf = dotted.data();
14 unsigned n = dotted.size();
H A Ddns_util.h18 // dotted: a string in dotted form: "www.google.com"
20 bool DNSDomainFromDot(const std::string& dotted, std::string* out);
22 // DNSDomainToString coverts a domain in DNS format to a dotted string.
/external/chromium-trace/trace-viewer/src/ui/
H A Dlist_view.css24 outline: 1px dotted rgba(0,0,0,0.1);
/external/chromium_org/v8/test/intl/
H A Dtestcfg.py42 for dotted in [x for x in dirs if x.startswith('.')]:
43 dirs.remove(dotted)
/external/chromium_org/v8/tools/profviz/
H A Dprofviz.css47 border: 1px dotted #aaa;
108 border-bottom: 1px dotted #000;
136 border-bottom: 1px dotted #000;
/external/chromium_org/v8/test/message/
H A Dtestcfg.py47 for dotted in [x for x in dirs if x.startswith('.')]:
48 dirs.remove(dotted)
/external/chromium_org/v8/test/mjsunit/
H A Dtestcfg.py47 for dotted in [x for x in dirs if x.startswith('.')]:
48 dirs.remove(dotted)
/external/v8/test/es5conform/
H A Dtestcfg.py83 for dotted in [x for x in dirs if x.startswith('.')]:
84 dirs.remove(dotted)
/external/chromium-trace/trace-viewer/src/cc/
H A Dpicture_ops_list_view.css45 outline: 1px dotted rgba(0, 0, 0, 0.1);
/external/chromium_org/v8/test/mozilla/
H A Dtestcfg.py75 for dotted in [x for x in dirs if x.startswith(".")]:
76 dirs.remove(dotted)
/external/chromium_org/v8/test/test262/
H A Dtestcfg.py61 for dotted in [x for x in dirs if x.startswith(".")]:
62 dirs.remove(dotted)
/external/chromium_org/v8/test/webkit/
H A Dtestcfg.py49 for dotted in [x for x in dirs if x.startswith('.')]:
50 dirs.remove(dotted)
/external/v8/test/mozilla/
H A Dtestcfg.py100 for dotted in [x for x in dirs if x.startswith('.')]:
101 dirs.remove(dotted)
/external/v8/test/test262/
H A Dtestcfg.py87 for dotted in [x for x in dirs if x.startswith('.')]:
88 dirs.remove(dotted)
/external/iproute2/include/
H A Diptables.h147 extern struct in_addr *dotted_to_addr(const char *dotted);
/external/iptables/iptables/
H A Dxtables.c1147 static struct in_addr *__numeric_to_ipaddr(const char *dotted, bool is_mask) argument
1155 /* copy dotted string, because we need to modify it */
1156 strncpy(buf, dotted, sizeof(buf) - 1);
1193 struct in_addr *xtables_numeric_to_ipaddr(const char *dotted) argument
1195 return __numeric_to_ipaddr(dotted, false);
1198 struct in_addr *xtables_numeric_to_ipmask(const char *dotted) argument
1200 return __numeric_to_ipaddr(dotted, true);
/external/iproute2/tc/
H A Dm_ipt.c314 struct in_addr *dotted_to_addr(const char *dotted) argument
323 /* copy dotted string, because we need to modify it */
324 strncpy(buf, dotted, sizeof (buf) - 1);
/external/chromium_org/net/dns/
H A Ddns_transaction_unittest.cc28 std::string DomainFromDot(const base::StringPiece& dotted) { argument
30 EXPECT_TRUE(DNSDomainFromDot(dotted, &out));
/external/chromium_org/chrome/common/extensions/docs/static/css/
H A Dsite.css213 outline: 1px dotted;
/external/ceres-solver/docs/source/_themes/armstrong/static/
H A Drtd.css_t636 border-bottom: 1px dotted {{ theme_medium_color }};
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js455 "disc", "discard", "document", "dot-dash", "dot-dot-dash", "dotted",
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DelementsPanel.css94 border: 1px rgb(66%, 66%, 66%) dotted;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
H A DPrettyPatch.rb163 border-bottom: 1px dotted;

Completed in 508 milliseconds

12