HomeSort by relevance Sort by last modified time
    Searched refs:dotted (Results 1 - 21 of 21) sorted by null

  /external/chromium/net/base/
dns_util.cc 12 bool DNSDomainFromDot(const std::string& dotted, std::string* out) {
13 const char* buf = dotted.data();
14 unsigned n = dotted.size();
dns_util.h 18 // 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.
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 268 * Converts a type descriptor to human-readable "dotted" form. For
321 String dotted = descriptorToDot(typeName); local
323 int start = dotted.lastIndexOf(".");
325 return dotted;
327 return dotted.substring(start+1);
333 * dotted form.
336 String dotted = descriptorToDot(typeName); local
338 int end = dotted.lastIndexOf(".");
343 return dotted.substring(0, end);
  /external/v8/test/es5conform/
testcfg.py 83 for dotted in [x for x in dirs if x.startswith('.')]:
84 dirs.remove(dotted)
  /external/v8/test/mozilla/
testcfg.py 100 for dotted in [x for x in dirs if x.startswith('.')]:
101 dirs.remove(dotted)
  /external/v8/test/test262/
testcfg.py 87 for dotted in [x for x in dirs if x.startswith('.')]:
88 dirs.remove(dotted)
  /external/iproute2/include/
iptables.h 147 extern struct in_addr *dotted_to_addr(const char *dotted);
  /external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py 80 explicitly using dotted module names.
144 explicitly using dotted module names.
  /external/bison/src/
vcg.h 311 dotted,
345 consists of single dashes ( - - - ) ffl dotted the edge is made of
348 To draw a dashed or dotted line needs more time than solid lines.
310 dotted, enumerator in enum:linestyle
    [all...]
vcg.c 361 case dotted: return "dotted";
  /external/iptables/iptables/
xtables.c 1147 static struct in_addr *__numeric_to_ipaddr(const char *dotted, bool is_mask)
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)
1195 return __numeric_to_ipaddr(dotted, false);
1198 struct in_addr *xtables_numeric_to_ipmask(const char *dotted)
1200 return __numeric_to_ipaddr(dotted, true);
    [all...]
  /external/iproute2/tc/
m_ipt.c 311 struct in_addr *dotted_to_addr(const char *dotted)
320 /* copy dotted string, because we need to modify it */
321 strncpy(buf, dotted, sizeof (buf) - 1);
  /dalvik/dexdump/
DexDump.cpp 121 * Converts a type descriptor to human-readable "dotted" form. For
177 * "dotted" form.
555 char* dotted = descriptorToDot(interfaceName); local
556 printf("<implements name=\"%s\">\n</implements>\n", dotted);
557 free(dotted);
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/design/
default.scss 190 border-bottom: 1px dotted $text_color;
  /external/iproute2/doc/
ip-tunnels.tex 259 either number or IP address-like dotted quad.
ip-cref.tex 467 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
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css 128 border-bottom: 1px dotted #555555;
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css     [all...]
  /frameworks/base/docs/html/guide/google/gcm/client-javadoc/
default.css 128 border-bottom: 1px dotted #555555;
    [all...]
  /frameworks/base/docs/html/guide/google/gcm/server-javadoc/
default.css 128 border-bottom: 1px dotted #555555;
    [all...]

Completed in 605 milliseconds