/packages/modules/StatsD/statsd/benchmark/ |
D | string_transform_benchmark.cpp | 28 static void removeTrailingCharacters(string& str, const string& characters) { in removeTrailingCharacters() argument 29 str.erase(str.find_last_not_of(characters) + 1, string::npos); in removeTrailingCharacters() 48 const string characters("0123456789"); in BM_RemoveTrailingCharacters() local 51 removeTrailingCharacters(str, characters); in BM_RemoveTrailingCharacters()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | EventLogTags.logtags | 33 # @param num_chars Number of characters in the query typed by the user 47 # @param num_chars The number of characters in the search query 56 # @param num_chars The number of characters in the query text field when the user left 62 # @param numChars Number of characters in the query.
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
D | PtNodeInfo.java | 35 final int[] characters, final ProbabilityInfo probabilityInfo, in PtNodeInfo() argument 41 mCharacters = characters; in PtNodeInfo()
|
D | FusionDictionary.java | 250 final char[] characters = word.toCharArray(); in getCodePoints() local 251 final int[] codePoints = new int[Character.codePointCount(characters, 0, length)]; in getCodePoints() 252 int codePoint = Character.codePointAt(characters, 0); in getCodePoints() 257 codePoint = Character.codePointAt(characters, srci); in getCodePoints()
|
D | BinaryDictEncoderUtils.java | 62 static int getPtNodeCharactersSize(final int[] characters, in getPtNodeCharactersSize() argument 64 int size = CharEncoding.getCharArraySize(characters, codePointToOneByteCodeMap); in getPtNodeCharactersSize() 65 if (characters.length > 1) size += FormatSpec.PTNODE_TERMINATOR_SIZE; in getPtNodeCharactersSize()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/ |
D | header_read_write_utils.cpp | 241 /* static */ void HeaderReadWriteUtils::insertCharactersIntoVector(const char *const characters, in insertCharactersIntoVector() argument 243 for (int i = 0; characters[i]; ++i) { in insertCharactersIntoVector() 244 vector->push_back(characters[i]); in insertCharactersIntoVector()
|
D | header_read_write_utils.h | 92 static void insertCharactersIntoVector(const char *const characters,
|
/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/ |
D | dialer_phone_number.proto | 62 // This includes pause and wait characters, but strips other characters, so
|
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/ |
D | XMLParser.java | 105 public void characters(char[] ch, int start, int length) throws SAXException { in characters() method in XMLParser
|
/packages/apps/Launcher3/tests/assets/ReorderWidgets/ |
D | full_reorder_case | 6 # There are different characters on the board that represent different things:
|
D | push_reorder_case | 6 # There are different characters on the board that represent different things:
|
D | move_out_reorder_case | 6 # There are different characters on the board that represent different things:
|
D | simple_reorder_case | 6 # There are different characters on the board that represent different things:
|
D | multiple_cell_layouts_simple_reorder | 6 # There are different characters on the board that represent different things:
|
D | multiple_cell_layouts_no_space_reorder | 6 # There are different characters on the board that represent different things:
|
D | multiple_cell_layouts_reorder_other_side | 6 # There are different characters on the board that represent different things:
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/ |
D | StringResourceMap.java | 138 public void characters(char[] ch, int start, int length) { in characters() method in StringResourceMap.StringResourceHandler
|
/packages/modules/NeuralNetworks/tools/api/ |
D | README.md | 65 *count* space characters. *count* must be a non-negative integer. 182 with *count* space characters. *count* must be a non-negative integer.
|
/packages/modules/Bluetooth/system/gd/docs/architecture/ |
D | style_guide.md | 22 line length limit is 120 characters for C++ and Java
|
/packages/services/Car/car-lib/src/android/car/telemetry/ |
D | telemetry.proto | 39 // Only alphanumeric and _ characters are allowed. Minimum length is 3 chars.
|
/packages/modules/adb/ |
D | test_device.py | 467 characters = [c.encode("utf8") for c in string.ascii_letters + string.digits] 468 large_input = b'\n'.join(characters)
|
/packages/apps/Launcher3/tests/assets/ReorderAlgorithmUnitTest/ |
D | reorder_algorithm_test_cases | 6 # There are different characters on the board that represent different things:
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 17 # This tag specifies the encoding used for all characters in the config file 1402 # font does not include all possible unicode characters however, so when you need
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 17 # This tag specifies the encoding used for all characters in the config file 1402 # font does not include all possible unicode characters however, so when you need
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | okhttp-3.12.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/proguard/
okhttp3/
... |