/external/tensorflow/tensorflow/core/data/service/ |
D | journal.proto | 51 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
|
D | dispatcher_state_test.cc | 76 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 …]
|
D | common.proto | 25 int64 job_id = 5; field 53 int64 job_id = 3; field
|
D | split_provider.h | 36 const std::string& protocol, int64_t job_id, in DataServiceSplitProvider()
|
D | dispatcher_state.cc | 114 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/ |
D | dest-job.c | 32 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()
|
D | util.c | 40 …int job_id) /* I - Job ID, @code CUPS_JOBID_CURRENT@ for the current job, or @code CUPS_JOB… in cupsCancelJob() 65 …int 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()
|
D | notify.c | 33 ipp_attribute_t *job_id, /* notify-job-id */ in cupsNotifySubject() local
|
/external/autotest/server/cros/dynamic_suite/ |
D | reporting_utils.py | 198 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
|
D | tools.py | 289 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/ |
D | worker.py | 42 def try_acquire_job(job_id): argument 64 def make_worker_obj(status, job_id=None): argument
|
D | run_job.py | 63 def log_thread(job_id, queue): argument
|
D | artifacts_uploader.py | 91 def scan_and_upload_perf_folder(job_id, dirpath): argument
|
/external/libcups/systemv/ |
D | lp.c | 36 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()
|
D | cancel.c | 35 int job_id; /* Job ID */ in main() local
|
/external/libcups/cgi-bin/ |
D | jobs.c | 34 int job_id; /* Job ID */ in main() local 127 int job_id, /* I - Job ID */ in do_job_op()
|
/external/pigweed/pw_trace/example/ |
D | sample_app.cc | 68 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/ |
D | job_history.py | 125 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
|
D | test_runner_utils.py | 126 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/ |
D | process.c | 44 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/ |
D | socfpga_mailbox.c | 133 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/ |
D | grpc_channel.cc | 166 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()
|
D | grpc_channel.h | 41 const string job_id; member
|
/external/libcups/berkeley/ |
D | lprm.c | 34 int job_id; /* Job ID */ in main() local
|
/external/autotest/server/lib/ |
D | status_history.py | 194 def job_id(self): member in _JobEvent 312 def job_id(self): member in _SpecialTaskEvent 395 def job_id(self): member in _TestJobEvent
|