HomeSort by relevance Sort by last modified time
    Searched defs:job (Results 1 - 22 of 22) sorted by null

  /external/chromium/net/url_request/
url_request_filter.cc 113 URLRequestJob* job = NULL; local
121 job = i->second(request, scheme);
123 if (!job) {
128 job = i->second(request, scheme);
131 if (job) {
135 return job;
url_request_job_manager.cc 68 URLRequestJob* job = (*i)->MaybeIntercept(request); local
69 if (job)
70 return job;
79 URLRequestJob* job = i->second(request, scheme); local
80 if (job)
81 return job;
87 URLRequestJob* job = (kBuiltinFactories[i].factory)(request, scheme); local
88 DCHECK(job); // The built-in factories are not expected to fail!
89 return job;
114 URLRequestJob* job = (*i)->MaybeInterceptRedirect(request, location) local
134 URLRequestJob* job = (*i)->MaybeInterceptResponse(request); local
    [all...]
url_request.cc 150 // The first job completed and none of the subsequent series of
152 // cached results from the initial job, the POST.
255 void URLRequest::StartJob(URLRequestJob* job) {
261 job_ = job;
280 // Should only be called if the original job didn't make any progress.
285 void URLRequest::RestartWithJob(URLRequestJob *job) {
286 DCHECK(job->request() == this);
288 StartJob(job);
319 // There's nothing to do if we are not waiting on a Job.
325 // The Job will call our NotifyDone method asynchronously. This is done s
351 URLRequestJob* job = GetJobManager()->MaybeInterceptRedirect(this, location); local
365 URLRequestJob* job = GetJobManager()->MaybeInterceptResponse(this); local
    [all...]
url_request.h 70 // default job will be used.
80 // Called for every request made. Should return a new job to handle the
87 // job to replace the existing job if it should be intercepted, or NULL
88 // to allow the normal handling to continue. If a new job is provided,
90 // response produced by the intercept job will be returned.
99 // on dns or network errors. Can return a new job to replace the existing
100 // job if it should be intercepted, or NULL to allow the normal handling to
101 // continue. If a new job is provided, the delegate never sees the original
102 // response, instead the response produced by the intercept job will b
512 URLRequestJob* job() { return job_; } function in class:URLRequest
    [all...]
url_request_unittest.cc 972 URLRequestFileDirJob* job = static_cast<URLRequestFileDirJob*>(req.job()); local
973 while (!job->list_complete()) {
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
workstealing.h 52 /** @brief One job for a certain thread. */
54 struct Job
77 * Uses O(1) additional memory. Synchronization at job lists is
120 const int stride = __s.cache_line_size * 10 / sizeof(Job<difference_type>) + 1;
125 Job<difference_type> *job; local
145 // Create job description array.
146 job = new Job<difference_type>[num_threads * stride];
157 // This job
    [all...]
  /system/core/sh/
jobs.h 50 #define SHOW_ISSIG 0x20 /* job was signalled */
51 #define SHOW_NO_FREE 0x40 /* do not free job */
55 * A job structure contains information about a job. A job is either a
68 struct job { struct
72 pid_t pgrp; /* process group of this job */
80 char jobctl; /* job running under job control */
81 int prev_job; /* previous job index *
    [all...]
jobs.c 89 static struct job *jobtab; /* array of jobs */
95 static int curjob = -1; /* current job */
99 STATIC void restartjob(struct job *);
100 STATIC void freejob(struct job *);
101 STATIC struct job *getjob(const char *, int);
102 STATIC int dowait(int, struct job *);
104 STATIC int waitproc(int, struct job *, int *);
131 * Turn job control on and off.
135 * System V doesn't have job control yet, this isn't a problem now.
184 out2str("sh: Need FIOCLEX or FD_CLOEXEC to support job control")
604 struct job *job; local
    [all...]
  /external/bluetooth/glib/gio/
gioscheduler.c 52 GSourceFunc cancel_func; /* Runs under job map lock */
71 g_io_job_free (GIOSchedulerJob *job)
73 if (job->cancellable)
74 g_object_unref (job->cancellable);
75 g_free (job);
125 remove_active_job (GIOSchedulerJob *job)
132 active_jobs = g_slist_delete_link (active_jobs, job->active_link);
158 GIOSchedulerJob *job = data; local
160 if (job->destroy_notify)
161 job->destroy_notify (job->data)
171 GIOSchedulerJob *job = data; local
192 GIOSchedulerJob *job = data; local
232 GIOSchedulerJob *job; local
283 GIOSchedulerJob *job = l->data; local
    [all...]
gfile.c 4716 GIOSchedulerJob *job; member in struct:__anon1847
    [all...]
  /external/chromium/net/proxy/
single_threaded_proxy_resolver.cc 101 // SingleThreadedProxyResolver::Job -------------------------------------------
103 class SingleThreadedProxyResolver::Job
104 : public base::RefCountedThreadSafe<SingleThreadedProxyResolver::Job> {
106 // |coordinator| -- the SingleThreadedProxyResolver that owns this job.
109 Job(SingleThreadedProxyResolver* coordinator,
131 FROM_HERE, NewRunnableMethod(this, &Job::DoQuery,
150 friend class base::RefCountedThreadSafe<SingleThreadedProxyResolver::Job>;
152 ~Job() {}
167 NewRunnableMethod(this, &Job::QueryComplete, rv, worker_log));
180 // The Job may have been cancelled after it was started
237 scoped_refptr<Job> job = new Job(this, url, results, callback, load_log); local
256 Job* job = reinterpret_cast<Job*>(req); local
    [all...]
  /external/webkit/WebCore/platform/network/win/
ResourceHandleWin.cpp 65 static int addToOutstandingJobs(ResourceHandle* job)
70 jobIdMap->set(transferJobId, job);
95 ResourceHandle* job = lookupResourceHandle(jobId); local
96 if (job) {
97 ASSERT(job->d->m_jobId == jobId);
98 ASSERT(job->d->m_threadId == GetCurrentThreadId());
99 (job->*(messageHandlers[index]))(lParam);
282 _snprintf(buf, sizeof(buf), "status-callback: status=%u, job=%p\n",
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 234 // class def modified: write it to an array and submit a write job
262 // clone the array and submit an entry write job
486 // class def modified: write it to an array and submit a write job
499 // clone the array and submit a file write job
577 // in overwrite mode, flush the job queue before going to the next directory:
702 // reset job queue position:
939 final Job job = m_jobs [j]; local
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base.cc 229 ConnectJob* job = connect_job.release(); local
231 group.jobs.insert(job);
254 // TODO(willchan): Cancel the job in the earliest LoadState.
465 int result, ConnectJob* job) {
467 const std::string group_name = job->group_name();
472 scoped_ptr<ClientSocket> socket(job->ReleaseSocket());
474 scoped_refptr<LoadLog> job_load_log(job->load_log());
475 RemoveConnectJob(job, &group);
511 void ClientSocketPoolBaseHelper::RemoveConnectJob(const ConnectJob *job,
516 DCHECK(job);
    [all...]
client_socket_pool_base_unittest.cc 90 void WaitForSignal(TestConnectJob* job) { waiting_jobs_.push_back(job); }
355 virtual void OnConnectJobComplete(int result, ConnectJob* job) {
357 scoped_ptr<ClientSocket> socket(job->ReleaseSocket());
360 delete job;
456 scoped_ptr<TestConnectJob> job(
464 EXPECT_EQ(OK, job->Connect());
474 TestConnectJob* job = local
482 ASSERT_EQ(ERR_IO_PENDING, job->Connect());
825 // The pending connect job will be cancelled and should not call back int
    [all...]
  /external/chromium/net/base/
host_resolver_impl.cc 100 void set_job(Job* job) {
101 DCHECK(job != NULL);
102 // Identify which job the request is waiting on.
103 job_ = job;
116 Job* job() const { function in class:net::HostResolverImpl::Request
141 // The resolve job (running in worker pool) that this request is dependent on.
142 Job* job_;
185 class HostResolverImpl::Job
636 scoped_refptr<Job> job; local
955 scoped_refptr<Job> job = new Job(next_job_id_++, this, key, requests_trace_); local
    [all...]
  /external/webkit/WebCore/platform/network/curl/
ResourceHandleManager.cpp 155 static void handleLocalReceiveResponse (CURL* handle, ResourceHandle* job, ResourceHandleInternal* d)
167 d->client()->didReceiveResponse(job, d->m_response);
175 ResourceHandle* job = static_cast<ResourceHandle*>(data); local
176 ResourceHandleInternal* d = job->getInternal();
197 handleLocalReceiveResponse(h, job, d);
203 d->client()->didReceiveData(job, static_cast<char*>(ptr), totalSize, 0);
218 ResourceHandle* job = static_cast<ResourceHandle*>(data); local
219 ResourceHandleInternal* d = job->getInternal();
264 KURL newURL = KURL(job->request().url(), location);
266 ResourceRequest redirectedRequest = job->request()
296 ResourceHandle* job = static_cast<ResourceHandle*>(data); local
370 ResourceHandle* job = 0; local
564 ResourceHandle* job = m_resourceHandleList[0]; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 60 import org.eclipse.core.runtime.jobs.Job;
416 * <p/> The data is loaded in a separate {@link Job}, and opened editors will be notified
459 Job job = new Job(String.format("Loading data for %1$s", target.getFullName())) { local
507 job.setPriority(Job.BUILD); // build jobs are run after other interactive jobs
508 job.schedule();
511 // The only way to go through here is when the loading starts through the Job.
751 // the unlink below will work in the job, but we need to clos
1062 Job job = new Job("Android Library Update") { \/\/$NON-NLS-1\$ local
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 
jfreechart-1.0.9.jar 
  /external/emma/lib/
emma.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 580 milliseconds