Home
last modified time | relevance | path

Searched refs:get_timestamp (Results 1 – 25 of 55) sorted by relevance

123

/external/autotest/tko/
Dutils_unittest.py12 date = utils.get_timestamp({"key": "0"}, "key")
26 date = utils.get_timestamp({}, "missing_key")
31 self.assertRaises(ValueError, utils.get_timestamp,
39 date_int = utils.get_timestamp({"key": int_t}, "key")
40 date_str = utils.get_timestamp({"key": str_t}, "key")
Dutils.py19 def get_timestamp(mapping, field): function
/external/libxcam/xcore/
Dx3a_analyzer.cpp112 NULL, stats->get_timestamp (), "pre 3a analyze failed"); in analyze_3a_statistics()
119 _ae_handler.ptr(), stats->get_timestamp (), "ae calculation failed"); in analyze_3a_statistics()
126 _awb_handler.ptr(), stats->get_timestamp (), "awb calculation failed"); in analyze_3a_statistics()
133 _af_handler.ptr(), stats->get_timestamp (), "af calculation failed"); in analyze_3a_statistics()
140 _common_handler.ptr(), stats->get_timestamp (), "3a other calculation failed"); in analyze_3a_statistics()
147 NULL, stats->get_timestamp (), "3a collect results failed"); in analyze_3a_statistics()
152 set_results_timestamp(results, stats->get_timestamp ()); in analyze_3a_statistics()
Dimage_processor.cpp31 int64_t ts = buf->get_timestamp(); in process_buffer_done()
44 int64_t ts = buf->get_timestamp(); in process_buffer_failed()
58 int64_t ts = result->get_timestamp(); in process_image_result_done()
Dx3a_event.h45 uint64_t get_timestamp () const { in get_timestamp() function
Dvideo_buffer.h77 int64_t get_timestamp () const { in get_timestamp() function
Dsmart_analyzer.cpp160 set_results_timestamp (results, buffer->get_timestamp ()); in analyze()
Dsmart_buffer_priv.cpp72 this->base.timestamp = buf->get_timestamp (); in SmartBufferPriv()
Dx3a_result.h61 int64_t get_timestamp () const { in get_timestamp() function
Ddynamic_analyzer.cpp154 ret = _desc->set_3a_stats (_context, stats->get_stats (), stats->get_timestamp ()); in pre_3a_analyze()
Dxcam_analyzer.cpp95 res->get_type (), XCAM_TIMESTAMP_ARGS (res->get_timestamp ())); in x3a_calculation_done()
/external/autotest/tko/parsers/
Dversion_0.py32 queued_time = tko_utils.get_timestamp(keyval, "job_queued")
33 started_time = tko_utils.get_timestamp(keyval, "job_started")
34 finished_time = tko_utils.get_timestamp(keyval, "job_finished")
40 aborted_at = tko_utils.get_timestamp(keyval, "aborted_on")
374 tko_utils.get_timestamp(
441 started_time = tko_utils.get_timestamp(
463 finished_time = tko_utils.get_timestamp(
Dversion_1.py243 def get_timestamp(self): member in status_line
244 return tko_utils.get_timestamp(self.optional_fields, 'timestamp')
416 started_time = line.get_timestamp()
489 finished_time = line.get_timestamp()
513 finished_time = line.get_timestamp()
Dversion_1_unittest.py219 self.assertEquals(timestamp, line.get_timestamp())
226 self.assertEquals(None, line.get_timestamp())
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c329 if (screen->get_timestamp) { in st_GetTimestamp()
330 return screen->get_timestamp(screen); in st_GetTimestamp()
334 assert(pipe->get_timestamp); in st_GetTimestamp()
335 return pipe->get_timestamp(pipe); in st_GetTimestamp()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dtimestamp.cpp58 result(q.pipe->screen->get_timestamp(q.pipe->screen)) { in current()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_drm.c63 vscreen->get_timestamp = NULL; in vl_drm_screen_create()
Dvl_winsys.h56 (*get_timestamp)(struct vl_screen *vscreen, void *drawable); member
/external/virglrenderer/src/gallium/include/pipe/
Dp_screen.h118 uint64_t (*get_timestamp)(struct pipe_screen *); member
/external/mesa3d/src/gallium/drivers/swr/
Dswr_fence.cpp147 p_screen->get_timestamp = swr_get_timestamp; in swr_fence_init()
/external/libxcam/modules/ocl/
Dcl_image_handler.cpp292 output->set_timestamp (input->get_timestamp ()); in prepare_output_buf()
447 int64_t ts = result->get_timestamp (); in set_3a_result()
/external/mesa3d/src/gallium/include/pipe/
Dp_screen.h139 uint64_t (*get_timestamp)(struct pipe_screen *); member
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_screen.c121 return screen->get_timestamp(screen); in dd_screen_get_timestamp()
535 SCR_INIT(get_timestamp); in ddebug_screen_create()
/external/grpc-grpc/tools/run_tests/
Drun_build_statistics.py237 'timestamp': str(build.get_timestamp())
/external/mesa3d/src/gallium/drivers/trace/
Dtr_screen.c578 result = screen->get_timestamp(screen); in trace_screen_get_timestamp()
659 tr_scr->base.get_timestamp = trace_screen_get_timestamp; in trace_screen_create()

123