/frameworks/base/core/java/com/android/internal/http/ |
HttpDateTime.java | 191 // According to RFC 2822, three digit years should be added to 1900.
|
/frameworks/base/docs/html/guide/topics/location/ |
index.jd | 41 will be able to do three things:</p>
|
/frameworks/base/docs/html/guide/topics/processes/ |
process-lifecycle.jd | 90 can kill such processes at any time to reclaim memory for one of the three
|
/packages/apps/Email/tests/src/com/android/exchange/ |
SyncManagerAccountTests.java | 113 // Set up three accounts, both in AccountManager and in EmailProvider
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageGetter.java | 34 * Then proceed to load the full image bitmap. Three things can
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
ComposingView.java | 37 * There are three statuses for the composing view.
|
/cts/tools/signature-tools/test/signature/converter/ |
ConvertAnnotationTest.java | 309 " ONE, TWO, THREE" +
346 " ONE, TWO, THREE" +
374 " ONE, TWO, THREE" +
[all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/ |
Condition.java | 123 * <p>The three forms of condition waiting 132 * same guarantees or semantics for all three forms of waiting, nor is it 209 * purposes and lies dormant until <em>one</em> of three things happens:
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
IdentityHashMapTest.java | 498 assertTrue("failure of non-equality of IdentityHashMaps one and three", 500 assertTrue("failure of non-equality of IdentityHashMaps two and three", 512 "failure of non-equality of IdentityHashMaps one and Hashmap three",
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
NamespaceSupport2.java | 235 * holding at least three members. 238 * @return The supplied array holding three internalized strings 566 * @return An array of three strings containing the
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/ |
NamespaceSupport.java | 339 * holding at least three members. 342 * @return The supplied array holding three internalized strings 639 * @return An array of three strings containing the
|
/development/pdk/docs/porting/ |
instrumentation_testing.jd | 56 <p> Three additional base classes extend <code>InstrumentationTestCase</code> to allow you to test <code>Activity</code> and <code>Provider</code> classes:</p> 469 <p>Once you are bootstrapped with your test application, you can start writing tests. There are three of types of tests you may wish to write:</p> 479 <p>The API Demos test suite includes examples of all three styles and can be used as a guideline for writing each type of test.</p>
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
GLView.java | 360 * @param ambient an arry of three floats containing ambient 388 * @param diffuse an array of three floats containing diffuse 416 * @param specular an array of three floats containing specular
|
/external/guava/src/com/google/common/collect/ |
Iterables.java | 345 * Combines three iterables into a single iterable. The returned iterable has 442 * three and two elements, all in the original order. 473 * two inner lists of three elements each, all in the original order.
|
Iterators.java | 435 * Combines three iterators into a single iterator. The returned iterator 532 * three and two elements, all in the original order. 552 * two inner lists of three elements each, all in the original order. [all...] |
/external/iptables/ |
ip6tables.8.in | 127 Since kernel 2.4.18, three other built-in chains are also supported: 427 passes through one of the three chains (except loopback traffic, which 429 would pass through all three.
|
/external/openssl/crypto/x509v3/ |
v3_utl.c | 694 * as one, two or three zero length elements. 712 /* More than three zeroes is an error */ 715 /* Can only have three zeroes if nothing else present */
|
/external/webkit/LayoutTests/http/conf/ |
apache2-debian-httpd.conf | 22 # The configuration directives are grouped into three basic sections: 463 # Note 3: In the case of 'ltz' we violate the RFC by using a three char 602 # these come in three flavors
|
apache2-httpd.conf | 22 # The configuration directives are grouped into three basic sections: 488 # Note 3: In the case of 'ltz' we violate the RFC by using a three char 627 # these come in three flavors
|
/frameworks/base/docs/html/guide/practices/ |
screens_support.jd | 87 <p>For simplicity, Android collapses all actual screen sizes into three 89 layouts for each of these three sizes — the platform transparently handles 115 <p>For simplicity, Android collapses all actual screen densities into three 117 resources for each of these three densities — the platform handles the 153 <li>A set of three generalized sizes: <em>large</em>, <em>normal</em>, and <em>small</em>, and </li> 154 <li>A set of three generalized densities: high (<em>hdpi</em>), medium (<em>mdpi</em>), and low (<em>ldpi</em>) 165 three generalized sizes, if needed, and they can also provide resources 166 (primarily drawables such as images) for any of the three generalized densities. 323 <p>At run time, the platform provides three types of support to your 439 does this in three ways: </p [all...] |
/external/icu4c/i18n/unicode/ |
translit.h | 124 * <p>Keyboard transliteration methods maintain a set of three indices 440 * @param index an array of three integers. 478 * @param index an array of three integers. 498 * @param index an array of three integers. See {@link 531 * @param index an array of three integers. See {@link [all...] |
choicfmt.h | 112 * (<code>n</code> >= 2) is specified by three arrays of 185 * +Inf] to three strings. That is, the number line is split into three
|
/external/icu4c/i18n/ |
nfrs.cpp | 654 // "five thousand three hundred six" as 655 // "(five thousand) (three hundred) (six)" rather than 656 // "((five thousand three) hundred) (six)"). Skip rules whose
|
/external/icu4c/test/cintltst/ |
callcoll.c | 912 * three test strings X, Y, Z, consisting of an A-grave + test char, 927 /* Collation test. All three strings should be equal. 934 /* Run collation element iterators over the three strings. Results should be same for each. [all...] |
/external/opencore/codecs_v2/audio/aac/dec/src/ |
get_adts_header.cpp | 85 three consistent headers have been read, the syncword used for detection 86 consists of the 12-bit syncword and the 2-bit Layer. After three consistent 571 * After the three successful headers with the same configuration
|