Home
last modified time | relevance | path

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

/external/perfetto/infra/ci/frontend/static/
Dscript.js332 function renderJobLink(jobId, jobStatus) { argument
343 const eventHandlers = jobId ? { onmouseover: () => showLogTail(jobId) } : {};
344 const logUrl = jobId ? `#!/logs/${jobId}` : '#';
353 let jobId = undefined;
363 jobId = id;
366 return m('td.job', renderJobLink(jobId, jobStatus));
432 showFullLog(vnode.attrs.jobId);
480 const makeJobRow = function (jobId) { argument
481 const job = state.dbJobs[jobId] || {};
484 renderJobLink(jobId, job ? job.status : undefined),
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DMutexCancellationStressTest.kt27 val mutexJobLauncher: (jobNumber: Int) -> Job = { jobId -> in <lambda>() method
28 val coroutineName = "MutexJob-$jobId" in <lambda>()
33 mutex.holdsLock(mutexOwners[(jobId + 1) % mutexJobNumber]) in <lambda>()
35 if (mutex.tryLock(mutexOwners[jobId])) { in <lambda>()
36 counterLocal[jobId].incrementAndGet() in <lambda>()
38 mutex.unlock(mutexOwners[jobId]) in <lambda>()
40 mutex.withLock(mutexOwners[jobId]) { in <lambda>()
41 counterLocal[jobId].incrementAndGet() in <lambda>()
45 mutex.onLock(mutexOwners[jobId]) { in <lambda>()
46 counterLocal[jobId].incrementAndGet() in <lambda>()
[all …]
/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);
78 public void onJobSelected(int jobId) { in finishLoading()
79 showJob(jobId); in finishLoading()
105 public void onJobSelected(int jobId) { in finishLoading()
106 showJob(jobId); in finishLoading()
123 protected void showJob(int jobId) { in showJob() argument
125 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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowJobScheduler.java38 protected abstract void cancel(int jobId); in cancel() argument
48 public abstract JobInfo getPendingJob(int jobId); in getPendingJob() argument
53 public abstract void failOnJob(int jobId); in failOnJob() argument
95 public void cancel(int jobId) { in cancel() argument
96 scheduledJobs.remove(jobId); in cancel()
113 public JobInfo getPendingJob(int jobId) { in getPendingJob() argument
114 return scheduledJobs.get(jobId); in getPendingJob()
125 public void failOnJob(int jobId) { in failOnJob() argument
126 jobsToFail.add(jobId); in failOnJob()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/scheduler/
DPlatformScheduler.java60 private final int jobId; field in PlatformScheduler
72 public PlatformScheduler(Context context, int jobId) { in PlatformScheduler() argument
74 this.jobId = jobId; in PlatformScheduler()
83 buildJobInfo(jobId, jobServiceComponentName, requirements, serviceAction, servicePackage); in schedule()
90 jobScheduler.cancel(jobId); in cancel()
102 int jobId, in buildJobInfo() argument
115 JobInfo.Builder builder = new JobInfo.Builder(jobId, jobServiceComponentName); in buildJobInfo()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/scheduler/
DPlatformScheduler.java60 private final int jobId; field in PlatformScheduler
72 public PlatformScheduler(Context context, int jobId) { in PlatformScheduler() argument
74 this.jobId = jobId; in PlatformScheduler()
83 buildJobInfo(jobId, jobServiceComponentName, requirements, serviceAction, servicePackage); in schedule()
90 jobScheduler.cancel(jobId); in cancel()
102 int jobId, in buildJobInfo() argument
115 JobInfo.Builder builder = new JobInfo.Builder(jobId, jobServiceComponentName); in buildJobInfo()
/external/rappor/ui/
Dui.js171 var jobId = urlHash.get('jobId');
176 if (!jobId) {
197 u.href = '../' + jobId + '/raw/' + metricName + '/' + date +
202 u_res.src = '../' + jobId + '/raw/' + metricName + '/' + date +
205 var url = '../' + jobId + '/cooked/' + metricName + '/' + date + '.part.html';
311 var jobId = urlHash.get('jobId');
318 if (!jobId) {
347 u.href = '../' + jobId + '/raw/' + relPath + '/' + date +
350 var url = '../' + jobId + '/cooked/' + relPath + '/' + date + '.part.html';
/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/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowJobSchedulerTest.java151 int jobId = 99; in getPendingJob_withValidId() local
153 new JobInfo.Builder(jobId, new ComponentName(context, "component_class_name")) in getPendingJob_withValidId()
159 JobInfo retrievedJobInfo = jobScheduler.getPendingJob(jobId); in getPendingJob_withValidId()
167 int jobId = 99; in getPendingJob_withInvalidId() local
170 new JobInfo.Builder(jobId, new ComponentName(context, "component_class_name")) in getPendingJob_withInvalidId()
/external/python/google-api-python-client/samples/coordinate/
Dcoordinate.py92 jobId=insert_result['id'],
/external/python/apitools/samples/bigquery_sample/bigquery_v2/
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/perfetto/docs/design-docs/
Dcontinuous-integration.md104 `/jobs_running` and updating the `/jobs/$jobId/status` fields.
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java110 public void onJobCreated(int jobId); in onJobCreated() argument