/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...] |
/external/chromium_org/net/quic/ |
quic_stream_factory.h | 180 class Job; 205 typedef std::map<QuicServerId, Job*> JobMap; 206 typedef std::map<QuicStreamRequest*, Job*> RequestMap; 208 typedef std::map<Job*, RequestSet> JobRequestsMap; 217 void OnJobComplete(Job* job, int rv);
|
/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() {
|
LocalImage.java | 41 import com.android.gallery3d.util.ThreadPool.Job; 174 public Job<Bitmap> requestImage(int type) { 219 public Job<BitmapRegionDecoder> requestLargeImage() { 224 implements Job<BitmapRegionDecoder> {
|
/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...] |
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/ |
user_image_manager_impl.h | 74 // Every image load or update is encapsulated by a Job. Whenever an image load 75 // or update is requested for a user, the Job currently running for that user 76 // (if any) is canceled. This ensures that at most one Job is running per user 83 // With the above, it is guaranteed that any changes made by a canceled Job 84 // cannot race against against changes made by the superseding Job. 85 class Job; 128 // Called when a Job updates the copy of the user image held in 133 // Called when a Job for the user finishes. If a migration was 214 // The currently running job. 215 scoped_ptr<Job> job_ [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.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
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.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();
|
/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; 618 * Adds or edit a build tools marker from the given project. This is done through a Job. 623 Job markerJob = new Job("Android SDK: Build Tools Marker") { 642 // Don't return e2.getStatus(); the job control will then produce 652 markerJob.setPriority(Job.BUILD); 659 * <p/> The data is loaded in a separate {@link Job}, and opened editors will be notified 707 Job job = new Job(String.format("Loading data for %1$s", target.getFullName())) local 1481 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 | 346 // Creates NetLog parameters for the creation of a HostResolverImpl::Job. 459 // It is owned by a Job. Canceled Requests are only marked as canceled rather 460 // than removed from the Job's |requests_| list. 489 void set_job(Job* job) { 490 DCHECK(job); 491 // Identify which job the request is waiting on. 492 job_ = job; 505 Job* job() const function in class:net::HostResolverImpl::Request 1895 Job* job; local 1978 Job* job = req->job(); local 2199 Job* job = it->second; local 2254 Job* job = it->second; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
ResourceManagerBuilder.java | 46 import org.eclipse.core.runtime.jobs.Job; 243 launchJob(new Job("rebuild") { 278 // job to build it right after this build 279 launchJob(new Job("rebuild") {
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
cloud_print_requester.cc | 98 using cloud_print_response_parser::Job; 211 void CloudPrintRequester::RequestPrintJob(const Job& job) { 213 current_print_job_.reset(new Job(job)); 398 std::vector<Job> list;
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
regress-8.js | 39 var Job = ""; 70 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Job))))),p);
|
/external/clang/include/clang/Driver/ |
Compilation.h | 13 #include "clang/Driver/Job.h" 168 /// ExecuteJob - Execute a single job. 172 void ExecuteJob(const Job &J,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
RemoteAdtTestRunner.java | 33 import org.eclipse.core.runtime.jobs.Job; 95 * <li> First, a separate job per device is run to collect test tree data. A per device 100 * <li> A job per device is again launched to do the actual test run. A per device 154 TestTreeCollectorJob job = new TestTreeCollectorJob( local 157 job.setPriority(Job.INTERACTIVE); 158 job.schedule(); 160 collectorJobs.add(job); 165 for (TestTreeCollectorJob job : collectorJobs) { 167 job.join() 203 InstrumentationRunJob job = new InstrumentationRunJob( local [all...] |