Home
last modified time | relevance | path

Searched refs:withFormat (Results 1 – 8 of 8) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
DDateTimeSerializerBase.java59 … public abstract DateTimeSerializerBase<T> withFormat(Boolean timestamp, DateFormat customFormat); in withFormat() method in DateTimeSerializerBase
74 return withFormat(Boolean.TRUE, null); in createContextual()
87 return withFormat(Boolean.FALSE, df); in createContextual()
109 return withFormat(Boolean.FALSE, std); in createContextual()
132 return withFormat(Boolean.FALSE, df); in createContextual()
DCalendarSerializer.java30 public CalendarSerializer withFormat(Boolean timestamp, DateFormat customFormat) { in withFormat() method in CalendarSerializer
DDateSerializer.java35 public DateSerializer withFormat(Boolean timestamp, DateFormat customFormat) { in withFormat() method in DateSerializer
DSqlDateSerializer.java31 public SqlDateSerializer withFormat(Boolean timestamp, DateFormat customFormat) { in withFormat() method in SqlDateSerializer
/external/google-breakpad/src/common/mac/
DGTMLogger.m320 withFormat:fmt
426 withFormat:(NSString *)fmt
462 withFormat:(NSString *)fmt
473 [super stringForFunc:func withFormat:fmt valist:args level:level]];
DGTMLogger.h411 withFormat:(NSString *)fmt
/external/llvm-project/clang/include/clang/Frontend/
DFrontendOptions.h178 InputKind withFormat(Format F) const { in withFormat() function
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp2159 DashX = DashX.withFormat(InputKind::ModuleMap); in ParseFrontendArgs()
2185 IK = IK.withFormat(InputKind::ModuleMap); in ParseFrontendArgs()