Home
last modified time | relevance | path

Searched defs:timestampFormat (Results 1 – 25 of 120) sorted by relevance

12345

/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/traits/
DTimestampFormatTrait.java31 private TimestampFormatTrait(Format timestampFormat) { in TimestampFormatTrait()
42 public static TimestampFormatTrait create(Format timestampFormat) { in create()
/external/perfetto/ui/src/core/
Dtimestamp_format.ts31 export function timestampFormat(): TimestampFormat { function
/external/testng/src/main/java/org/testng/reporters/
DXMLReporterConfig.java162 private String timestampFormat = FMT_DEFAULT; field in XMLReporterConfig
208 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat()
DXMLReporter.java245 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat()
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/service/
DMember.java48 private String timestampFormat; field in Member
180 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat()
DShape.java71 private String timestampFormat; field in Shape
313 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat()
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/main/resources/codegen-resources/defaultendpointprovider/
Dservice-2.json13 "timestampFormat":"unixTimestamp", string
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/main/resources/codegen-resources/bearerauth/
Dservice-2.json13 "timestampFormat":"unixTimestamp", string
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/main/resources/codegen-resources/customizeduseragent/
Dservice-2.json13 "timestampFormat":"unixTimestamp", string
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/main/resources/codegen-resources/mixedauthservice/
Dservice-2.json13 "timestampFormat":"unixTimestamp", string
/external/aws-sdk-java-v2/test/protocol-tests/src/main/resources/codegen-resources/awsjson/customized/
Dservice-2.json13 "timestampFormat":"unixTimestamp" string
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/main/resources/codegen-resources/mixedauth/
Dservice-2.json13 "timestampFormat":"unixTimestamp", string
/external/aws-sdk-java-v2/test/protocol-tests/src/main/resources/codegen-resources/restjson/customized/
Dservice-2.json13 "timestampFormat":"unixTimestamp" string
/external/aws-sdk-java-v2/codegen/src/test/resources/software/amazon/awssdk/codegen/poet/model/deprecatedname/
Dlistdeprecationfailure.json13 "timestampFormat":"unixTimestamp", string
Denumdeprecationfailure.json13 "timestampFormat":"unixTimestamp", string
Dmapdeprecationfailure.json13 "timestampFormat":"unixTimestamp", string
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/intermediate/
DMemberModel.java96 private String timestampFormat; field in MemberModel
614 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat()
618 public MemberModel withTimestampFormat(String timestampFormat) { in withTimestampFormat()
/external/aws-sdk-java-v2/codegen/src/test/resources/software/amazon/awssdk/codegen/poet/model/xmlnamespace/
Dservice-2.json12 "timestampFormat":"unixTimestamp" string
/external/aws-sdk-java-v2/codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/c2j/fine-grained-auth-legacy-trait/
Dservice-2.json13 "timestampFormat":"unixTimestamp", string
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/main/resources/codegen-resources/tostring/
Dservice-2.json13 "timestampFormat":"unixTimestamp", string
/external/aws-sdk-java-v2/services/mediatailor/src/main/resources/codegen-resources/
Dapi-2.json290 "timestampFormat" : "iso8601" string
294 "timestampFormat" : "unixTimestamp" string
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/main/resources/codegen-resources/reservedwords/
Dservice-2.json13 "timestampFormat":"unixTimestamp", string
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/main/resources/codegen-resources/eventstreams/
Dservice-2.json13 "timestampFormat":"unixTimestamp", string
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DTimestamps.java86 private static final ThreadLocal<SimpleDateFormat> timestampFormat = field in Timestamps
/external/cronet/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DTimestamps.java86 private static final ThreadLocal<SimpleDateFormat> timestampFormat = field in Timestamps

12345