HomeSort by relevance Sort by last modified time
    Searched refs:sdf (Results 26 - 47 of 47) sorted by null

12

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
Clock.java 143 SimpleDateFormat sdf; local
177 mClockFormat = sdf = new SimpleDateFormat(format);
180 sdf = mClockFormat;
182 String result = sdf.format(mCalendar.getTime());
  /external/chromium/third_party/icu/source/test/intltest/
dtfmttst.cpp 106 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)"zzzz", status); local
151 sdf->setTimeZone(*ttz);
157 sdf->format(today,fmtOffset, pos);
187 delete sdf;
675 SimpleDateFormat* sdf = (SimpleDateFormat*)DateFormat::createDateInstance(); local
676 if (sdf == NULL){
680 tryPattern(*sdf, today, 0, expected);
681 tryPattern(*sdf, today, "G yyyy DDD", expected);
682 delete sdf;
689 DateFormatTest::tryPattern(SimpleDateFormat& sdf, UDate d, const char* pattern, UDate expected
    [all...]
caltest.cpp 1315 SimpleDateFormat *sdf=new SimpleDateFormat(UnicodeString("YYYY'-W'ww-ee"), Locale::getGermany(), status); local
    [all...]
numrgts.cpp 1300 DecimalFormat *sdf = new DecimalFormat(UnicodeString("#,##0"), status); local
1982 DecimalFormat *sdf = new DecimalFormat(status); local
    [all...]
  /external/icu4c/test/intltest/
dtfmttst.cpp 106 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)"zzzz", status); local
151 sdf->setTimeZone(*ttz);
157 sdf->format(today,fmtOffset, pos);
187 delete sdf;
714 SimpleDateFormat* sdf = (SimpleDateFormat*)DateFormat::createDateInstance(); local
715 if (sdf == NULL){
719 tryPattern(*sdf, today, 0, expected);
720 tryPattern(*sdf, today, "G yyyy DDD", expected);
721 delete sdf;
728 DateFormatTest::tryPattern(SimpleDateFormat& sdf, UDate d, const char* pattern, UDate expected
    [all...]
caltest.cpp     [all...]
numrgts.cpp 1300 DecimalFormat *sdf = new DecimalFormat(UnicodeString("#,##0"), status); local
1983 DecimalFormat *sdf = new DecimalFormat(status); local
    [all...]
  /external/libvpx/vp8/encoder/arm/
mcomp_arm.c 1102 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride, 0x7fffffff) + vp8_mv_err_cost(ref_mv, ref_mv, mvsadcost, error_per_bit);
1129 thissad = fn_ptr->sdf(what, what_stride, check_here , in_what_stride, bestsad);
    [all...]
  /external/libvpx/vp8/encoder/
mcomp.c 907 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride, 0x7fffffff) + vp8_mv_err_cost(ref_mv, ref_mv, mvsadcost, error_per_bit);
934 thissad = fn_ptr->sdf(what, what_stride, check_here , in_what_stride, bestsad);
1022 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride, 0x7fffffff) + vp8_mv_err_cost(ref_mv, ref_mv, mvsadcost, error_per_bit);
1097 thissad = fn_ptr->sdf(what, what_stride, check_here , in_what_stride, bestsad);
    [all...]
rdopt.c 1182 v_fn_ptr.sdf = VARIANCE_INVOKE(&cpi->rtcd.variance, sad16x8);
1190 v_fn_ptr.sdf = VARIANCE_INVOKE(&cpi->rtcd.variance, sad8x16);
1198 v_fn_ptr.sdf = VARIANCE_INVOKE(&cpi->rtcd.variance, sad8x8);
1206 v_fn_ptr.sdf = VARIANCE_INVOKE(&cpi->rtcd.variance, sad4x4);
    [all...]
pickinter.c 722 bestsme = vp8_hex_search(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param, sadpb/*x->errorperbit*/, &num00, cpi->fn_ptr.vf, cpi->fn_ptr.sdf, x->mvsadcost, x->mvcost);
firstpass.c 486 v_fn_ptr.sdf = cpi->fn_ptr.sdf;
    [all...]
onyx_if.c     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpURLConnectionImpl.java 935 SimpleDateFormat sdf = new SimpleDateFormat("E, dd MMM yyyy HH:mm:ss 'GMT'", Locale.US); local
936 sdf.setTimeZone(TimeZone.getTimeZone("GMT"));
937 String date = sdf.format(new Date(newValue));
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 462 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); local
465 pw.print(sdf.format(new Date(now))); pw.println("):");
    [all...]
PackageManagerService.java 7139 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
dtptngen.cpp 422 SimpleDateFormat* sdf = (SimpleDateFormat*)df; local
423 conflictingStatus = addPattern(sdf->toPattern(dfPattern), FALSE, conflictingString, status);
433 SimpleDateFormat* sdf = (SimpleDateFormat*)df; local
434 conflictingStatus = addPattern(sdf->toPattern(dfPattern), FALSE, conflictingString, status);
    [all...]
smpdtfmt.cpp 1254 SimpleDateFormat *sdf = (SimpleDateFormat*)this->clone(); local
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 417 SimpleDateFormat* sdf = (SimpleDateFormat*)df; local
418 conflictingStatus = addPattern(sdf->toPattern(dfPattern), FALSE, conflictingString, status);
428 SimpleDateFormat* sdf = (SimpleDateFormat*)df; local
429 conflictingStatus = addPattern(sdf->toPattern(dfPattern), FALSE, conflictingString, status);
    [all...]
smpdtfmt.cpp 1252 SimpleDateFormat *sdf = (SimpleDateFormat*)this->clone(); local
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 2733 milliseconds

12