HomeSort by relevance Sort by last modified time
    Searched full:consistent (Results 226 - 250 of 1767) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/net/ssl/
DefaultHostnameVerifier.java 32 * A HostnameVerifier consistent with <a
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC2ParameterSpecTest.java 142 * operation: it should be reflexive, symmetric, transitive, consistent
  /libcore/luni/src/test/java/tests/security/cert/
X509CRLEntryTest.java 114 * operation: it should be reflexive, symmetric, transitive, consistent
  /packages/apps/Camera/src/com/android/camera/ui/
TimeIntervalPopup.java 133 // Set the number pickers and on/off switch to be consistent
  /packages/apps/Mms/src/com/android/mms/transaction/
SendTransaction.java 127 // Check whether the responding Transaction-ID is consistent
  /packages/apps/Phone/res/values/
config.xml 59 consistent with the regular Dialer, this value should agree
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java 87 * make things consistent and clean it up
  /sdk/common/src/com/android/utils/
SdkUtils.java 123 * platform and keep a consistent usage of delimiters in the file.
  /frameworks/base/docs/html/about/versions/
jelly-bean.jd 24 <p>To ensure a consistent framerate, Android 4.1 extends <strong>vsync timing</strong> across all drawing and animation done by the Android framework. Everything runs in lockstep against a 16 millisecond vsync heartbeat &mdash; application rendering, touch events, screen composition, and display refresh &mdash; so frames don?t get ahead or behind.</p>
26 <p>Android 4.1 also adds <strong>triple buffering</strong> in the graphics pipeline, for more consistent rendering that makes everything feel smoother, from scrolling to paging and animations.</p>
138 <p>Android 4.1 makes it easy for you to manage the ?Up? navigation that?s available to users from inside of your apps and helps ensure a consistent experience for users.</p>
142 <p>Also available is a new <strong>TaskStackBuilder</strong> class that lets you quickly put together a synthetic task stack to start immediately or to use when an Activity is launched from a PendingIntent. Creating a synthetic task stack is especially useful when users launch Activities from remote views, such as from Home screen widgets and notifications, because it lets the developer provide a managed, consistent experience on Back navigation.</p>
186 <p>Extending vsync across the Android framework leads to a more consistent framerate and a smooth, steady UI. So that apps also benefit, Android 4.1 <strong>extends vsync timing</strong> to all drawing and animations initiated by apps. This lets them optimize operations on the UI thread and provides a stable timebase for synchronization.</p>
  /external/chromium/base/
message_pump_glib.cc 76 // internal state consistent so that if prepare/check return true when called
139 // we get it, we keep that state here to stay consistent.
time_win.cc 301 // RDTSC on each processor are consistent with each other, and apply a handful
303 // give consistent result on a multiprocessor computer, but it is unreliable in
  /external/icu4c/i18n/unicode/
ucsdet.h 177 * Find all charset matches that appear to be consistent with the input,
197 * number of charsets identified that are consistent with
  /external/skia/include/images/
SkImageDecoder.h 33 // Should be consistent with kFormatName
48 * This should be consistent with Format.
  /external/webkit/Source/WebCore/icu/unicode/
ucsdet.h 156 * Find all charset matches that appear to be consistent with the input,
176 * number of charsets identified that are consistent with
  /frameworks/base/core/java/android/view/
ScaleGestureDetector.java 249 * <p>Applications should pass a complete and consistent event stream to this method.
250 * A complete and consistent event stream involves all MotionEvents from the initial
  /frameworks/base/docs/html/design/patterns/
app-structure.jd 75 <p>All screens in your app should display action bars to provide consistent navigation and surface
266 <p>Use action bars to provide consistent navigation.</p>
navigation.jd 4 <p>Consistent navigation is an essential component of the overall user experience. Few things frustrate
150 code from other apps, and the user, who enjoys a consistent experience for commonly performed
  /frameworks/base/docs/html/distribute/googleplay/spotlight/
tablets.jd 141 <li>Consistent increase in user retention</li>
180 consistent increase in retention over other platforms. ?These are really
  /libcore/json/src/test/java/org/json/
JSONArrayTest.java 61 assertEquals("equals() not consistent with hashCode()", a.hashCode(), b.hashCode());
282 // double and then converting that to a long. This is consistent with JavaScript.
  /libcore/luni/src/main/java/java/util/concurrent/
package-info.java 171 * their Iterators provide <em>weakly consistent</em> rather than
172 * fast-fail traversal. A weakly consistent iterator is thread-safe,
  /packages/apps/Email/src/com/android/email/
Controller.java 72 * based code. We implement Service to allow loadAttachment calls to be sent in a consistent manner
333 // TODO Change exception handling to be consistent with however this method
352 // TODO Change exception handling to be consistent with however this method
380 // TODO Change exception handling to be consistent with however this method
408 // TODO Change exception handling to be consistent with however this method
631 // TODO Change exception handling to be consistent with however this method
    [all...]
  /build/core/
cleanbuild.mk 109 # necessary to keep things consistent.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestPackageResult.java 222 * Check that the provided device info metrics are consistent with the currently stored metrics.
  /dalvik/vm/
Bits.h 270 * Set 1 byte. (Included to make code more consistent/legible.)
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 106 // if current token is consistent with what could come after set
116 //System.out.println("LT(1)=="+((TokenStream)input).LT(1)+" is consistent with what follows; inserting...");
364 * consistent with any of the alternatives for rule r. The best
538 * If current token is consistent with what could come after

Completed in 760 milliseconds

1 2 3 4 5 6 7 8 91011>>