HomeSort by relevance Sort by last modified time
    Searched defs:firstWord (Results 1 - 5 of 5) 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);
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 245 #define firstWord(transcription) transcription
380 wdID = wordmap_find_index(semgraph->ilabels, firstWord(transp));
399 wdID = wordmap_find_index(semgraph->ilabels, firstWord(transp));
405 wdID = wordmap_find_index(semgraph->ilabels, firstWord(transp));
    [all...]
  /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);
  /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 5345 milliseconds