Home
last modified time | relevance | path

Searched refs:characters (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/StatsD/statsd/benchmark/
Dstring_transform_benchmark.cpp28 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/
DEventLogTags.logtags33 # @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/
DPtNodeInfo.java35 final int[] characters, final ProbabilityInfo probabilityInfo, in PtNodeInfo() argument
41 mCharacters = characters; in PtNodeInfo()
DFusionDictionary.java250 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()
DBinaryDictEncoderUtils.java62 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/
Dheader_read_write_utils.cpp241 /* 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()
Dheader_read_write_utils.h92 static void insertCharactersIntoVector(const char *const characters,
/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/
Ddialer_phone_number.proto62 // This includes pause and wait characters, but strips other characters, so
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/
DXMLParser.java105 public void characters(char[] ch, int start, int length) throws SAXException { in characters() method in XMLParser
/packages/apps/Launcher3/tests/assets/ReorderWidgets/
Dfull_reorder_case6 # There are different characters on the board that represent different things:
Dpush_reorder_case6 # There are different characters on the board that represent different things:
Dmove_out_reorder_case6 # There are different characters on the board that represent different things:
Dsimple_reorder_case6 # There are different characters on the board that represent different things:
Dmultiple_cell_layouts_simple_reorder6 # There are different characters on the board that represent different things:
Dmultiple_cell_layouts_no_space_reorder6 # There are different characters on the board that represent different things:
Dmultiple_cell_layouts_reorder_other_side6 # There are different characters on the board that represent different things:
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
DStringResourceMap.java138 public void characters(char[] ch, int start, int length) { in characters() method in StringResourceMap.StringResourceHandler
/packages/modules/NeuralNetworks/tools/api/
DREADME.md65 *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/
Dstyle_guide.md22 line length limit is 120 characters for C++ and Java
/packages/services/Car/car-lib/src/android/car/telemetry/
Dtelemetry.proto39 // Only alphanumeric and _ characters are allowed. Minimum length is 3 chars.
/packages/modules/adb/
Dtest_device.py467 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/
Dreorder_algorithm_test_cases6 # There are different characters on the board that represent different things:
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile17 # 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/
Ddbreg_API_doxyfile17 # 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/
Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...

12