OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wordList
(Results
1 - 9
of
9
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataHandler.java
45
* @return the constructed list of
wordlist
metadata.
124
Log.e(TAG, String.format( "Unable to find the current metadata for
wordlist
"
162
for (WordListMetadata
wordList
: metadata) {
163
if (id.equals(
wordList
.mId)
164
&&
wordList
.mFormatVersion <= UpdateHandler.MAXIMUM_SUPPORTED_FORMAT_VERSION
165
&&
wordList
.mFormatVersion > bestFormatVersion) {
166
bestWordList =
wordList
;
167
bestFormatVersion =
wordList
.mFormatVersion;
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
...]
ActionBatch.java
100
public StartDownloadAction(final String clientId, final WordListMetadata
wordList
) {
101
DebugLogUtils.l("New download action for client ", clientId, " : ",
wordList
);
103
mWordList =
wordList
;
211
public EnableAction(final String clientId, final WordListMetadata
wordList
) {
212
DebugLogUtils.l("New EnableAction for client ", clientId, " : ",
wordList
);
214
mWordList =
wordList
;
246
public DisableAction(final String clientId, final WordListMetadata
wordlist
) {
247
DebugLogUtils.l("New Disable action for client ", clientId, " : ",
wordlist
);
249
mWordList =
wordlist
;
288
public MakeAvailableAction(final String clientId, final WordListMetadata
wordlist
) {
[
all
...]
/packages/apps/TV/src/com/android/tv/recommendation/
RoutineWatchEvaluator.java
205
List<String>
wordList
= new ArrayList<>();
213
wordList
.add(word);
216
return
wordList
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryGetter.java
178
for (File
wordList
: wordLists) {
180
DictionaryInfoUtils.getCategoryFromFileName(
wordList
.getName());
183
cacheFiles.put(category, new FileAndMatchLevel(
wordList
, matchLevel));
/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/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 243 milliseconds