Searched refs:cd (Results 1 – 10 of 10) sorted by relevance
107 CharsetDecoder cd = (CharsetDecoder)decoderCache.forName(name); in decoderFor() local108 cd.reset(); in decoderFor()109 return cd; in decoderFor()
359 CopticDate cd = (CopticDate)obj;360 if (this.prolepticYear == cd.prolepticYear &&361 this.month == cd.month &&362 this.day == cd.day) {
397 private void cd(String path) throws FtpProtocolException, IOException { in cd() method in FtpURLConnection450 cd(pathname); in getInputStream()462 cd(pathname); in getInputStream()508 cd(fullpath); in getInputStream()571 cd(pathname); in getOutputStream()
132 String cd = "cd"; in testTradSpanishSorting() local134 assertTrue(traditionalSpanishCollator.compare(cd, chd) < 0); in testTradSpanishSorting()
115 a|b|cd116 cd117 true cd 0203 [^a-cd-f&&[d-f]]381 [a-cd-f&&[d-f]]385 [a-cd-f&&[d-f]]1035 (ab)(cd*)
1001 (\ud800\udc61b)(cd*)
14 cd libcore/benchmarks/src
223 D cd = ChronoLocalDateImpl.ensureValid(date.getChronology(), newDate); in with() local224 return new ChronoLocalDateTimeImpl<>(cd, newTime); in with()
1728 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());
29 cd $ANDROID_BUILD_TOP/libcore