Home
last modified time | relevance | path

Searched defs:extract_time (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/extras/perf_tools/
H A Dparse_timing.py135 def extract_time(line, events): function
/aosp_15_r20/system/extras/boottime_tools/bootanalyze/
H A Dbootanalyze.py826 def extract_time(events, pattern, date_transform_function): function
/aosp_15_r20/external/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/
H A Dgen.py717 def extract_time(data): function
/aosp_15_r20/external/elfutils/debuginfod/
H A Ddebuginfod.cxx1810 double extract_time = (extract_end.tv_sec - extract_begin.tv_sec) in extract_section() local
2137 double extract_time = (extract_end.tv_sec - extract_begin.tv_sec) in handle_buildid_r_match() local
/aosp_15_r20/external/python/cpython2/Modules/
Dposixmodule.c2919 extract_time(PyObject *t, time_t* sec, long* usec) in extract_time() function