Searched refs:spaces (Results 1 - 25 of 80) sorted by relevance

1234

/external/e2fsprogs/lib/ext2fs/
H A Dprogress.c18 static char spaces[80], backspaces[80]; variable
43 memset(spaces, ' ', sizeof(spaces)-1);
44 spaces[sizeof(spaces)-1] = 0;
92 fprintf(stdout, "%.*s", (2*progress->log_max)+1, spaces);
/external/icu/icu4c/source/test/thaitest/
H A Dthaitest.cpp23 * spaces inserted where the word breaks are. It computes a copy of
24 * the text without spaces and uses a word instance of a Thai BreakIterator
33 * This class is a break iterator that counts words and spaces.
88 // spaces - pointer to a UChar array for the text with spaces
89 // spaceCount - the number of characters in the spaces array
90 // noSpaces - pointer to a UChar array for the text without spaces
93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose);
96 // returns the number of breaks that are in the spaces array
101 // array but aren't in the spaces arra
159 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose) argument
214 compareWordBreaks(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount) argument
366 crunchSpaces(const UChar *spaces, int32_t count, int32_t &nonSpaceCount) argument
465 const UChar *spaces, *noSpaces; local
[all...]
/external/clang/test/Preprocessor/
H A Dtraditional-cpp.c33 bracket(| spaces |)
34 /* CHECK: {{^}}>>>| spaces |<<<{{$}}
46 /* Deliberately check a leading newline with spaces on that line. */
69 bracket2(spaces)
71 * CHECK-NOT: {{^}}>>> spaces <<<{{$}}
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
35 * @return a String of at least width characters, padded on the right with spaces as necessary
39 return (numSpaces > 0) ? string + spaces(numSpaces) : string;
43 * Pad the specified String with spaces to the left to the specified width. If the length
48 * @return a String of at least width characters, padded on the left with spaces as necessary
52 return (numSpaces > 0) ? spaces(numSpaces) + string : string;
82 private static String spaces(int numSpaces) { method in class:StringUtil
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
35 * @return a String of at least width characters, padded on the right with spaces as necessary
39 return (numSpaces > 0) ? string + spaces(numSpaces) : string;
43 * Pad the specified String with spaces to the left to the specified width. If the length
48 * @return a String of at least width characters, padded on the left with spaces as necessary
52 return (numSpaces > 0) ? spaces(numSpaces) + string : string;
82 private static String spaces(int numSpaces) { method in class:StringUtil
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
35 * @return a String of at least width characters, padded on the right with spaces as necessary
39 return (numSpaces > 0) ? string + spaces(numSpaces) : string;
43 * Pad the specified String with spaces to the left to the specified width. If the length
48 * @return a String of at least width characters, padded on the left with spaces as necessary
52 return (numSpaces > 0) ? spaces(numSpaces) + string : string;
82 private static String spaces(int numSpaces) { method in class:StringUtil
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java31 return (numSpaces > 0) ? string + spaces(numSpaces) : string;
36 return (numSpaces > 0) ? spaces(numSpaces) + string : string;
59 private static String spaces(int numSpaces) { method in class:StringUtil
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
35 * @return a String of at least width characters, padded on the right with spaces as necessary
39 return (numSpaces > 0) ? string + spaces(numSpaces) : string;
43 * Pad the specified String with spaces to the left to the specified width. If the length
48 * @return a String of at least width characters, padded on the left with spaces as necessary
52 return (numSpaces > 0) ? spaces(numSpaces) + string : string;
82 private static String spaces(int numSpaces) { method in class:StringUtil
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
35 * @return a String of at least width characters, padded on the right with spaces as necessary
39 return (numSpaces > 0) ? string + spaces(numSpaces) : string;
43 * Pad the specified String with spaces to the left to the specified width. If the length
48 * @return a String of at least width characters, padded on the left with spaces as necessary
52 return (numSpaces > 0) ? spaces(numSpaces) + string : string;
82 private static String spaces(int numSpaces) { method in class:StringUtil
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
35 * @return a String of at least width characters, padded on the right with spaces as necessary
39 return (numSpaces > 0) ? string + spaces(numSpaces) : string;
43 * Pad the specified String with spaces to the left to the specified width. If the length
48 * @return a String of at least width characters, padded on the left with spaces as necessary
52 return (numSpaces > 0) ? spaces(numSpaces) + string : string;
82 private static String spaces(int numSpaces) { method in class:StringUtil
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
35 * @return a String of at least width characters, padded on the right with spaces as necessary
39 return (numSpaces > 0) ? string + spaces(numSpaces) : string;
43 * Pad the specified String with spaces to the left to the specified width. If the length
48 * @return a String of at least width characters, padded on the left with spaces as necessary
52 return (numSpaces > 0) ? spaces(numSpaces) + string : string;
82 private static String spaces(int numSpaces) { method in class:StringUtil
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
35 * @return a String of at least width characters, padded on the right with spaces as necessary
39 return (numSpaces > 0) ? string + spaces(numSpaces) : string;
43 * Pad the specified String with spaces to the left to the specified width. If the length
48 * @return a String of at least width characters, padded on the left with spaces as necessary
52 return (numSpaces > 0) ? spaces(numSpaces) + string : string;
82 private static String spaces(int numSpaces) { method in class:StringUtil
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
35 * @return a String of at least width characters, padded on the right with spaces as necessary
39 return (numSpaces > 0) ? string + spaces(numSpaces) : string;
43 * Pad the specified String with spaces to the left to the specified width. If the length
48 * @return a String of at least width characters, padded on the left with spaces as necessary
52 return (numSpaces > 0) ? spaces(numSpaces) + string : string;
82 private static String spaces(int numSpaces) { method in class:StringUtil
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
35 * @return a String of at least width characters, padded on the right with spaces as necessary
39 return (numSpaces > 0) ? string + spaces(numSpaces) : string;
43 * Pad the specified String with spaces to the left to the specified width. If the length
48 * @return a String of at least width characters, padded on the left with spaces as necessary
52 return (numSpaces > 0) ? spaces(numSpaces) + string : string;
82 private static String spaces(int numSpaces) { method in class:StringUtil
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/
H A DStringUtil.java30 * Pad the specified String with spaces to the right to the specified width. If the length
35 * @return a String of at least width characters, padded on the right with spaces as necessary
39 return (numSpaces > 0) ? string + spaces(numSpaces) : string;
43 * Pad the specified String with spaces to the left to the specified width. If the length
48 * @return a String of at least width characters, padded on the left with spaces as necessary
52 return (numSpaces > 0) ? spaces(numSpaces) + string : string;
82 private static String spaces(int numSpaces) { method in class:StringUtil
/external/vixl/tools/
H A Dprinter.py73 # Append spaces to hide the previous line.
75 spaces = __last_overwritable_line_length__.value - new_len
76 if spaces > 0:
77 sys.stdout.write(' ' * spaces)
/external/libvpx/libvpx/tools/
H A Dvpx-astyle.sh3 astyle --style=java --indent=spaces=2 --indent-switches\
/external/proguard/bin/
H A Dproguard.bat6 REM Note: when passing file names containing spaces to this script,
H A Dproguardgui.bat6 REM Note: when passing file names containing spaces to this script,
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
H A DTextHtmlFunction.java205 int spaces = 0;
222 // Ignore spaces after full stops.
224 spaces++;
229 spaces = 0;
262 if (spaces > 2) {
266 spaces = 0;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
H A DCAVLCReader.java166 int spaces;
168 spaces = 8 - pos.length();
172 for (int i = 0; i < spaces; i++)
176 spaces = 100 - traceBuilder.length() - debugBits.length();
177 for (int i = 0; i < spaces; i++)
/external/google-breakpad/src/common/linux/
H A Dlinux_libc_support.cc229 const char spaces[] = " \t\f\n\r\t\v"; local
230 for (size_t i = 0; i < sizeof(spaces); i++) {
231 if (ch == spaces[i])
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializationHandler.java85 * Set the number of spaces to indent for each indentation level.
86 * @param spaces the number of spaces to indent for each indentation level.
88 public void setIndentAmount(int spaces); argument
/external/bison/src/
H A DAnnotationList.h125 * stderr. \c spaces spaces were printed before each line of the text.
128 int spaces);
/external/clang/tools/diagtool/
H A DDiagTool.cpp58 unsigned spaces = (maxName + 3) - (it->size()); local
59 for (unsigned i = 0; i < spaces; ++i)

Completed in 843 milliseconds

1234