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

  /external/webrtc/src/system_wrappers/source/
cpu_linux.cc 124 char firstWord[100];
125 if (sscanf(line, "%s ", firstWord) != 1) {
129 if (strncmp(firstWord, "cpu", 3) != 0) {
138 firstWord, sUser, sNice, sSystem, sIdle) != 5) {
155 if (sscanf(line, "%s %s %s %s %s ", firstWord, sUser, sNice, sSystem,
185 char firstWord[100];
191 if (sscanf(line, "%s ", firstWord) != 1) {
192 firstWord[0] = '\0';
197 } while (strncmp(firstWord, "cpu", 3) == 0);
  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 58 firstWord = 1
60 if firstWord == 0:
62 firstWord = 0
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsUtils.java 277 String firstWord = server.substring(0, firstDotIndex).toLowerCase();
278 boolean isImapOrPop = "imap".equals(firstWord)
279 || "pop3".equals(firstWord) || "pop".equals(firstWord);
280 boolean isMail = "mail".equals(firstWord);
  /packages/inputmethods/LatinIME/tools/dicttool/src/android/inputmethod/latin/dicttool/
XmlDictInputOutput.java 295 for (final String firstWord : bigramMap.keySet()) {
296 if (!dict.hasWord(firstWord)) continue;
297 final ArrayList<WeightedString> bigramList = bigramMap.get(firstWord);
300 dict.setBigram(firstWord, bigram.mWord, bigram.mFrequency);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 325 final Node firstWord = searchWord(mRoots, word1.toLowerCase(), 0, null);
327 LinkedList<NextWord> bigrams = firstWord.mNGrams;
356 final Node firstWord = searchWord(mRoots, word1.toLowerCase(), 0, null);
358 LinkedList<NextWord> bigrams = firstWord.mNGrams;
549 Node firstWord = searchWord(mRoots, word1.toLowerCase(), 0, null);
551 LinkedList<NextWord> bigrams = firstWord.mNGrams;
553 firstWord.mNGrams = CollectionUtils.newLinkedList();
554 bigrams = firstWord.mNGrams;
564 firstWord.mNGrams.add(new NextHistoryWord(secondWord, fcp));
566 firstWord.mNGrams.add(new NextStaticWord(secondWord, frequency))
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderText.cpp 801 bool firstWord = true;
897 if (firstWord) {
898 firstWord = false
    [all...]
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 1713 milliseconds