HomeSort by relevance Sort by last modified time
    Searched refs:get_timestamp (Results 1 - 25 of 31) sorted by null

1 2

  /external/bluetooth/bluedroid/osi/test/
reactor_test.cpp 32 static uint64_t get_timestamp(void) { function
95 uint64_t start = get_timestamp();
97 EXPECT_GE(get_timestamp() - start, static_cast<uint64_t>(50));
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_configs_test.py 40 results_obj.get_timestamp = mock_get_timestamp
48 """Mock version of BaseComparisons.get_timestamp() for testing."""
compare_to_expectations_test.py 40 results_obj.get_timestamp = mock_get_timestamp
48 """Mock version of BaseComparisons.get_timestamp() for testing."""
compare_rendered_pictures_test.py 55 results_obj.get_timestamp = mock_get_timestamp
111 """Mock version of BaseComparisons.get_timestamp() for testing."""
results.py 94 time_updated = self.get_timestamp()
122 def get_timestamp(self): member in class:BaseComparisons
  /external/skia/gm/rebaseline_server/
compare_configs_test.py 40 results_obj.get_timestamp = mock_get_timestamp
48 """Mock version of BaseComparisons.get_timestamp() for testing."""
compare_to_expectations_test.py 40 results_obj.get_timestamp = mock_get_timestamp
48 """Mock version of BaseComparisons.get_timestamp() for testing."""
compare_rendered_pictures_test.py 55 results_obj.get_timestamp = mock_get_timestamp
111 """Mock version of BaseComparisons.get_timestamp() for testing."""
results.py 94 time_updated = self.get_timestamp()
122 def get_timestamp(self): member in class:BaseComparisons
  /hardware/qcom/gps/msm8960/utils/
log_util.h 90 extern char* get_timestamp(char* str, unsigned long buf_size);
143 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
loc_log.cpp 208 FUNCTION get_timestamp
222 char * get_timestamp(char *str, unsigned long buf_size) function
  /hardware/qcom/gps/utils/
log_util.h 90 extern char* get_timestamp(char* str, unsigned long buf_size);
153 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
loc_log.cpp 214 FUNCTION get_timestamp
228 char * get_timestamp(char *str, unsigned long buf_size) function
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_screen.h 116 uint64_t (*get_timestamp)(struct pipe_screen *); member in struct:pipe_screen
  /external/mesa3d/src/gallium/include/pipe/
p_screen.h 116 uint64_t (*get_timestamp)(struct pipe_screen *); member in struct:pipe_screen
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_screen.c 251 return screen->get_timestamp(screen);
280 id_screen->base.get_timestamp = identity_screen_get_timestamp;
  /external/mesa3d/src/gallium/drivers/identity/
id_screen.c 251 return screen->get_timestamp(screen);
280 id_screen->base.get_timestamp = identity_screen_get_timestamp;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_screen.c 167 pscreen->get_timestamp = nouveau_screen_get_timestamp;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_queryobj.c 183 return screen->get_timestamp(screen);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c 167 pscreen->get_timestamp = nouveau_screen_get_timestamp;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_queryobj.c 183 return screen->get_timestamp(screen);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_screen.c 334 return screen->get_timestamp(screen);
372 GLHD_SCREEN_INIT(get_timestamp);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_screen.c 410 trace_dump_call_begin("pipe_screen", "get_timestamp");
413 result = screen->get_timestamp(screen);
488 tr_scr->base.get_timestamp = trace_screen_get_timestamp;
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_screen.c 334 return screen->get_timestamp(screen);
372 GLHD_SCREEN_INIT(get_timestamp);
  /external/mesa3d/src/gallium/drivers/trace/
tr_screen.c 410 trace_dump_call_begin("pipe_screen", "get_timestamp");
413 result = screen->get_timestamp(screen);
488 tr_scr->base.get_timestamp = trace_screen_get_timestamp;

Completed in 1026 milliseconds

1 2