Home
last modified time | relevance | path

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

123456

/third_party/cups-filters/drv/
Dindexv4.drv57 Choice "5/American computer 6 dots" ""
58 Choice "6/American computer 8 dots" ""
59 Choice "7/English computer 8 dots" ""
61 Choice "9/IBM 437 computer 6 dots" ""
62 Choice "10/IBM 437 computer 8 dots" ""
63 Choice "11/IBM 850 computer 8 dots" ""
64 Choice "12/German computer 8 dots" ""
68 Choice "16/Spanish computer 6 dots" ""
69 Choice "17/Spanish computer 8 dots" ""
73 Choice "21/Polish computer 6 dots" ""
[all …]
/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
169 labels = dots.split(input)
225 labels = dots.split(input)
261 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.c1018 struct ureg dots ) in emit_degenerate_lit() argument
1028 emit_op2(p, OPCODE_MAX, lit, WRITEMASK_XYZW, id, dots); in emit_degenerate_lit()
1033 emit_op2(p, OPCODE_SLT, lit, WRITEMASK_Z, swizzle1(id,Z), dots); in emit_degenerate_lit()
1048 struct ureg dots = get_temp(p); in build_lighting() local
1070 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_W, swizzle1(shininess,X)); in build_lighting()
1087 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_Z, in build_lighting()
1229 emit_op2(p, OPCODE_DP3, dots, 0, normal, VPpli); in build_lighting()
1232 emit_op2(p, OPCODE_DP3, dots, WRITEMASK_X, normal, VPpli); in build_lighting()
1233 emit_op2(p, OPCODE_DP3, dots, WRITEMASK_Y, normal, half); in build_lighting()
1280 emit_op1(p, OPCODE_LIT, lit, 0, dots); in build_lighting()
[all …]
/third_party/node/lib/
Dpath.js70 let dots = 0;
81 if (lastSlash === i - 1 || dots === 1) {
83 } else if (dots === 2) {
98 dots = 0;
104 dots = 0;
120 dots = 0;
121 } else if (code === CHAR_DOT && dots !== -1) {
122 ++dots;
124 dots = -1;
/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/cups-filters/filter/braille/filters/
Dbraille.defs31 Option "TextDots/Text dots" PickOne AnySetup 10
32 Choice "8/8 dots" ""
33 *Choice "6/6 dots" ""
Dcups-braille.sh.in304 # This is how many dots we have to introduce to respect at least the software left+top margin
316 # Then compute how many dots we can afford until reaching the software right+bottom margin
381 if grep -q "^#+dots:$TEXTDOTS$" $table || \
384 printf "DEBUG: %s has correct dots %s\n" "$name" "$TEXTDOTS" >&2
/third_party/musl/src/network/
Dlookup_name.c193 size_t l, dots; in name_from_dns_search() local
200 for (dots=l=0; name[l]; l++) if (name[l]=='.') dots++; in name_from_dns_search()
201 if (dots >= conf.ndots || name[l-1]=='.') *search = 0; in name_from_dns_search()
/third_party/cups-filters/filter/braille/drivers/index/
Dindexv4.sh.in62 *) echo "ERROR: unsupported $TEXTDOTS dots" >&2 ; exit 1 ;;
65 # Hoping the user configured a table with appropriate number of dots
Dindexv3.sh.in92 *) echo "ERROR: unsupported $TEXTDOTS dots" >&2 ; exit 1 ;;
95 # Hoping the user configured a table with appropriate number of 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/cups-filters/filter/braille/drivers/common/
Dfr-braille.po76 msgid "Text dots"
79 msgid "8 dots"
82 msgid "6 dots"
/third_party/icu/icu4c/source/data/unit/
Den_CA.txt96 other{"{0} dots"}
99 dnam{"dots per centimetre"}
101 other{"{0} dots per centimetre"}
625 other{"{0} dots"}
Den_001.txt99 dnam{"dots per centimetre"}
101 other{"{0} dots per centimetre"}
537 other{"{0} dots"}
/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/musl/porting/linux/user/src/network/
Dlookup_name.c251 size_t l, dots; in name_from_dns_search() local
259 for (dots=l=0; name[l]; l++) if (name[l]=='.') dots++; in name_from_dns_search()
260 if (dots >= conf.ndots || name[l-1]=='.') *search = 0; in name_from_dns_search()
/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/libcoap/src/
Dcoap_uri.c535 dots(const uint8_t *s, size_t len) { in dots() function
560 if (!dots(p, q - p)) { in coap_split_path_impl()
572 if (!dots(p, q - p)) { in coap_split_path_impl()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_utl.c748 int dots = 0; in valid_star() local
763 if (star != NULL || (state & LABEL_IDNA) != 0 || dots) in valid_star()
785 ++dots; in valid_star()
800 if ((state & (LABEL_START | LABEL_HYPHEN)) != 0 || dots < 2) in valid_star()
/third_party/openssl/crypto/x509/
Dv3_utl.c748 int dots = 0; in valid_star() local
763 if (star != NULL || (state & LABEL_IDNA) != 0 || dots) in valid_star()
785 ++dots; in valid_star()
800 if ((state & (LABEL_START | LABEL_HYPHEN)) != 0 || dots < 2) in valid_star()

123456