/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/traits/ |
D | TimestampFormatTrait.java | 31 private TimestampFormatTrait(Format timestampFormat) { in TimestampFormatTrait() argument 32 this.format = timestampFormat; in TimestampFormatTrait() 42 public static TimestampFormatTrait create(Format timestampFormat) { in create() argument 43 return new TimestampFormatTrait(timestampFormat); in create()
|
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/service/ |
D | Member.java | 48 private String timestampFormat; field in Member 177 return timestampFormat; in getTimestampFormat() 180 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat() argument 181 this.timestampFormat = timestampFormat; in setTimestampFormat()
|
D | Shape.java | 71 private String timestampFormat; field in Shape 310 return timestampFormat; in getTimestampFormat() 313 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat() argument 314 this.timestampFormat = timestampFormat; in setTimestampFormat()
|
/external/testng/src/main/java/org/testng/reporters/ |
D | XMLReporterConfig.java | 162 private String timestampFormat = FMT_DEFAULT; field in XMLReporterConfig 205 return timestampFormat; in getTimestampFormat() 208 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat() argument 209 this.timestampFormat = timestampFormat; in setTimestampFormat()
|
D | XMLReporter.java | 245 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat() argument 246 config.setTimestampFormat(timestampFormat); in setTimestampFormat()
|
/external/perfetto/ui/src/frontend/viewer_page/ |
D | time_axis_panel.ts | 21 import {timestampFormat} from '../../core/timestamp_format'; 61 const timestampFormat = this.trace.timeline.timestampFormat; constant 62 switch (timestampFormat) { 90 assertUnreachable(timestampFormat); 126 const fmt = timestampFormat();
|
D | time_selection_panel.ts | 22 import {timestampFormat} from '../../core/timestamp_format'; 266 const fmt = timestampFormat();
|
D | overview_timeline_panel.ts | 27 import {timestampFormat} from '../../core/timestamp_format'; 276 const fmt = timestampFormat();
|
/external/perfetto/ui/src/core/ |
D | timeline.ts | 25 timestampFormat, 186 const fmt = timestampFormat(); 210 get timestampFormat() { 211 return timestampFormat(); 214 set timestampFormat(format: TimestampFormat) {
|
D | timestamp_format.ts | 23 export function timestampFormat(): TimestampFormat { function
|
/external/perfetto/ui/src/components/widgets/ |
D | timestamp_format_menu.ts | 31 active: value === attrs.trace.timeline.timestampFormat, 33 attrs.trace.timeline.timestampFormat = value;
|
D | duration_precision_menu_items.ts | 39 switch (attrs.trace.timeline.timestampFormat) {
|
D | timestamp.ts | 79 const fmt = this.trace.timeline.timestampFormat;
|
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/intermediate/ |
D | MemberModel.java | 96 private String timestampFormat; field in MemberModel 611 return timestampFormat; in getTimestampFormat() 614 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat() argument 615 this.timestampFormat = timestampFormat; in setTimestampFormat() 618 public MemberModel withTimestampFormat(String timestampFormat) { in withTimestampFormat() argument 619 setTimestampFormat(timestampFormat); in withTimestampFormat()
|
/external/perfetto/ui/src/public/ |
D | timeline.ts | 60 timestampFormat: TimestampFormat; property
|
/external/cronet/stable/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | Timestamps.java | 86 private static final ThreadLocal<SimpleDateFormat> timestampFormat = field in Timestamps 216 result.append(timestampFormat.get().format(date)); in toString() 260 Date date = timestampFormat.get().parse(secondValue); in parse()
|
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | Timestamps.java | 86 private static final ThreadLocal<SimpleDateFormat> timestampFormat = field in Timestamps 216 result.append(timestampFormat.get().format(date)); in toString() 260 Date date = timestampFormat.get().parse(secondValue); in parse()
|
/external/cronet/tot/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | Timestamps.java | 86 private static final ThreadLocal<SimpleDateFormat> timestampFormat = field in Timestamps 216 result.append(timestampFormat.get().format(date)); in toString() 260 Date date = timestampFormat.get().parse(secondValue); in parse()
|
/external/perfetto/ui/src/components/ |
D | time_utils.ts | 33 const fmt = trace.timeline.timestampFormat;
|