Searched refs:firstWord (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dcpu_linux.cc124 char firstWord[100]; local
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]; local
192 if (sscanf(line, "%s ", firstWord) != 1) {
193 firstWord[0] = '\0';
198 } while (strncmp(firstWord, "cpu", 3) == 0);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECFieldElement.java91 BigInteger firstWord = p.shiftRight(bitLength - 64);
92 if (firstWord.longValue() == -1L)
/external/chromium_org/third_party/icu/source/i18n/
H A Dlocdspnm.cpp537 UnicodeString firstWord(result, 0, stopPos);
538 firstWord.toTitle(NULL, locale, U_TITLECASE_NO_LOWERCASE | U_TITLECASE_NO_BREAK_ADJUSTMENT);
539 result.replaceBetween(0, stopPos, firstWord);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp919 bool firstWord = true; local
1069 if (firstWord) {
1070 firstWord = false;
1128 if ((needsWordSpacing && len > 1) || (ignoringSpaces && !firstWord))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 185 milliseconds