Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 25 of 795) sorted by relevance

12345678910>>...32

/third_party/typescript/tests/baselines/reference/
DcommentsFormatting.types6 * this is 4 spaces left aligned
7 * this is 3 spaces left aligned
8 * this is 2 spaces left aligned
9 * this is 1 spaces left aligned
11 * this is 1 spaces right aligned
12 * this is 2 spaces right aligned
13 * this is 3 spaces right aligned
14 * this is 4 spaces right aligned
15 * this is 5 spaces right aligned
16 * this is 6 spaces right aligned
[all …]
DcommentsFormatting.symbols6 * this is 4 spaces left aligned
7 * this is 3 spaces left aligned
8 * this is 2 spaces left aligned
9 * this is 1 spaces left aligned
11 * this is 1 spaces right aligned
12 * this is 2 spaces right aligned
13 * this is 3 spaces right aligned
14 * this is 4 spaces right aligned
15 * this is 5 spaces right aligned
16 * this is 6 spaces right aligned
[all …]
/third_party/skia/experimental/sktext/src/
DLine.cpp7 LogicalLine::LogicalLine(const Stretch& stretch, const Stretch& spaces, SkScalar verticalOffset, bo… in LogicalLine() argument
10 , fWhitespacesEnd (spaces.glyphEnd()) in LogicalLine()
12 , fWhitespaces(spaces.textRange()) in LogicalLine()
14 , fSpacesWidth(spaces.width()) in LogicalLine()
19 spaces.isEmpty() || in LogicalLine()
20 (stretch.glyphEnd() == spaces.glyphStart())); in LogicalLine()
25 if (!spaces.isEmpty()) { in LogicalLine()
26 this->fTextMetrics.merge(spaces.textMetrics()); in LogicalLine()
DText.cpp324 Stretch spaces; in wrap() local
332 line.moveTo(spaces); in wrap()
334 spaces = clusters; in wrap()
336 this->addLine(wrappedText.get(), unicodeText->getUnicode(), line, spaces, true); in wrap()
337 line = spaces; in wrap()
338 clusters = spaces; in wrap()
356 spaces = empty; in wrap()
380 line.moveTo(spaces); in wrap()
382 spaces = clusters; in wrap()
384 spaces.moveTo(cluster); in wrap()
[all …]
/third_party/icu/icu4c/source/test/thaitest/
Dthaitest.cpp95 …ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceC…
120 static const UChar *crunchSpaces(const UChar *spaces, int32_t count, int32_t &nonSpaceCount);
132 UBool compareWordBreaks(const UChar *spaces, int32_t spaceCount,
161 ThaiWordbreakTest::ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, in ThaiWordbreakTest() argument
165 compareWordBreaks(spaces, spaceCount, noSpaces, noSpaceCount); in ThaiWordbreakTest()
216 UBool ThaiWordbreakTest::compareWordBreaks(const UChar *spaces, int32_t spaceCount, in compareWordBreaks() argument
227 SpaceBreakIterator spaceIter(spaces, spaceCount); in compareWordBreaks()
368 const UChar *ThaiWordbreakTest::crunchSpaces(const UChar *spaces, int32_t count, int32_t &nonSpaceC… in crunchSpaces() argument
374 if (spaces[i] == 0x0020 /*Unicode::isSpaceChar(spaces[i])*/) { in crunchSpaces()
388 if (spaces[i] != 0x0020 /*! Unicode::isSpaceChar(spaces[i])*/) { in crunchSpaces()
[all …]
/third_party/ffmpeg/tests/ref/fate/
Dsub-webvttenc134 Normal spaces at the start and at the end of the line are trimmed while hard spaces are not trimmed.
139 \h\h\h\h\hA (05 hard spaces followed by a letter)
140 A (Normal spaces followed by a letter)
141 A (No hard spaces followed by a letter)
144 \h\h\h\h\hA (05 hard spaces followed by a letter)
145 A (Normal spaces followed by a letter)
146 A (No hard spaces followed by a letter)
151 A letter followed by 05 hard spaces: A\h\h\h\h\h
152 A letter followed by normal spaces: A
153 A letter followed by no hard spaces: A
[all …]
Dsub-textenc162 Normal spaces at the start and at the end of the line are trimmed while hard spaces are not trimmed.
168 \h\h\h\h\hA (05 hard spaces followed by a letter)
169 A (Normal spaces followed by a letter)
170 A (No hard spaces followed by a letter)
174 \h\h\h\h\hA (05 hard spaces followed by a letter)
175 A (Normal spaces followed by a letter)
176 A (No hard spaces followed by a letter)
182 A letter followed by 05 hard spaces: A\h\h\h\h\h
183 A letter followed by normal spaces: A
184 A letter followed by no hard spaces: A
[all …]
Dsub-srt43 …ne break\N\ h is a hard space\NNormal spaces at the start and at the end of the line are trimmed w…
44 …0,,{\an1}\N\h\h\h\h\hA (05 hard spaces followed by a letter)\NA (Normal spaces followed by a lett…
45 …lt,,0,0,0,,\h\h\h\h\hA (05 hard spaces followed by a letter)\NA (Normal spaces followed by a lett…
46spaces: A\h\h\h\h\h\NA letter followed by normal spaces: A\NA letter followed by no hard spaces: …
/third_party/skia/third_party/externals/brotli/
D.editorconfig8 # - indent 2 spaces
20 # - indent 4 spaces
31 # - indent 4 spaces
38 # - indent 4 spaces
/third_party/rust/crates/clap/src/output/
Dhelp_template.rs533 self.spaces(spcs); in align_to_about()
543 self.spaces(spcs); in align_to_about()
566 let spaces = if next_line_help { in help() localVariable
573 let trailing_indent = spaces; // Don't indent any further than the first line is indented in help()
589 let avail_chars = self.term_w.saturating_sub(spaces); in help()
592 spaces, in help()
614 self.spaces(spaces); in help()
628 let taken = longest + spaces + DASH_SPACE; in help()
633 let spaces = spaces + TAB_WIDTH - DASH_SPACE; in help() localVariable
635 spaces + DASH_SPACE in help()
[all …]
/third_party/ltp/lib/
Dtst_bool_expr.c116 static void print_spaces(FILE *f, unsigned int spaces) in print_spaces() argument
118 while (spaces--) in print_spaces()
124 unsigned int i, spaces, err_len; in tst_bool_expr_err() local
135 spaces = expr->buf[i].tok - expr->buf[0].tok; in tst_bool_expr_err()
139 print_spaces(f, spaces); in tst_bool_expr_err()
143 if (err_len < spaces) in tst_bool_expr_err()
144 print_spaces(f, spaces - err_len + 1); in tst_bool_expr_err()
/third_party/python/Lib/test/
Dtest_ttk_textonly.py242 spaces = lambda amount=0: ' ' * (amount + indent) function
250 "%s}" % (spaces(), spaces(indent_size),
251 spaces(2 * indent_size), spaces(3 * indent_size),
252 spaces(2 * indent_size), spaces(indent_size), spaces()))
/third_party/PyYAML/tests/data/
Dspec-06-01.data1 # Leading comment line spaces are
7 spaces
8 Flow style: [ # Leading spaces
/third_party/skia/third_party/externals/spirv-cross/
D.clang-format133 # If false, spaces will be removed before assignment operators.
139 # If true, spaces may be inserted into '()'.
142 # The number of spaces before trailing line comments (// - comments).
145 # If true, spaces will be inserted after '<' and before '>' in template argument lists.
148 # If true, spaces may be inserted into C style casts.
151 # If true, spaces are inserted inside container literals (e.g. ObjC and Javascript array and dict l…
154 # If true, spaces will be inserted after '(' and before ')'.
157 # If true, spaces will be inserted after '[' and befor']'.
/third_party/vk-gl-cts/external/openglcts/
D.clang-format133 # If false, spaces will be removed before assignment operators.
139 # If true, spaces may be inserted into '()'.
142 # The number of spaces before trailing line comments (// - comments).
145 # If true, spaces will be inserted after '<' and before '>' in template argument lists.
148 # If true, spaces may be inserted into C style casts.
151 # If true, spaces are inserted inside container literals (e.g. ObjC and Javascript array and dict l…
154 # If true, spaces will be inserted after '(' and before ')'.
157 # If true, spaces will be inserted after '[' and befor']'.
/third_party/node/deps/npm/node_modules/wide-align/
DREADME.md30 Returns *str* with spaces added to both sides such that that it is *length*
31 chars long and centered in the spaces.
35 Returns *str* with spaces to the right such that it is *length* chars long.
39 Returns *str* with spaces to the left such that it is *length* chars long.
/third_party/python/Doc/library/
Dcolorsys.rst17 spaces are floating point values. In the YIQ space, the Y coordinate is between
19 spaces, the coordinates are all between 0 and 1.
23 More information about color spaces can be found at
25 https://www.cambridgeincolour.com/tutorials/color-spaces.htm.
/third_party/node/deps/npm/node_modules/detect-indent/
Dindex.js37 let spaces = 0; variable
72 spaces++;
109 } else if (spaces >= tabs) {
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dconsole_printer.py52 spaces = ' ' * (width - len(data))
53 fields.append(data + spaces)
136 spaces = ' ' * caretLoc
138 print(spaces + colored('^' + tildes, 'green'))
140 print(spaces + colored(replacement, 'green'))
/third_party/skia/third_party/externals/expat/expat/
Dconfigure-ac-style.md24 - (c) go to the next line, with the first character indented 2 spaces more
40 | 2 + 3(!) spaces
41 2 spaces
/third_party/musl/src/ctype/
Diswspace.c10 static const wchar_t spaces[] = { in iswspace() local
16 return wc && wcschr(spaces, wc); in iswspace()
/third_party/rust/crates/pkg-config-rs/tests/
Descape.pc4 Libs: -Llink\ path\ with\ spaces
5 Cflags: -Iinclude\ path\ with\ spaces -DA=\"escaped\ string\'\ literal\" -DB=ESCAPED\ IDENTIFIER -D…
/third_party/popt/tests/test3-data/
D01.answer1 …: ' --aaa --bbb --ccc --bla="bla" --this_is="fdsafdas" --5555="55555" --test="with lots of spaces"'
9 '--test=with lots of spaces'
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_print.c284 unsigned spaces = update_branch_depth(inst->U.I.Opcode, branch_depth); in rc_print_normal_instruction() local
286 for (unsigned i = 0; i < spaces; i++) in rc_print_normal_instruction()
345 unsigned spaces = update_branch_depth(inst->RGB.Opcode != RC_OPCODE_NOP ? in rc_print_pair_instruction() local
348 for (unsigned i = 0; i < spaces; i++) in rc_print_pair_instruction()
385 for (unsigned i = 0; i < spaces; i++) in rc_print_pair_instruction()
424 for (unsigned i = 0; i < spaces; i++) in rc_print_pair_instruction()
454 for (unsigned i = 0; i < spaces; i++) in rc_print_pair_instruction()
/third_party/cups-filters/backend/
Dieee1284.c470 spaces; /* Number of spaces seen */ in backendGetMakeModel() local
473 for (ptr = des, letters = 0, spaces = 0; *ptr; ptr ++) in backendGetMakeModel()
476 spaces ++; in backendGetMakeModel()
480 if (spaces && letters) in backendGetMakeModel()
484 if (spaces && letters) in backendGetMakeModel()

12345678910>>...32