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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DTrimVideoUtils.java126 private static double correctTimeToSyncSample(Track track, double cutHere, boolean next) { argument
144 if (next) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DShortcutPromoter.java29 public ShortcutPromoter(Config config, Promoter next, SuggestionFilter filter) { argument
30 super(filter, next, config);
H A DAbstractPromoter.java27 protected AbstractPromoter(SuggestionFilter filter, Promoter next, Config config) { argument
29 mNext = next;
H A DRankAwarePromoter.java34 public RankAwarePromoter(Config config, SuggestionFilter filter, Promoter next) { argument
35 super(filter, next, config);
174 CorpusResult result = iter.next();
/packages/apps/Email/src/org/apache/commons/io/
H A DLineIterator.java123 * Returns the next line in the wrapped <code>Reader</code>.
125 * @return the next line from the input
128 public Object next() { method in class:LineIterator
133 * Returns the next line in the wrapped <code>Reader</code>.
135 * @return the next line from the input
/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 DAddressListParser.java793 if ((oldToken = token).next != null) token = token.next;
794 else token = token.next = token_source.getNextToken();
804 c = c.next;
820 if (jj_scanpos.next == null) {
821 jj_lastpos = jj_scanpos = jj_scanpos.next = token_source.getNextToken();
823 jj_lastpos = jj_scanpos = jj_scanpos.next;
826 jj_scanpos = jj_scanpos.next;
830 while (tok != null && tok != jj_scanpos) { i++; tok = tok.next; }
839 if (token.next !
974 JJCalls next; field in class:AddressListParser.JJCalls
[all...]
/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
/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
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DDelaunay.h53 EdgePointer *next; member in class:CDelaunay
112 #define onext(a) next[a]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DDelaunay.h53 EdgePointer *next; member in class:CDelaunay
112 #define onext(a) next[a]
/packages/apps/Email/src/org/apache/james/mime4j/field/address/
H A DBuilder.java198 head = head.next;
234 public Node next() { method in class:Builder.ChildNodeIterator
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlideshowView.java52 public void next(Bitmap bitmap, int rotation) { method in class:SlideshowView
/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
/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...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java178 TutorialEN.this.next();
257 next();
260 boolean next() { method in class:TutorialEN
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java181 TutorialJAJP.this.next();
329 next();
332 boolean next() { method in class:TutorialJAJP
384 next();
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoSource.java113 public Bitmap next(BitmapFactory.Options options, int longSide, int shortSide) { method in class:PhotoSource
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndapi.c189 NJ_INT32 i, next, first; local
199 next = -1;
292 (next == -1)) {
298 next = i;
318 if ((next == -1) || (nj_strcmp(result_stroke, tmp_stroke) > 0)) {
324 next = i;
331 if (next == -1) {
335 loctset = &(cursor->loctset[next]);
338 (cursor->cond.ds->dic[next].srhCache == NULL))) {
H A Dndbdic.c216 NJ_INT16 next; local
335 next = get_stem_next(hdl, stem_data);
336 stem_data += next;
577 NJ_UINT32 current,hindo_max_data, bottom, next; local
950 next = get_stem_next(loctset->loct.handle, stem_data);
951 stem_data += next;
1397 NJ_INT16 next; local
1436 next = get_stem_next(loc->handle, data);
1437 data += next;
1488 NJ_INT16 next; local
2262 NJ_UINT32 bottom, next; local
[all...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifParser.java37 * int event = parser.next();
57 * event = parser.next();
209 * Moves the parser forward and returns the next parsing event
220 public int next() throws IOException, ExifInvalidFormatException { method in class:ExifParser
243 throw new ExifInvalidFormatException("Invalid link to next IFD");
325 * If {@link #next()} return {@link #EVENT_NEW_TAG} or {@link #EVENT_VALUE_OF_REGISTERED_TAG},
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilPlayer.java362 public synchronized void next() { method in class:SmilPlayer
/packages/apps/Settings/src/com/android/settings/
H A DChooseLockPassword.java424 private void showError(String msg, final Stage next) { argument
427 Message mesg = mHandler.obtainMessage(MSG_SHOW_ERROR, next);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java351 * @param word2 the next word of the context
778 public Word next() { method in class:FusionDictionary.DictionaryIterator
784 final CharGroup currentGroup = currentPos.pos.next();
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java69 * the new list of files right away, next or once all the currently
96 public static final String CMDNEXT = "next";
101 public static final String NEXT_ACTION = "com.android.music.musicservicecommand.next";
541 // Make sure we don't auto-skip to the next song, since that
549 // the "current" file, goes to the next and: playback starts on its
1036 // we're either going to create a new one next, or stop trying
1155 // if we are at the end of the song, go to the next song first
1266 Desired behavior for prev/next/shuffle:
1268 - NEXT will move to the next track in the list when not shuffling, and to
1284 user will go to tracks 9-6-10-8-5-4-3-2. If the user then hits 'next',
2038 setNextMediaPlayer(MediaPlayer next) argument
2109 public void next() { method in class:MediaPlaybackService.ServiceStub
[all...]

Completed in 324 milliseconds