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

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug237.go 13 const dots = ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " +
15 const n = uint(len(dots))
19 s += fmt.Sprint(dots)
21 s += dots[0:i]
  /prebuilts/go/linux-x86/test/fixedbugs/
bug237.go 13 const dots = ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " +
15 const n = uint(len(dots))
19 s += fmt.Sprint(dots)
21 s += dots[0:i]
  /prebuilts/go/darwin-x86/src/path/filepath/
example_test.go 13 fmt.Printf("No dots: %q\n", filepath.Ext("index"))
15 fmt.Printf("Two dots: %q\n", filepath.Ext("main.test.js"))
17 // No dots: ""
19 // Two dots: ".js"
  /prebuilts/go/linux-x86/src/path/filepath/
example_test.go 13 fmt.Printf("No dots: %q\n", filepath.Ext("index"))
15 fmt.Printf("Two dots: %q\n", filepath.Ext("main.test.js"))
17 // No dots: ""
19 // Two dots: ".js"
  /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) {
  /bionic/libc/dns/resolv/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
runner.py 40 self.dots = verbosity == 1
61 elif self.dots:
69 elif self.dots:
77 elif self.dots:
85 elif self.dots:
93 elif self.dots:
101 elif self.dots:
106 if self.dots or self.showAll:
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
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...]
  /external/python/cpython2/Lib/unittest/
runner.py 40 self.dots = verbosity == 1
61 elif self.dots:
69 elif self.dots:
77 elif self.dots:
85 elif self.dots:
93 elif self.dots:
101 elif self.dots:
106 if self.dots or self.showAll:
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
runner.py 40 self.dots = verbosity == 1
61 elif self.dots:
69 elif self.dots:
77 elif self.dots:
85 elif self.dots:
93 elif self.dots:
101 elif self.dots:
106 if self.dots or self.showAll:
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
runner.py 40 self.dots = verbosity == 1
61 elif self.dots:
69 elif self.dots:
77 elif self.dots:
85 elif self.dots:
93 elif self.dots:
101 elif self.dots:
106 if self.dots or self.showAll:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
runner.py 40 self.dots = verbosity == 1
61 elif self.dots:
69 elif self.dots:
77 elif self.dots:
85 elif self.dots:
93 elif self.dots:
101 elif self.dots:
106 if self.dots or self.showAll:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
runner.py 40 self.dots = verbosity == 1
61 elif self.dots:
69 elif self.dots:
77 elif self.dots:
85 elif self.dots:
93 elif self.dots:
101 elif self.dots:
106 if self.dots or self.showAll:
  /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) {
  /external/chromium-libpac/test/js-unittest/
passthrough.js 14 // non-alphanumeric character with a dot, then fix up the oddly placed dots.
24 // Take care not to place multiple adjacent dots,
  /external/python/cpython3/Lib/unittest/
runner.py 41 self.dots = verbosity == 1
62 elif self.dots:
70 elif self.dots:
78 elif self.dots:
86 elif self.dots:
94 elif self.dots:
102 elif self.dots:
107 if self.dots or self.showAll:
  /system/extras/brillo_config/
Android.mk 55 four numbers separated by dots. Example: "1.2.0.0")
76 three numbers separated by dots. Example: "1.2.0")
  /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) {
  /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)
  /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)

Completed in 726 milliseconds

1 2 3 4 5 6 7