/external/autotest/tko/ |
D | utils_unittest.py | 12 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")
|
D | utils.py | 19 def get_timestamp(mapping, field): function
|
/external/libxcam/xcore/ |
D | x3a_analyzer.cpp | 112 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()
|
D | image_processor.cpp | 31 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()
|
D | x3a_event.h | 45 uint64_t get_timestamp () const { in get_timestamp() function
|
D | video_buffer.h | 77 int64_t get_timestamp () const { in get_timestamp() function
|
D | smart_analyzer.cpp | 160 set_results_timestamp (results, buffer->get_timestamp ()); in analyze()
|
D | x3a_result.h | 61 int64_t get_timestamp () const { in get_timestamp() function
|
D | smart_buffer_priv.cpp | 72 this->base.timestamp = buf->get_timestamp (); in SmartBufferPriv()
|
D | dynamic_analyzer.cpp | 154 ret = _desc->set_3a_stats (_context, stats->get_stats (), stats->get_timestamp ()); in pre_3a_analyze()
|
D | xcam_analyzer.cpp | 95 res->get_type (), XCAM_TIMESTAMP_ARGS (res->get_timestamp ())); in x3a_calculation_done()
|
/external/autotest/tko/parsers/ |
D | version_0.py | 32 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(
|
D | version_1.py | 243 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()
|
D | version_1_unittest.py | 219 self.assertEquals(timestamp, line.get_timestamp()) 226 self.assertEquals(None, line.get_timestamp())
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 329 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/auxiliary/vl/ |
D | vl_winsys_drm.c | 63 vscreen->get_timestamp = NULL; in vl_drm_screen_create()
|
D | vl_winsys.h | 56 (*get_timestamp)(struct vl_screen *vscreen, void *drawable); member
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | timestamp.cpp | 58 result(q.pipe->screen->get_timestamp(q.pipe->screen)) { in current()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_screen.h | 118 uint64_t (*get_timestamp)(struct pipe_screen *); member
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_fence.cpp | 147 p_screen->get_timestamp = swr_get_timestamp; in swr_fence_init()
|
/external/libxcam/modules/ocl/ |
D | cl_image_handler.cpp | 292 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/ |
D | p_screen.h | 139 uint64_t (*get_timestamp)(struct pipe_screen *); member
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_screen.c | 121 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/ |
D | run_build_statistics.py | 237 'timestamp': str(build.get_timestamp())
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_screen.c | 578 result = screen->get_timestamp(screen); in trace_screen_get_timestamp() 659 tr_scr->base.get_timestamp = trace_screen_get_timestamp; in trace_screen_create()
|