Home
last modified time | relevance | path

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

12345678910>>...304

/aosp_15_r20/external/google-smali/baksmali/src/test/java/com/android/tools/smali/baksmali/formatter/
H A 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 …]
/aosp_15_r20/external/icu/icu4c/source/test/thaitest/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/icu/source/test/thaitest/
H A 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 …]
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/builder/
H A 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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/googleapis/google/chat/v1/
H A 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 …]
H A 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 …]
H A Dmessage.proto47 pattern: "spaces/{space}/messages/{message}"
52 // Format: `spaces/{space}/messages/{message}`
57 // `spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB`.
62 // `spaces/AAAAAAAAAAA/messages/client-custom-name`. For details, see [Name
75 // Optional. Immutable. For spaces created in Chat, the time at which the
77 // mode spaces.
79 // For import mode spaces, set this field to the historical timestamp at which
166 // [space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces)
189 // Output only. A URL in `spaces.messages.text` that matches a link preview
205 …// [`messageId`](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces.message…
[all …]
/aosp_15_r20/art/runtime/gc/collector/
H A Dimmune_spaces_test.cc78 // Create a bunch of fake bitmaps since these are required to create image spaces. The bitmaps in ReserveBitmaps()
79 // do not need to cover the image spaces though. in ReserveBitmaps()
200 ImmuneSpaces spaces; in TEST_F() local
206 spaces.AddSpace(&a); in TEST_F()
207 spaces.AddSpace(&b); in TEST_F()
209 EXPECT_TRUE(spaces.ContainsSpace(&a)); in TEST_F()
210 EXPECT_TRUE(spaces.ContainsSpace(&b)); in TEST_F()
211 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().Begin()), a.Begin()); in TEST_F()
212 EXPECT_EQ(reinterpret_cast<uint8_t*>(spaces.GetLargestImmuneRegion().End()), b.Limit()); in TEST_F()
218 ImmuneSpaces spaces; in TEST_F() local
[all …]
/aosp_15_r20/system/logging/logd/
H A DLogStatistics.cpp608 int16_t spaces = 1; in Format() local
613 if (spaces < 0) spaces = 0; in Format()
614 output += android::base::StringPrintf("%*s%s", spaces, "", in Format()
616 spaces += spaces_total + oldLength - output.length(); in Format()
618 if (spaces < 0) spaces = 0; in Format()
619 output += android::base::StringPrintf("%*sTotal", spaces, ""); in Format()
622 spaces = 10 - strlen(TotalStr); in Format()
630 if (spaces < 0) spaces = 0; in Format()
636 android::base::StringPrintf("%*s%zu/%zu", spaces, "", szs, els); in Format()
637 spaces += spaces_total + oldLength - output.length(); in Format()
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/Properties/
H A DEscapeSpace.java27 * @summary Escaping of spaces required only for leading spaces in the value
45 "key1=\\ \\ Value1, has leading and trailing spaces\\ \n" +
46 "key2=Value2,\\ does not have\\ leading or trailing\\ spaces\n" +
47 "key3=Value3,has,no,spaces\n" +
48 "key4=Value4, does not have leading spaces\\ \n" +
49 "key5=\\t\\ \\ Value5, has leading tab and no trailing spaces\n" +
51 "\\ key1\\ test\\ =key1, has leading and trailing spaces \n" +
52 "key2\\ test=key2, does not have leading or trailing spaces\n" +
53 "key3test=key3,has,no,spaces\n" +
54 "key4\\ test\\ =key4, does not have leading spaces \n" +
[all …]
H A DPropertiesTest.java154 "key1=\\ \\ Value\\u4e001, has leading and trailing spaces\\ \n" + in EscapeSpace()
155 "key2=Value\\u4e002,\\ does not have\\ leading or trailing\\ spaces\n" + in EscapeSpace()
156 "key3=Value\\u4e003,has,no,spaces\n" + in EscapeSpace()
157 "key4=Value\\u4e004, does not have leading spaces\\ \n" + in EscapeSpace()
158 "key5=\\t\\ \\ Value\\u4e005, has leading tab and no trailing spaces\n" + in EscapeSpace()
160 "\\ key1\\ test\\ =key1, has leading and trailing spaces \n" + in EscapeSpace()
161 "key2\\ test=key2, does not have leading or trailing spaces\n" + in EscapeSpace()
162 "key3test=key3,has,no,spaces\n" + in EscapeSpace()
163 "key4\\ test\\ =key4, does not have leading spaces \n" + in EscapeSpace()
164 "\\t\\ key5\\ test=key5, has leading tab and no trailing spaces\n" + in EscapeSpace()
[all …]
/aosp_15_r20/external/clang/lib/Format/
H A 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 …]
/aosp_15_r20/external/dokka/core/testdata/markdown/
H A Dspec.txt31 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 …]
/aosp_15_r20/external/clang/test/SemaOpenCL/
H A 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 …]
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dchat.v1.json111 …"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 …]
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DClientDescriptor.cpp45 void ClientDescriptor::dump(String8 *dst, int spaces) const in dump()
49 dst->appendFormat("%*s%s; %d; Channel mask: 0x%x\n", spaces, "", in dump()
51 dst->appendFormat("%*sAttributes: %s\n", spaces, "", toString(mAttributes).c_str()); in dump()
53 dst->appendFormat("%*sPreferred Device Port ID: %d;\n", spaces, "", mPreferredDeviceId); in dump()
57 void TrackClientDescriptor::dump(String8 *dst, int spaces) const in dump()
59 ClientDescriptor::dump(dst, spaces); in dump()
61 spaces, "", mStream, mFlags, mActivityCount, mInternalMute ? "Yes" : "No"); in dump()
62 dst->appendFormat("%*sDAP Primary Mix: %p\n", spaces, "", mPrimaryMix.promote().get()); in dump()
64 dst->appendFormat("%*sDAP Secondary Outputs: ", spaces - 2, ""); in dump()
88 void RecordClientDescriptor::dump(String8 *dst, int spaces) const in dump()
[all …]
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/
H A 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 …]
/aosp_15_r20/external/aws-sdk-java-v2/services/migrationhubrefactorspaces/src/main/resources/codegen-resources/
H A 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 …]
H A Dservice-2.json5 "endpointPrefix":"refactor-spaces",
8 "serviceFullName":"AWS Migration Hub Refactor Spaces",
9 "serviceId":"Migration Hub Refactor Spaces",
11 "signingName":"refactor-spaces",
12 "uid":"migration-hub-refactor-spaces-2021-10-26"
33Spaces application. The account that owns the environment also owns the applications created insid…
53Spaces environment. The caller owns the environment resource, and all Refactor Spaces applications…
73Spaces route. The account owner of the service resource is always the environment owner, regardles…
93 …"documentation":"<p>Creates an Amazon Web Services Migration Hub Refactor Spaces service. The acco…
112 …"documentation":"<p>Deletes an Amazon Web Services Migration Hub Refactor Spaces application. Befo…
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A 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 …]
/aosp_15_r20/external/mbedtls/
H A 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 …]
/aosp_15_r20/external/yapf/yapf/yapflib/
H A 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 …]
/aosp_15_r20/external/llvm-libc/src/stdio/printf_core/
H A Dint_converter.h113 int spaces; in convert_int() local
139 // padded with 0's instead of spaces identically to if precision = in convert_int()
143 spaces = 0; in convert_int()
146 // number, padded by spaces. in convert_int()
148 spaces = in convert_int()
153 // spaces. Example: ("%5.4d", 10000) -> "10000" in convert_int()
154 // If the check for if zeroes is negative was not there, spaces would be in convert_int()
166 spaces = static_cast<int>(to_conv.min_width - zeroes - digits_written - in convert_int()
185 --spaces; in convert_int()
189 // If left justified it goes prefix zeroes digits spaces in convert_int()
[all …]

12345678910>>...304