/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/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/chromium_org/third_party/skia/gm/rebaseline_server/ |
compare_configs_test.py | 43 results_obj.get_timestamp = mock_get_timestamp 51 """Mock version of BaseComparisons.get_timestamp() for testing."""
|
compare_to_expectations_test.py | 41 results_obj.get_timestamp = mock_get_timestamp 49 """Mock version of BaseComparisons.get_timestamp() for testing."""
|
compare_rendered_pictures_test.py | 67 results_obj.get_timestamp = mock_get_timestamp 112 results_obj.get_timestamp = mock_get_timestamp 151 results_obj.get_timestamp = mock_get_timestamp 218 """Mock version of BaseComparisons.get_timestamp() for testing."""
|
results.py | 106 time_updated = self.get_timestamp() 139 def get_timestamp(self): member in class:BaseComparisons
|
/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/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;
|
/frameworks/av/media/libmedia/ |
IAudioTrack.cpp | 43 GET_TIMESTAMP, 181 status_t status = remote()->transact(GET_TIMESTAMP, data, &reply); 273 case GET_TIMESTAMP: {
|
/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/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_screen.c | 167 pscreen->get_timestamp = nouveau_screen_get_timestamp;
|
/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/mesa3d/src/gallium/drivers/galahad/ |
glhd_screen.c | 334 return screen->get_timestamp(screen); 372 GLHD_SCREEN_INIT(get_timestamp);
|
/hardware/qcom/gps/msm8960/utils/ |
loc_log.cpp | 208 FUNCTION get_timestamp 222 char * get_timestamp(char *str, unsigned long buf_size) function
|
log_util.h | 90 extern char* get_timestamp(char* str, unsigned long buf_size); 143 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
|
/hardware/qcom/gps/utils/ |
loc_log.cpp | 214 FUNCTION get_timestamp 228 char * get_timestamp(char *str, unsigned long buf_size) function
|
log_util.h | 90 extern char* get_timestamp(char* str, unsigned long buf_size); 153 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
|
/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/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_queryobj.c | 183 return screen->get_timestamp(screen);
|
/external/mesa3d/src/gallium/include/pipe/ |
p_screen.h | 116 uint64_t (*get_timestamp)(struct pipe_screen *); member in struct:pipe_screen
|