Home
last modified time | relevance | path

Searched refs:word (Results 1 – 11 of 11) sorted by relevance

/development/tools/winscope/src/common/
Dstring_utils.ts95 private static capitalizeFirstCharIfAlpha(word: string): string {
96 if (word.length === 0) {
97 return word;
100 if (!StringUtils.isAlpha(word[0])) {
101 return word;
103 return word[0].toUpperCase() + word.slice(1);
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DWordActivity.java41 setContentView(R.layout.word); in onCreate()
56 TextView word = (TextView) findViewById(R.id.word); in onCreate() local
62 word.setText(cursor.getString(wIndex)); in onCreate()
DDictionaryDatabase.java228 public long addWord(String word, String definition) { in addWord() argument
230 initialValues.put(KEY_WORD, word); in addWord()
DSearchableDictionary.java106 int[] to = new int[] { R.id.word, in showResults()
/development/tools/ota_analysis/src/components/
DBasicInfo.vue115 word-wrap: break-word;
DPayloadDetail.vue74 word-break: break-all;
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DExtendedWikiHelper.java211 JSONObject word = random.getJSONObject(0); in getRandomWord() local
212 String foundWord = word.getString("title"); in getRandomWord()
DLookupActivity.java150 private void startNavigating(String word, boolean pushHistory) { in startNavigating() argument
157 new LookupTask().execute(word); in startNavigating()
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetwork.java637 String word = quotedWord.toString(); in commandLineSplit() local
640 result.add(word.substring(1, word.length() - 1)); in commandLineSplit()
/development/tools/cargo_embargo/testdata/plotters/
Dcargo.metadata18309 "regex-automata/unicode-word-boundary",
18617 "unicode-word-boundary",
18641 "unicode-word-boundary": []
21029 …"description": "Library for word wrapping, indenting, and dedenting strings. Has optional support …
/development/sdk/
Dsdk_files_NOTICE.txt8127 * The word 'cryptographic' can be left out if the rouines from the library
11716 * The word 'cryptographic' can be left out if the rouines from the library