Searched refs:next (Results 1 - 25 of 134) sorted by relevance

123456

/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarApplication.java31 * coming earlier in the list. The "next" pointer of the head node
37 public Screen next; field in class:CalendarApplication.Screen
42 next = this;
48 node.next = next;
50 next.previous = node;
51 next = node;
56 next.previous = previous;
57 previous.next = next;
[all...]
/packages/apps/Gallery3D/src/com/cooliris/media/
H A DDirectLinkedList.java31 public Entry<E> next = null; field in class:DirectLinkedList.Entry
50 tail.next = entry;
63 final Entry<E> next = entry.next;
64 if (next != null) {
65 next.previous = previous;
66 entry.next = null;
71 previous.next = next;
74 mHead = next;
[all...]
H A DIndexRangeIterator.java61 public E next() { method in class:IndexRangeIterator
/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapResponseParser.java109 * Peek next one byte.
115 final int next = mIn.peek();
116 if (next == -1) {
119 return next;
129 int next = mIn.read();
130 if (next == -1) {
133 mDiscourseLogger.addReceivedByte(next);
134 return next;
150 * Reads the next response available on the stream and returns an
209 * Read next byt
[all...]
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
H A DToken.java45 * A reference to the next regular (non-special) token from the input
52 public Token next; field in class:Token
59 * to the last of these special tokens, which in turn refers to the next
62 * The next fields of special tokens refer to other special tokens that
H A DParseException.java131 Token tok = currentToken.next;
139 tok = tok.next;
141 retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn;
/packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
H A DToken.java45 * A reference to the next regular (non-special) token from the input
52 public Token next; field in class:Token
59 * to the last of these special tokens, which in turn refers to the next
62 * The next fields of special tokens refer to other special tokens that
H A DParseException.java131 Token tok = currentToken.next;
139 tok = tok.next;
141 retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn;
H A DContentTypeParser.java188 if ((oldToken = token).next != null) token = token.next;
189 else token = token.next = token_source.getNextToken();
201 if (token.next != null) token = token.next;
202 else token = token.next = token_source.getNextToken();
211 if (t.next != null) t = t.next;
212 else t = t.next = token_source.getNextToken();
218 if ((jj_nt=token.next)
[all...]
/packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
H A DToken.java45 * A reference to the next regular (non-special) token from the input
52 public Token next; field in class:Token
59 * to the last of these special tokens, which in turn refers to the next
62 * The next fields of special tokens refer to other special tokens that
H A DParseException.java131 Token tok = currentToken.next;
139 tok = tok.next;
141 retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn;
H A DDateTimeParser.java488 if ((oldToken = token).next != null) token = token.next;
489 else token = token.next = token_source.getNextToken();
501 if (token.next != null) token = token.next;
502 else token = token.next = token_source.getNextToken();
511 if (t.next != null) t = t.next;
512 else t = t.next = token_source.getNextToken();
518 if ((jj_nt=token.next)
[all...]
/packages/experimental/procstatlog/
H A Dprocstatlog.c286 struct data *next = stats; local
290 read_data(next++, filename);
292 read_data(next++, filename);
296 next += read_proc_yaffs(next, stats + stats_count - next);
297 next += read_lines("/proc/net/dev", ':', NULL, 0, next, end - next);
298 next
[all...]
H A Dprocstatreport.py179 next = state.get("/proc/stat:cpu", "").split()
180 if last and next:
181 stime = sum([int(next[x]) - int(last[x]) for x in [2, 5, 6]])
182 utime = sum([int(next[x]) - int(last[x]) for x in [0, 1]])
183 idle = sum([int(next[x]) - int(last[x]) for x in [3, 4]])
228 next = int(state.get(key, -1))
229 if last != -1 and next != -1:
231 total_time += next - last
232 total_cycles += (next - last) * speed
264 next
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DSymmetricalLinearTween.java78 long next = SystemClock.uptimeMillis() + FRAME_TIME;
79 mHandler.postAtTime(mTick, next);
109 long next = base + ((frame+1)*FRAME_TIME);
111 mHandler.postAtTime(this, next);
/packages/apps/Mms/src/com/android/mms/transaction/
H A DObservable.java72 mIterator.next().update(this);
/packages/apps/Email/src/com/beetstra/jutf7/
H A DCharsetProvider.java72 Charset charset = (Charset)iter.next();
77 Charset charset = (Charset)iter.next();
/packages/apps/Music/src/com/android/music/
H A DIMediaPlaybackService.aidl32 void next();
H A DScanningProgress.java56 Message next = obtainMessage(CHECK);
57 sendMessageDelayed(next, 3000);
/packages/apps/Camera/src/com/android/camera/gallery/
H A DImageListUber.java63 if (slot.next()) mQueue.add(slot);
116 if (slot.next()) mQueue.add(slot);
119 if (slot.next()) mQueue.add(slot);
182 public boolean next() { method in class:ImageListUber.MergeSlot
/packages/apps/Contacts/src/com/android/contacts/
H A DCollapser.java74 if (itr.next() == null) {
/packages/apps/Email/src/org/apache/commons/io/filefilter/
H A DAndFileFilter.java121 IOFileFilter fileFilter = (IOFileFilter) iter.next();
137 IOFileFilter fileFilter = (IOFileFilter) iter.next();
H A DOrFileFilter.java118 IOFileFilter fileFilter = (IOFileFilter) iter.next();
131 IOFileFilter fileFilter = (IOFileFilter) iter.next();
/packages/apps/Tag/src/com/android/apps/tag/
H A DAboutActivity.java47 mNext = (Button) findViewById(R.id.next);
75 mNext.setText(getResources().getString(R.string.next));
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DImageListUber.java67 if (slot.next()) mQueue.add(slot);
136 if (slot.next()) mQueue.add(slot);
139 if (slot.next()) mQueue.add(slot);
234 if (slot.next()) mQueue.add(slot);
237 if (slot.next()) mQueue.add(slot);
282 public boolean next() { method in class:ImageListUber.MergeSlot

Completed in 222 milliseconds

123456