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

  /frameworks/base/services/core/java/com/android/server/
NativeDaemonEvent.java 247 int nextSpace = rawEvent.indexOf(' ', current);
250 Slog.e(LOGTAG, "nextSpace=" + nextSpace + ", nextQuote=" + nextQuote);
252 if (nextQuote > -1 && nextQuote <= nextSpace) {
257 if (nextSpace > -1) {
258 current = nextSpace + 1;
  /external/gptfdisk/
gptcurses.cc 77 firstSpace = firstSpace->nextSpace;
143 current = current->nextSpace;
154 theSpace->prevSpace->nextSpace = theSpace->nextSpace;
155 if (theSpace->nextSpace != NULL)
156 theSpace->nextSpace->prevSpace = theSpace->prevSpace;
158 firstSpace = theSpace->nextSpace;
161 theSpace->nextSpace = NULL;
171 theSpace->nextSpace = NULL;
175 theSpace->nextSpace = NULL
    [all...]
gptcurses.h 72 Space *nextSpace;
  /external/annotation-tools/asmx/test/lib/
ccl.jar 

Completed in 189 milliseconds