HomeSort by relevance Sort by last modified time
    Searched refs:jobs (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chrome/service/cloud_print/
printer_job_queue_handler_unittest.cc 22 " \"jobs\" : ["
69 std::vector<JobDetails> jobs; local
71 job_queue_handler.GetJobsFromQueue(json_data_, &jobs);
73 ASSERT_EQ((size_t)3, jobs.size());
75 EXPECT_EQ(std::string("__testjob1"), jobs[0].job_id_);
76 EXPECT_EQ(std::string("test1"), jobs[0].job_title_);
78 jobs[0].print_ticket_url_);
80 jobs[0].print_data_url_);
86 actual_tags.insert(jobs[0].tags_.begin(), jobs[0].tags_.end())
103 std::vector<JobDetails> jobs; local
132 std::vector<JobDetails> jobs; local
162 std::vector<JobDetails> jobs; local
    [all...]
printer_job_queue_handler.cc 104 std::vector<JobDetails>* jobs) {
107 jobs->clear();
125 jobs->push_back(job_details_current);
134 jobs->insert(jobs->end(), jobs_with_timeouts.begin(),
printer_job_queue_handler.h 64 // jobs will be filled with details of all jobs in the queue, sorted by time
65 // until they are ready to print, lowest to highest. Jobs that are ready to
68 std::vector<JobDetails>* jobs);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /external/chromium_org/chrome/browser/chromeos/drive/
job_queue.h 16 // Priority queue for managing jobs in JobScheduler.
39 // Gets queued jobs with the given priority.
40 void GetQueuedJobs(int priority, std::vector<JobID>* jobs) const;
43 // of running parallel jobs and makes room for other jobs to be popped.
49 // Gets the total number of jobs in the queue.
job_queue.cc 26 // Too many jobs are running already.
42 void JobQueue::GetQueuedJobs(int priority, std::vector<JobID>* jobs) const {
45 jobs->assign(queue_[priority].begin(), queue_[priority].end());
job_scheduler_unittest.cc 488 // Saturate the metadata job queue with uninteresting jobs to prevent
489 // following jobs from starting.
501 // Start jobs with different priorities.
796 // Add many jobs.
827 // The number of jobs queued so far.
838 // Add more jobs.
852 // 6 jobs in total were queued.
853 std::vector<JobInfo> jobs = scheduler_->GetJobInfoList(); local
854 EXPECT_EQ(6U, jobs.size());
857 for (size_t i = 0; i < jobs.size(); ++i)
982 const std::vector<JobInfo>& jobs = scheduler_->GetJobInfoList(); local
1032 const std::vector<JobInfo>& jobs = scheduler_->GetJobInfoList(); local
    [all...]
  /external/chromium_org/cloud_print/gcp20/prototype/
print_job_handler.cc 173 jobs.find(job_id);
202 std::map<std::string, LocalPrintJobExtended>::iterator job = jobs.find(id);
203 if (job != jobs.end()) {
264 std::map<std::string, LocalPrintJobExtended>::iterator job = jobs.find(id);
265 DCHECK(job != jobs.end());
290 jobs[id] = LocalPrintJobExtended(job, draft->second.ticket);
297 DCHECK(jobs.count(id));
298 base::Time expiration = jobs.at(id).expiration;
309 jobs.erase(id);
cloud_print_response_parser.cc 175 if (!json_success) { // Let's suppose we have no jobs to proceed.
180 base::ListValue* jobs = NULL; local
181 if (!response_dictionary->GetList("jobs", &jobs)) {
182 *error_description = "Cannot parse jobs list.";
186 std::vector<Job> job_list(jobs->GetSize());
190 jobs->GetDictionary(idx, &job);
print_job_handler.h 74 // Contains all unexpired jobs
75 std::map<std::string, LocalPrintJobExtended> jobs; // id -> printjob member in class:PrintJobHandler
77 // Changes job state and creates timeouts to delete old jobs from memory
80 // Moves draft to jobs
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
invasive.cc 141 int jobs = 0; local
152 jobs++;
163 fprintf(output, "[GRANTED] Created %d mutexes, %d jobs and %d events for "
164 "a total of %d objects out of 3 000 000\r\n", mutexes, jobs,
165 events, mutexes + jobs + events);
  /external/smali/smali/src/main/java/org/jf/smali/
main.java 109 int jobs = -1; local
149 jobs = Integer.parseInt(commandLine.getOptionValue("j"));
184 if (jobs <= 0) {
185 jobs = Runtime.getRuntime().availableProcessors();
186 if (jobs > 6) {
187 jobs = 6;
194 ExecutorService executor = Executors.newFixedThreadPool(jobs);
366 Option jobsOption = OptionBuilder.withLongOpt("jobs")
  /external/chromium_org/components/component_updater/
background_downloader_win.cc 44 // To list the BITS jobs for a user, use the |bitsadmin| tool. The command line
83 // Jobs that are not touched in 90 days (or a value set by group policy) are
91 // Second, there is a simple mechanism to detect stuck jobs, and allow the rest
93 // Last, after completing a job, irrespective of the outcome, the jobs older
100 // All jobs created by this module have a specific description so they can
111 // How long to wait for stuck jobs. Stuck jobs could be queued for too long,
121 // How often the jobs which were started but not completed for any reason
122 // are cleaned up. Reasons for jobs to be left behind include browser restarts,
123 // system restarts, etc. Also, the check to purge stale jobs only happen
374 std::vector<ScopedComPtr<IBackgroundCopyJob> > jobs; local
676 std::vector<ScopedComPtr<IBackgroundCopyJob> > jobs; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
HierarchyViewerPluginDirector.java 28 import org.eclipse.core.runtime.jobs.ISchedulingRule;
29 import org.eclipse.core.runtime.jobs.Job;
  /external/chromium_org/build/
gdb-add-index 16 # Cleanup temp directory and ensure all child jobs are dead-dead.
20 local jobs=$(jobs -p)
21 if [ -n "$jobs" ]; then
22 echo -n "Killing outstanding index jobs..."
23 kill -KILL $(jobs -p)
  /external/chromium_org/net/url_request/
url_request_file_job_unittest.cc 125 const JobList& jobs() { return jobs_; } function in class:net::__anon14419::JobObserverImpl
208 ASSERT_EQ(observer_.jobs().size(), 1u);
209 ASSERT_EQ(observer_.jobs().at(0)->seek_position(), range ? range->start : 0);
213 observer_.jobs().at(0)->data_chunks();
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DispatcherTest.java 134 private List<Job> jobs = new ArrayList<Job>(); field in class:DispatcherTest.RecordingExecutor
137 jobs.add((Job) command);
142 for (Job job : jobs) {
149 for (Iterator<Job> i = jobs.iterator(); i.hasNext(); ) {
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerService.java 60 * Responsible for taking jobs representing work to be performed by a client app, and determining
63 * Implements logic for scheduling, and rescheduling jobs. The JobSchedulerService knows nothing
64 * about constraints, or the state of active jobs. It receives callbacks from the various
65 * controllers and completed jobs and operates accordingly.
74 /** The number of concurrent jobs we run at one time. */
77 /** Master list of jobs. */
85 * Minimum # of idle jobs that must be ready in order to force the JMS to schedule things
90 * Minimum # of charging jobs that must be ready in order to force the JMS to schedule things
95 * Minimum # of connectivity jobs that must be ready in order to force the JMS to schedule
100 * Minimum # of jobs (with no particular constraints) for which the JMS will be happy runnin
189 ArraySet<JobStatus> jobs = mJobs.getJobs(); local
310 ArraySet<JobStatus> jobs = mJobs.getJobs(); local
547 ArraySet<JobStatus> jobs = mJobs.getJobs(); local
587 ArraySet<JobStatus> jobs = mJobs.getJobs(); local
843 ArraySet<JobStatus> jobs = mJobs.getJobs(); local
    [all...]
JobStore.java 53 * Maintains the master list of jobs that the job scheduler is tracking. These jobs are compared by
55 * Also handles read/write of persisted jobs.
92 * @return A freshly initialized job store object, with no loaded jobs.
111 mJobsFile = new AtomicFile(new File(jobDir, "jobs.xml"));
182 * @param userHandle User for whom we are querying the list of jobs.
183 * @return A list of all the jobs scheduled by the provided user. Never null.
246 * Every time the state changes we write all the jobs in one swath, instead of trying to
255 Slog.v(TAG, "Writing jobs to disk.");
276 // Copy over the jobs so we can release the lock before writing
424 List<JobStatus> jobs; local
470 final List<JobStatus> jobs = new ArrayList<JobStatus>(); local
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
baksmaliOptions.java 77 public int jobs = -1; field in class:baksmaliOptions
main.java 203 options.jobs = Integer.parseInt(commandLine.getOptionValue("j"));
232 if (options.jobs <= 0) {
233 options.jobs = Runtime.getRuntime().availableProcessors();
234 if (options.jobs > 6) {
235 options.jobs = 6;
409 Option jobsOption = OptionBuilder.withLongOpt("jobs")
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseClasspathContainerInitializer.java 29 import org.eclipse.core.runtime.jobs.Job;
75 // build jobs are run after other interactive jobs
97 // build jobs are run after other interactive jobs
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorStartup.java 25 import org.eclipse.core.runtime.jobs.Job;

Completed in 653 milliseconds

1 2 3 4 5 6