/frameworks/base/core/java/android/util/ |
D | Patterns.java | 499 char character = matchingRegion.charAt(i); in digitsAndPlusOnly() local 501 if (character == '+' || Character.isDigit(character)) { in digitsAndPlusOnly() 502 buffer.append(character); in digitsAndPlusOnly()
|
/frameworks/native/libs/input/ |
D | KeyCharacterMap.cpp | 236 result = behavior->character; in getCharacter() 277 if (behavior->character) { in getMatch() 279 if (behavior->character == chars[i]) { in getMatch() 280 result = behavior->character; in getMatch() 473 if (behavior->character == ch) { in findKey() 631 char16_t character = parcel->readInt32(); in readFromParcel() local 640 behavior->character = character; in readFromParcel() 673 parcel->writeInt32(behavior->character); in writeToParcel() 707 next(nullptr), metaState(0), character(0), fallbackKeyCode(0), replacementKeyCode(0) { in Behavior() 712 metaState(other.metaState), character(other.character), in Behavior() [all …]
|
/frameworks/base/core/java/android/net/nsd/ |
D | NsdServiceInfo.java | 197 char character = key.charAt(i); in setAttribute() local 198 if (character < 0x20 || character > 0x7E) { in setAttribute() 200 } else if (character == 0x3D) { in setAttribute()
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 29 in the trie has an entry in the array, and the character and link fields in the tuple 36 to compare `c == character[s + c]`, and if so, `t = link[s + c]`. 75 character. Note that, in the current implementation, automatic hyphenation is disabled 76 for any word containing an unmapped character.
|
/frameworks/base/data/keyboards/ |
D | Generic.kcm | 16 # Generic key character map for full alphabetic US English PC style external keyboards. 19 # Do not edit the generic key character map to support a specific keyboard; instead, create 20 # a new key character map file with the required keyboard configuration.
|
D | qwerty.kcm | 16 # Emulator keyboard character map #1. 18 # This file is no longer used as the platform's default keyboard character map.
|
D | Vendor_18d1_Product_5018.kcm | 16 # Key character map for Google Pixel C Keyboard
|
D | qwerty2.kcm | 16 # Emulator keyboard character map #2.
|
D | Virtual.kcm | 16 # Key character map for a built-in generic virtual keyboard primarily used
|
/frameworks/native/include/input/ |
D | KeyCharacterMap.h | 160 char16_t character; member
|
/frameworks/native/libs/ui/ |
D | Android.bp | 42 // We use four-character constants for the GraphicBuffer header, and don't care
|
/frameworks/base/core/java/android/net/ |
D | Uri.java | 1164 final int character = authority.charAt(i); in findPortSeparator() local 1165 if (':' == character) return i; in findPortSeparator() 1167 if (character < '0' || character > '9') return NOT_FOUND; in findPortSeparator()
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 72 * For a NxM image each character glyph will be N/16 pixels wide and M/(12*2) pixels high
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/ |
D | CHANGES.txt | 31 - Fix for writing a character to a JSON output overflows allocated buffer
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 323 // The first character position this span applies to, in UTF-16 offset. 326 // The last character position this span applies to, in UTF-16 offset.
|
/frameworks/ml/nn/tools/systrace_parser/ |
D | contract-between-code-and-parser.txt | 7 Please view in a 160 character window.
|
/frameworks/native/cmds/service/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/av/media/libstagefright/id3/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/av/media/libstagefright/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/base/cmds/am/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/av/media/mediaserver/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/base/packages/InputDevices/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/base/cmds/dpm/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|
/frameworks/av/media/libstagefright/timedtext/ |
D | NOTICE | 171 incidental, or consequential damages of any character arising as a
|