Home
last modified time | relevance | path

Searched refs:time_stamp (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/boost/wave/util/
Dtime_conversion_helper.hpp58 memset (&time_stamp, 0, sizeof(tm)); in time_conversion_grammar()
80 = month[spirit_assign_actor(self.time_stamp.tm_mon)] in definition()
81 >> int_p[spirit_assign_actor(self.time_stamp.tm_mday)] in definition()
82 >> int_p[spirit_assign_actor(self.time_stamp.tm_year)] in definition()
83 >> int_p[spirit_assign_actor(self.time_stamp.tm_hour)] >> ':' in definition()
84 >> int_p[spirit_assign_actor(self.time_stamp.tm_min)] >> ':' in definition()
85 >> int_p[spirit_assign_actor(self.time_stamp.tm_sec)] in definition()
101 time_stamp.tm_year -= 1900; in correct_year()
106 mutable tm time_stamp; member in boost::wave::util::time_conversion::time_conversion_grammar
125 compile_time = mktime(&g.time_stamp); in time_conversion_helper()
/third_party/boost/libs/graph/example/
Dknights_tour.cpp121 int time_stamp = 0; in backtracking_search() local
123 S.push(std::make_pair(time_stamp, src)); in backtracking_search()
127 boost::tie(time_stamp, x) = S.top(); in backtracking_search()
128 put(time_map, x, time_stamp); in backtracking_search()
130 if (time_stamp == num_vertices(g) - 1) in backtracking_search()
138 S.push(std::make_pair(time_stamp + 1, *i)); in backtracking_search()
146 boost::tie(time_stamp, x) = S.top(); in backtracking_search()
151 boost::tie(time_stamp, x) = S.top(); in backtracking_search()
177 int time_stamp = 0; in warnsdorff() local
179 S.push(std::make_pair(time_stamp, src)); in warnsdorff()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/data/
Ddataset_profiling.cc72 std::pair<uint64_t, uint64_t> time_stamp(start_time_stamp, end_time_stamp); in RecordData() local
73 time_stamp_.emplace_back(time_stamp); in RecordData()
78 …uint64_t time_stamp = std::chrono::duration_cast<std::chrono::nanoseconds>(cur_sys_clock.time_sinc… in GetTimeStamp() local
79 return time_stamp; in GetTimeStamp()
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_aura.cc115 base::TimeTicks time_stamp = GetEventTimeStamp(); in TranslateUiClickEvent() local
133 ui::MouseEvent result(event_type, location, root_location, time_stamp, flags, in TranslateUiClickEvent()
147 base::TimeTicks time_stamp = GetEventTimeStamp(); in TranslateUiMoveEvent() local
155 return ui::MouseEvent(event_type, location, root_location, time_stamp, flags, in TranslateUiMoveEvent()
169 base::TimeTicks time_stamp = GetEventTimeStamp(); in TranslateUiWheelEvent() local
174 return ui::MouseWheelEvent(offset, location, root_location, time_stamp, in TranslateUiWheelEvent()
Dbrowser_platform_delegate_native_linux.cc286 base::TimeTicks time_stamp = GetEventTimeStamp(); in TranslateUiKeyEvent() local
289 return ui::KeyEvent(character, key_code, dom_code, flags, time_stamp); in TranslateUiKeyEvent()
306 return ui::KeyEvent(type, key_code, dom_code, flags, dom_key, time_stamp); in TranslateUiKeyEvent()
Dbrowser_platform_delegate_native_win.cc469 base::TimeTicks time_stamp = GetEventTimeStamp(); in TranslateUiKeyEvent() local
473 dom_code, flags, time_stamp); in TranslateUiKeyEvent()
491 return ui::KeyEvent(type, key_code, dom_code, flags, dom_key, time_stamp); in TranslateUiKeyEvent()
/third_party/curl/lib/vtls/
Dschannel.h78 TimeStamp time_stamp; member
84 TimeStamp time_stamp; member
Dschannel.c726 &BACKEND->cred->time_stamp); in schannel_acquire_credential_handle()
956 &outbuf_desc, &BACKEND->ret_flags, &BACKEND->ctxt->time_stamp); in schannel_connect_step1()
1149 &outbuf_desc, &BACKEND->ret_flags, &BACKEND->ctxt->time_stamp); in schannel_connect_step2()
2203 &BACKEND->ctxt->time_stamp); in schannel_shutdown()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/
Ddevice_queue_tracing.cc27 const int32_t value, const uint64_t time_stamp) { in Record() argument
40 std::to_string(value) + " " + std::to_string(time_stamp); in Record()
Ddataset_iterator_tracing.cc27 const int32_t value, const uint64_t time_stamp) { in Record() argument
39 std::to_string(value) + " " + std::to_string(time_stamp); in Record()
Ddataset_iterator_tracing.h37 const uint64_t time_stamp);
Ddevice_queue_tracing.h37 const uint64_t time_stamp);
/third_party/boost/libs/log/src/
Dsyslog_backend.cpp385 std::tm* time_stamp = boost::date_time::c_time::localtime(&t, &ts);
401 months[time_stamp->tm_mon],
402 time_stamp->tm_mday,
403 time_stamp->tm_hour,
404 time_stamp->tm_min,
405 time_stamp->tm_sec,
/third_party/mindspore/mindspore/profiler/parser/
Dstep_trace_parser.py258 event_info['reduce'][stream_id].append((reduce_tag_id, time_stamp))
260 event_info['reduce'][stream_id] = [(reduce_tag_id, time_stamp)]
263 time_stamp = next_event.timeStamp
265 event_info['end'] = time_stamp
267 event_info['fp'] = time_stamp
269 event_info['bp'] = time_stamp
/third_party/flutter/engine/flutter/lib/ui/window/
Dpointer_data.h58 int64_t time_stamp; member
/third_party/mesa3d/src/amd/common/
Dac_rgp.h88 uint64_t time_stamp; member
Dac_sqtt.c142 record->time_stamp = os_time_get_nano(); in ac_sqtt_add_code_object_loader_event()
/third_party/flutter/skia/third_party/externals/piex/src/
Dpiex_types.h76 Rational time_stamp[3]; // Giving hour, minute and second. member
/third_party/skia/third_party/externals/piex/src/
Dpiex_types.h76 Rational time_stamp[3]; // Giving hour, minute and second. member
Dtiff_parser.cc98 preview_image_data->gps.time_stamp)) { in FillGpsPreviewImageData()
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.cc271 …const std::string time_stamp, const std::string &qualified_tensor_name, const std::string &tensor_… in SetCheckWatchpointsResult() argument
287 (void)(*chunk_time_stamp)[chunk_id].emplace_back(time_stamp); in SetCheckWatchpointsResult()
299 …const std::string time_stamp, const std::string &qualified_tensor_name, const std::string &tensor_… in ProcessCheckpointsOutofMemory() argument
308 … chunk_device_id, chunk_root_graph_id, device_id, root_graph_id, exec_order, time_stamp, in ProcessCheckpointsOutofMemory()
855 void DebugServices::AddToTensorData(const std::string &backend_name, const std::string &time_stamp, in AddToTensorData() argument
878 tensor_data->SetTimeStamp(time_stamp); in AddToTensorData()
921 std::string time_stamp = file_name.substr(fifth_dot + 1, fourth_dot - fifth_dot - 1); in GetTimeStampStr() local
922 return time_stamp; in GetTimeStampStr()
966 std::string time_stamp = ""; in ReadFileAndAddToTensor() local
973 time_stamp = GetTimeStampStr(result_path); in ReadFileAndAddToTensor()
[all …]
Dtensor_data.h206 void SetTimeStamp(const std::string &time_stamp) { this->time_stamp_ = time_stamp; } in SetTimeStamp() argument
Ddebug_services.h258 …const std::string time_stamp, const std::string &qualified_tensor_name, const std::string &tensor_…
306 const int exec_order, const std::string time_stamp,
312 …void AddToTensorData(const std::string &backend_name, const std::string &time_stamp, const std::si…
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.cc89 uint64_t time_stamp = 0l; in GetCUPTITimeStamp() local
90 CHECK_CUPTI_RET_WITH_ERROR(CuptiGetTimestamp(&time_stamp), "CuptiGetTimestamp"); in GetCUPTITimeStamp()
91 return time_stamp; in GetCUPTITimeStamp()
/third_party/openssl/crypto/objects/
Dobj_mac.num133 time_stamp 133

12