HomeSort by relevance Sort by last modified time
    Searched full:prev (Results 2001 - 2025 of 3406) sorted by null

<<81828384858687888990>>

  /external/skia/src/images/
SkMovie_gif.cpp 412 const SavedImage* prev = &fGIF->SavedImages[i-1]; local
413 disposeFrameIfNeeded(bm, prev, cur, &fBackup, paintingColor);
  /external/zopfli/src/zopfli/
lz77.c 247 unsigned short* hprev = h->prev;
345 if (p == pp) break; /* Uninited prev value. */
  /frameworks/base/media/java/android/media/
SubtitleTrack.java 654 Run prev = mPrevRunAtEndTimeMs;
661 mNextRunAtEndTimeMs.mPrevRunAtEndTimeMs = prev;
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 422 size_t prev = (idx + MAX_RESYNC_SAMPLES - 1) % MAX_RESYNC_SAMPLES; local
423 durationSum += mResyncSamples[idx] - mResyncSamples[prev];
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest2.java 520 DeepNesting prev = new DeepNesting(0.0F); local
521 next(prev);
523 prev = prev.next(new DeepNesting(i * 1.0F));
567 DeepNestingWithWriteObject prev = new DeepNestingWithWriteObject( local
569 next(prev);
571 prev = prev.next(new DeepNestingWithWriteObject(i * 1.0F));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/
erase_iter.pass.cpp 81 assert(i == prev(m.end()));
209 assert(i == prev(m.end()));
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 273 AKLOGE("prev words info is not valid for adding n-gram entry to the dictionary.");
335 AKLOGE("prev words info is not valid for removing n-gram entry form the dictionary.");
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 284 AKLOGE("prev words info is not valid for adding n-gram entry to the dictionary.");
347 AKLOGE("prev words info is not valid for removing n-gram entry form the dictionary.");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py 303 prev = self.klass
306 self.klass = prev
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py 303 prev = self.klass
306 self.klass = prev
  /bionic/libc/kernel/uapi/drm/
via_drm.h 157 unsigned char next, prev; member in struct:_drm_via_tex_region
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 245 // set up prev/next links if they exist
251 // set up prev links
253 var $prevListItem = $selListItem.prev('li');
354 $('.prev-page-link').attr('href', $prevLink.attr('href')).removeClass("hide");
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js 229 // set up prev/next links if they exist
235 // set up prev links
237 var $prevListItem = $selListItem.prev('li');
331 $('.prev-page-link').attr('href', $prevLink.attr('href')).removeClass("hide");
335 // If this is a training 'article', there should be no prev/next nav
339 $('.next-page-link,.prev-page-link').attr('href','').addClass("disabled")
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 802 var prev = null, first = null, last = null;
808 if (prev != null)
809 new EqualityConstraint(prev, v, Strength.REQUIRED);
812 prev = v;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRStringStream.cs 153 //System.out.println("prev p="+p+", c="+(char)data[p]);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRStringStream.cs 170 //System.out.println("prev p="+p+", c="+(char)data[p]);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimStringStream.cs 191 //System.out.println("prev p="+p+", c="+(char)data[p]);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ANTLRStringStream.java 98 //System.out.println("prev p="+p+", c="+(char)data[p]);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 203 NFAState prev = first; local
207 transitionBetweenStates(prev, next, c);
208 prev = last = next;
409 NFAState prevAlternative = null; // tracks prev so we can link to next alt
  /external/chromium_org/sync/engine/
conflict_resolver.cc 191 // Now that we've resolved the conflict, clear the prev server
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
v8-deltablue.html 798 var prev = null, first = null, last = null;
804 if (prev != null)
805 new EqualityConstraint(prev, v, Strength.REQUIRED);
808 prev = v;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 793 var prev = null, first = null, last = null;
799 if (prev != null)
800 new EqualityConstraint(prev, v, Strength.REQUIRED);
803 prev = v;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 793 var prev = null, first = null, last = null;
799 if (prev != null)
800 new EqualityConstraint(prev, v, Strength.REQUIRED);
803 prev = v;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 793 var prev = null, first = null, last = null;
799 if (prev != null)
800 new EqualityConstraint(prev, v, Strength.REQUIRED);
803 prev = v;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp 420 RefPtrWillBeRawPtr<Node> prev = previousSibling(); local
443 if (!exceptionState.hadException() && prev && prev->isTextNode())
444 mergeWithNextTextNode(prev.release(), exceptionState);
    [all...]

Completed in 2552 milliseconds

<<81828384858687888990>>