Home
last modified time | relevance | path

Searched full:spaces (Results 1 – 25 of 4445) sorted by relevance

12345678910>>...178

/external/google-smali/baksmali/src/test/java/com/android/tools/smali/baksmali/formatter/
DBaksmaliWriterTest.java75 …"Ldefining/class/`with spaces`;->`methodName with spaces`(L`param with spaces 1`;L`param with spac… in testWriteMethodDescriptor_withSpaces()
76 "Lreturn/type/`with spaces`;", in testWriteMethodDescriptor_withSpaces()
87 "`methodName with spaces`(L`param with spaces 1`;L`param with spaces 2`;)" + in testWriteShortMethodDescriptor_withSpaces()
88 "Lreturn/type/`with spaces`;", in testWriteShortMethodDescriptor_withSpaces()
99 "(L`param with spaces 1`;L`param with spaces 2`;)Lreturn/type/`with spaces`;", in testWriteMethodProtoDescriptor_withSpaces()
109 …Assert.assertEquals("Ldefining/class/`with spaces`;->`fieldName with spaces`:Lfield/`type with spa… in testWriteFieldDescriptor_withSpaces()
119 Assert.assertEquals("`fieldName with spaces`:Lfield/`type with spaces`;", in testWriteShortFieldDescriptor_withSpaces()
129 … Assert.assertEquals("instance-get@Ldefining/class/`with spaces`;->`fieldName with spaces`:" + in testWriteMethodHandle_fieldAccess_withSpaces()
130 "Lfield/`type with spaces`;", output.toString()); in testWriteMethodHandle_fieldAccess_withSpaces()
139 … Assert.assertEquals("invoke-instance@Ldefining/class/`with spaces`;->`methodName with spaces`(" + in testWriteMethodHandle_methodAccess_withSpaces()
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/builder/
DMultilineRecursiveToStringStyle.java76 private int spaces = 2; field in MultilineRecursiveToStringStyle
87 * Must be invoked after changing the {@link #spaces} value.
90 setArrayStart("{" + System.lineSeparator() + spacer(spaces)); in resetIndent()
91 setArraySeparator("," + System.lineSeparator() + spacer(spaces)); in resetIndent()
92 setArrayEnd(System.lineSeparator() + spacer(spaces - INDENT) + "}"); in resetIndent()
94 setContentStart("[" + System.lineSeparator() + spacer(spaces)); in resetIndent()
95 setFieldSeparator("," + System.lineSeparator() + spacer(spaces)); in resetIndent()
96 setContentEnd(System.lineSeparator() + spacer(spaces - INDENT) + "]"); in resetIndent()
102 * @param spaces how far to indent
103 * @return a StringBuilder with {spaces} leading space characters.
[all …]
/external/icu/icu4c/source/test/thaitest/
Dthaitest.cpp31 * spaces inserted where the word breaks are. It computes a copy of
32 * the text without spaces and uses a word instance of a Thai BreakIterator
41 * This class is a break iterator that counts words and spaces.
96 // spaces - pointer to a char16_t array for the text with spaces
97 // spaceCount - the number of characters in the spaces array
98 // noSpaces - pointer to a char16_t array for the text without spaces
101 …ThaiWordbreakTest(const char16_t *spaces, int32_t spaceCount, const char16_t *noSpaces, int32_t no…
104 // returns the number of breaks that are in the spaces array
109 // array but aren't in the spaces array
112 // returns the number of words found in the spaces array
[all …]
/external/cronet/third_party/icu/source/test/thaitest/
Dthaitest.cpp25 * 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 char16_t array for the text with spaces
91 // spaceCount - the number of characters in the spaces array
92 // noSpaces - pointer to a char16_t array for the text without spaces
95 …ThaiWordbreakTest(const char16_t *spaces, int32_t spaceCount, const char16_t *noSpaces, int32_t no…
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/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/
Dtrim_all.hpp26 Just like \c trim, \c trim_all removes all trailing and leading spaces from a
27 sequence (string). In addition, spaces in the middle of the sequence are truncated
30 \c trim_fill acts as trim_all, but the spaces in the middle are replaces with
47 Remove all leading and trailing spaces from the input and
48 compress all other spaces to a single character.
52 \param IsSpace A unary predicate identifying spaces
68 Remove all leading and trailing spaces from the input and
69 compress all other spaces to a single character.
73 \param IsSpace A unary predicate identifying spaces
88 Remove all leading and trailing spaces from the input and
[all …]
Dtrim.hpp28 Trim algorithms are used to remove trailing and leading spaces from a
46 Remove all leading spaces from the input.
47 The supplied predicate is used to determine which characters are considered spaces.
53 \param IsSpace A unary predicate identifying spaces
96 Remove all leading spaces from the input.
116 Remove all leading spaces from the input. The supplied predicate is
117 used to determine which characters are considered spaces.
121 \param IsSpace A unary predicate identifying spaces
136 Remove all leading spaces from the input.
154 Remove all trailing spaces from the input.
[all …]
/external/googleapis/google/chat/v1/
Dspace.proto33 // A space in Google Chat. Spaces are conversations between two or more users
38 pattern: "spaces/{space}"
77 // Named spaces that support message threads. When users respond to a
82 // Named spaces where the conversation is organized by topic. Topics and
107 // Format: `spaces/{space}`
128 // space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/create).
141 // field when creating spaces in the following conditions:
149 // because import mode spaces must only permit members from the same
153 // spaces can permit any Google Chat user so this field can then be set
154 // for import mode spaces.
[all …]
Dchat_service.proto56 "https://www.googleapis.com/auth/chat.spaces,"
57 "https://www.googleapis.com/auth/chat.spaces.create,"
58 "https://www.googleapis.com/auth/chat.spaces.readonly,"
75 post: "/v1/{parent=spaces/*}/messages"
82 // messages from blocked members and spaces. For an example, see
88 get: "/v1/{parent=spaces/*}/messages"
98 // lists memberships in spaces that the Chat app has
103 // lists memberships in spaces that the authenticated user has access to.
115 get: "/v1/{parent=spaces/*}/members"
133 get: "/v1/{name=spaces/*/members/*}"
[all …]
Dspace_read_state.proto37 pattern: "users/{user}/spaces/{space}/spaceReadState"
43 // Format: `users/{user}/spaces/{space}/spaceReadState`
61 // - The `me` alias. For example, `users/me/spaces/{space}/spaceReadState`.
64 // `users/user@example.com/spaces/{space}/spaceReadState`.
67 // `users/123456789/spaces/{space}/spaceReadState`.
69 // Format: users/{user}/spaces/{space}/spaceReadState
86 // - The `me` alias. For example, `users/me/spaces/{space}/spaceReadState`.
89 // `users/user@example.com/spaces/{space}/spaceReadState`.
92 // `users/123456789/spaces/{space}/spaceReadState`.
94 // Format: users/{user}/spaces/{space}/spaceReadState
Dchat_v1.yaml12 with Google Chat and manage Chat resources such as spaces, members, and
45 https://www.googleapis.com/auth/chat.spaces,
46 https://www.googleapis.com/auth/chat.spaces.create
74 https://www.googleapis.com/auth/chat.spaces,
75 https://www.googleapis.com/auth/chat.spaces.readonly
96 https://www.googleapis.com/auth/chat.spaces,
97 https://www.googleapis.com/auth/chat.spaces.readonly
122 https://www.googleapis.com/auth/chat.spaces,
123 https://www.googleapis.com/auth/chat.spaces.readonly
127 https://www.googleapis.com/auth/chat.spaces,
[all …]
Dmembership.proto39 pattern: "spaces/{space}/members/{member}"
82 // Format: `spaces/{space}/members/{member}`
115 // except when used to import historical memberships in import mode spaces.
123 // when used to import historical memberships in import mode spaces.
135 // Format: spaces/{space}
183 // Format: spaces/{space}
213 …// ([`role`](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces.members#mem…
279 // `spaces/{space}/members/app`.
281 // Format: `spaces/{space}/members/{member}` or `spaces/{space}/members/app`
286 // `spaces/{space}/members/example@gmail.com` where `example@gmail.com` is the
[all …]
/external/okio/okio/src/commonMain/kotlin/okio/
DUtil.kt30 /* 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/openthread/third_party/mbedtls/repo/
D.uncrustify.cfg21 # Spaces-only indentation
61 # Remove spaces around the preprocessor '##' token-concatenate
91 # Remove spaces inside all kinds of parentheses:
93 # Remove spaces inside parentheses
96 # No spaces inside statement parentheses
99 # No spaces inside cast parentheses '( char )x' -> '(char)x'
102 # No spaces inside function parentheses
107 # No spaces inside the first parentheses in a function type
110 # (Uncrustify >= 0.74.0) No spaces inside parens in for statements
113 # Remove spaces between nested parentheses '( (' -> '(('
[all …]
/external/mbedtls/
D.uncrustify.cfg21 # Spaces-only indentation
61 # Remove spaces around the preprocessor '##' token-concatenate
91 # Remove spaces inside all kinds of parentheses:
93 # Remove spaces inside parentheses
96 # No spaces inside statement parentheses
99 # No spaces inside cast parentheses '( char )x' -> '(char)x'
102 # No spaces inside function parentheses
107 # No spaces inside the first parentheses in a function type
110 # (Uncrustify >= 0.74.0) No spaces inside parens in for statements
113 # Remove spaces between nested parentheses '( (' -> '(('
[all …]
/external/aws-sdk-java-v2/services/migrationhubrefactorspaces/src/main/resources/codegen-resources/
Dendpoint-tests.json7 "url": "https://refactor-spaces-fips.us-east-1.api.aws"
20 "url": "https://refactor-spaces-fips.us-east-1.amazonaws.com"
33 "url": "https://refactor-spaces.us-east-1.api.aws"
46 "url": "https://refactor-spaces.us-east-1.amazonaws.com"
59 "url": "https://refactor-spaces-fips.cn-north-1.api.amazonwebservices.com.cn"
72 "url": "https://refactor-spaces-fips.cn-north-1.amazonaws.com.cn"
85 "url": "https://refactor-spaces.cn-north-1.api.amazonwebservices.com.cn"
98 "url": "https://refactor-spaces.cn-north-1.amazonaws.com.cn"
111 "url": "https://refactor-spaces-fips.us-gov-east-1.api.aws"
124 "url": "https://refactor-spaces-fips.us-gov-east-1.amazonaws.com"
[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/clang/lib/Format/
DWhitespaceManager.cpp30 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 …]
DWhitespaceManager.h50 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/yapf/yapf/yapflib/
Dformat_token.py32 def _TabbedContinuationAlignPadding(spaces, align_style, tab_width): argument
36 spaces: (int) The number of spaces to place before the token for alignment.
44 if spaces > 0:
45 return '\t' * int((spaces + tab_width - 1) / tab_width)
47 return ' ' * spaces
71 spaces_required_before: The number of spaces required before a token. This
73 instance, a comment may have n required spaces before it. But the
74 formatter won't place n spaces before all comments. Only those that are
135 def AddWhitespacePrefix(self, newlines_before, spaces=0, indent_level=0): argument
142 spaces: (int) The number of spaces to place before the token.
[all …]
/external/llvm-libc/src/stdio/printf_core/
Dint_converter.h112 int spaces; in convert_int() local
138 // padded with 0's instead of spaces identically to if precision = in convert_int()
142 spaces = 0; in convert_int()
145 // number, padded by spaces. in convert_int()
147 spaces = in convert_int()
152 // spaces. Example: ("%5.4d", 10000) -> "10000" in convert_int()
153 // If the check for if zeroes is negative was not there, spaces would be in convert_int()
165 spaces = static_cast<int>(to_conv.min_width - zeroes - digits_written - in convert_int()
184 --spaces; in convert_int()
188 // If left justified it goes prefix zeroes digits spaces in convert_int()
[all …]
/external/llvm/test/tools/llvm-profdata/
Dcompat.proftext18 …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:
Dgeneral.proftext15 …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/googleapis/google/apps/events/subscriptions/v1/
Dworkspaceevents_v1.yaml31 https://www.googleapis.com/auth/chat.spaces,
32 https://www.googleapis.com/auth/chat.spaces.readonly,
45 https://www.googleapis.com/auth/chat.spaces,
46 https://www.googleapis.com/auth/chat.spaces.readonly,
59 https://www.googleapis.com/auth/chat.spaces,
60 https://www.googleapis.com/auth/chat.spaces.readonly,
73 https://www.googleapis.com/auth/chat.spaces,
74 https://www.googleapis.com/auth/chat.spaces.readonly,
87 https://www.googleapis.com/auth/chat.spaces,
88 https://www.googleapis.com/auth/chat.spaces.readonly,
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
DSpacePadder.java30 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/google-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

12345678910>>...178