HomeSort by relevance Sort by last modified time
    Searched defs:dots (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /system/core/base/
parsenetaddress.cpp 34 size_t dots = std::count(address.begin(), address.end(), '.'); local
45 } else if (dots == 0 && colons >= 2 && colons <= 7) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
idna.py 7 dots = re.compile(u"[\u002E\u3002\uFF0E\uFF61]") variable
157 labels = dots.split(input)
178 labels = dots.split(input)
206 labels = dots.split(input)
241 labels = dots.split(input)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
idna.py 7 dots = re.compile(u"[\u002E\u3002\uFF0E\uFF61]") variable
157 labels = dots.split(input)
178 labels = dots.split(input)
206 labels = dots.split(input)
241 labels = dots.split(input)
  /external/python/cpython2/Lib/encodings/
idna.py 7 dots = re.compile(u"[\u002E\u3002\uFF0E\uFF61]") variable
157 labels = dots.split(input)
178 labels = dots.split(input)
206 labels = dots.split(input)
241 labels = dots.split(input)
  /external/python/cpython3/Lib/encodings/
idna.py 7 dots = re.compile("[\u002E\u3002\uFF0E\uFF61]") variable
171 labels = dots.split(input)
227 labels = dots.split(input)
263 labels = dots.split(input)
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
idna.py 7 dots = re.compile(u"[\u002E\u3002\uFF0E\uFF61]") variable
157 labels = dots.split(input)
178 labels = dots.split(input)
206 labels = dots.split(input)
241 labels = dots.split(input)
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
idna.py 7 dots = re.compile(u"[\u002E\u3002\uFF0E\uFF61]") variable
157 labels = dots.split(input)
178 labels = dots.split(input)
206 labels = dots.split(input)
241 labels = dots.split(input)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 7 dots = re.compile(u"[\u002E\u3002\uFF0E\uFF61]") variable
157 labels = dots.split(input)
178 labels = dots.split(input)
206 labels = dots.split(input)
241 labels = dots.split(input)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 7 dots = re.compile(u"[\u002E\u3002\uFF0E\uFF61]") variable
157 labels = dots.split(input)
178 labels = dots.split(input)
206 labels = dots.split(input)
241 labels = dots.split(input)
  /libcore/ojluni/src/main/native/
canonicalize_md.c 52 int dots = 0, n = 0; local
59 dots = 1;
70 return (dots ? n : 0);
142 int dots = 0; local
149 dots = 1;
153 dots = 2;
163 if (dots == 1) {
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_init.c 166 int dots; local
400 dots = 0;
402 dots += (*cp == '.');
406 if (dots < LOCALDOMAINPARTS)
410 dots--;
res_query.c 207 u_int dots; local
217 dots = 0;
219 dots += (*cp == '.');
224 /* If there aren't any dots, it could be a user-level alias */
225 if (!dots && (cp = hostalias(name)) != NULL)
229 * If there are dots in the name already, let's just give it a try
233 if (dots >= _res.ndots) {
247 if ((!dots && (_res.options & RES_DEFNAMES)) ||
248 (dots && !trailing_dot && (_res.options & RES_DNSRCH))) {
307 * note that we do this regardless of how many dots were in the
    [all...]
getaddrinfo.c 1790 u_int dots; local
    [all...]
  /bionic/libc/dns/resolv/
res_init.c 187 int dots; local
460 dots = 0;
462 dots += (*cp == '.');
466 if (dots < LOCALDOMAINPARTS)
470 dots--;
res_query.c 231 u_int dots; local
240 dots = 0;
242 dots += (*cp == '.');
247 /* If there aren't any dots, it could be a user-level alias. */
248 if (!dots && (cp = res_hostalias(statp, name, tmp, sizeof tmp))!= NULL)
252 * If there are enough dots in the name, let's just give it a
257 if (dots >= statp->ndots || trailing_dot) {
272 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) ||
273 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) {
347 * unless RES_NOTLDQUERY is set and there were no dots
    [all...]
  /external/strace/tests/
pread64-pwrite64.c 41 static const char dots[16] = "................"; local
49 i, dump, n, dots);
read-write.c 42 static const char dots[16] = "................"; local
50 i, dump, n, dots);
  /external/strace/tests-m32/
pread64-pwrite64.c 41 static const char dots[16] = "................"; local
49 i, dump, n, dots);
read-write.c 42 static const char dots[16] = "................"; local
50 i, dump, n, dots);
  /external/strace/tests-mx32/
pread64-pwrite64.c 41 static const char dots[16] = "................"; local
49 i, dump, n, dots);
read-write.c 42 static const char dots[16] = "................"; local
50 i, dump, n, dots);
  /external/syslinux/core/legacynet/
dnsresolv.c 57 * number of dots encountered. On return, *dst is updated.
64 int dots = 0; local
74 dots++;
89 return dots;
217 int dots; local
263 dots = dns_mangle(&p, name); /* store the CNAME */
265 if (!dots) {
  /external/f2fs-tools/fsck/
fsck.h 51 u8 dots; member in struct:child_info
  /packages/apps/Settings/src/com/android/settings/graph/
UsageGraph.java 93 float dots = resources.getDimensionPixelSize(R.dimen.usage_graph_dot_size); local
95 mDottedPaint.setStrokeWidth(dots * 3);
96 mDottedPaint.setPathEffect(new DashPathEffect(new float[] {dots, interval}, 0));
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 841 int dots = 0; local
855 if (star != NULL || (state & LABEL_IDNA) != 0 || dots)
878 ++dots;
890 * there must be at least two dots after the star.
892 if ((state & (LABEL_START | LABEL_HYPHEN)) != 0 || dots < 2)
    [all...]

Completed in 957 milliseconds

1 2 3 4