Home
last modified time | relevance | path

Searched refs:task_log (Results 1 – 24 of 24) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/sync_file_system_internals/
H A Dsync_file_system_internals_handler.cc101 const sync_file_system::TaskLogger::TaskLog& task_log) { in OnLogRecorded() argument
103 int64_t duration = (task_log.end_time - task_log.start_time).InMilliseconds(); in OnLogRecorded()
105 dict.SetString("task_description", task_log.task_description); in OnLogRecorded()
106 dict.SetString("result_description", task_log.result_description); in OnLogRecorded()
109 details->AppendStrings(task_log.details); in OnLogRecorded()
H A Dsync_file_system_internals_handler.h47 const sync_file_system::TaskLogger::TaskLog& task_log) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/sync_file_system_internals/
H A Dsync_file_system_internals_handler.cc101 const sync_file_system::TaskLogger::TaskLog& task_log) { in OnLogRecorded() argument
103 int64_t duration = (task_log.end_time - task_log.start_time).InMilliseconds(); in OnLogRecorded()
105 dict.SetString("task_description", task_log.task_description); in OnLogRecorded()
106 dict.SetString("result_description", task_log.result_description); in OnLogRecorded()
109 details->AppendStrings(task_log.details); in OnLogRecorded()
H A Dsync_file_system_internals_handler.h47 const sync_file_system::TaskLogger::TaskLog& task_log) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync_file_system/drive_backend/
H A Dsync_task_manager.cc176 std::unique_ptr<TaskLogger::TaskLog> task_log = in UpdateTaskBlocker() local
185 std::move(task_log), std::move(task_blocker), continuation); in UpdateTaskBlocker()
262 std::unique_ptr<TaskLogger::TaskLog> task_log, in UpdateTaskBlockerBody() argument
271 foreground_task_token->SetTaskLog(std::move(task_log)); in UpdateTaskBlockerBody()
295 base::Passed(&task_log), in UpdateTaskBlockerBody()
321 base::Passed(&task_log), in UpdateTaskBlockerBody()
344 background_task_token->SetTaskLog(std::move(task_log)); in UpdateTaskBlockerBody()
H A Dsync_task_token.cc109 void SyncTaskToken::SetTaskLog(std::unique_ptr<TaskLogger::TaskLog> task_log) { in SetTaskLog() argument
110 task_log_ = std::move(task_log); in SetTaskLog()
H A Dsync_task_manager.h69 std::unique_ptr<TaskLogger::TaskLog> task_log) = 0;
153 std::unique_ptr<TaskLogger::TaskLog> task_log,
H A Dsync_task_token.h73 void SetTaskLog(std::unique_ptr<TaskLogger::TaskLog> task_log);
H A Dsync_worker.h77 void RecordTaskLog(std::unique_ptr<TaskLogger::TaskLog> task_log) override;
H A Dsync_worker.cc289 void SyncWorker::RecordTaskLog(std::unique_ptr<TaskLogger::TaskLog> task_log) { in RecordTaskLog() argument
295 std::move(task_log))); in RecordTaskLog()
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_arena_priorities.cpp55 void prepare_logging_data(std::vector<tbb::task_arena::priority>& task_log, unsigned overall_tasks_… in prepare_logging_data() argument
56 task_log.clear(); in prepare_logging_data()
57 task_log.resize(overall_tasks_num); in prepare_logging_data()
58 for( auto& record : task_log ) in prepare_logging_data()
/dports/devel/py-vsts/vsts-0.1.25/vsts/task/v4_0/models/
H A D__init__.py16 from .task_log import TaskLog
/dports/devel/py-vsts/vsts-0.1.25/vsts/task/v4_1/models/
H A D__init__.py16 from .task_log import TaskLog
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync_file_system/
H A Dtask_logger.h38 virtual void OnLogRecorded(const TaskLog& task_log) = 0;
/dports/www/py-internetarchive/internetarchive-2.2.0/internetarchive/
H A Dcatalog.py308 def task_log(self): member in CatalogTask
345 params = dict(task_log=task_id)
/dports/dns/opendnssec2/opendnssec-2.1.10/common/scheduler/
H A Dtask.h132 void task_log(task_type* task);
H A Dtask.c211 task_log(task_type* task) in task_log() function
H A Dschedule.c397 task_log(task); in schedule_task()
/dports/dns/knot3/knot-3.1.5/tests/knot/
H A Dtest_worker_pool.c34 typedef struct task_log { struct
/dports/dns/knot3-lib/knot-3.1.5/tests/knot/
H A Dtest_worker_pool.c34 typedef struct task_log { struct
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/pinpoint/models/
H A Dtask.py258 task_log = TaskLog(
262 task_log.put()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/vcfw/logging/
H A Dlogging.h148 LOG_DESCRIPTOR_T task_log; member
/dports/www/moodle311/moodle/lib/db/
H A Dupgrade.php2024 $table = new xmldb_table('task_log');
/dports/www/moodle310/moodle/lib/db/
H A Dupgrade.php2650 $table = new xmldb_table('task_log');