| /external/icu/icu4c/source/test/thaitest/ |
| D | thaitest.cpp | 25 * spaces inserted where the word breaks are. It computes a copy of 26 * the text without spaces and uses a word instance of a Thai BreakIterator 35 * This class is a break iterator that counts words and spaces. 90 // spaces - pointer to a UChar array for the text with spaces 91 // spaceCount - the number of characters in the spaces array 92 // noSpaces - pointer to a UChar array for the text without spaces 95 …ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceC… 98 // returns the number of breaks that are in the spaces array 103 // array but aren't in the spaces array 106 // returns the number of words found in the spaces array [all …]
|
| /external/okio/okio/src/commonMain/kotlin/okio/ |
| D | -Util.kt | 30 /* ktlint-disable no-multi-spaces indent */ 57 /* ktlint-enable no-multi-spaces indent */ 107 result[1] = HEX_DIGIT_CHARS[this and 0xf] // ktlint-disable no-multi-spaces in toHexString() 120 result[5] = HEX_DIGIT_CHARS[this shr 8 and 0xf] // ktlint-disable no-multi-spaces in toHexString() 121 result[6] = HEX_DIGIT_CHARS[this shr 4 and 0xf] // ktlint-disable no-multi-spaces in toHexString() 122 result[7] = HEX_DIGIT_CHARS[this and 0xf] // ktlint-disable no-multi-spaces in toHexString() 138 result[ 0] = HEX_DIGIT_CHARS[(this shr 60 and 0xf).toInt()] // ktlint-disable no-multi-spaces in toHexString() 139 result[ 1] = HEX_DIGIT_CHARS[(this shr 56 and 0xf).toInt()] // ktlint-disable no-multi-spaces in toHexString() 140 result[ 2] = HEX_DIGIT_CHARS[(this shr 52 and 0xf).toInt()] // ktlint-disable no-multi-spaces in toHexString() 141 result[ 3] = HEX_DIGIT_CHARS[(this shr 48 and 0xf).toInt()] // ktlint-disable no-multi-spaces in toHexString() [all …]
|
| /external/clang/test/SemaOpenCL/ |
| D | address-spaces-conversions-cl2.0.cl | 6 * 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/clang/lib/Format/ |
| D | WhitespaceManager.cpp | 30 unsigned IndentLevel, int Spaces, unsigned StartOfTokenColumn, in Change() argument 41 Spaces(Spaces), IsInsideToken(IsInsideToken), IsTrailingComment(false), in Change() 51 unsigned IndentLevel, unsigned Spaces, in replaceWhitespace() argument 59 Spaces, StartOfTokenColumn, Newlines, "", "", Tok.Tok.getKind(), in replaceWhitespace() 71 /*Spaces=*/0, Tok.OriginalColumn, Tok.NewlinesBefore, "", "", in addUntouchableToken() 80 unsigned Newlines, unsigned IndentLevel, int Spaces) { in replaceWhitespaceInToken() argument 86 IndentLevel, Spaces, std::max(0, Spaces), Newlines, PreviousPostfix, in replaceWhitespaceInToken() 125 Changes[i - 1].TokenLength + Changes[i - 1].Spaces; in calculateLineBreakInformation() 177 // spaces it has to be shifted, so the rest of the changes on the line are in AlignTokenSequence() 182 Changes[i].Spaces += Shift; in AlignTokenSequence() [all …]
|
| D | WhitespaceManager.h | 50 unsigned IndentLevel, unsigned Spaces, 62 /// Inserts \p PreviousPostfix, \p Newlines, \p Spaces and \p CurrentPrefix 66 /// Note: \p Spaces can be negative to retain information about initial 69 /// alignment here. In all other cases negative \p Spaces will be truncated to 72 /// When \p InPPDirective is true, escaped newlines are inserted. \p Spaces is 79 int Spaces); 103 /// \p PreviousLinePostfix, \p NewlinesBefore line breaks, \p Spaces spaces 109 unsigned IndentLevel, int Spaces, unsigned StartOfTokenColumn, 136 // The number of spaces in front of the token or broken part of the token. 141 int Spaces; member [all …]
|
| /external/skia/experimental/sktext/src/ |
| D | Line.cpp | 7 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()
|
| /external/yapf/yapf/yapflib/ |
| D | format_token.py | 60 def _TabbedContinuationAlignPadding(spaces, align_style, tab_width, argument 65 spaces: (int) The number of spaces to place before the token for alignment. 74 if spaces > 0: 78 return '\t' * int((spaces + tab_width - 1) / tab_width) 79 return ' ' * spaces 100 spaces_required_before: The number of spaces required before a token. This 102 instance, a comment may have n required spaces before it. But the 103 formatter won't place n spaces before all comments. Only those that are 142 def AddWhitespacePrefix(self, newlines_before, spaces=0, indent_level=0): argument 149 spaces: (int) The number of spaces to place before the token. [all …]
|
| /external/llvm/test/tools/llvm-profdata/ |
| D | compat.proftext | 18 …S/Inputs/compat.profdata.v1 --function "name with spaces" --counts | FileCheck %s -check-prefix=SP… 19 name with spaces 24 # SPACES: Hash: 0x{{0+}}400 25 # SPACES-NEXT: Counters: 2 26 # SPACES-NEXT: Function count: 0 27 # SPACES-NEXT: Block counts: [0] 70 # FORMATV4: name with spaces:
|
| D | general.proftext | 15 …data show %t.profdata.dense --function "name with spaces" --counts | FileCheck %s -check-prefix=SP… 16 # RUN: llvm-profdata show %t.profdata --function "name with spaces" --counts | FileCheck %s --check… 17 name with spaces 22 # SPACES: Hash: 0x{{0+}}400 23 # SPACES-NEXT: Counters: 2 24 # SPACES-NEXT: Function count: 0 25 # SPACES-NEXT: Block counts: [0]
|
| /external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
| D | SpacePadder.java | 30 final static String[] SPACES = { " ", " ", " ", " ", // 1,2,4,8 field in SpacePadder 31 // spaces 32 " ", // 16 spaces 33 " " }; // 32 spaces 98 sbuf.append(SPACES[5]); in spacePad() 104 sbuf.append(SPACES[i]); in spacePad() 117 sbuf.append(SPACES[5]); in spacePad() 123 sbuf.append(SPACES[i]); in spacePad()
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | chat.v1.json | 111 …"description": "Required. Space resource name, in the form \"spaces/*\". Example: spaces/AAAAAAAAA… 146 …"description": "Required. Space resource name, in the form \"spaces/*\". Example: spaces/AAAAAAAAA… 185 …"description": "Required. Space resource name, in the form \"spaces/*\". Example: spaces/AAAAAAAAA… 253 …"description": "Required. Space resource name, in the form \"spaces/*\". Example: spaces/AAAAAAAAA… 288 …"description": "Required. Space resource name, in the form \"spaces/*\". Example: spaces/AAAAAAAAA… 327 …"description": "Required. Space resource name, in the form \"spaces/*\". Example: spaces/AAAAAAAAA… 356 "spaces": { object 360 "flatPath": "v1/spaces/{spacesId}", 362 "id": "chat.spaces.get", 368 …ription": "Required. Resource name of the space, in the form \"spaces/*\". Example: spaces/AAAAAAA… [all …]
|
| /external/dokka/core/testdata/markdown/ |
| D | spec.txt | 31 continuation paragraphs need to be indented four spaces, but is 33 they, too, must be indented four spaces, but `Markdown.pl` does 203 Tabs in lines are expanded to spaces, with a tab stop of 4 characters: 223 A line containing no characters, or a line containing only spaces (after 233 words, spaces, links, emphasized text, images, and inline code. 274 A line consisting of 0-3 spaces of indentation, followed by a sequence 276 optionally by any number of spaces, forms a [horizontal 315 One to three spaces indent are allowed: 327 Four spaces is too many: 352 Spaces are allowed between the characters: [all …]
|
| /external/deqp/external/openglcts/ |
| D | .clang-format | 133 # 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']'.
|
| /external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 30 * 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; in padRight() 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; in padLeft() 82 private static String spaces(int numSpaces) { in spaces() method in StringUtil
|
| /external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 30 * 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; in padRight() 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; in padLeft() 82 private static String spaces(int numSpaces) { in spaces() method in StringUtil
|
| /external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 30 * 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; in padRight() 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; 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/ |
| D | StringUtil.java | 30 * 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; in padRight() 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; in padLeft() 82 private static String spaces(int numSpaces) { in spaces() method in StringUtil
|
| /external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 30 * 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; in padRight() 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; in padLeft() 82 private static String spaces(int numSpaces) { in spaces() method in StringUtil
|
| /external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 30 * 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; in padRight() 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; in padLeft() 82 private static String spaces(int numSpaces) { in spaces() method in StringUtil
|
| /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 30 * 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; in padRight() 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; in padLeft() 82 private static String spaces(int numSpaces) { in spaces() method in StringUtil
|
| /external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 30 * 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; in padRight() 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; in padLeft() 82 private static String spaces(int numSpaces) { in spaces() method in StringUtil
|
| /external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 30 * 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; in padRight() 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; in padLeft() 82 private static String spaces(int numSpaces) { in spaces() method in StringUtil
|
| /external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 30 * 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; in padRight() 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; in padLeft() 82 private static String spaces(int numSpaces) { in spaces() method in StringUtil
|
| /external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/ |
| D | StringUtil.java | 30 * 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; in padRight() 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; in padLeft() 82 private static String spaces(int numSpaces) { in spaces() method in StringUtil
|
| /external/smali/baksmali/src/test/resources/LocalTest/ |
| D | LocalTest.smali | 9 ….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
|