OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:consistent
(Results
226 - 250
of
1760
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java
87
* make things
consistent
and clean it up
/frameworks/base/docs/html/about/versions/
jelly-bean.jd
61
<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 — application rendering, touch events, screen composition, and display refresh — so frames don?t get ahead or behind.</p>
63
<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>
175
<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>
179
<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>
223
<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/docs/html/design/patterns/
app-structure.jd
75
<p>All screens in your app should display action bars to provide
consistent
navigation and surface
243
<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
/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
105
# 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
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BaseRecognizer.java
144
// if current token is
consistent
with what could come after set
155
//System.out.println("LT(1)=="+((TokenStream)input).LT(1)+" is
consistent
with what follows; inserting...");
388
*
consistent
with any of the alternatives for rule r. The best
570
* If current token is
consistent
with what could come after
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
BaseTreeAdaptor.js
60
* make sure that this is
consistent
with have the user will build
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTreeAdaptor.h
83
* make sure that this is
consistent
with have the user will build
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTreeAdaptor.h
83
* make sure that this is
consistent
with have the user will build
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTreeAdaptor.h
83
* make sure that this is
consistent
with have the user will build
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTreeAdaptor.h
75
* make sure that this is
consistent
with have the user will build
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC5ParameterSpecTest.java
211
* operation: it should be reflexive, symmetric, transitive,
consistent
SecretKeySpecTest.java
225
* operation: it should be reflexive, symmetric, transitive,
consistent
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemContext.java
45
* The purpose of this class is to be more
consistent
with pushing information
Completed in 3751 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>