Searched refs:dots (Results 1 - 25 of 32) sorted by relevance

12

/external/python/cpython2/Lib/unittest/
H A Drunner.py40 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:
/external/python/cpython3/Lib/unittest/
H A Drunner.py41 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:
/external/syslinux/core/legacynet/
H A Ddnsresolv.c57 * 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/python/cpython2/Lib/encodings/
H A Didna.py7 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/Mac/Demo/sound/
H A Dmorselib.py81 self.dots = DOT
94 self.noise(self.dots)
102 self.pause(self.dots)
/external/python/cpython3/Lib/encodings/
H A Didna.py7 dots = re.compile("[\u002E\u3002\uFF0E\uFF61]") variable
171 labels = dots.split(input)
227 labels = dots.split(input)
263 labels = dots.split(input)
/external/strace/tests/
H A Dpread64-pwrite64.c41 static const char dots[16] = "................"; local
49 i, dump, n, dots);
H A Dread-write.c42 static const char dots[16] = "................"; local
50 i, dump, n, dots);
/external/strace/tests-m32/
H A Dpread64-pwrite64.c41 static const char dots[16] = "................"; local
49 i, dump, n, dots);
H A Dread-write.c42 static const char dots[16] = "................"; local
50 i, dump, n, dots);
/external/strace/tests-mx32/
H A Dpread64-pwrite64.c41 static const char dots[16] = "................"; local
49 i, dump, n, dots);
H A Dread-write.c42 static const char dots[16] = "................"; local
50 i, dump, n, dots);
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c994 * lit.y = MAX(0, dots.x)
995 * lit.z = SLT(0, dots.x)
999 struct ureg dots )
1004 * dots.xyzw == dots.xxxx.
1007 /* MAX lit, id, dots;
1009 emit_op2(p, OPCODE_MAX, lit, WRITEMASK_XYZW, id, dots);
1012 * SLT lit.z, id.z, dots; # lit.z = (0 < dots.z) ? 1 : 0
1014 emit_op2(p, OPCODE_SLT, lit, WRITEMASK_Z, swizzle1(id,Z), dots);
1029 struct ureg dots = get_temp(p); local
[all...]
/external/autotest/tko/parsers/test/
H A Dunittest_hotfix.py111 elif self.dots:
/external/boringssl/src/crypto/x509v3/
H A Dv3_utl.c841 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)
/external/f2fs-tools/fsck/
H A Dfsck.h51 u8 dots; member in struct:child_info
H A Dfsck.c889 if (child.dots < 2 &&
891 ASSERT_MSG("ino: 0x%x dots: %u",
892 nid, child.dots);
1377 child->dots++;
1381 if (child->dots > 2) {
1385 child->dots--;
/external/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp318 dots=UnicodeString("I \\u0130 I\\u0307 I\\u0327\\u0307 I\\u0301\\u0307 I\\u0327\\u0307\\u0301", "").unescape(), local
322 (t=dots).toLower("tr");
324 errln("error in dots.toLower(tr)=\"" + t + "\" expected \"" + dotsTurkish + "\"");
327 (t=dots).toLower("de");
329 errln("error in dots.toLower(de)=\"" + t + "\" expected \"" + dotsDefault + "\"");
339 dots=UnicodeString("a\\u0307 \\u0307 i\\u0307 j\\u0327\\u0307 j\\u0301\\u0307", "").unescape(), local
343 (t=dots).toUpper("lt");
345 errln("error in dots.toUpper(lt)=\"" + t + "\" expected \"" + dotsLithuanian + "\"");
348 (t=dots).toUpper("de");
350 errln("error in dots
[all...]
/external/iputils/
H A Dping6.c514 int dots, fqdn = niquery_options[index].data; local
563 dots = 0;
567 dots++;
572 fqdn = dots ? 1 : -1;
/external/blktrace/btt/doc/
H A Dbtt.tex588 and blue dots are somewhat similar below about 192 blocks per IO going
1008 0 & 0\dots\/4 \\
1009 1 & 5\dots\/9 \\
1010 2 & 10\dots\/14 \\
1011 \dots & \dots\dots\\
1012 19 & 95\dots\/99 \\
/external/dnsmasq/src/
H A Doption.c643 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; local
715 dots = 0;
736 dots++;
764 if (!is_addr || dots == 0)
/external/libffi/
H A Dtexinfo.tex81 \let\ptexdots=\dots
2634 % cmtt at least, especially for dots.
2980 % @dots{} outputs an ellipsis using the current font.
2986 \def\dots{%
3005 \dots
4495 \definedummyword\dots
4668 \def\dots{...}%
4948 % baselineskips increases the chance of the dots lining up from column
4989 % dots pretty far over on the line. Unfortunately, a large
5025 % The following is kludged to not output a line of dots i
[all...]
/external/libmicrohttpd/doc/
H A Dtexinfo.tex81 \let\ptexdots=\dots
2634 % cmtt at least, especially for dots.
2980 % @dots{} outputs an ellipsis using the current font.
2986 \def\dots{%
3005 \dots
4495 \definedummyword\dots
4668 \def\dots{...}%
4948 % baselineskips increases the chance of the dots lining up from column
4989 % dots pretty far over on the line. Unfortunately, a large
5025 % The following is kludged to not output a line of dots i
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dtexinfo.tex81 \let\ptexdots=\dots
2634 % cmtt at least, especially for dots.
2980 % @dots{} outputs an ellipsis using the current font.
2986 \def\dots{%
3005 \dots
4495 \definedummyword\dots
4668 \def\dots{...}%
4948 % baselineskips increases the chance of the dots lining up from column
4989 % dots pretty far over on the line. Unfortunately, a large
5025 % The following is kludged to not output a line of dots i
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/
H A Dtexinfo.tex81 \let\ptexdots=\dots
2634 % cmtt at least, especially for dots.
2980 % @dots{} outputs an ellipsis using the current font.
2986 \def\dots{%
3005 \dots
4495 \definedummyword\dots
4668 \def\dots{...}%
4948 % baselineskips increases the chance of the dots lining up from column
4989 % dots pretty far over on the line. Unfortunately, a large
5025 % The following is kludged to not output a line of dots i
[all...]

Completed in 4601 milliseconds

12