HomeSort by relevance Sort by last modified time
    Searched refs:Job (Results 51 - 75 of 142) sorted by null

1 23 4 5 6

  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
Job.java 24 public final class Job implements Runnable {
30 public Job(Dispatcher dispatcher, HttpURLConnection connection, Request request,
  /external/chromium_org/third_party/re2/re2/
bitstate.cc 25 struct Job {
66 Job *job_; // stack of text positions to explore
108 Job* newjob = new Job[maxjob_];
113 LOG(DFATAL) << "Job stack overflow.";
134 Job* j = &job_[njob_++];
148 // Pop job off stack.
168 // VLOG(0) << "Job: " << ip->id() << " "
326 job_ = new Job[maxjob_];
  /external/regex-re2/re2/
bitstate.cc 25 struct Job {
66 Job *job_; // stack of text positions to explore
108 Job* newjob = new Job[maxjob_];
113 LOG(DFATAL) << "Job stack overflow.";
134 Job* j = &job_[njob_++];
148 // Pop job off stack.
168 // VLOG(0) << "Job: " << ip->id() << " "
326 job_ = new Job[maxjob_];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintRunner.java 29 import org.eclipse.core.runtime.jobs.Job;
62 LintJob job = (LintJob) startLint(resources, source, doc, fatalOnly, local
65 job.join();
66 boolean fatal = job.isFatal();
81 * Runs lint and updates the markers. Does not wait for the job to finish -
95 * @return the job running lint in the background.
97 public static Job startLint(
109 * Runs lint and updates the markers. Does not wait for the job to finish -
122 * @return the job running lint in the background.
124 public static Job startLint
136 LintJob job = new LintJob(client, resources, source); local
    [all...]
LintJob.java 42 import org.eclipse.core.runtime.jobs.Job;
49 /** Job to check lint on a set of resources */
50 public final class LintJob extends Job {
51 /** Job family */
197 static Job[] getCurrentJobs() {
198 IJobManager jobManager = Job.getJobManager();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportGradleTest.java 40 import org.eclipse.core.runtime.jobs.Job;
71 Job job = new Job("Validate project") { local
123 job.schedule(1000);
124 job.join();
125 Object property = job.getProperty(ERROR_KEY);
143 Job job = new Job("Validate project") local
217 Job job = new Job("Validate project") { local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriImage.java 32 import com.android.gallery3d.util.ThreadPool.Job;
70 public Job<Bitmap> requestImage(int type) {
75 public Job<BitmapRegionDecoder> requestLargeImage() {
171 private class RegionDecoderJob implements Job<BitmapRegionDecoder> {
183 private class BitmapJob implements Job<Bitmap> {
ImageCacheRequest.java 25 import com.android.gallery3d.util.ThreadPool.Job;
28 abstract class ImageCacheRequest implements Job<Bitmap> {
LocalVideo.java 30 import com.android.gallery3d.util.ThreadPool.Job;
154 public Job<Bitmap> requestImage(int type) {
178 public Job<BitmapRegionDecoder> requestLargeImage() {
  /prebuilts/gcc/linux-x86/host/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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowDataAdapter.java 29 import com.android.gallery3d.util.ThreadPool.Job;
94 private class ReloadTask implements Job<Void> {
175 return mThreadPool.submit(new Job<Slide>() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
FixProjectAction.java 29 import org.eclipse.core.runtime.jobs.Job;
90 * Creates a job to fix the project
93 * @return a job to perform the fix (not yet scheduled)
96 public static Job createFixProjectJob(@NonNull final IProject project) {
97 return new Job("Fix Project Properties") {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 37 import org.eclipse.core.runtime.jobs.Job;
286 Job pingJob = createPingUsageServerJob();
288 pingJob.setPriority(Job.BUILD);
289 // Wait another 30 seconds before starting the ping job. This gives other
296 * Creates a job than can ping the usage server.
298 private Job createPingUsageServerJob() {
300 Job job = new Job("Android SDK Ping") { // Job name, visible in progress vie local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DetailsAddressResolver.java 30 import com.android.gallery3d.util.ThreadPool.Job;
39 private class AddressLookupJob implements Job<Address> {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlDelegate.java 27 import org.eclipse.core.runtime.jobs.Job;
176 public Job delegateRunLint() {
  /external/chromium_org/sandbox/win/src/
target_process.h 36 TargetProcess(HANDLE initial_token, HANDLE lockdown_token, HANDLE job,
67 // Returns the handle to the job object that the target process belongs to.
68 HANDLE Job() const {
107 // Job object containing the target process.
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 27 import org.eclipse.core.runtime.jobs.Job;
67 private Job mRefresherJob;
233 mRefresherJob = new Job("Update Frame Summary Task") {
248 mRefresherJob.setPriority(Job.SHORT);
256 Job job = new Job("Update Frame Statistics") { local
296 job.setUser(true);
297 job.schedule();
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.h 131 const std::vector<cloud_print_response_parser::Job>& jobs) OVERRIDE;
133 const cloud_print_response_parser::Job& job) OVERRIDE;
cloud_print_requester.cc 52 using cloud_print_response_parser::Job;
141 void CloudPrintRequester::RequestPrintJob(const Job& job) {
143 current_print_job_.reset(new Job(job));
296 std::vector<Job> list;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CreateNewConfigJob.java 35 import org.eclipse.core.runtime.jobs.Job;
42 /** Job which creates a new layout file for a given configuration */
43 class CreateNewConfigJob extends Job {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java 40 import org.eclipse.core.runtime.jobs.Job;
104 Job job = new Job("Junit Launch") { //$NON-NLS-1$ local
114 job.setPriority(Job.INTERACTIVE);
115 job.schedule();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 73 import org.eclipse.core.runtime.jobs.Job;
586 * Adds or edit a build tools marker from the given project. This is done through a Job.
591 Job markerJob = new Job("Android SDK: Build Tools Marker") {
610 // Don't return e2.getStatus(); the job control will then produce
620 markerJob.setPriority(Job.BUILD);
627 * <p/> The data is loaded in a separate {@link Job}, and opened editors will be notified
675 Job job = new Job(String.format("Loading data for %1$s", target.getFullName())) local
1447 Job job = new Job("Update Android editor bindings") { \/\/$NON-NLS-1\$ local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 34 import org.eclipse.core.runtime.jobs.Job;
75 private static final ILock sGlStateLock = Job.getJobManager().newLock();
216 // the update task as an Eclipse job.
217 Job job = new Job("Updating GL State") { local
252 job.setPriority(Job.SHORT);
253 job.schedule();
  /external/chromium_org/net/dns/
host_resolver_impl.cc 350 // Creates NetLog parameters for the creation of a HostResolverImpl::Job.
461 // It is owned by a Job. Canceled Requests are only marked as canceled rather
462 // than removed from the Job's |requests_| list.
490 void set_job(Job* job) {
491 DCHECK(job);
492 // Identify which job the request is waiting on.
493 job_ = job;
506 Job* job() const function in class:net::HostResolverImpl::Request
1769 Job* job; local
1855 Job* job = req->job(); local
2063 Job* job = it->second; local
2097 Job* job = it->second; local
    [all...]
  /external/clang/lib/Driver/
Compilation.cpp 74 void Compilation::PrintJob(raw_ostream &OS, const Job &J,
154 void Compilation::PrintDiagnosticJob(raw_ostream &OS, const Job &J) const {
339 void Compilation::ExecuteJob(const Job &J,

Completed in 1134 milliseconds

1 23 4 5 6