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

1 23 4 5 6

  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/
AndroidPlugin.java 25 import org.eclipse.core.runtime.jobs.Job;
44 //Listening to this job, instead of loading sdk job, which seems to don't exist anymore.
168 // every time the Android SDK Job finishes its execution
169 IJobManager manager = Job.getJobManager();
175 Job job = event.getJob();
176 if (job != null)
178 String jobName = job.getName();
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/logic/
StartVncServerLogic.java 31 import org.eclipse.core.runtime.jobs.Job;
57 * Collection of listeners for the job executing the VNC server.
70 // Creates and starts a job that will keep running as long as the VNC server is up on that Emulator instance.
71 // add listeners that will receive notifications about the Job life-cycle.
87 // stop the previous VNC Server job for this instance if any...
88 IJobManager manager = Job.getJobManager();
89 Job[] allVncJobs = manager.find(StartVncServerLogic.VNC_SERVER_JOB_FAMILY);
92 for (Job job : allVncJobs)
94 if (job.getName().equals
    [all...]
  /external/chromium/net/http/
http_stream_factory_impl_job.h 35 class HttpStreamFactoryImpl::Job {
37 Job(HttpStreamFactoryImpl* stream_factory,
42 ~Job();
45 // notified upon completion if the Job has not been Orphan()'d.
56 // Marks this Job as the "alternate" job, from Alternate-Protocol. Tracks the
61 // Tells |this| to wait for |job| to resume it.
62 void WaitFor(Job* job);
64 // Tells |this| that |job| has determined it still needs to continu
    [all...]
  /external/chromium/net/websockets/
websocket_job_unittest.cc 220 SocketStream* GetSocket(SocketStreamJob* job) {
221 return job->socket_.get();
511 scoped_refptr<SocketStreamJob> job = SocketStreamJob::CreateSocketStreamJob( local
513 EXPECT_TRUE(GetSocket(job.get())->is_secure());
514 job->DetachDelegate();
517 job = SocketStreamJob::CreateSocketStreamJob(
519 EXPECT_FALSE(GetSocket(job.get())->is_secure());
520 job->DetachDelegate();
websocket_job.cc 36 net::WebSocketJob* job = new net::WebSocketJob(delegate); local
37 job->InitSocketStream(new net::SocketStream(url, job));
38 return job;
  /external/chromium/net/url_request/
url_request.cc 250 // The first job completed and none of the subsequent series of
252 // cached results from the initial job, the POST.
403 void URLRequest::StartJob(URLRequestJob* job) {
412 job_ = job;
430 // Should only be called if the original job didn't make any progress.
435 void URLRequest::RestartWithJob(URLRequestJob *job) {
436 DCHECK(job->request() == this);
438 StartJob(job);
469 // There's nothing to do if we are not waiting on a Job.
475 // The Job will call our NotifyDone method asynchronously. This is done s
506 URLRequestJob* job = local
522 URLRequestJob* job = local
    [all...]
url_request.h 67 // default job will be used.
93 // Called for every request made. Should return a new job to handle the
100 // job to replace the existing job if it should be intercepted, or NULL
101 // to allow the normal handling to continue. If a new job is provided,
103 // response produced by the intercept job will be returned.
110 // on dns or network errors. Can return a new job to replace the existing
111 // job if it should be intercepted, or NULL to allow the normal handling to
112 // continue. If a new job is provided, the delegate never sees the original
113 // response, instead the response produced by the intercept job will b
567 URLRequestJob* job() { return job_; } function in class:net::URLRequest
    [all...]
  /external/chromium/chrome/browser/printing/
print_job.cc 36 // The job should be finished (or at least canceled) when it is destroyed.
44 void PrintJob::Initialize(PrintJobWorkerOwner* job,
53 worker_.reset(job->DetachWorker(this));
54 settings_ = job->settings();
57 new PrintedDocument(settings_, source_, job->cookie());
289 // canceling the job, the printer driver initiated dialog box is destroyed,
print_job.h 34 // reference to the job to be sure it is kept alive. All the code in this class
44 // Grabs the ownership of the PrintJobWorker from another job, which is
45 // usually a PrinterQuery. Set the expected page count of the print job.
46 void Initialize(PrintJobWorkerOwner* job, PrintedPagesSource* source,
75 // Cancels printing job and stops the worker thread. Takes effect immediately.
78 // Synchronously wait for the job to finish. It is mainly useful when the
87 // Returns true if the print job is pending, i.e. between a StartPrinting()
124 // worker thread per print job.
print_view_manager.cc 67 // Cancel the current job, wait for the worker to finish.
79 // the print job may finish without problem.
270 // a message loop until we get our signal that the print job is satisfied.
279 // know that the job will be stopped/canceled in any case.
299 bool PrintViewManager::CreateNewPrintJob(PrintJobWorkerOwner* job) {
302 // We can't help; we are waiting for a print job initialization. The user is
319 DCHECK(job);
320 if (!job)
324 print_job_->Initialize(job, this, number_pages_);
344 // DO NOT wait for the job to finish
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SubtypeLocaleTests.java 96 protected Void job(Resources res) {
127 protected Void job(Resources res) {
159 protected Void job(Resources res) {
190 protected Void job(Resources res) {
  /external/mksh/src/
jobs.c 52 #define JP_MEDIUM 2 /* print [job-num] -/+ command */
53 #define JP_LONG 3 /* print [job-num] -/+ pid command */
60 /* Job.flags values */
61 #define JF_STARTED 0x001 /* set when all processes in job are started */
62 #define JF_WAITING 0x002 /* set if j_waitj() is waiting on job */
74 typedef struct job Job;
75 struct job { struct
76 Job *next; /* next job in list *
83 int job; \/* job number: %n *\/ member in struct:job
1548 int job = 0; local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 1525 ForkJoinTask<?> job; local
1557 ForkJoinTask<T> job = ForkJoinTask.adapt(task); local
1570 ForkJoinTask<T> job = ForkJoinTask.adapt(task, result); local
1583 ForkJoinTask<?> job; local
    [all...]
  /external/chromium/net/base/
dnsrr_resolver.cc 748 RRResolverJob* job; local
754 job = j->second;
758 job = new RRResolverJob(worker);
759 inflight_.insert(make_pair(key, job));
762 delete job;
769 job->AddHandle(handle);
823 RRResolverJob* job = j->second; local
826 job->HandleResult(result, response);
827 delete job;
  /external/chromium/net/socket/
client_socket_pool_base.h 63 virtual void OnConnectJobComplete(int result, ConnectJob* job) = 0;
102 // Precondition: is_unused_preconnect() must be true. Marks the job as a
103 // used preconnect job.
311 virtual void OnConnectJobComplete(int result, ConnectJob* job);
385 void AddJob(ConnectJob* job) { jobs_.insert(job); }
386 void RemoveJob(ConnectJob* job) { jobs_.erase(job); }
457 // Removes |job| from |connect_job_set_|. Also updates |group| if non-NULL.
458 void RemoveConnectJob(ConnectJob* job, Group* group)
    [all...]
  /external/chromium/chrome/browser/automation/
automation_resource_message_filter.h 81 virtual bool RegisterRequest(URLRequestAutomationJob* job);
84 virtual void UnRegisterRequest(URLRequestAutomationJob* job);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LocaleUtils.java 170 protected abstract T job(Resources res); method in class:LocaleUtils.RunInLocale
173 * Execute {@link #job(Resources)} method in specified system locale exclusively.
177 * @return the value returned from {@link #job(Resources)}.
188 return job(res);
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/command/
CleanProjects.java 33 import org.eclipse.core.runtime.jobs.Job;
50 * Job responsible for cleaning a list of projects
52 private final class CleanProjectsJob extends Job
134 // Instantiate the clean job and schedule it.
137 CleanProjectsJob job = new CleanProjectsJob(projectList); local
138 job.schedule();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java 40 import org.eclipse.core.runtime.jobs.Job;
104 Job job = new Job("Junit Launch") { //$NON-NLS-1$ local
114 job.setPriority(Job.INTERACTIVE);
115 job.schedule();
  /packages/apps/Contacts/src/com/android/contacts/vcard/
VCardService.java 131 // File names currently reserved by some export job.
264 Log.w(LOG_TAG, "Failed to excetute a job.", e);
293 Log.w(LOG_TAG, String.format("Tried to remove unknown job (id: %d)", jobId));
318 * Checks job list and call {@link #stopSelf()} when there's no job and no scanner connection
320 * A new job (import/export) cannot be submitted any more after this call.
330 // Job-ids to be removed. At first all elements in the array are invalid and will
331 // be filled with real job-ids from the array's top. When we find a not-yet-finished
339 Log.i(LOG_TAG, String.format("Found unfinished job (id: %d)", jobId));
362 Log.i(LOG_TAG, "No unfinished job. Stop this service.")
408 final ProcessorBase job = mRunningJobMap.get(jobId); local
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
Util.java 377 public BackgroundJob(MonitoredActivity activity, Runnable job,
381 mJob = job;
415 String title, String message, Runnable job, Handler handler) {
420 new Thread(new BackgroundJob(activity, job, dialog, handler)).start();
  /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;
415 * @param waitForFinish whether this method should wait for the job to
426 // Run an Eclipse asynchronous job to update the project
427 Job job = new Job("Add Support Library Dependency to Project") { local
472 Job fix = FixProjectAction.createFixProjectJob(libraryProject);
489 job.schedule();
493 job.join();
494 return job.getState() == IStatus.OK
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 69 import org.eclipse.core.runtime.jobs.Job;
537 * <p/> The data is loaded in a separate {@link Job}, and opened editors will be notified
585 Job job = new Job(String.format("Loading data for %1$s", target.getFullName())) { local
633 job.setPriority(Job.BUILD); // build jobs are run after other interactive jobs
634 job.schedule();
637 // The only way to go through here is when the loading starts through the Job.
1327 Job job = new Job("Update Android editor bindings") { \/\/$NON-NLS-1\$ local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
pde-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 

Completed in 819 milliseconds

1 23 4 5 6