Home
last modified time | relevance | path

Searched defs:job_id (Results 1 – 25 of 81) sorted by relevance

1234

/external/tensorflow/tensorflow/core/data/service/
Djournal.proto51 int64 job_id = 1; field
68 int64 job_id = 1; field
77 int64 job_id = 1; field
91 int64 job_id = 1; field
117 int64 job_id = 2; field
127 int64 job_id = 2; field
Ddispatcher_state_test.cc76 Status CreateAnonymousJob(int64_t job_id, int64_t dataset_id, in CreateAnonymousJob()
88 Status CreateNamedJob(int64_t job_id, int64_t dataset_id, in CreateNamedJob()
103 Status AcquireJobClientId(int64_t job_id, int64_t job_client_id, in AcquireJobClientId()
125 Status CreateTask(int64_t task_id, int64_t job_id, in CreateTask()
290 int64_t job_id = state.NextAvailableJobId(); in TEST() local
307 int64_t job_id = state.NextAvailableJobId(); in TEST() local
323 int64_t job_id = state.NextAvailableJobId(); in TEST() local
339 int64_t job_id = 3; in TEST() local
368 int64_t job_id = 3; in TEST() local
411 int64_t job_id = 3; in TEST() local
[all …]
Dcommon.proto25 int64 job_id = 5; field
53 int64 job_id = 3; field
Dsplit_provider.h36 const std::string& protocol, int64_t job_id, in DataServiceSplitProvider()
Ddispatcher_state.cc114 int64_t job_id = create_job.job_id(); in CreateJob() local
179 int64_t job_id = garbage_collect_job.job_id(); in GarbageCollectJob() local
394 int64_t job_id, std::vector<std::shared_ptr<const Task>>& tasks) const { in TasksForJob()
/external/libcups/cups/
Ddest-job.c32 int job_id) /* I - Job ID */ in cupsCancelDestJob()
72 int job_id) /* I - Job ID */ in cupsCloseDestJob()
163 int *job_id, /* O - Job ID or 0 on error */ in cupsCreateDestJob()
312 int job_id, /* I - Job ID */ in cupsStartDestDocument()
Dutil.c40int job_id) /* I - Job ID, @code CUPS_JOBID_CURRENT@ for the current job, or @code CUPS_JOB… in cupsCancelJob()
65int job_id, /* I - Job ID, @code CUPS_JOBID_CURRENT@ for the current job, or @code CUPS_JOB… in cupsCancelJob2()
158 int job_id = 0; /* job-id value */ in cupsCreateJob() local
783 int job_id; /* New job ID */ in cupsPrintFiles2() local
906 int job_id, /* I - Job ID from @link cupsCreateJob@ */ in cupsStartDocument()
Dnotify.c33 ipp_attribute_t *job_id, /* notify-job-id */ in cupsNotifySubject() local
/external/autotest/server/cros/dynamic_suite/
Dreporting_utils.py198 def link_job(job_id, instance_server=None): argument
218 def _base_results_log(job_id, result_owner, hostname): argument
236 def link_result_logs(job_id, result_owner, hostname): argument
255 def link_status_log(job_id, result_owner, hostname): argument
Dtools.py289 def create_bug_keyvals(job_id, testname, bug_info): argument
307 def get_test_failure_bug_info(keyvals, job_id, testname): argument
/external/perfetto/infra/ci/worker/
Dworker.py42 def try_acquire_job(job_id): argument
64 def make_worker_obj(status, job_id=None): argument
Drun_job.py63 def log_thread(job_id, queue): argument
Dartifacts_uploader.py91 def scan_and_upload_perf_folder(job_id, dirpath): argument
/external/libcups/systemv/
Dlp.c36 int job_id; /* Job ID */ in main() local
655 int job_id) /* I - Job ID */ in restart_job()
698 int job_id, /* I - Job ID */ in set_job_attrs()
Dcancel.c35 int job_id; /* Job ID */ in main() local
/external/libcups/cgi-bin/
Djobs.c34 int job_id; /* Job ID */ in main() local
127 int job_id, /* I - Job ID */ in do_job_op()
/external/pigweed/pw_trace/example/
Dsample_app.cc68 uint32_t job_id; member
111 void AddJob(uint32_t job_id, uint8_t value) { in AddJob()
138 void AddJobInternal(uint32_t job_id, uint8_t value) { in AddJobInternal()
/external/autotest/site_utils/
Djob_history.py125 def try_get(self, host_id, job_id, start_time, end_time): argument
168 def try_get(self, job_id, start_time, end_time): argument
382 def get_job_info(job_id): argument
Dtest_runner_utils.py126 def handle_local_result(self, job_id, results_dir, record): argument
155 def _retry_local_result(self, job_id, record): argument
175 def test_name_from_job(self, job_id): argument
/external/libcups/scheduler/
Dprocess.c44 job_id; /* Job associated with process */ member
71 cupsdCreateProfile(int job_id, /* I - Job ID or 0 for none */ in cupsdCreateProfile()
423 int *job_id) /* O - Job ID pointer or NULL */ in cupsdFinishProcess()
/external/arm-trusted-firmware/plat/intel/soc/common/soc/
Dsocfpga_mailbox.c133 int mailbox_read_response(unsigned int *job_id, uint32_t *response, in mailbox_read_response()
180 int mailbox_poll_response(uint32_t job_id, uint32_t urgent, uint32_t *response, in mailbox_poll_response()
301 int mailbox_send_cmd_async(uint32_t *job_id, uint32_t cmd, uint32_t *args, in mailbox_send_cmd_async()
321 int mailbox_send_cmd(uint32_t job_id, uint32_t cmd, uint32_t *args, in mailbox_send_cmd()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc166 Status GrpcChannelSpec::AddHostPortsJob(const string& job_id, in AddHostPortsJob()
176 const string& job_id, const std::map<int, string>& host_ports) { in AddHostPortsJob()
264 SparseGrpcChannelCache(const string& job_id, in SparseGrpcChannelCache()
Dgrpc_channel.h41 const string job_id; member
/external/libcups/berkeley/
Dlprm.c34 int job_id; /* Job ID */ in main() local
/external/autotest/server/lib/
Dstatus_history.py194 def job_id(self): member in _JobEvent
312 def job_id(self): member in _SpecialTaskEvent
395 def job_id(self): member in _TestJobEvent

1234