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

  /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/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/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...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/emma/lib/
emma.jar 

Completed in 285 milliseconds