HomeSort by relevance Sort by last modified time
    Searched refs:nextWord (Results 1 - 11 of 11) sorted by null

  /external/proguard/src/proguard/
ConfigurationParser.java 41 private String nextWord;
99 while (nextWord != null)
104 if (ConfigurationConstants.AT_DIRECTIVE .startsWith(nextWord) ||
105 ConfigurationConstants.INCLUDE_DIRECTIVE .startsWith(nextWord)) configuration.lastModified = parseIncludeArgument(configuration.lastModified);
106 else if (ConfigurationConstants.BASE_DIRECTORY_DIRECTIVE .startsWith(nextWord)) parseBaseDirectoryArgument();
109 else if (ConfigurationConstants.INJARS_OPTION .startsWith(nextWord)) configuration.programJars = parseClassPathArgument(configuration.programJars, false);
110 else if (ConfigurationConstants.OUTJARS_OPTION .startsWith(nextWord)) configuration.programJars = parseClassPathArgument(configuration.programJars, true);
111 else if (ConfigurationConstants.LIBRARYJARS_OPTION .startsWith(nextWord)) configuration.libraryJars = parseClassPathArgument(configuration.libraryJars, false);
112 else if (ConfigurationConstants.RESOURCEJARS_OPTION .startsWith(nextWord)) throw new ParseException("The '-resourcejars' option is no longer supported. Please use the '-injars' option for all input");
113 else if (ConfigurationConstants.DONT_SKIP_NON_PUBLIC_LIBRARY_CLASSES_OPTION .startsWith(nextWord)) configuration.skipNonPublicLibraryClasses = parseNoArgument(false)
    [all...]
ArgumentWordReader.java 89 String word = reader.nextWord();
WordReader.java 110 public String nextWord() throws IOException
118 currentWord = includeWordReader.nextWord();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 55 LinkedList<NextWord> mNGrams; // Supports ngram
79 public interface NextWord {
86 private static final class NextStaticWord implements NextWord {
115 private static final class NextHistoryWord implements NextWord {
294 LinkedList<NextWord> bigrams = firstWord.mNGrams;
295 NextWord bigramNode = null;
299 for (NextWord nw : bigrams) {
322 public NextWord getBigramWord(final String word0, final String word1) {
326 LinkedList<NextWord> bigrams = firstWord.mNGrams;
330 for (NextWord nw : bigrams)
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 90 milliseconds