HomeSort by relevance Sort by last modified time
    Searched defs:format (Results 126 - 150 of 4676) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
AssetFactory.java 39 throw new AssociationServiceException(String.format(
  /libcore/luni/src/main/java/libcore/net/http/
HttpDate.java 32 * Most websites serve cookies in the blessed format. Eagerly create the parser to ensure such
45 * If we fail to parse a date in a non-standard format, try each of these formats in sequence.
63 /* RI bug 6641315 claims a cookie of this format was once served by www.yahoo.com */
88 public static String format(Date value) { method in class:HttpDate
89 return STANDARD_DATE_FORMAT.get().format(value);
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeParseException.java 62 package java.time.format;
FormatStyle.java 62 package java.time.format;
80 * For example, the format might be 'Tuesday, April 12, 1952 AD' or '3:30:42pm PST'.
85 * For example, the format might be 'January 12, 1952'.
90 * For example, the format might be 'Jan 12, 1952'.
95 * For example, the format might be '12.13.52' or '3:30pm'.
SignStyle.java 62 package java.time.format;
ZoneName.java 25 package java.time.format;
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestDecimalStyle.java 60 package test.java.time.format;
64 import java.time.format.DecimalStyle;
  /packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DateUtils.java 20 import android.text.format.DateFormat;
31 * This small helper method combines two different DateFormat subclasses in order to format
41 String format = DateFormat.getBestDateTimePattern( local
44 return DateFormat.format(format, date).toString();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
Formatters.h 29 void format(llvm::raw_ostream &Stream, StringRef Style);
44 static void format(const codeview::TypeIndex &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
Formatters.h 29 void format(llvm::raw_ostream &Stream, StringRef Style);
44 static void format(const codeview::TypeIndex &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
Formatters.h 29 void format(llvm::raw_ostream &Stream, StringRef Style);
44 static void format(const codeview::TypeIndex &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
Formatters.h 29 void format(llvm::raw_ostream &Stream, StringRef Style);
44 static void format(const codeview::TypeIndex &V, llvm::raw_ostream &Stream, function in struct:llvm::format_provider
  /prebuilts/go/darwin-x86/src/go/format/
format_test.go 5 package format package
80 `import "go/format"`,
  /prebuilts/go/linux-x86/src/go/format/
format_test.go 5 package format package
80 `import "go/format"`,
  /system/libvintf/include/vintf/
MatrixHal.h 41 HalFormat format = HalFormat::HIDL; member in struct:android::vintf::MatrixHal
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKFormatStyle.java 57 package tck.java.time.format;
63 import java.time.format.DateTimeFormatter;
64 import java.time.format.DateTimeFormatterBuilder;
65 import java.time.format.FormatStyle;
115 assertEquals(formatter.format(temporal), formattedStr);
  /packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DvrStorageManager.java 88 private void readFormatInt(DataInputStream in, MediaFormat format, String key)
92 format.setInteger(key, val);
96 private void readFormatLong(DataInputStream in, MediaFormat format, String key)
100 format.setLong(key, val);
104 private void readFormatFloat(DataInputStream in, MediaFormat format, String key)
108 format.setFloat(key, val);
122 private void readFormatString(DataInputStream in, MediaFormat format, String key)
126 format.setString(key, str);
130 private void readFormatStringOptional(DataInputStream in, MediaFormat format, String key) {
134 format.setString(key, str)
175 MediaFormat format = new MediaFormat(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DataDrivenFormatTest.java 10 package android.icu.dev.test.format;
53 //super("com/ibm/icu/dev/data/testdata/", "format");
58 return ModuleTest.getTestData("android/icu/dev/data/testdata/", "format");
96 String caseString = "["+testData.getName()+"#"+n+(fmt?"format":"parse")+"]";
110 DateFormat format = null; local
118 format = new SimpleDateFormat(pattern, loc);
122 format = DateFormat.getDateTimeInstance(styleSet.getDateStyle(), styleSet.getTimeStyle(), loc);
130 format.setTimeZone(tz);
171 output = format.format(fromDate, output, pos)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DataDrivenFormatTest.java 9 package com.ibm.icu.dev.test.format;
50 //super("com/ibm/icu/dev/data/testdata/", "format");
55 return ModuleTest.getTestData("com/ibm/icu/dev/data/testdata/", "format");
93 String caseString = "["+testData.getName()+"#"+n+(fmt?"format":"parse")+"]";
107 DateFormat format = null; local
115 format = new SimpleDateFormat(pattern, loc);
119 format = DateFormat.getDateTimeInstance(styleSet.getDateStyle(), styleSet.getTimeStyle(), loc);
127 format.setTimeZone(tz);
168 output = format.format(fromDate, output, pos)
    [all...]
  /external/icu/android_icu4j/src/samples/java/android/icu/samples/text/datetimepatterngenerator/
DateTimePatternGeneratorSample.java 44 "hhmm", // 12-hour-cycle format, i.e., 1:32 PM
45 "jjmm" // preferred hour format for the given locale, i.e., 24-hour-cycle format for fr_FR
64 // Get the format of the given date
65 System.out.printf("%-35s",sdf.format(date));
84 // Use DateTime.getPatternInstance to produce the same Date/Time format with predefined constant field value
94 // Use DateFormat.getPatternInstance to get the date/time format for the locale,
95 // and apply the format to the given date
96 String df=DateFormat.getPatternInstance(skeleton,locale).format(date);
126 SimpleDateFormat format = new SimpleDateFormat(gen.getBestPattern("MMMMddHmm"), locale) local
156 SimpleDateFormat format = new SimpleDateFormat("EEEE d MMMM y HH:mm:ss zzzz",locale); local
    [all...]
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/text/datetimepatterngenerator/
DateTimePatternGeneratorSample.java 43 "hhmm", // 12-hour-cycle format, i.e., 1:32 PM
44 "jjmm" // preferred hour format for the given locale, i.e., 24-hour-cycle format for fr_FR
63 // Get the format of the given date
64 System.out.printf("%-35s",sdf.format(date));
83 // Use DateTime.getPatternInstance to produce the same Date/Time format with predefined constant field value
93 // Use DateFormat.getPatternInstance to get the date/time format for the locale,
94 // and apply the format to the given date
95 String df=DateFormat.getPatternInstance(skeleton,locale).format(date);
125 SimpleDateFormat format = new SimpleDateFormat(gen.getBestPattern("MMMMddHmm"), locale) local
155 SimpleDateFormat format = new SimpleDateFormat("EEEE d MMMM y HH:mm:ss zzzz",locale); local
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ModuleWriter.java 57 MessageFormat format = new MessageFormat(moduleHeader); local
60 output.print(format.format(args));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
NumberFormatTest.java 32 * @tests java.text.NumberFormat#format(java.lang.Object,
38 DecimalFormat format = (DecimalFormat) NumberFormat local
42 out = format.format(new Long(Long.MAX_VALUE), new StringBuffer(), pos);
47 out = format.format(new Long(Long.MIN_VALUE), new StringBuffer(), pos);
52 out = format.format(new java.math.BigInteger(String
58 out = format.format(new java.math.BigInteger(Strin
125 DecimalFormat format = (DecimalFormat) NumberFormat local
153 DecimalFormat format = (DecimalFormat) NumberFormat local
207 NumberFormat format = NumberFormat.getInstance(new Locale("hu", "HU")); local
224 NumberFormat format = NumberFormat.getInstance(); local
236 NumberFormat format = NumberFormat.getInstance(new Locale("hu", "HU")); local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
CompositeFormat.java 20 import java.text.Format;
30 public abstract class CompositeFormat extends Format {
36 * Create a default number format. The default number format is based on
39 * @return the default number format.
46 * Create a default number format. The default number format is based on
49 * @param locale the specific locale used by the format.
50 * @return the default number format specific to the given locale.
136 * @param format the number format used to parse normal, numeric values
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
MethodSignatureFormatter.java 49 @Override public String format(ExecutableElement method) { method in class:MethodSignatureFormatter
50 return format(method, Optional.<DeclaredType>absent());
57 public String format(ExecutableElement method, Optional<DeclaredType> container) { method in class:MethodSignatureFormatter
74 builder.append(ErrorMessages.format(annotationIterator.next()));
101 builder.append(ErrorMessages.format(qualifier.get())).append(' ');

Completed in 570 milliseconds

1 2 3 4 56 7 8 91011>>