Home
last modified time | relevance | path

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

12345678910>>...34

/external/shflags/test_results/1.0.1/
DSolaris-nv-77-x86.txt51 ASSERT:FLAGS (string with spaces) returned a non-zero result
52 ASSERT:string (string with spaces) test failed.string (string with spaces) test failed. expected:<s…
53 flags:ERROR the available getopt does not support spaces in options
140 ASSERT:FLAGS (string with spaces) returned a non-zero result
141 ASSERT:string (string with spaces) test failed.string (string with spaces) test failed. expected:<s…
142 flags:ERROR the available getopt does not support spaces in options
228 ASSERT:FLAGS (string with spaces) returned a non-zero result
229 ASSERT:string (string with spaces) test failed.string (string with spaces) test failed. expected:<s…
230 flags:ERROR the available getopt does not support spaces in options
318 ASSERT:FLAGS (string with spaces) returned a non-zero result
[all …]
DMac_OS_X-10.5.4.txt51 ASSERT:FLAGS (string with spaces) returned a non-zero result
52 ASSERT:string (string with spaces) test failed.string (string with spaces) test failed. expected:<s…
53 flags:ERROR the available getopt does not support spaces in options
140 ASSERT:FLAGS (string with spaces) returned a non-zero result
141 ASSERT:string (string with spaces) test failed.string (string with spaces) test failed. expected:<s…
142 flags:ERROR the available getopt does not support spaces in options
230 ASSERT:FLAGS (string with spaces) returned a non-zero result
231 ASSERT:string (string with spaces) test failed.string (string with spaces) test failed. expected:<s…
232 flags:ERROR the available getopt does not support spaces in options
320 ASSERT:FLAGS (string with spaces) returned a non-zero result
[all …]
DSolaris-9-U6-x86.txt51 ASSERT:FLAGS (string with spaces) returned a non-zero result
52 ASSERT:string (string with spaces) test failed.string (string with spaces) test failed. expected:<s…
53 flags:ERROR the available getopt does not support spaces in options
140 ASSERT:FLAGS (string with spaces) returned a non-zero result
141 ASSERT:string (string with spaces) test failed.string (string with spaces) test failed. expected:<s…
142 flags:ERROR the available getopt does not support spaces in options
228 ASSERT:FLAGS (string with spaces) returned a non-zero result
229 ASSERT:string (string with spaces) test failed.string (string with spaces) test failed. expected:<s…
230 flags:ERROR the available getopt does not support spaces in options
318 ASSERT:FLAGS (string with spaces) returned a non-zero result
[all …]
/external/shflags/test_results/1.0.2/
DSolaris-11.txt45 ASSERT:FLAGS (string with spaces) returned a non-zero result (2)
46 ASSERT:string (string with spaces) test failed. expected:<string with spaces> but was:<single_word>
48 flags:FATAL the available getopt does not support spaces in options
112 ASSERT:FLAGS (string with spaces) returned a non-zero result (2)
113 ASSERT:string (string with spaces) test failed. expected:<string with spaces> but was:<single_word>
115 flags:FATAL the available getopt does not support spaces in options
180 ASSERT:FLAGS (string with spaces) returned a non-zero result (2)
181 ASSERT:string (string with spaces) test failed. expected:<string with spaces> but was:<single_word>
183 flags:FATAL the available getopt does not support spaces in options
248 ASSERT:FLAGS (string with spaces) returned a non-zero result (2)
[all …]
DMac_OS_X-10.5.5.txt45 ASSERT:FLAGS (string with spaces) returned a non-zero result (2)
46 ASSERT:string (string with spaces) test failed. expected:<string with spaces> but was:<single_word>
48 flags:FATAL the available getopt does not support spaces in options
112 ASSERT:FLAGS (string with spaces) returned a non-zero result (2)
113 ASSERT:string (string with spaces) test failed. expected:<string with spaces> but was:<single_word>
115 flags:FATAL the available getopt does not support spaces in options
184 ASSERT:FLAGS (string with spaces) returned a non-zero result (2)
185 ASSERT:string (string with spaces) test failed. expected:<string with spaces> but was:<single_word>
187 flags:FATAL the available getopt does not support spaces in options
256 ASSERT:FLAGS (string with spaces) returned a non-zero result (2)
[all …]
/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/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/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/brotli/
D.editorconfig8 # - indent 2 spaces
20 # - indent 4 spaces
31 # - indent 4 spaces
38 # - indent 4 spaces
/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/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/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/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/test/YAMLParser/
Dspec-06-01.test3 # Leading comment line spaces are
9 spaces
10 Flow style: [ # Leading spaces
/external/swiftshader/third_party/llvm-7.0/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/skia/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/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_functions.py238 spaces = lambda amount=0: ' ' * (amount + indent) function
246 "%s}" % (spaces(), spaces(indent_size),
247 spaces(2 * indent_size), spaces(3 * indent_size),
248 spaces(2 * indent_size), spaces(indent_size), spaces()))
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_functions.py241 spaces = lambda amount=0: ' ' * (amount + indent) function
249 "%s}" % (spaces(), spaces(indent_size),
250 spaces(2 * indent_size), spaces(3 * indent_size),
251 spaces(2 * indent_size), spaces(indent_size), spaces()))
/external/scapy/scapy/
Ddata.py121 spaces = re.compile(b"[ \t]+|\n")
132 lt = tuple(re.split(spaces, l))
143 spaces = re.compile(b"[ \t]+|\n")
155 lt = tuple(re.split(spaces, l))
167 spaces = re.compile(b"[ \t]+|\n")
180 lt = tuple(re.split(spaces, l))
/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()

12345678910>>...34