OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wordList
(Results
1 - 6
of
6
) sorted by null
/packages/apps/TV/src/com/android/tv/recommendation/
RoutineWatchEvaluator.java
205
List<String>
wordList
= new ArrayList<>();
213
wordList
.add(word);
216
return
wordList
;
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
RoutineWatchEvaluatorTest.java
193
List<String>
wordList
= RoutineWatchEvaluator.splitTextToWords(text);
194
MoreAsserts.assertContentsInOrder(
wordList
, words);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java
263
* Helper method to get the
wordlist
metadata associated with a
wordlist
ID.
266
* @param wordlistId the ID of the
wordlist
for which to get the metadata.
267
* @return the metadata for this
wordlist
ID, or null if none could be found.
302
final ContentValues
wordList
= getWordlistMetadataForWordlistId(clientId, wordlistId);
304
if (null ==
wordList
) return null;
307
final int status =
wordList
.getAsInteger(MetadataDbHelper.STATUS_COLUMN);
318
wordList
.getAsString(MetadataDbHelper.LOCAL_FILENAME_COLUMN);
383
// Test the requested locale against this
wordlist
locale. The requested locale
393
// The locale of this
wordlist
does not match the required locale
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java
523
* @param
wordList
List to store words
526
private void addAutoGeneratedCandidates(String input, ArrayList
wordList
, boolean all) {
527
wordList
.add(new WnnWord(input, input, mPosDefault, (CLAUSE_COST - 1) * input.length()));
/prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar
Completed in 534 milliseconds