Home
last modified time | relevance | path

Searched defs:time_format (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/autotest/contrib/
H A Dlog_distiller.py23 time_format = '%Y-%m-%d-%H.%M.%S' variable
35 def should_process_log(time_str, time_format, cutoff_days=7): argument
/aosp_15_r20/external/googleapis/google/cloud/automl/v1beta1/
H A Ddata_types.proto87 string time_format = 5; field
/aosp_15_r20/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/proto/google/cloud/automl/v1beta1/
H A Ddata_types.proto87 string time_format = 5; field
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/
H A Dautoml_time_series_forecasting.proto112 string time_format = 2; field
H A Dautoml_tables.proto100 string time_format = 2; field
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/
H A Dautoml_time_series_forecasting.proto112 string time_format = 2; field
H A Dautoml_tables.proto100 string time_format = 2; field
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/schema/trainingjob/definition/
H A Dautoml_tables.proto100 string time_format = 2; field
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1/schema/trainingjob/definition/
H A Dautoml_tables.proto100 string time_format = 2; field
/aosp_15_r20/external/autotest/site_utils/
H A Ddiagnosis_utils.py117 time_format = '%m-%d-%Y [%H:%M:%S]' variable in JobTimer
/aosp_15_r20/external/python/mobly/mobly/
Dlogger.py107 def _get_timestamp(time_format, delta=None): argument
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dlogger.py139 def _get_timestamp(time_format, delta=None): argument
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-read.c163 static const char *time_format(struct tracecmd_input *handle, enum time_fmt tf) in time_format() function