Home
last modified time | relevance | path

Searched refs:cd (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/cs/
DThreadLocalCoders.java107 CharsetDecoder cd = (CharsetDecoder)decoderCache.forName(name); in decoderFor() local
108 cd.reset(); in decoderFor()
109 return cd; in decoderFor()
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DCopticDate.java359 CopticDate cd = (CopticDate)obj;
360 if (this.prolepticYear == cd.prolepticYear &&
361 this.month == cd.month &&
362 this.day == cd.day) {
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
DFtpURLConnection.java397 private void cd(String path) throws FtpProtocolException, IOException { in cd() method in FtpURLConnection
450 cd(pathname); in getInputStream()
462 cd(pathname); in getInputStream()
508 cd(fullpath); in getInputStream()
571 cd(pathname); in getOutputStream()
/libcore/luni/src/test/java/libcore/java/text/
DCollatorTest.java132 String cd = "cd"; in testTradSpanishSorting() local
134 assertTrue(traditionalSpanishCollator.compare(cd, chd) < 0); in testTradSpanishSorting()
/libcore/ojluni/src/test/java/util/regex/
DTestCases.txt115 a|b|cd
116 cd
117 true cd 0
203 [^a-cd-f&&[d-f]]
381 [a-cd-f&&[d-f]]
385 [a-cd-f&&[d-f]]
1035 (ab)(cd*)
DSupplementaryTestCases.txt1001 (\ud800\udc61b)(cd*)
/libcore/benchmarks/
DREADME.md14 cd libcore/benchmarks/src
/libcore/ojluni/src/main/java/java/time/chrono/
DChronoLocalDateTimeImpl.java223 D cd = ChronoLocalDateImpl.ensureValid(date.getChronology(), newDate); in with() local
224 return new ChronoLocalDateTimeImpl<>(cd, newTime); in with()
/libcore/ojluni/src/main/java/java/util/
DJapaneseImperialCalendar.java1728 CalendarDate cd = eras[getEraIndex(jdate)].getSinceDate();
1729 d.setMonth(cd.getMonth()).setDayOfMonth(cd.getDayOfMonth());
1759 CalendarDate cd = eras[nextEraIndex].getSinceDate();
1761 d.setDate(1, cd.getMonth(), cd.getDayOfMonth());
/libcore/tools/expected_upstream/
DREADME.md29 cd $ANDROID_BUILD_TOP/libcore