/external/python/cpython2/Lib/unittest/ |
D | 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:
|
/external/syslinux/core/legacynet/ |
D | dnsresolv.c | 64 int dots = 0; in dns_mangle() local 74 dots++; in dns_mangle() 89 return dots; in dns_mangle() 217 int dots; in dns_resolv() local 263 dots = dns_mangle(&p, name); /* store the CNAME */ in dns_resolv() 265 if (!dots) { in dns_resolv()
|
/external/python/cpython2/Lib/encodings/ |
D | 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/Mac/Demo/sound/ |
D | morselib.py | 81 self.dots = DOT 94 self.noise(self.dots) 102 self.pause(self.dots)
|
/external/curl/tests/data/ |
D | test857 | 18 ...triple dots... 28 ..triple dots...
|
D | test73 | 29 HTTP, receive cookies when using custom Host:, domain using only two dots
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 999 struct ureg dots ) in emit_degenerate_lit() argument 1009 emit_op2(p, OPCODE_MAX, lit, WRITEMASK_XYZW, id, dots); in emit_degenerate_lit() 1014 emit_op2(p, OPCODE_SLT, lit, WRITEMASK_Z, swizzle1(id,Z), dots); in emit_degenerate_lit() 1029 struct ureg dots = get_temp(p); in build_lighting() local 1051 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_W, swizzle1(shininess,X)); in build_lighting() 1068 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_Z, in build_lighting() 1164 emit_op2(p, OPCODE_DP3, dots, 0, normal, VPpli); in build_lighting() 1167 emit_op2(p, OPCODE_DP3, dots, WRITEMASK_X, normal, VPpli); in build_lighting() 1168 emit_op2(p, OPCODE_DP3, dots, WRITEMASK_Y, normal, half); in build_lighting() 1203 emit_op1(p, OPCODE_LIT, lit, 0, dots); in build_lighting() [all …]
|
/external/strace/tests/ |
D | pread64-pwrite64.c | 41 static const char dots[16] = "................"; in dump_str() local 49 i, dump, n, dots); in dump_str()
|
D | read-write.c | 42 static const char dots[16] = "................"; in dump_str() local 50 i, dump, n, dots); in dump_str()
|
/external/strace/tests-mx32/ |
D | pread64-pwrite64.c | 41 static const char dots[16] = "................"; in dump_str() local 49 i, dump, n, dots); in dump_str()
|
D | read-write.c | 42 static const char dots[16] = "................"; in dump_str() local 50 i, dump, n, dots); in dump_str()
|
/external/strace/tests-m32/ |
D | pread64-pwrite64.c | 41 static const char dots[16] = "................"; in dump_str() local 49 i, dump, n, dots); in dump_str()
|
D | read-write.c | 42 static const char dots[16] = "................"; in dump_str() local 50 i, dump, n, dots); in dump_str()
|
/external/icu/icu4c/source/test/intltest/ |
D | strcase.cpp | 257 …dots=UnicodeString("I \\u0130 I\\u0307 I\\u0327\\u0307 I\\u0301\\u0307 I\\u0327\\u0307\\u0301", ""… in TestCaseConversion() local 261 (t=dots).toLower("tr"); in TestCaseConversion() 266 (t=dots).toLower("de"); in TestCaseConversion() 278 … dots=UnicodeString("a\\u0307 \\u0307 i\\u0307 j\\u0327\\u0307 j\\u0301\\u0307", "").unescape(), in TestCaseConversion() local 282 (t=dots).toUpper("lt"); in TestCaseConversion() 287 (t=dots).toUpper("de"); in TestCaseConversion()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_utl.c | 802 int dots = 0; in valid_star() local 816 if (star != NULL || (state & LABEL_IDNA) != 0 || dots) in valid_star() 839 ++dots; in valid_star() 853 if ((state & (LABEL_START | LABEL_HYPHEN)) != 0 || dots < 2) in valid_star()
|
/external/autotest/tko/parsers/test/ |
D | unittest_hotfix.py | 111 elif self.dots:
|
/external/bison/doc/ |
D | refcard.tex | 354 {\%type <{\it t\/}> {\it s1}\dots{\it sn}} 441 \key{Access data associated with a symbol.} {\$\$, \$0\dots\${\it n}} 443 \$0.{\it t}\dots\${\it n}.{\it t}} 444 \key{Access symbol's location.} {@\$, @0\dots@{\it n}}
|
/external/brotli/appveyor/ |
D | run_with_compiler.cmd | 31 :: more than 9. This requires the version number to have two dots in it.
|
/external/f2fs-tools/fsck/ |
D | fsck.h | 49 u8 dots; member
|
D | fsck.c | 819 if (child.dots < 2 && in fsck_chk_inode_blk() 822 nid, child.dots); in fsck_chk_inode_blk() 1279 child->dots++; in __chk_dentries() 1283 if (child->dots > 2) { in __chk_dentries() 1287 child->dots--; in __chk_dentries()
|
/external/curl/docs/ |
D | RELEASE-PROCEDURE | 14 tag and we use underscores instead of dots in the version number.
|
/external/iputils/ |
D | ping6.c | 514 int dots, fqdn = niquery_options[index].data; in niquery_option_subject_name_handler() local 563 dots = 0; in niquery_option_subject_name_handler() 567 dots++; in niquery_option_subject_name_handler() 572 fqdn = dots ? 1 : -1; in niquery_option_subject_name_handler()
|
/external/dnsmasq/contrib/webmin/ |
D | README | 10 separated by dots etc). One thing that ISN'T CHECKED FOR is
|
/external/bison/examples/ |
D | extexi | 107 if (line ~ /^@(c |comment|dots|end (ignore|group)|ignore|group)/)
|
/external/syslinux/doc/ |
D | keytab-lilo.txt | 73 the file name doesn't contain dots.
|