HomeSort by relevance Sort by last modified time
    Searched full:upper (Results 76 - 100 of 1208) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/awt/java/awt/geom/
Rectangle2D.java 71 * The x coordinate of the rectangle's upper left corner.
76 * The y coordinate of the rectangle's upper left corner.
100 * the x coordinate of the rectangle's upper left corner.
102 * the y coordinate of the rectangle's upper left corner.
141 * the x coordinate of the rectangle's upper left corner.
143 * the y coordinate of the rectangle's upper left corner.
244 * The x coordinate of the rectangle's upper left corner.
249 * The y coordinate of the rectangle's upper left corner.
273 * the x coordinate of the rectangle's upper left corner.
275 * the y coordinate of the rectangle's upper left corner
    [all...]
  /packages/apps/Phone/res/layout/
incall_touch_ui.xml 52 <!-- Buttons visible in the upper corners of the screen (in some states). -->
56 <!-- "Hold" (upper left) -->
72 <!-- "Swap" (upper left) -->
86 <!-- CDMA-specific "Merge" (upper left) -->
103 <!-- DTMF dialpad shown in the upper part of the screen
132 <!-- The upper-left button in the main cluster is either
  /dalvik/docs/opcodes/
opcode-44-aget.html 92 For all but the -wide variant, if v(A+1) is the upper half of a register
96 For the -wide variant, if v(A+2) is the upper half of a register pair,
opcode-52-iget.html 86 <li>For all but the -wide variant, if v(A+1) is the upper half of a register
90 For the -wide variant, if v(A+2) is the upper half of a register pair,
opcode-60-sget.html 83 For all but the -wide variant, if v(A+1) is the upper half of a register
87 For the -wide variant, if v(A+2) is the upper half of a register pair,
opcode-07-move-object.html 78 If register v(A+1) is the upper half of a register pair, register v(A+1)'
opcode-0d-move-exception.html 67 If register v(A+1) is the upper half of a register pair, register v(A+1)'
opcode-1a-const-string.html 74 If v(A+1) is the upper half of a register pair, v(A+1)' becomes undefined.
opcode-21-array-length.html 64 If register v(A+1) is the upper half of a register pair, register v(A+1)'
  /external/dropbear/libtommath/
dep.pl 18 # convert filename to upper case so we can use it as a define
57 # convert filename to upper case so we can use it as a define
  /external/icu4c/test/perf/collationperf/
readme.html 51 -upper Upper case first
  /external/stlport/test/unit/
ctype_facets_test.cpp 34 CPPUNIT_ASSERT( ct.is(ctype_base::upper, 'A') );
56 CPPUNIT_ASSERT( (res[1] & ctype_base::upper) != 0 );
84 res = ct.scan_is(ctype_base::upper, rbeg, rend);
178 CPPUNIT_CHECK( wct.is(ctype_base::upper, L'A') );
200 CPPUNIT_CHECK( (res[1] & ctype_base::upper) != 0 );
228 res = wct.scan_is(ctype_base::upper, rbeg, rend);
451 CPPUNIT_CHECK(cfacet_byname.is(ctype_base::upper, c) == cfacet.is(ctype_base::upper, c));
  /external/tremolo/Tremolo/
ivorbiscodec.h 63 upper/lower limit
64 upper and or lower set:
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtilsTest.java 62 assertEquals("UPPER", DescriptorsUtils.capitalize("UPPER"));
  /bionic/libc/stdlib/
strtoll.c 42 * Ignores `locale' stuff. Assumes that the upper and lower case
strtoull.c 42 * Ignores `locale' stuff. Assumes that the upper and lower case
  /cts/tools/signature-tools/templates/
ApiOverviewPage.st 22 whose versions are specified in the upper-right corner of this page. It compares a
  /dalvik/libcore/luni/src/test/java/java/util/
FormatterTest.java 25 // In most locales, the upper-case equivalent of "i" is "I".
  /external/icu4c/i18n/
casetrn.h 16 * Implementation class for lower-/upper-/title-casing transliterators.
bocsu.c 135 * double-bytes down from the upper end
155 * double-bytes down from the upper end
179 * double-bytes down from the upper end
  /external/kernel-headers/original/linux/
ctype.h 9 #define _U 0x01 /* upper */
  /external/openssl/crypto/conf/
keysets.pl 4 $UPPER=0x02;
22 $v|=$UPPER if ($c =~ /[A-Z]/);
41 $v|=$UPPER if ($c =~ /[A-Z]/);
117 #define CONF_UPPER $UPPER
  /packages/apps/Email/src/com/android/email/mail/
Flag.java 24 // If adding new flags: ALL FLAGS MUST BE UPPER CASE.
  /external/grub/netboot/
misc.c 60 %[#]X - 4 bytes long (8 hex digits, upper case)
62 %[#]hX - 2 bytes int (4 hex digits, upper case)
64 %[#]hhX - 1 byte int (2 hex digits, upper case)
  /external/icu4c/samples/coll/
coll.cpp 20 "-upper Upper case first\n"
74 {"-upper", OptSpec::FLAG, &opt_upper},

Completed in 148 milliseconds

1 2 34 5 6 7 8 91011>>