HomeSort by relevance Sort by last modified time
    Searched refs:toCancel (Results 1 - 8 of 8) sorted by null

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DefaultItemAnimatorTest.java 201 public void cancelBefore(int count, final RecyclerView.ViewHolder... toCancel)
203 cancelTest(true, count, toCancel);
206 public void cancelAfter(int count, final RecyclerView.ViewHolder... toCancel)
208 cancelTest(false, count, toCancel);
211 public void cancelTest(boolean before, int count, final RecyclerView.ViewHolder... toCancel) throws Throwable {
213 endAnimations(toCancel);
219 endAnimations(toCancel);
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ExperimentingCaliperRun.java 171 for (ListenableFuture<?> toCancel : pendingTrials) {
172 toCancel.cancel(true);
178 for (ListenableFuture<?> toCancel : pendingTrials) {
180 toCancel.cancel(true);
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerService.java 575 JobStatus toCancel;
586 toCancel = mJobs.getJobByUidAndJobId(uId, job.getId());
587 if (toCancel != null) {
588 cancelJobImpl(toCancel, jobStatus);
590 startTrackingJob(jobStatus, toCancel);
682 JobStatus toCancel;
684 toCancel = mJobs.getJobByUidAndJobId(uid, jobId);
686 if (toCancel != null) {
687 cancelJobImpl(toCancel, null);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
org.eclipse.jface.databinding_1.4.0.I20100601-0800.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/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 

Completed in 1064 milliseconds