OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JobList
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Driver/
Job.cpp
174
JobList
::
JobList
() : Job(JobListClass) {}
176
JobList
::~
JobList
() {
181
void
JobList
::Print(raw_ostream &OS, const char *Terminator, bool Quote,
187
void
JobList
::clear() {
/external/chromium_org/content/test/net/
url_request_slow_download_job.cc
81
typedef std::set<URLRequestSlowDownloadJob*>
JobList
;
83
for (
JobList
::iterator it = pending_requests_.Get().begin(); it !=
90
typedef std::set<URLRequestSlowDownloadJob*>
JobList
;
92
for (
JobList
::iterator it = pending_requests_.Get().begin(); it !=
/external/chromium_org/net/url_request/
url_request_file_job_unittest.cc
123
typedef std::vector<scoped_refptr<URLRequestFileJobWithCallbacks> >
JobList
;
125
const
JobList
& jobs() { return jobs_; }
128
JobList
jobs_;
/external/clang/include/clang/Driver/
Job.h
123
///
JobList
- A sequence of jobs to perform.
124
class
JobList
: public Job {
135
JobList
();
136
virtual ~
JobList
();
Completed in 53 milliseconds