Home
last modified time | relevance | path

Searched refs:Jobs (Results 1 – 25 of 74) sorted by relevance

123

/external/libcups/conf/
Dcupsd.conf.in62Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notific…
75Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer St…
106Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notific…
120Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer St…
152Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notific…
166Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer St…
/external/clang/lib/Frontend/
DCreateInvocationFromCommandLine.cpp67 const driver::JobList &Jobs = C->getJobs(); in createInvocationFromCommandLine() local
69 if (Jobs.size() > 1) { in createInvocationFromCommandLine()
80 if (Jobs.size() == 0 || !isa<driver::Command>(*Jobs.begin()) || in createInvocationFromCommandLine()
81 (Jobs.size() > 1 && !CudaCompilation)) { in createInvocationFromCommandLine()
84 Jobs.Print(OS, "; ", true); in createInvocationFromCommandLine()
89 const driver::Command &Cmd = cast<driver::Command>(*Jobs.begin()); in createInvocationFromCommandLine()
/external/libcups/templates/
Djobs-header.tmpl1 …/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT TYPE="SUBMIT" VALUE="Show Active Jobs"></FORM>}
2 …DDEN" NAME="which_jobs" VALUE="completed"><INPUT TYPE="SUBMIT" VALUE="Show Completed Jobs"></FORM>}
3 …PUT TYPE="HIDDEN" NAME="which_jobs" VALUE="all"><INPUT TYPE="SUBMIT" VALUE="Show All Jobs"></FORM>}
5 …GN="CENTER">{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=Jobs lis…
Dclass.tmpl3 {printer_is_accepting_jobs=0?Rejecting Jobs:Accepting Jobs},
12 …cepting_jobs=0?<OPTION VALUE="accept-jobs">Accept Jobs</OPTION>:<OPTION VALUE="reject-jobs">Reject…
13 <OPTION VALUE="move-jobs">Move All Jobs</OPTION>
14 <OPTION VALUE="purge-jobs">Cancel All Jobs</OPTION>
Dprinter.tmpl3 {printer_is_accepting_jobs=0?Rejecting Jobs:Accepting Jobs},
14 …cepting_jobs=0?<OPTION VALUE="accept-jobs">Accept Jobs</OPTION>:<OPTION VALUE="reject-jobs">Reject…
15 <OPTION VALUE="move-jobs">Move All Jobs</OPTION>
16 <OPTION VALUE="cancel-jobs">Cancel All Jobs</OPTION>
Djob-move.tmpl6 <H2 CLASS="title">{job_id?Move Job {job_id}:Move All Jobs}</H2>
19 <TD><INPUT TYPE="SUBMIT" VALUE="{job_id?Move Job:Move Jobs}"></TD>
Dprinter-jobs-header.tmpl1 <H3 CLASS="title">Jobs</H3>
Dclass-jobs-header.tmpl1 <H3 CLASS="title">Jobs</H3>
Dprinter-accept.tmpl1 <H2 CLASS="title">Accept Jobs On {is_class?Class:Printer} {printer_name}</H2>
/external/clang/include/clang/Driver/
DJob.h164 list_type Jobs;
171 void addJob(std::unique_ptr<Command> J) { Jobs.push_back(std::move(J)); } in addJob()
176 const list_type &getJobs() const { return Jobs; } in getJobs()
178 size_type size() const { return Jobs.size(); } in size()
179 iterator begin() { return Jobs.begin(); } in begin()
180 const_iterator begin() const { return Jobs.begin(); } in begin()
181 iterator end() { return Jobs.end(); } in end()
182 const_iterator end() const { return Jobs.end(); } in end()
DCompilation.h69 JobList Jobs; variable
166 JobList &getJobs() { return Jobs; } in getJobs()
167 const JobList &getJobs() const { return Jobs; } in getJobs()
169 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); } in addCommand()
245 const JobList &Jobs,
/external/clang/examples/clang-interpreter/
Dmain.cpp113 const driver::JobList &Jobs = C->getJobs(); in main() local
114 if (Jobs.size() != 1 || !isa<driver::Command>(*Jobs.begin())) { in main()
117 Jobs.Print(OS, "; ", true); in main()
122 const driver::Command &Cmd = cast<driver::Command>(*Jobs.begin()); in main()
140 Jobs.Print(llvm::errs(), "\n", true); in main()
/external/libcups/templates/ja/
Djobs-header.tmpl5 …GN="CENTER">{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=Jobs lis…
Dprinter-cancel-jobs.tmpl1 <H2 CLASS="title">Cancel Jobs On {is_class?クラス:プリンター} {printer_name} のジョブのキャンセル</H2>
/external/libcups/templates/ru/
Djobs-header.tmpl5 …GN="CENTER">{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=Jobs lis…
/external/libcups/templates/es/
Djobs-header.tmpl5 …GN="CENTER">{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=Jobs lis…
/external/libcups/templates/de/
Djobs-header.tmpl5 …GN="CENTER">{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=Jobs lis…
/external/libcups/templates/pt_BR/
Djobs-header.tmpl5 …GN="CENTER">{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=Jobs lis…
/external/libcups/templates/da/
Djobs-header.tmpl5 …?which_jobs=?Jobs oplistet i udskrivningsrækkefølge - tilbageholdte jobs vises først.:{which_jobs=
Dprinter-jobs-header.tmpl1 <H3 CLASS="title">Jobs</H3>
Dclass-jobs-header.tmpl1 <H3 CLASS="title">Jobs</H3>
/external/clang/lib/Driver/
DCompilation.cpp171 const JobList &Jobs, in ExecuteJobs() argument
173 for (const auto &Job : Jobs) { in ExecuteJobs()
190 Jobs.clear(); in initCompilationForDiagnostics()
/external/libcups/examples/
Dipp-2.2.test57 EXPECT operations-supported WITH-VALUE 0x0025 # Hold-New-Jobs
58 EXPECT operations-supported WITH-VALUE 0x0026 # Release-Held-New-Jobs
72 EXPECT operations-supported WITH-VALUE 0x0038 # Cancel-Jobs
73 EXPECT operations-supported WITH-VALUE 0x0039 # Cancel-My-Jobs
/external/clang/lib/Tooling/
DTooling.cpp68 const clang::driver::JobList &Jobs = Compilation->getJobs(); in getCC1Arguments() local
69 if (Jobs.size() != 1 || !isa<clang::driver::Command>(*Jobs.begin())) { in getCC1Arguments()
72 Jobs.Print(error_stream, "; ", true); in getCC1Arguments()
80 cast<clang::driver::Command>(*Jobs.begin()); in getCC1Arguments()
/external/libcups/scheduler/
Dquotas.c127 for (job = (cupsd_job_t *)cupsArrayFirst(Jobs); in cupsdUpdateQuota()
129 job = (cupsd_job_t *)cupsArrayNext(Jobs)) in cupsdUpdateQuota()

123