HomeSort by relevance Sort by last modified time
    Searched full:previous (Results 876 - 900 of 9167) sorted by null

<<31323334353637383940>>

  /frameworks/base/data/fonts/
vendor_fonts.xml 26 current fallback list (if no order was supplied for any previous family in this file) or
27 after the previous family (if there was an order specified previously). Typically, vendors
  /frameworks/base/docs/html/training/custom-views/
optimizing-view.jd 6 previous.title=Making the View Interactive
7 previous.link=making-interactive.html
  /frameworks/base/docs/html/training/design-navigation/
index.jd 43 practices for the <em>Back</em> button and temporal navigation, or navigation to previous screens
47 <dd>Learn how to create screen wireframes (low-fidelity graphic mockups) representing the screens in a news application based on the desired information model. These wireframes utilize navigational elements discussed in previous lessons to demonstrate intuitive and efficient navigation.</dd>
  /frameworks/base/docs/html/training/efficient-downloads/
connectivity_patterns.jd 6 previous.title=Redundant Downloads are Redundant
7 previous.link=redundant_redundant.html
  /frameworks/base/docs/html/training/graphics/opengl/
motion.jd 6 previous.title=Applying Projection and Camera Views
7 previous.link=projection.html
  /frameworks/base/docs/html/training/improving-layouts/
loading-ondemand.jd 6 previous.title=Re-using Layouts with &lt;include/&gt;
7 previous.link=reusing-layouts.html
  /frameworks/base/docs/html/training/search/
backward-compat.jd 3 previous.title=Storing and Searching for Data
4 previous.link=search.html
  /frameworks/base/docs/html-intl/intl/es/training/monitoring-device-state/
manifest-receivers.jd 7 previous.title=Cómo determinar y controlar el estado de la conectividad
8 previous.link=connectivity-monitoring.html
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
EventStreamTransformation.java 33 * potentially modified by previous ones. Hence, the order of transformations
60 * Receives a motion event. Passed are the event transformed by previous
  /frameworks/base/tests/backup/
test_restore.sh 52 echo --- Previous files
55 echo --- Previous shared_prefs
  /frameworks/ex/framesequence/jni/
FrameSequence_webp.cpp 204 // Preserve previous frame as starting state of current frame.
207 // Dispose previous frame rectangle to Background if needed.
239 // by blending it against the value of that pixel in the previous frame if WEBP_MUX_BLEND was
240 // specified. So, we correct these pixels based on disposal method of the previous frame and
241 // the previous frame buffer.
259 // * Transparent if it belongs to previous frame rectangle <-- This is a no-op.
260 // * Pixel in the previous canvas otherwise <-- Need to restore.
285 ALOGD(" drawFrame called for frame# %d, previous frame# %d", frameNr, previousFrameNr);
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 525 nsecs_t previous = -1; local
533 sampleTime, sampleTime - previous);
535 previous = sampleTime;
541 previous = 0;
550 } else if (previous == 0) {
555 presentTime, presentTime - previous,
556 (presentTime - previous) / (double) mPeriod,
559 previous = presentTime;
  /libcore/luni/src/main/java/java/beans/
PropertyChangeEvent.java 47 * the previous value of the property, or <code>null</code> if
49 * previous value is unknown.
  /libcore/luni/src/main/java/java/text/
IcuIteratorWrapper.java 65 @Override public int previous() { method in class:IcuIteratorWrapper
66 return wrapped.previous();
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicBoolean.java 115 * Atomically sets to the given value and returns the previous value.
118 * @return the previous value
  /packages/apps/Camera2/src/com/android/camera/filmstrip/
FilmstripDataAdapter.java 50 * assumption on the previous data.
119 * previous listener if it exists.
  /packages/apps/Email/res/layout/
account_setup_template.xml 59 android:id="@+id/previous"
66 android:text="@string/previous"
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
multi_bigram_map.cpp 24 // Max number of bigram maps (previous word contexts) to be cached. Increasing this number
31 // Most common previous word contexts currently have 100 bigrams
  /packages/services/Telecomm/src/com/android/server/telecom/components/
ErrorDialogActivity.java 127 // Don't show the return to previous task animation to avoid showing a black screen.
128 // Just dismiss the dialog and undim the previous activity immediately.
  /art/runtime/arch/mips64/
asm_support_mips64.S 39 // Set up $gp and store the previous $gp value to $t8. It will be pushed to the
  /cts/tests/tests/permission2/src/android/permission2/cts/
PermissionMaxSdkVersionTest.java 34 * Verify that with android:maxSdkVersion set to a previous API level,
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
basic.rb 234 error.to_s.should == %q<operation (replace @ 1..2 : "foo") overlaps with previous operation (replace @ 0..3 : "bar")>
245 error.to_s.should == %q<operation (insert-before @ 4 : "y") overlaps with previous operation (replace @ 2..4 : "x")>
256 error.to_s.should == %q<operation (replace @ 3..5 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
267 error.to_s.should == %q<operation (replace @ 1..3 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
PowellOptimizer.java 130 final RealPointValuePair previous = new RealPointValuePair(x1, fX); local
132 if (getConvergenceChecker().converged(getIterations(), previous, current)) {
134 return (fVal < fX) ? current : previous;
136 return (fVal > fX) ? current : previous;
  /external/bison/m4/
extern-inline.m4 15 It suppresses GCC's bogus "no previous prototype for 'FOO'" diagnostic,
  /external/boringssl/src/include/openssl/
hmac.h 98 * which case the previous hash function will be used. If the hash function has
99 * not changed and |key| is NULL, |ctx| reuses the previous key. It returns one
103 * |key| but repeating the previous |md| reuses the previous key rather than the

Completed in 307 milliseconds

<<31323334353637383940>>