HomeSort by relevance Sort by last modified time
    Searched full:three (Results 451 - 475 of 1711) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/luni/src/main/java/java/net/
Inet4Address.java 25 * each {@code b} represents one of the four bytes. If only three parts are
  /dalvik/libcore/luni/src/main/java/java/util/
StringTokenizer.java 29 * An instance of {@code StringTokenizer} behaves in one of three ways,
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
ObjectOutputStreamPutFieldTest.java 35 * Tests the methods of {@code ObjectOutputStream.PutField}. Three things make
  /dalvik/libcore/sql/src/main/java/java/sql/
Date.java 222 // The string is separated into three parts by two separator characters,
Time.java 232 // The string is separated into three parts by two separator characters,
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
FilterExprIteratorSimple.java 112 // These three statements need to be combined into one operation.
MatchPatternIterator.java 216 // These three statements need to be combined into one operation.
WalkingIterator.java 190 // These three statements need to be combined into one operation.
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
Attributes.java 21 * three different ways:</p>
  /development/pdk/docs/porting/
customization.jd 174 <p>Like and Android application resource, the platform will load alternate resources based on the platform configuration values. See <a href="http://developer.android.com/guide/topics/resources/resources-i18n.html">Resources and Internationalization</a> in the Android SDK for details. To configure bookmarks for a specific mobile network operator, place your customized bookmarks in a separate <code>strings.xml</code> file and place it under a Mobile Network Code (MNO) specific resource folder. For example, <code>Browser/res/values-mccXXX-mncYYY/strings.xml</code> where XXX and YYY represent the three-digit MCC and two to three digit MNC values.</p>
305 <p>As with all Android application resources, the platform will load alternate resources based on the platform configuration values. See <a href="http://developer.android.com/guide/topics/resources/resources-i18n.html">Resources and Internationalization</a> in the Android SDK for details. To configure email providers for a specific mobile network operator, place the customized providers in a separate <code>providers.xml</code> file and place it under a Mobile Network Code (MNO) specific resource folder. For example, <code>Email/res/xml-mccXXX-mncYYY/providers.xml</code> where XXX and YYY represent the three-digit MCC and two to three digit MNC values.</p>
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
MultiRecordExampleAgent.java 133 * three bits of data as we sent them off to the backup transport.
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 35 * only. This layout stacks various icons in three distinct areas: the recents, the favorites
  /external/apache-http/src/org/apache/http/client/utils/
URLEncodedUtils.java 61 * http://example.org/path/to/file?a=1&b=2&c=3 would return a list of three
  /external/astl/tests/
test_string.cpp 674 string data[] = {"one", "two", "three", "four", "five", "six"};
676 EXPECT_TRUE(data[0] == "three");
767 string haystack("one two three one two three");
  /external/blktrace/doc/
blktrace.8 15 information about request queue operations up to user space. There are three
  /external/bluetooth/glib/docs/reference/glib/tmpl/
arrays_pointer.sgml 44 gchar *string1 = "one", *string2 = "two", *string3 = "three";
  /external/bluetooth/glib/glib/
gunicode.h 238 /* More <ctype.h> functions. These convert between the three cases.
  /external/clearsilver/cs/
test.cs.gold 158 x = three
  /external/gtest/include/gtest/internal/
gtest-linked_ptr.h 42 // will often be more than two or three pointers to a particular object.
  /external/guava/src/com/google/common/base/
Throwables.java 104 * or {@code anotherDeclaredType}. In the unlikely case that you have three
  /external/icu4c/i18n/
hebrwcal.cpp 67 * are three different types of years, or six if you count leap years.
69 * certain holidays fall on the sabbath, the year can end up being three
186 * For example, to add three days to the current date, you can call
278 * example, to roll the current date up by three days, you can call
  /external/icu4c/test/cintltst/
bocu1tst.c 300 /* three bytes */
318 /* three bytes */
425 /* three bytes */
440 /* three bytes */
  /external/icu4c/test/intltest/
tsdate.cpp 72 // up to three iterations, since the timezone may shift as the year number
  /external/icu4c/test/letest/
readme.html 81 <p>letest.xml references three other fonts:</p>
  /external/icu4c/tools/ctestfw/
udbgutil.cpp 18 4. Each enum type has three things in this section: a #define, a count_, and an array of Fields.

Completed in 522 milliseconds

<<11121314151617181920>>