/third_party/boost/boost/wave/util/ |
D | time_conversion_helper.hpp | 58 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/ |
D | knights_tour.cpp | 121 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/ |
D | dataset_profiling.cc | 72 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/ |
D | browser_platform_delegate_native_aura.cc | 115 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()
|
D | browser_platform_delegate_native_linux.cc | 286 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()
|
D | browser_platform_delegate_native_win.cc | 469 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/ |
D | schannel.h | 78 TimeStamp time_stamp; member 84 TimeStamp time_stamp; member
|
D | schannel.c | 726 &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/ |
D | device_queue_tracing.cc | 27 const int32_t value, const uint64_t time_stamp) { in Record() argument 40 std::to_string(value) + " " + std::to_string(time_stamp); in Record()
|
D | dataset_iterator_tracing.cc | 27 const int32_t value, const uint64_t time_stamp) { in Record() argument 39 std::to_string(value) + " " + std::to_string(time_stamp); in Record()
|
D | dataset_iterator_tracing.h | 37 const uint64_t time_stamp);
|
D | device_queue_tracing.h | 37 const uint64_t time_stamp);
|
/third_party/boost/libs/log/src/ |
D | syslog_backend.cpp | 385 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/ |
D | step_trace_parser.py | 258 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/ |
D | pointer_data.h | 58 int64_t time_stamp; member
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rgp.h | 88 uint64_t time_stamp; member
|
D | ac_sqtt.c | 142 record->time_stamp = os_time_get_nano(); in ac_sqtt_add_code_object_loader_event()
|
/third_party/flutter/skia/third_party/externals/piex/src/ |
D | piex_types.h | 76 Rational time_stamp[3]; // Giving hour, minute and second. member
|
/third_party/skia/third_party/externals/piex/src/ |
D | piex_types.h | 76 Rational time_stamp[3]; // Giving hour, minute and second. member
|
D | tiff_parser.cc | 98 preview_image_data->gps.time_stamp)) { in FillGpsPreviewImageData()
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | debug_services.cc | 271 …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 …]
|
D | tensor_data.h | 206 void SetTimeStamp(const std::string &time_stamp) { this->time_stamp_ = time_stamp; } in SetTimeStamp() argument
|
D | debug_services.h | 258 …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/ |
D | gpu_profiling.cc | 89 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/ |
D | obj_mac.num | 133 time_stamp 133
|