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

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Timestamp.h 94 TIMESTAMP_GET GetTimestamp;
  /build/kati/
fileutil.h 31 double GetTimestamp(StringPiece f);
exec.cc 64 double output_ts = GetTimestamp(n->output.c_str());
regen.cc 160 double ts = GetTimestamp(s);
333 ts = GetTimestamp(dir);
357 double ts = GetTimestamp(sr->cmd);
fileutil.cc 54 double GetTimestamp(StringPiece filename) {
  /system/connectivity/wifilogd/tests/
mock_os.h 36 MOCK_CONST_METHOD1(GetTimestamp, Timestamp(clockid_t clock_id));
command_processor_unittest.cpp 133 EXPECT_CALL(*os_, GetTimestamp(CLOCK_MONOTONIC));
134 EXPECT_CALL(*os_, GetTimestamp(CLOCK_BOOTTIME));
135 EXPECT_CALL(*os_, GetTimestamp(CLOCK_REALTIME));
247 EXPECT_CALL(*os_, GetTimestamp(CLOCK_MONOTONIC))
249 EXPECT_CALL(*os_, GetTimestamp(CLOCK_BOOTTIME))
251 EXPECT_CALL(*os_, GetTimestamp(CLOCK_REALTIME))
452 EXPECT_CALL(*os_, GetTimestamp(_)).Times(AnyNumber());
os_unittest.cpp 122 const Os::Timestamp received = os_->GetTimestamp(CLOCK_REALTIME);
316 EXPECT_DEATH(os_->GetTimestamp(CLOCK_REALTIME), "Check failed");
321 EXPECT_DEATH(os_->GetTimestamp(CLOCK_REALTIME), "Unexpected error");
  /system/connectivity/wifilogd/
os.h 70 virtual Timestamp GetTimestamp(clockid_t clock_id) const;
command_processor.cpp 191 .set_since_boot_awake_only(os_->GetTimestamp(CLOCK_MONOTONIC))
192 .set_since_boot_with_sleep(os_->GetTimestamp(CLOCK_BOOTTIME))
193 .set_since_epoch(os_->GetTimestamp(CLOCK_REALTIME));
os.cpp 52 Os::Timestamp Os::GetTimestamp(clockid_t clock_id) const {
  /test/vts/utils/python/web/
feature_utils.py 19 def GetTimestamp():
web_utils.py 81 self.report_msg.start_timestamp = feature_utils.GetTimestamp()
140 self.current_test_report_msg.start_timestamp = feature_utils.GetTimestamp(
399 msg.start_timestamp = feature_utils.GetTimestamp()
403 self.report_msg.end_timestamp = feature_utils.GetTimestamp()
  /external/v8/src/
perf-jit.h 54 uint64_t GetTimestamp();
perf-jit.cc 186 uint64_t PerfJitLogger::GetTimestamp() {
232 code_load.time_stamp_ = GetTimestamp();
294 debug_info.time_stamp_ = GetTimestamp();
347 unwinding_info_header.time_stamp_ = GetTimestamp();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
locationapi.h 91 virtual HRESULT STDMETHODCALLTYPE GetTimestamp(
123 HRESULT (STDMETHODCALLTYPE *GetTimestamp)(
146 #define ILocationReport_GetTimestamp(This,pCreationTime) (This)->lpVtbl->GetTimestamp(This,pCreationTime)
164 return This->lpVtbl->GetTimestamp(This,pCreationTime);
259 HRESULT (STDMETHODCALLTYPE *GetTimestamp)(
311 #define ICivicAddressReport_GetTimestamp(This,pCreationTime) (This)->lpVtbl->GetTimestamp(This,pCreationTime)
337 return This->lpVtbl->GetTimestamp(This,pCreationTime);
479 HRESULT (STDMETHODCALLTYPE *GetTimestamp)(
523 #define ILatLongReport_GetTimestamp(This,pCreationTime) (This)->lpVtbl->GetTimestamp(This,pCreationTime)
547 return This->lpVtbl->GetTimestamp(This,pCreationTime)
    [all...]
sensorsapi.h 857 virtual HRESULT STDMETHODCALLTYPE GetTimestamp(
889 HRESULT (STDMETHODCALLTYPE *GetTimestamp)(
916 #define ISensorDataReport_GetTimestamp(This,pTimeStamp) (This)->lpVtbl->GetTimestamp(This,pTimeStamp)
    [all...]
  /test/vts/utils/python/systrace/
systrace_utils.py 112 time = feature_utils.GetTimestamp()
  /test/vts/utils/python/profiling/
profiling_utils.py 256 host_profiling_data[name] = feature_utils.GetTimestamp()
278 end_timestamp = feature_utils.GetTimestamp()
  /external/stressapptest/src/
os.h 249 inline static uint64 GetTimestamp(void) {
sat.cc 267 pe->ts = os_->GetTimestamp();
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_queryobj.c 490 * This is used to implement the GetTimestamp() driver hook.
556 functions->GetTimestamp = brw_get_timestamp;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_queryobj.c 428 functions->GetTimestamp = st_GetTimestamp;
  /external/mesa3d/src/mesa/main/
get.c     [all...]
dd.h     [all...]

Completed in 245 milliseconds