/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
pool.py | 111 job, i, func, args, kwds = task 117 put((job, i, result)) 122 put((job, i, (False, wrapped))) 390 job, i, obj = task 392 cache[job]._set(i, obj) 406 job, i, obj = task 408 cache[job]._set(i, obj)
|
/external/chromium_org/net/http/ |
http_stream_factory_impl_job.cc | 43 // Returns parameters associated with the start of a HTTP stream job. 69 HttpStreamFactoryImpl::Job::Job(HttpStreamFactoryImpl* stream_factory, 82 io_callback_(base::Bind(&Job::OnIOComplete, base::Unretained(this))), 108 HttpStreamFactoryImpl::Job::~Job() { 127 void HttpStreamFactoryImpl::Job::Start(Request* request) { 133 int HttpStreamFactoryImpl::Job::Preconnect(int num_streams) { 149 int HttpStreamFactoryImpl::Job::RestartTunnelWithProxyAuth( 157 LoadState HttpStreamFactoryImpl::Job::GetLoadState() const [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 71 import org.eclipse.core.runtime.jobs.Job; 168 * This variable indicates that the job inside parseSdkContent() is currently 302 // Wait 2 seconds before starting the job. This leaves some time to the [all...] |
/external/chromium_org/components/policy/core/common/cloud/ |
cloud_policy_client.cc | 221 // Fire the job. 315 void CloudPolicyClient::OnRetryRegister(DeviceManagementRequestJob* job) { 316 DCHECK_EQ(request_job_.get(), job); 322 job->GetRequest()->mutable_register_request()->set_reregister(true);
|
cloud_policy_client.h | 226 void OnRetryRegister(DeviceManagementRequestJob* job);
|
/external/chromium_org/content/browser/service_worker/ |
service_worker_register_job.cc | 104 bool ServiceWorkerRegisterJob::Equals(ServiceWorkerRegisterJobBase* job) { 105 if (job->GetType() != GetType()) 108 static_cast<ServiceWorkerRegisterJob*>(job); 248 // A previous job may have unregistered or installed a new version to this 258 // may be able to complete the update job right here. 268 // Abort this registration job.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
Settings.java | 180 final RunInLocale<SettingsValues> job = new RunInLocale<SettingsValues>() { local 182 protected SettingsValues job(final Resources res) { 186 mSettingsValues = job.runInLocale(mRes, locale);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CustomViewFinder.java | 36 import org.eclipse.core.runtime.jobs.Job; 146 FindViewsJob job = new FindViewsJob(); local 147 job.schedule(); 150 job.join(); 361 * Job for performing class search off the UI thread. This is marked as a system job 364 private class FindViewsJob extends Job {
|
LayoutMetadata.java | 195 WorkbenchJob job = new WorkbenchJob(display, "Update alternate views") { local 227 job.setSystem(true); 228 job.schedule();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
StateViewPage.java | 34 import org.eclipse.core.runtime.jobs.Job; 75 private static final ILock sGlStateLock = Job.getJobManager().newLock(); 216 // the update task as an Eclipse job. 217 Job job = new Job("Updating GL State") { local 252 job.setPriority(Job.SHORT); 253 job.schedule();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/ |
FrameSummaryViewPage.java | 27 import org.eclipse.core.runtime.jobs.Job; 67 private Job mRefresherJob; 233 mRefresherJob = new Job("Update Frame Summary Task") { 248 mRefresherJob.setPriority(Job.SHORT); 256 Job job = new Job("Update Frame Statistics") { local 296 job.setUser(true); 297 job.schedule();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/ |
ConnectivityConstraintTestActivity.java | 4 import android.app.job.JobInfo; 116 // Use arguments provided to construct job with required connectivity constraint.
|
IdleConstraintTestActivity.java | 22 import android.app.job.JobInfo; 50 * Id for the job that we schedule when the device is not in idle mode. This job is expected 55 * Id for the job that we schedule when the device *is* in idle mode. This job is expected to 134 * Schedule a job with an idle constraint and verify that it doesn't execute.
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 59 MM_JPEG_CMD_TYPE_JOB, /* job cmd */ 77 uint32_t jobId; /* job ID */ 80 mm_jpeg_encode_job_t encode_job; /* job description */ 84 jpeg_job_status_t job_status; /* job status */ 113 /* this flag represents whether the job is active */ 119 /* job history count to generate unique id */ 142 pthread_mutex_t lock; /* job lock */ 146 pthread_t pid; /* job cmd thread ID */ 147 cam_semaphore_t job_sem; /* semaphore for job cmd thread */ 148 mm_jpeg_queue_t job_queue; /* queue for job to do * [all...] |
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 60 MM_JPEG_CMD_TYPE_JOB, /* job cmd */ 78 uint32_t jobId; /* job ID */ 81 mm_jpeg_encode_job_t encode_job; /* job description */ 85 jpeg_job_status_t job_status; /* job status */ 115 /* this flag represents whether the job is active */ 121 /* job history count to generate unique id */ 144 pthread_mutex_t lock; /* job lock */ 148 pthread_t pid; /* job cmd thread ID */ 149 cam_semaphore_t job_sem; /* semaphore for job cmd thread */ 150 mm_jpeg_queue_t job_queue; /* queue for job to do * [all...] |
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraPostProc.h | 46 uint32_t jobId; // job ID 57 uint32_t jobId; // job ID 65 uint32_t jobId; // job ID (obtained when start_jpeg_job) 150 void releaseJpegJobData(qcamera_jpeg_data_t *job); 186 QCameraQueue m_inputJpegQ; // input jpeg job queue 187 QCameraQueue m_ongoingJpegQ; // ongoing jpeg job queue 188 QCameraQueue m_inputRawQ; // input raw job queue 189 QCameraQueue m_inputSaveQ; // input save job queue
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
QCamera3PostProc.h | 60 uint32_t jobId; // job ID 73 uint32_t jobId; // job ID 121 void releaseJpegJobData(qcamera_hal3_jpeg_data_t *job); 165 QCameraQueue m_inputJpegQ; // input jpeg job queue 166 QCameraQueue m_ongoingJpegQ; // ongoing jpeg job queue 167 QCameraQueue m_inputRawQ; // input raw job queue
|
/external/chromium_org/net/dns/ |
address_sorter_win.cc | 36 scoped_refptr<Job> job = new Job(list, callback); variable 42 class Job : public base::RefCountedThreadSafe<Job> { 44 Job(const AddressList& list, const CallbackType& callback) 76 base::Bind(&Job::Run, this), 77 base::Bind(&Job::OnComplete, this), 85 friend class base::RefCountedThreadSafe<Job>; 86 ~Job() {} [all...] |
/external/chromium_org/net/url_request/ |
url_request_test_util.cc | 641 URLRequestJob* job = main_intercept_job_; local 643 return job; 646 void TestJobInterceptor::set_main_intercept_job(URLRequestJob* job) { 647 main_intercept_job_ = job;
|
/external/chromium_org/net/websockets/ |
websocket_job.cc | 41 net::WebSocketJob* job = new net::WebSocketJob(delegate); local 42 job->InitSocketStream(new net::SocketStream(url, job, context, cookie_store)); 43 return job;
|
/external/iptables/iptables/ |
iptables-apply | 155 echo ... then my job is done. See you next time.
|
/frameworks/base/core/java/android/app/job/ |
JobService.java | 17 package android.app.job; 31 * <p>Entry point for the callback from the {@link android.app.job.JobScheduler}.</p> 34 * you will implement your job logic.</p> 35 * <p>This service executes each incoming job on a {@link android.os.Handler} running on your 39 * {@link #onStopJob(android.app.job.JobParameters)}, which is meant to inform you that the 46 * Job services must be protected with this permission: 55 * <p>If a job service is declared in the manifest but not protected with this 63 * {@link #onStartJob(android.app.job.JobParameters)}. 67 * Message that will result in a call to {@link #onStopJob(android.app.job.JobParameters)}. 71 * Message that the client has completed execution of this job [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
AddSupportJarAction.java | 54 import org.eclipse.core.runtime.jobs.Job; 508 * @param waitForFinish whether this method should wait for the job to 519 // Run an Eclipse asynchronous job to update the project 520 Job job = new Job("Add Support Library Dependency to Project") { local 565 Job fix = FixProjectAction.createFixProjectJob(libraryProject); 582 job.schedule(); 586 job.join(); 587 return job.getState() == IStatus.OK [all...] |
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 256 MM_JPEG_CMD_TYPE_JOB, /* job cmd */ 264 uint32_t jobId; /* job ID */ 268 mm_jpeg_encode_job_t encode_job; /* job description */ 273 jpeg_job_status_t job_status; /* job status */ 303 /* this flag represents whether the job is active */ 309 /* job history count to generate unique id */ 357 pthread_mutex_t lock; /* job lock */ 361 pthread_t pid; /* job cmd thread ID */ 362 cam_semaphore_t job_sem; /* semaphore for job cmd thread */ 363 mm_jpeg_queue_t job_queue; /* queue for job to do * [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
job_scheduler.h | 29 // Priority of a job. Higher values are lower priority. 217 // Represents a single entry in the job map. 222 // General user-visible information on the job. 225 // Context of the job. 231 // The callback to start the job. Called each time it is retry. 234 // The callback to cancel the running job. It is returned from task.Run(). 238 // This is used to notify cancel of a job that is not running yet. 245 // Creates a new job and add it to the job map. 248 // Adds the specified job to the queue and starts the job loop for the queu [all...] |