Home
last modified time | relevance | path

Searched refs:dots (Results 1 – 25 of 173) sorted by relevance

1234567

/third_party/python/Lib/unittest/
Drunner.py41 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/
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)
/third_party/curl/tests/data/
Dtest85718 ...triple dots...
28 ..triple dots...
Dtest7329 HTTP, receive cookies when using custom Host:, domain using only two dots
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c1002 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/
DnamedTupleMembersErrors.types23 export type Trailing = [first: string, rest: ...string[]]; // dots on element disallowed
26 export type OptTrailing = [first: string, rest: ...string[]?]; // dots+question on element disallow…
DnamedTupleMembersErrors.symbols23 export type Trailing = [first: string, rest: ...string[]]; // dots on element disallowed
26 export type OptTrailing = [first: string, rest: ...string[]?]; // dots+question on element disallow…
DnamedTupleMembersErrors.errors.txt43 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/
Dpath.js63 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/
Dlookup_name.c184 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/
Dtag-names-with-dots.src.js.shot3 exports[`jsx tag-names-with-dots.src 1`] = `
Dinvalid-namespace-value-with-dots.src.js.shot3 exports[`jsx invalid-namespace-value-with-dots.src 1`] = `
Dtag-names-with-multi-dots.src.js.shot3 exports[`jsx tag-names-with-multi-dots.src 1`] = `
Dtag-names-with-multi-dots-multi.src.js.shot3 exports[`jsx tag-names-with-multi-dots-multi.src 1`] = `
/third_party/node/deps/npm/node_modules/npm-normalize-package-bin/
DREADME.md13 Also strips out weird dots and slashes to prevent accidental and/or
/third_party/boost/tools/build/src/util/
Dindirect.jam68 # module names with dots, but allows rule names with dots.
/third_party/icu/icu4c/source/data/unit/
Den_001.txt92 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/
Den_001.txt92 other{"{0} dots"}
95 dnam{"dots per centimetre"}
97 other{"{0} dots per centimetre"}
510 other{"{0} dots"}
/third_party/libcoap/src/
Duri.c379 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/
Dtexturedspenc.c179 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/
Dobject.js74 dots: 'etc/passwd', property
/third_party/flutter/flutter/examples/layers/rendering/
Dtouch_input.dart39 /// A render object that draws dots under each pointer.
43 /// State to remember which dots to paint.
/third_party/skia/src/pathops/
DSkOpAngle.cpp268 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/
DSkOpAngle.cpp268 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/
DBaseStub.php250 'alphanumeric characters, hyphens, underscores and dots'

1234567