/external/proguard/src/proguard/ |
D | WordReader.java | 347 private boolean isOption(char character) in isOption() argument 349 return character == '-'; in isOption() 353 private boolean isComment(char character) in isComment() argument 355 return character == COMMENT_CHARACTER; in isComment() 359 private boolean isDelimiter(char character) in isDelimiter() argument 361 return character == '@' || in isDelimiter() 362 character == '{' || in isDelimiter() 363 character == '}' || in isDelimiter() 364 character == '(' || in isDelimiter() 365 character == ')' || in isDelimiter() [all …]
|
/external/llvm-project/clang-tools-extra/clangd/test/ |
D | type-hierarchy.test | 6 …arams":{"textDocument":{"uri":"test:///main.cpp"},"position":{"line":2,"character":11},"direction"… 17 # CHECK-NEXT: "character": 13, 21 # CHECK-NEXT: "character": 7, 27 # CHECK-NEXT: "character": 13, 31 # CHECK-NEXT: "character": 7, 54 # CHECK-NEXT: "character": 16, 58 # CHECK-NEXT: "character": 0, 64 # CHECK-NEXT: "character": 13, 68 # CHECK-NEXT: "character": 7, 77 # CHECK-NEXT: "character": 25, [all …]
|
D | formatting.test | 6 …nt":{"uri":"test:///foo.c"},"range":{"start":{"line":1,"character":4},"end":{"line":1,"character":… 14 # CHECK-NEXT: "character": 4, 18 # CHECK-NEXT: "character": 19, 27 # CHECK-NEXT: "character": 9, 31 # CHECK-NEXT: "character": 9, 40 # CHECK-NEXT: "character": 10, 44 # CHECK-NEXT: "character": 10, 53 # CHECK-NEXT: "character": 4, 57 # CHECK-NEXT: "character": 12, 68 …nt":{"uri":"test:///foo.c"},"range":{"start":{"line":1,"character":2},"end":{"line":1,"character":… [all …]
|
D | execute-command.test | 13 # CHECK-NEXT: "character": 37, 17 # CHECK-NEXT: "character": 32, 35 …"line":0,"character":32},"end":{"line":0,"character":32}},"newText":"("},{"range":{"start":{"line"… 47 …"line":0,"character":32},"end":{"line":0,"character":32}},"newText":"("},{"range":{"start":{"line"… 53 …"line":0,"character":32},"end":{"line":0,"character":32}},"newText":"("},{"range":{"start":{"line"… 62 …changes":{"test:///foo.c":[{"range":{"start":{"line":0,"character":32},"end":{"line":0,"character"… 65 …"line":0,"character":32},"end":{"line":0,"character":32}},"newText":"("},{"range":{"start":{"line"…
|
D | fixits-command.test | 13 # CHECK-NEXT: "character": 37, 17 # CHECK-NEXT: "character": 32, 29 …character":13},"end":{"line":0,"character":35}},"context":{"diagnostics":[{"range":{"start": {"lin… 42 # CHECK-NEXT: "character": 32, 46 # CHECK-NEXT: "character": 32, 55 # CHECK-NEXT: "character": 37, 59 # CHECK-NEXT: "character": 37, 80 # CHECK-NEXT: "character": 35, 84 # CHECK-NEXT: "character": 34, 98 …character":13},"end":{"line":0,"character":35}},"context":{"diagnostics":[{"range":{"start": {"lin… [all …]
|
D | code-action-request.test | 17 "character": 0 21 "character": 4 38 # CHECK-NEXT: "character": 4, 42 # CHECK-NEXT: "character": 0, 61 "start": {"line": 0, "character": 0}, 62 "end": {"line": 0, "character": 4} 81 "start": {"line": 0, "character": 0}, 82 "end": {"line": 0, "character": 4} 95 …ents":[{"file":"test:///main.cpp","selection":{"end":{"character":4,"line":0},"start":{"character"… 99 # CHECK-NEXT: "character": 4, [all …]
|
D | tweaks-format.test | 6 …":{"uri":"test:///main.cc"},"range":{"start":{"line":0,"character":11},"end":{"line":0,"character"… 8 …ments":[{"file":"test:///main.cc","selection":{"end":{"character":11,"line":0},"start":{"character… 12 # CHECK-NEXT: "character": 10, 16 # CHECK-NEXT: "character": 9, 25 # CHECK-NEXT: "character": 33, 29 # CHECK-NEXT: "character": 20, 38 # CHECK-NEXT: "character": 42, 42 # CHECK-NEXT: "character": 39,
|
D | xrefs.test | 6 …finition","params":{"textDocument":{"uri":"test:///main.cpp"},"position":{"line":2,"character":8}}} 13 # CHECK-NEXT: "character": 5, 17 # CHECK-NEXT: "character": 4, 26 …finition","params":{"textDocument":{"uri":"test:///main.cpp"},"position":{"line":1,"character":4}}} 33 # CHECK-NEXT: "character": 12, 37 # CHECK-NEXT: "character": 11, 45 …ighlight","params":{"textDocument":{"uri":"test:///main.cpp"},"position":{"line":2,"character":8}}} 53 # CHECK-NEXT: "character": 12, 57 # CHECK-NEXT: "character": 11, 66 # CHECK-NEXT: "character": 5, [all …]
|
D | crash-non-added-files.test | 4 …character":13},"end":{"line":0,"character":35}},"context":{"diagnostics":[{"range":{"start": {"lin… 11 …nt":{"uri":"test:///foo.c"},"range":{"start":{"line":1,"character":4},"end":{"line":1,"character":… 25 …,"params":{"textDocument":{"uri":"test:///foo.c"},"position":{"line":3,"character":1},"ch":"}","op…
|
D | fixits-codeaction.test | 13 # CHECK-NEXT: "character": 37, 17 # CHECK-NEXT: "character": 32, 29 …character":13},"end":{"line":0,"character":35}},"context":{"diagnostics":[{"range":{"start": {"lin… 40 # CHECK-NEXT: "character": 37, 44 # CHECK-NEXT: "character": 32, 59 # CHECK-NEXT: "character": 32, 63 # CHECK-NEXT: "character": 32, 72 # CHECK-NEXT: "character": 37, 76 # CHECK-NEXT: "character": 37, 94 # CHECK-NEXT: "character": 37, [all …]
|
/external/python/cpython3/Doc/library/ |
D | curses.ascii.rst | 13 functions to test membership in various ASCII character classes. The constants 51 | :const:`SO` | Shift-out, begin alternate character set | 53 | :const:`SI` | Shift-in, resume default character set | 101 Checks for an ASCII alphanumeric character; it is equivalent to ``isalpha(c) or 107 Checks for an ASCII alphabetic character; it is equivalent to ``isupper(c) or 113 Checks for a character value that fits in the 7-bit ASCII set. 118 Checks for an ASCII whitespace character; space or horizontal tab. 123 Checks for an ASCII control character (in the range 0x00 to 0x1f or 0x7f). 134 Checks for ASCII any printable character except space. 139 Checks for an ASCII lower-case character. [all …]
|
D | email.charset.rst | 1 :mod:`email.charset`: Representing character sets 16 This module provides a class :class:`Charset` for representing character sets 17 and character set conversions in email messages, as well as a character set 27 Map character sets to their email properties. 30 specific character set. It also provides convenience routines for converting 31 between character sets, given the availability of the applicable codecs. Given 32 a character set, it will do its best to provide information on how to use that 33 character set in an email message in an RFC-compliant way. 35 Certain character sets must be encoded with quoted-printable or base64 when used 36 in email headers or bodies. Certain character sets must be converted outright, [all …]
|
D | unicodedata.rst | 13 single: character 19 defines character properties for all Unicode characters. The data contained in 31 Look up character by name. If a character with the given name is found, return 32 the corresponding character. If not found, :exc:`KeyError` is raised. 40 Returns the name assigned to the character *chr* as a string. If no 47 Returns the decimal value assigned to the character *chr* as integer. 54 Returns the digit value assigned to the character *chr* as integer. 61 Returns the numeric value assigned to the character *chr* as float. 68 Returns the general category assigned to the character *chr* as 74 Returns the bidirectional class assigned to the character *chr* as [all …]
|
/external/python/cpython2/Doc/library/ |
D | curses.ascii.rst | 14 functions to test membership in various ASCII character classes. The constants 52 | :const:`SO` | Shift-out, begin alternate character set | 54 | :const:`SI` | Shift-in, resume default character set | 102 Checks for an ASCII alphanumeric character; it is equivalent to ``isalpha(c) or 108 Checks for an ASCII alphabetic character; it is equivalent to ``isupper(c) or 114 Checks for a character value that fits in the 7-bit ASCII set. 119 Checks for an ASCII whitespace character; space or horizontal tab. 124 Checks for an ASCII control character (in the range 0x00 to 0x1f or 0x7f). 135 Checks for ASCII any printable character except space. 140 Checks for an ASCII lower-case character. [all …]
|
D | email.charset.rst | 1 :mod:`email.charset`: Representing character sets 8 This module provides a class :class:`Charset` for representing character sets 9 and character set conversions in email messages, as well as a character set 21 Map character sets to their email properties. 24 specific character set. It also provides convenience routines for converting 25 between character sets, given the availability of the applicable codecs. Given 26 a character set, it will do its best to provide information on how to use that 27 character set in an email message in an RFC-compliant way. 29 Certain character sets must be encoded with quoted-printable or base64 when used 30 in email headers or bodies. Certain character sets must be converted outright, [all …]
|
D | unicodedata.rst | 14 single: character 18 character properties for all Unicode characters. The data in this database is 29 Look up character by name. If a character with the given name is found, return 30 the corresponding Unicode character. If not found, :exc:`KeyError` is raised. 35 Returns the name assigned to the Unicode character *unichr* as a string. If no 42 Returns the decimal value assigned to the Unicode character *unichr* as integer. 49 Returns the digit value assigned to the Unicode character *unichr* as integer. 56 Returns the numeric value assigned to the Unicode character *unichr* as float. 63 Returns the general category assigned to the Unicode character *unichr* as 69 Returns the bidirectional class assigned to the Unicode character *unichr* as [all …]
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
D | tokenization.txt | 16 states consume a single character, which may have various side-effects, 18 same character, or switches it to a new state (to consume the next 19 character), or repeats the same state (to consume the next character). 32 following tokens: DOCTYPE, start tag, end tag, comment, character, 42 Comment and character tokens have data. 78 Consume the next input character: 83 character reference data state. 95 In any case, emit the input character as a character token. Stay 113 In any case, emit the input character as a character token. Stay 120 Emit the input character as a character token. Stay in the data [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/ |
D | Text_Suite.py | 56 class character(aetools.ComponentItem): class 64 characters = character 100 'character' : character, 114 'character' : character, 118 character._superclassnames = ['item'] 119 character._privpropdict = { 125 character._privelemdict = { 127 'character' : character, 140 'character' : character, 153 'character' : character, [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/ |
D | Text_Suite.py | 56 class character(aetools.ComponentItem): class 64 characters = character 100 'character' : character, 114 'character' : character, 118 character._superclassnames = ['item'] 119 character._privpropdict = { 125 character._privelemdict = { 127 'character' : character, 140 'character' : character, 153 'character' : character, [all …]
|
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/ |
D | DecimalFormatSymbols.java.patch | 5 * Returns the character used for zero. Different for Arabic, etc. 6 * @return the character 23 * @param zeroDigit the zero character. 30 * Returns the character used for grouping separator. Different for French, etc. 31 * @return the thousands character 38 * Sets the character used for grouping separator. Different for French, etc. 39 * @param groupingSeparator the thousands character 46 * Returns the character used for decimal sign. Different for French, etc. 47 * @return the decimal character 54 * Returns the character used for mille percent sign. Different for Arabic, etc. [all …]
|
/external/sfntly/cpp/src/sample/subtly/ |
D | character_predicate.cc | 31 bool AcceptRange::operator()(int32_t character) const { in operator ()() 32 return start_ <= character && character <= end_; in operator ()() 44 bool AcceptSet::operator()(int32_t character) const { in operator ()() 45 return characters_->find(character) != characters_->end(); in operator ()() 49 bool AcceptAll::operator()(int32_t character) const { in operator ()() 50 UNREFERENCED_PARAMETER(character); in operator ()()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/ |
D | ReaderException.java | 23 private final char character; field in ReaderException 26 public ReaderException(String name, int position, char character, String message) { in ReaderException() argument 29 this.character = character; in ReaderException() 38 return character; in getCharacter() 47 return "unacceptable character '" + character + "' (0x" in toString() 48 + Integer.toHexString((int) character).toUpperCase() + ") " + getMessage() in toString()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/doc/ |
D | syntax.txt | 5 . any character, possibly including newline (s=true) 6 [xyz] character class 7 [^xyz] negated character class 8 \d Perl character class 9 \D negated Perl character class 10 [[:alpha:]] ASCII character class 11 [[:^alpha:]] negated ASCII character class 12 \pN Unicode character class (one-letter name) 13 \p{Greek} Unicode character class 14 \PN negated Unicode character class (one-letter name) [all …]
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | ArabicCharacterData.java | 44 private Record(int character) in Record() argument 46 codePoint = character; in Record() 47 generalCategory = UCharacter.getType(character); in Record() 48 … decompositionType = UCharacter.getIntPropertyValue(character, UProperty.DECOMPOSITION_TYPE); in Record() 55 decomposition = Normalizer.compose(UCharacter.toString(character), true); in Record() 59 decomposition = Normalizer.decompose(UCharacter.toString(character), true); in Record() 78 private void add(int character) in add() argument 80 records[recordIndex++] = new Record(character); in add()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/ |
D | FontCharacter.java | 14 public static int hashFor(char character, String fontFamily, String style) { in hashFor() argument 16 result = 31 * result + (int) character; in hashFor() 23 private final char character; field in FontCharacter 29 public FontCharacter(List<ShapeGroup> shapes, char character, double size, in FontCharacter() argument 32 this.character = character; in FontCharacter() 56 return hashFor(character, fontFamily, style); in hashCode()
|