Home
last modified time | relevance | path

Searched refs:upper (Results 1 – 7 of 7) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
DStringCaseMappingBenchmark.java30 UPPER2(upper(2)), enumConstant
34 UPPER8(upper(8)), enumConstant
38 UPPER32(upper(32)), enumConstant
42 UPPER512(upper(512)), enumConstant
46 UPPER2048(upper(2048)), enumConstant
50 UPPER_1M(upper(1024*1024)), enumConstant
58 private static String upper(int length) { in upper() method in StringCaseMappingBenchmark.Inputs
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DOutputStreamWriterTest.java455 int upper = UPPER; in testSingleCharIO() local
458 upper = 128; in testSingleCharIO()
461 upper = 256; in testSingleCharIO()
465 for (int c = 0; c < upper; ++c) { in testSingleCharIO()
473 for (int expected = 0; expected < upper; ++expected) { in testSingleCharIO()
498 int upper = UPPER; in testBlockIO() local
501 upper = 128; in testBlockIO()
504 upper = 256; in testBlockIO()
509 for (int c = 0; c < upper; ++c) { in testBlockIO()
523 while (expected < upper) { in testBlockIO()
/libcore/luni/src/test/java/libcore/java/lang/
DLongTest.java262 int upper = (int) (val >>> 32), lower = (int) val;
263 BigInteger b = (BigInteger.valueOf(Integer.toUnsignedLong(upper))).shiftLeft(32).
/libcore/tools/docs/crypto/
Dupdate_crypto_support.py89 name = name.upper()
/libcore/ojluni/src/main/java/java/lang/
DLong.java220 int upper = (int) (i >>> 32); in toUnsignedBigInteger() local
224 return (BigInteger.valueOf(Integer.toUnsignedLong(upper))).shiftLeft(32). in toUnsignedBigInteger()
/libcore/ojluni/src/main/java/java/util/
DFormatter.java3479 boolean upper = f.contains(Flags.UPPERCASE);
3480 sb.append(upper ? "0X" : "0x");
3488 if (upper) {
3495 sb.append(upper ? 'P' : 'p');
/libcore/expectations/
Dknownfailures.txt47 …description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds",
1300 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class )",
1301 …"libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'es-…
1302 …"libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr'…
1303 …"libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr-…