Home
last modified time | relevance | path

Searched refs:jobId (Results 1 – 13 of 13) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowJobScheduler.java28 protected abstract void cancel(int jobId); in cancel() argument
38 public abstract JobInfo getPendingJob(int jobId); in getPendingJob() argument
43 public abstract void failOnJob(int jobId); in failOnJob() argument
62 public void cancel(int jobId) { in cancel() argument
63 scheduledJobs.remove(jobId); in cancel()
77 public JobInfo getPendingJob(int jobId) { in getPendingJob() argument
78 return scheduledJobs.get(jobId); in getPendingJob()
89 public void failOnJob(int jobId) { in failOnJob() argument
90 jobsToFail.add(jobId); in failOnJob()
/external/autotest/frontend/client/src/autotest/afe/
DJobDetailView.java86 protected int jobId = NO_JOB_ID; field in JobDetailView
140 params.put("id", new JSONNumber(jobId)); in fetchData()
218 pointToResults(getResultsURL(jobId), getLogsURL(jobTag), in fetchData()
219 getOldResultsUrl(jobId), getTriageUrl(jobId), in fetchData()
220 getEmbeddedUrl(jobId)); in fetchData()
225 jobFilter.setParameter("job", new JSONNumber(jobId)); in fetchData()
228 parentJobIdFliter.setParameter("parent_job", new JSONNumber(jobId)); in fetchData()
268 int jobId = (int) row.get("id").isNumber().doubleValue(); in initialize()
269 childJobsListener.onJobSelected(jobId); in initialize()
379 params.put("job__id", new JSONNumber(jobId)); in abortJob()
[all …]
DAfeClient.java50 public void onJobCreated(int jobId) {
51 showJob(jobId);
83 public void onJobSelected(int jobId) { in finishLoading()
84 showJob(jobId); in finishLoading()
110 public void onJobSelected(int jobId) { in finishLoading()
111 showJob(jobId); in finishLoading()
128 protected void showJob(int jobId) { in showJob() argument
130 jobDetail.updateObjectId(Integer.toString(jobId)); in showJob()
DHostDetailView.java56 public void onJobSelected(int jobId); in onJobSelected() argument
137 JSONString jobId = blank, owner = blank, name = blank; in preprocessRow() local
140 jobId = new JSONString(Integer.toString(id)); in preprocessRow()
145 row.put("job__id", jobId); in preprocessRow()
344 int jobId = (int) job.get("id").isNumber().doubleValue(); in initialize()
345 hostDetailListener.onJobSelected(jobId); in initialize()
DJobListView.java63 public void onJobSelected(int jobId); in onJobSelected() argument
164 int jobId = (int) row.get("id").isNumber().doubleValue(); in initialize()
165 selectListener.onJobSelected(jobId); in initialize()
DAbortSynchronousDialog.java83 JSONValue jobId = entry.get("job").isObject().get("id"); in processJobs() local
85 groupArgs.put("job__id", jobId); in processJobs()
/external/perfetto/infra/perfetto-ci.appspot.com/static/
Dscript.js37 function GetTravisStatusForJob(jobId, div) { argument
38 fetch('https://api.travis-ci.org/jobs/' + jobId)
51 link.href = 'https://travis-ci.org/' + REPO + '/jobs/' + jobId;
79 for (const jobId of resp.branch.job_ids)
80 GetTravisStatusForJob(jobId, div);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowJobSchedulerTest.java119 int jobId = 99; in getPendingJob_withValidId() local
121 new JobInfo.Builder(jobId, new ComponentName(context, "component_class_name")) in getPendingJob_withValidId()
127 JobInfo retrievedJobInfo = jobScheduler.getPendingJob(jobId); in getPendingJob_withValidId()
135 int jobId = 99; in getPendingJob_withInvalidId() local
138 new JobInfo.Builder(jobId, new ComponentName(context, "component_class_name")) in getPendingJob_withInvalidId()
/external/python/apitools/samples/bigquery_sample/bigquery_v2/
Dbigquery_v2.py421 def RunWithArgs(self, projectId, jobId): argument
434 jobId=jobId.decode('utf8'),
449 def RunWithArgs(self, projectId, jobId): argument
462 jobId=jobId.decode('utf8'),
501 def RunWithArgs(self, projectId, jobId): argument
522 jobId=jobId.decode('utf8'),
Dbigquery_v2_messages.py117 jobId = _messages.StringField(1, required=True) variable in BigqueryJobsCancelRequest
136 jobId = _messages.StringField(1, required=True) variable in BigqueryJobsGetQueryResultsRequest
152 jobId = _messages.StringField(1, required=True) variable in BigqueryJobsGetRequest
1385 jobId = _messages.StringField(1) variable in JobReference
/external/python/google-api-python-client/samples/coordinate/
Dcoordinate.py90 jobId=insert_result['id'],
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java110 public void onJobCreated(int jobId); in onJobCreated() argument
/external/syzkaller/sys/windows/
Dwindows.txt2811 ReportJobProcessingProgress(printerHandle HANDLE, jobId int32, jobOperation int32, jobProgress int3…