/third_party/python/Lib/unittest/ |
D | runner.py | 41 self.dots = verbosity == 1 63 elif self.dots: 72 elif self.dots: 81 elif self.dots: 90 elif self.dots: 99 elif self.dots: 108 elif self.dots: 113 if self.dots or self.showAll:
|
/third_party/python/Lib/encodings/ |
D | 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)
|
/third_party/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
|
/third_party/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 1002 struct ureg dots ) in emit_degenerate_lit() argument 1012 emit_op2(p, OPCODE_MAX, lit, WRITEMASK_XYZW, id, dots); in emit_degenerate_lit() 1017 emit_op2(p, OPCODE_SLT, lit, WRITEMASK_Z, swizzle1(id,Z), dots); in emit_degenerate_lit() 1032 struct ureg dots = get_temp(p); in build_lighting() local 1054 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_W, swizzle1(shininess,X)); in build_lighting() 1071 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_Z, in build_lighting() 1202 emit_op2(p, OPCODE_DP3, dots, 0, normal, VPpli); in build_lighting() 1205 emit_op2(p, OPCODE_DP3, dots, WRITEMASK_X, normal, VPpli); in build_lighting() 1206 emit_op2(p, OPCODE_DP3, dots, WRITEMASK_Y, normal, half); in build_lighting() 1241 emit_op1(p, OPCODE_LIT, lit, 0, dots); in build_lighting() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | namedTupleMembersErrors.types | 23 export type Trailing = [first: string, rest: ...string[]]; // dots on element disallowed 26 export type OptTrailing = [first: string, rest: ...string[]?]; // dots+question on element disallow…
|
D | namedTupleMembersErrors.symbols | 23 export type Trailing = [first: string, rest: ...string[]]; // dots on element disallowed 26 export type OptTrailing = [first: string, rest: ...string[]?]; // dots+question on element disallow…
|
D | namedTupleMembersErrors.errors.txt | 43 export type Trailing = [first: string, rest: ...string[]]; // dots on element disallowed 47 …export type OptTrailing = [first: string, rest: ...string[]?]; // dots+question on element disallo…
|
/third_party/node/lib/ |
D | path.js | 63 let dots = 0; 74 if (lastSlash === i - 1 || dots === 1) { 76 } else if (dots === 2) { 91 dots = 0; 97 dots = 0; 113 dots = 0; 114 } else if (code === CHAR_DOT && dots !== -1) { 115 ++dots; 117 dots = -1;
|
/third_party/musl/src/network/ |
D | lookup_name.c | 184 size_t l, dots; in name_from_dns_search() local 191 for (dots=l=0; name[l]; l++) if (name[l]=='.') dots++; in name_from_dns_search() 192 if (dots >= conf.ndots || name[l-1]=='.') *search = 0; in name_from_dns_search()
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/jsx/ |
D | tag-names-with-dots.src.js.shot | 3 exports[`jsx tag-names-with-dots.src 1`] = `
|
D | invalid-namespace-value-with-dots.src.js.shot | 3 exports[`jsx invalid-namespace-value-with-dots.src 1`] = `
|
D | tag-names-with-multi-dots.src.js.shot | 3 exports[`jsx tag-names-with-multi-dots.src 1`] = `
|
D | tag-names-with-multi-dots-multi.src.js.shot | 3 exports[`jsx tag-names-with-multi-dots-multi.src 1`] = `
|
/third_party/node/deps/npm/node_modules/npm-normalize-package-bin/ |
D | README.md | 13 Also strips out weird dots and slashes to prevent accidental and/or
|
/third_party/boost/tools/build/src/util/ |
D | indirect.jam | 68 # module names with dots, but allows rule names with dots.
|
/third_party/icu/icu4c/source/data/unit/ |
D | en_001.txt | 92 other{"{0} dots"} 95 dnam{"dots per centimetre"} 97 other{"{0} dots per centimetre"} 510 other{"{0} dots"}
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | en_001.txt | 92 other{"{0} dots"} 95 dnam{"dots per centimetre"} 97 other{"{0} dots per centimetre"} 510 other{"{0} dots"}
|
/third_party/libcoap/src/ |
D | uri.c | 379 dots(const uint8_t *s, size_t len) { in dots() function 404 if (!dots(p, q - p)) { in coap_split_path_impl() 416 if (!dots(p, q - p)) { in coap_split_path_impl()
|
/third_party/ffmpeg/libavcodec/ |
D | texturedspenc.c | 179 int dots[16]; in match_colors() local 201 dots[k++] = block[0 + x * 4 + y * stride] * dirr + in match_colors() 224 int dot = dots[x]; in match_colors()
|
/third_party/node/deps/npm/node_modules/npm-normalize-package-bin/test/ |
D | object.js | 74 dots: 'etc/passwd', property
|
/third_party/flutter/flutter/examples/layers/rendering/ |
D | touch_input.dart | 39 /// A render object that draws dots under each pointer. 43 /// State to remember which dots to paint.
|
/third_party/skia/src/pathops/ |
D | SkOpAngle.cpp | 268 double dots[2]; in linesOnOriginalSide() local 275 dots[index] = line.fX * testLine.fX + line.fY * testLine.fY; in linesOnOriginalSide() 287 if ((!dots[0] && dots[1] < 0) || (dots[0] < 0 && !dots[1])) { in linesOnOriginalSide()
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpAngle.cpp | 268 double dots[2]; in linesOnOriginalSide() local 275 dots[index] = line.fX * testLine.fX + line.fY * testLine.fY; in linesOnOriginalSide() 287 if ((!dots[0] && dots[1] < 0) || (dots[0] < 0 && !dots[1])) { in linesOnOriginalSide()
|
/third_party/grpc/src/php/lib/Grpc/ |
D | BaseStub.php | 250 'alphanumeric characters, hyphens, underscores and dots'
|