Home
last modified time | relevance | path

Searched refs:timestamp_pattern (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/tracing/test/
H A Dtext_tracing_test.cc33 RE2 timestamp_pattern("\\d{4}-\\d{2}-\\d{2}T[[:^blank:]]*"); in PostProcessOutput() local
34 return RE2::GlobalReplace(input, timestamp_pattern, "${TIME}") > 0; in PostProcessOutput()
/aosp_15_r20/external/autotest/server/cros/update_engine/
H A Dupdate_engine_test.py517 timestamp_pattern = re.compile(
521 for ts in timestamp_pattern.findall(update_engine_log)
/aosp_15_r20/external/autotest/server/cros/tradefed/
H A Dtradefed_test.py210 timestamp_pattern = ("[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]" +
213 self._default_tradefed_base_dir(), timestamp_pattern