Home
last modified time | relevance | path

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

12345678910>>...44

/external/skia/experimental/sktext/src/
DLine.cpp10 Line::Line(Processor* processor, const Stretch& stretch, const Stretch& spaces) in Line() argument
13 , fWhitespacesEnd (spaces.glyphEnd()) in Line()
15 , fWhitespaces(spaces.textRange()) in Line()
17 , fSpacesWidth(spaces.width()) { in Line()
20 spaces.isEmpty() || in Line()
21 (stretch.glyphEnd() == spaces.glyphStart())); in Line()
26 if (!spaces.isEmpty()) { in Line()
27 this->fTextMetrics.merge(spaces.textMetrics()); in Line()
33 auto end = spaces.glyphEnd().runIndex(); in Line()
DWrapper.cpp48 Stretch spaces; in breakTextIntoLines() local
82 line.moveTo(spaces); in breakTextIntoLines()
84 spaces = clusters; in breakTextIntoLines()
91 spaces.moveTo(cluster); in breakTextIntoLines()
97 this->addLine(line, spaces); in breakTextIntoLines()
105 if ((line.width() + spaces.width() + clusters.width() + cluster.width()) <= width) { in breakTextIntoLines()
109 if (spaces.isEmpty() && clusters.isEmpty()) { in breakTextIntoLines()
122 this->addLine(line, spaces); in breakTextIntoLines()
131 line.moveTo(spaces); in breakTextIntoLines()
133 spaces = clusters; in breakTextIntoLines()
[all …]
DWrapper.h18 void addLine(Stretch& stretch, Stretch& spaces) { in addLine() argument
19 fProcessor->fLines.emplace_back(fProcessor, stretch, spaces); in addLine()
21 spaces.clean(); in addLine()
/external/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 …]
/external/e2fsprogs/lib/ext2fs/
Dprogress.c19 static char spaces[80], backspaces[80]; variable
50 memset(spaces, ' ', sizeof(spaces)-1); in ext2fs_numeric_progress_init()
51 spaces[sizeof(spaces)-1] = 0; in ext2fs_numeric_progress_init()
99 fprintf(stdout, "%.*s", (2*progress->log_max)+1, spaces); in ext2fs_numeric_progress_close()
/external/markdown/tests/misc/
Dlists6.txt1 Test five or more spaces as start of list:
3 * five spaces
8 * five spaces
14 * five spaces
Dem_strong.txt7 With spaces: * *
11 with spaces: _ _
15 with spaces: * * *
19 with spaces: _ _ _
/external/llvm-project/clang/test/SemaOpenCL/
Daddress-spaces.cl40 …C-style cast from '__local int *' to '__global int *' converts between mismatching address spaces}}
46 …tyle cast from '__constant int *' to '__global int *' converts between mismatching address spaces}}
52 …ast from 'const __constant int *' to '__global int *' converts between mismatching address spaces}}
58 …style cast from '__private int *' to '__global int *' converts between mismatching address spaces}}
64 …C-style cast from '__global int *' to '__local int *' converts between mismatching address spaces}}
70 …style cast from '__constant int *' to '__local int *' converts between mismatching address spaces}}
76 …cast from 'const __constant int *' to '__local int *' converts between mismatching address spaces}}
82 …-style cast from '__private int *' to '__local int *' converts between mismatching address spaces}}
88 …tyle cast from '__global int *' to '__constant int *' converts between mismatching address spaces}}
94 …style cast from '__local int *' to '__constant int *' converts between mismatching address spaces}}
[all …]
Daddress-spaces-conversions-cl2.0.cl9 * different address spaces, mainly described in Sections 6.5.5 and 6.5.6.
11 * It adds notion of overlapping address spaces. The main differention is that
135 …tyle cast from '__global int *' to '__constant int *' converts between mismatching address spaces}}
144 …from '__local int *' to '__{{global|constant}} int *' converts between mismatching address spaces}}
153 …om '__constant int *' to '__{{global|generic}} int *' converts between mismatching address spaces}}
162 …om '__private int *' to '__{{global|constant}} int *' converts between mismatching address spaces}}
171 …yle cast from '__generic int *' to '__constant int *' converts between mismatching address spaces}}
226 …tyle cast from '__global int *' to '__constant int *' converts between mismatching address spaces}}
235 …from '__local int *' to '__{{global|constant}} int *' converts between mismatching address spaces}}
244 …om '__constant int *' to '__{{global|generic}} int *' converts between mismatching address spaces}}
[all …]
/external/clang/test/SemaOpenCL/
Daddress-spaces-conversions-cl2.0.cl6 * different address spaces, mainly described in Sections 6.5.5 and 6.5.6.
8 * It adds notion of overlapping address spaces. The main differention is that
160 …n ('__constant int *' and '__global int *') which are pointers to non-overlapping address spaces}}
165 …lobal|constant}} int *' and '__local int *') which are pointers to non-overlapping address spaces}}
170 …bal|generic}} int *' and '__constant int *') which are pointers to non-overlapping address spaces}}
175 … ('__{{global|constant}} int *' and 'int *') which are pointers to non-overlapping address spaces}}
180 … ('__constant int *' and '__generic int *') which are pointers to non-overlapping address spaces}}
186 …e ('__constant int *' and '__global int *') which are pointers to non-overlapping address spaces}}
191 …lobal|constant}} int *' and '__local int *') which are pointers to non-overlapping address spaces}}
196 …bal|generic}} int *' and '__constant int *') which are pointers to non-overlapping address spaces}}
[all …]
/external/brotli/
D.editorconfig8 # - indent 2 spaces
20 # - indent 4 spaces
31 # - indent 4 spaces
38 # - indent 4 spaces
/external/smali/baksmali/src/test/resources/LocalTest/
DLocalTest.smali9 ….local v0, "blah! This local name has some spaces, a colon, even a \nnewline!":I, "some sig info:\…
10 ….local v1, "blah! This local name has some spaces, a colon, even a \nnewline!":V, "some sig info:\…
11 .local v2, "blah! This local name has some spaces, a colon, even a \nnewline!":I
12 .local v3, "blah! This local name has some spaces, a colon, even a \nnewline!":V
24 .param p0, "blah! This local name has some spaces, a colon, even a \nnewline!" # I
/external/yapf/yapf/yapflib/
Dformat_token.py60 def _TabbedContinuationAlignPadding(spaces, align_style, tab_width, argument
74 if spaces > 0:
78 return '\t' * int((spaces + tab_width - 1) / tab_width)
79 return ' ' * spaces
142 def AddWhitespacePrefix(self, newlines_before, spaces=0, indent_level=0): argument
155 spaces, style.Get('CONTINUATION_ALIGN_STYLE'),
158 indent_before = '\t' * indent_level + ' ' * spaces
161 ' ' * indent_level * style.Get('INDENT_WIDTH') + ' ' * spaces)
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
DCAVLCReader.java166 int spaces; in trace() local
168 spaces = 8 - pos.length(); in trace()
172 for (int i = 0; i < spaces; i++) in trace()
176 spaces = 100 - traceBuilder.length() - debugBits.length(); in trace()
177 for (int i = 0; i < spaces; i++) in trace()
/external/grpc-grpc/src/core/lib/json/
Djson_writer.cc55 unsigned spaces = static_cast<unsigned>(writer->depth * writer->indent); in json_writer_output_indent() local
64 while (spaces >= (sizeof(spacesstr) - 1)) { in json_writer_output_indent()
67 spaces -= static_cast<unsigned>(sizeof(spacesstr) - 1); in json_writer_output_indent()
70 if (spaces == 0) return; in json_writer_output_indent()
73 writer, spacesstr + sizeof(spacesstr) - 1 - spaces, spaces); in json_writer_output_indent()
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DTextHtmlFunction.java205 int spaces = 0; in hasAsciiArt() local
224 spaces++; in hasAsciiArt()
229 spaces = 0; in hasAsciiArt()
262 if (spaces > 2) { in hasAsciiArt()
266 spaces = 0; in hasAsciiArt()
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-06-01.data1 # Leading comment line spaces are
7 spaces
8 Flow style: [ # Leading spaces
/external/llvm-project/llvm/test/YAMLParser/
Dspec-06-01.test3 # Leading comment line spaces are
9 spaces
10 Flow style: [ # Leading spaces
/external/llvm/test/YAMLParser/
Dspec-06-01.test3 # Leading comment line spaces are
9 spaces
10 Flow style: [ # Leading spaces
/external/skqp/tools/bookmaker/
DtextParser.cpp47 ptrdiff_t spaces = fChar - lineStart; in reportWarning() local
48 while (spaces > 0 && (size_t) spaces > lineLen) { in reportWarning()
51 spaces -= lineLen; in reportWarning()
63 SkDebugf("%*s^\n", (int) spaces, ""); in reportWarning()
/external/llvm-project/llvm/test/CodeGen/Thumb2/LowOverheadLoops/
Dswitch.mir25 %spaces.0.lcssa = phi i32 [ 0, %entry ], [ %spaces.1, %for.inc ]
26 %sub = sub nsw i32 %found.0.lcssa, %spaces.0.lcssa
31 %spaces.013 = phi i32 [ %spaces.1, %for.inc ], [ 0, %for.body.preheader ]
48 %inc2 = add nsw i32 %spaces.013, 1
53 %spaces.1 = phi i32 [ %spaces.013, %for.body ], [ %inc2, %sw.bb1 ], [ %spaces.013, %sw.bb ]
/external/llvm-project/llvm/test/MC/AsmParser/
Dmacro-vararg.s10 ## Difference: GNU as squeezes repeated spaces.
27 ## Difference: GNU as squeezes repeated spaces.
31 ## Parameters can be separated by spaces
/external/cldr/tools/java/org/unicode/cldr/tool/
DCheckAnnotations.java24 String spaces = shortName.replaceAll("\\S", ""); in main() local
25 if (spaces.length() != spaceCount) { in main()
26 if (spaces.length() > spaceCount) { in main()
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/
DStringUtil.java39 return (numSpaces > 0) ? string + spaces(numSpaces) : string; in padRight()
52 return (numSpaces > 0) ? spaces(numSpaces) + string : string; in padLeft()
82 private static String spaces(int numSpaces) { in spaces() method in StringUtil
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/
DStringUtil.java39 return (numSpaces > 0) ? string + spaces(numSpaces) : string; in padRight()
52 return (numSpaces > 0) ? spaces(numSpaces) + string : string; in padLeft()
82 private static String spaces(int numSpaces) { in spaces() method in StringUtil

12345678910>>...44