OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstWord
(Results
1 - 11
of
11
) 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,
186
char
firstWord
[100];
192
if (sscanf(line, "%s ",
firstWord
) != 1) {
193
firstWord
[0] = '\0';
198
} 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
249
String
firstWord
= server.substring(0, firstDotIndex).toLowerCase();
252
boolean canSubstituteSmtp = Utility.arrayContains(hostPrefixes,
firstWord
);
253
boolean isMail = "mail".equals(
firstWord
);
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
XmlDictInputOutput.java
323
for (final String
firstWord
: bigramMap.keySet()) {
324
if (!dict.hasWord(
firstWord
)) continue;
325
final ArrayList<WeightedString> bigramList = bigramMap.get(
firstWord
);
328
dict.setBigram(
firstWord
, bigram.mWord, bigram.mFrequency);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java
292
final Node
firstWord
= searchWord(mRoots, word0.toLowerCase(), 0, null);
294
LinkedList<NextWord> bigrams =
firstWord
.mNGrams;
324
final Node
firstWord
= searchWord(mRoots, word0.toLowerCase(), 0, null);
326
LinkedList<NextWord> bigrams =
firstWord
.mNGrams;
533
final Node
firstWord
= searchWord(mRoots, word0Lower, 0, null);
535
LinkedList<NextWord> bigrams =
firstWord
.mNGrams;
537
firstWord
.mNGrams = CollectionUtils.newLinkedList();
538
bigrams =
firstWord
.mNGrams;
548
firstWord
.mNGrams.add(new NextHistoryWord(secondWord, fcp));
550
firstWord
.mNGrams.add(new NextStaticWord(secondWord, frequency))
[
all
...]
/external/icu4c/i18n/
locdspnm.cpp
517
UnicodeString
firstWord
(result, 0, stopPos);
518
firstWord
.toTitle(NULL, locale, U_TITLECASE_NO_LOWERCASE | U_TITLECASE_NO_BREAK_ADJUSTMENT);
519
result.replaceBetween(0, stopPos,
firstWord
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp
[
all
...]
/prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar
/prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 121 milliseconds