HomeSort by relevance Sort by last modified time
    Searched refs:job (Results 51 - 75 of 383) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/content/browser/service_worker/
service_worker_context_request_handler_unittest.cc 99 scoped_refptr<net::URLRequestJob> job = local
101 ASSERT_TRUE(job.get());
103 static_cast<ServiceWorkerWriteToCacheJob*>(job.get());
130 scoped_refptr<net::URLRequestJob> job = local
132 ASSERT_TRUE(job.get());
134 static_cast<ServiceWorkerWriteToCacheJob*>(job.get());
service_worker_unregister_job.cc 46 bool ServiceWorkerUnregisterJob::Equals(ServiceWorkerRegisterJobBase* job) {
47 if (job->GetType() != GetType())
49 return static_cast<ServiceWorkerUnregisterJob*>(job)->pattern_ == pattern_;
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
ResourceRunner.java 28 private final EngineJob job; field in class:ResourceRunner
42 ExecutorService resizeService, EngineJob job, Priority priority) {
53 this.job = job;
58 return job;
90 job.onResourceReady(transcoded);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
JobLimiter.java 20 import com.android.gallery3d.util.ThreadPool.Job;
41 private static class JobWrapper<T> implements Future<T>, Job<T> {
43 private Job<T> mJob;
48 public JobWrapper(Job<T> job, FutureListener<T> listener) {
49 mJob = job;
105 Job<T> job = null; local
108 job = mJob;
112 result = job.run(jc)
    [all...]
  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/service/
TestJobService.java 19 import android.app.job.JobInfo;
20 import android.app.job.JobScheduler;
21 import android.app.job.JobParameters;
22 import android.app.job.JobService;
82 Log.i(TAG, "on start job: " + params.getJobId());
88 // Stop tracking these job parameters, as we've 'finished' executing.
93 Log.i(TAG, "on stop job: " + params.getJobId());
104 /** Send job to the JobScheduler. */
106 Log.d(TAG, "Scheduling job");
114 * up to a button in the UI to finish a job that has lande
    [all...]
  /developers/samples/android/background/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/service/
TestJobService.java 19 import android.app.job.JobInfo;
20 import android.app.job.JobScheduler;
21 import android.app.job.JobParameters;
22 import android.app.job.JobService;
82 Log.i(TAG, "on start job: " + params.getJobId());
88 // Stop tracking these job parameters, as we've 'finished' executing.
93 Log.i(TAG, "on stop job: " + params.getJobId());
104 /** Send job to the JobScheduler. */
106 Log.d(TAG, "Scheduling job");
114 * up to a button in the UI to finish a job that has lande
    [all...]
  /development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/
TestJobService.java 19 import android.app.job.JobInfo;
20 import android.app.job.JobScheduler;
21 import android.app.job.JobParameters;
22 import android.app.job.JobService;
82 Log.i(TAG, "on start job: " + params.getJobId());
88 // Stop tracking these job parameters, as we've 'finished' executing.
93 Log.i(TAG, "on stop job: " + params.getJobId());
104 /** Send job to the JobScheduler. */
106 Log.d(TAG, "Scheduling job");
114 * up to a button in the UI to finish a job that has lande
    [all...]
  /external/chromium_org/build/mac/
find_sdk.py 41 job = subprocess.Popen(['xcode-select', '-print-path'],
44 out, err = job.communicate()
45 if job.returncode != 0:
50 'if you are using Xcode 4.') % job.returncode)
  /external/chromium_org/tools/git/
for-all-touched-files.py 38 job = subprocess.Popen(args,
42 (out, err) = job.communicate()
43 if job.returncode != 0 and not ignore_return:
46 job.returncode, args))
  /frameworks/base/services/core/java/com/android/server/
MountServiceIdler.java 22 import android.app.job.JobInfo;
23 import android.app.job.JobParameters;
24 import android.app.job.JobScheduler;
25 import android.app.job.JobService;
58 // First have the activity manager do its idle maintenance. (Yes this job
92 * Schedule the idle job that will ping the mount service
  /external/chromium_org/cloud_print/gcp20/prototype/
print_job_handler.h 29 // Creates printer job draft
37 // Creates printer job with empty ticket and "prints" it
39 const LocalPrintJob& job,
45 // Completes printer job from draft
47 const LocalPrintJob& job,
53 // Gives info about job
56 // Saving print job directly to drive
65 // Contains ticket info and job info together
68 // Contains job ticket
77 // Changes job state and creates timeouts to delete old jobs from memor
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_updater.h 91 // Appends |job| to the |job_queue_| and starts it immediately if less than
93 void ScheduleJob(FetchJob* job);
96 void OnJobSucceeded(FetchJob* job);
99 void OnJobFailed(FetchJob* job);
device_management_service.cc 129 NOTREACHED() << "Invalid job type " << type;
135 // Request job implementation used with DeviceManagementService.
158 // Returns true if this job should be retried. |fetcher| has just completed,
163 // Invoked right before retrying this job.
174 // Pointer to the service this job is associated with.
180 // Number of times that this job has been retried due to ERR_NETWORK_CHANGED.
183 // The request context to use for this job.
324 // Retry the job if it failed due to a broken proxy, by bypassing the
341 // forward the result to the job owner.
451 for (JobFetcherMap::iterator job(pending_jobs_.begin())
489 DeviceManagementRequestJobImpl* job = entry->second; local
    [all...]
device_management_service_unittest.cc 80 DeviceManagementRequestJob* job = service_->CreateJob( local
82 job->SetGaiaToken(kGaiaAuthToken);
83 job->SetOAuthToken(kOAuthToken);
84 job->SetClientID(kClientID);
85 job->GetRequest()->mutable_register_request();
86 job->SetRetryCallback(base::Bind(
88 job->Start(base::Bind(&DeviceManagementServiceTestBase::OnJobDone,
90 return job;
94 DeviceManagementRequestJob* job = service_->CreateJob( local
97 job->SetGaiaToken(kGaiaAuthToken)
109 DeviceManagementRequestJob* job = local
123 DeviceManagementRequestJob* job = service_->CreateJob( local
139 DeviceManagementRequestJob* job = local
    [all...]
  /external/chromium_org/content/browser/webui/
url_data_manager_backend.h 68 // Called by the job when it's starting up.
70 bool StartRequest(const net::URLRequest* request, URLRequestChromeJob* job);
82 void RemoveRequest(URLRequestChromeJob* job);
84 // Returns true if the job exists in |pending_requests_|. False otherwise.
87 bool HasPendingJob(URLRequestChromeJob* job) const;
  /frameworks/base/core/java/android/app/job/
JobParameters.java 17 package android.app.job;
19 import android.app.job.IJobCallback;
20 import android.app.job.IJobCallback.Stub;
27 * Contains the parameters used to configure/identify your job. You do not create this object
47 * @return The unique id of this job, specified at creation time.
54 * @return The extras you passed in when constructing this job with
55 * {@link android.app.job.JobInfo.Builder#setExtras(android.os.PersistableBundle)}. This will
63 * For jobs with {@link android.app.job.JobInfo.Builder#setOverrideDeadline(long)} set, this
64 * provides an easy way to tell whether the job is being executed due to the deadline
65 * expiring. Note: If the job is running because its deadline expired, it implies that it
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_url_request_job_unittest.cc 53 void SetJob(net::URLRequestJob* job) {
54 job_ = job;
424 scoped_refptr<AppCacheURLRequestJob> job; local
428 job = new AppCacheURLRequestJob(request.get(), NULL, storage, NULL, false);
429 EXPECT_TRUE(job->is_waiting());
430 EXPECT_FALSE(job->is_delivering_appcache_response());
431 EXPECT_FALSE(job->is_delivering_network_response());
432 EXPECT_FALSE(job->is_delivering_error_response());
433 EXPECT_FALSE(job->has_been_started());
434 EXPECT_FALSE(job->has_been_killed())
447 scoped_refptr<AppCacheURLRequestJob> job; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/job/
JobServiceContext.java 17 package com.android.server.job;
20 import android.app.job.JobParameters;
21 import android.app.job.IJobCallback;
22 import android.app.job.IJobService;
42 import com.android.server.job.controllers.JobStatus;
47 * Handles client binding and lifecycle of a job. Jobs execute one at a time on an instance of this
51 * {@link com.android.server.job.JobSchedulerService}. To execute a job and to cancel a job.
52 * - Execution of a new job is handled by the {@link #mAvailable}. This bit is flipped once when
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintRunner.java 29 import org.eclipse.core.runtime.jobs.Job;
62 LintJob job = (LintJob) startLint(resources, source, doc, fatalOnly, local
65 job.join();
66 boolean fatal = job.isFatal();
81 * Runs lint and updates the markers. Does not wait for the job to finish -
95 * @return the job running lint in the background.
97 public static Job startLint(
109 * Runs lint and updates the markers. Does not wait for the job to finish -
122 * @return the job running lint in the background.
124 public static Job startLint
136 LintJob job = new LintJob(client, resources, source); local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 33 import org.eclipse.core.runtime.jobs.Job;
95 * <li> First, a separate job per device is run to collect test tree data. A per device
100 * <li> A job per device is again launched to do the actual test run. A per device
154 TestTreeCollectorJob job = new TestTreeCollectorJob( local
157 job.setPriority(Job.INTERACTIVE);
158 job.schedule();
160 collectorJobs.add(job);
165 for (TestTreeCollectorJob job : collectorJobs) {
167 job.join()
203 InstrumentationRunJob job = new InstrumentationRunJob( local
    [all...]
  /external/chromium_org/net/url_request/
url_request_filter.cc 132 URLRequestJob* job = NULL; local
143 job = it->second->MaybeInterceptRequest(request, network_delegate);
145 if (!job) {
150 job = it->second->MaybeInterceptRequest(request, network_delegate);
152 if (job) {
156 return job;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
ThreadPool.java 43 // A Job is like a Callable, but it has an addition JobContext parameter.
44 public interface Job<T> {
95 // Submit a job to the thread pool. The listener will be called when the
96 // job is finished (or cancelled).
97 public <T> Future<T> submit(Job<T> job, FutureListener<T> listener) {
98 Worker<T> w = new Worker<T>(job, listener);
103 public <T> Future<T> submit(Job<T> job) {
104 return submit(job, null)
    [all...]
  /external/chromium_org/net/http/
http_stream_factory_impl.h 65 class NET_EXPORT_PRIVATE Job;
83 // Detaches |job| from |request|.
84 void OrphanJob(Job* job, const Request* request);
98 // Called when the Job detects that the endpoint indicated by the
101 void OnBrokenAlternateProtocol(const Job*, const HostPortPair& origin);
103 // Invoked when an orphaned Job finishes.
104 void OnOrphanedJobComplete(const Job* job);
106 // Invoked when the Job finishes preconnecting sockets
    [all...]

Completed in 1719 milliseconds

1 23 4 5 6 7 8 91011>>