Home
last modified time | relevance | path

Searched refs:actualOrder (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/utils/src/test/java/org/robolectric/util/
DSchedulerTest.java487 List<Integer> actualOrder = new ArrayList<>(); in schedulerWithManyRunnables() local
501 actualOrder.add(localI); in schedulerWithManyRunnables()
506 assertThat(actualOrder).isEmpty(); in schedulerWithManyRunnables()
508 assertThat(actualOrder).isEqualTo(ImmutableList.copyOf(Iterables.concat(orderCheck.values()))); in schedulerWithManyRunnables()
/external/OpenCL-CTS/test_conformance/spir/
Dmain.cpp6230 int actualOrder = 0, actualTy = 0; in test_image_enumeration() local
6231 getT<int>(res, 1U, actualOrder), getT<int>(res, 2U, actualTy); in test_image_enumeration()
6232 if (actualOrder != it.getSPIRChannelOrder()) in test_image_enumeration()
6235 << " but received " << actualOrder << "." << std::endl; in test_image_enumeration()
6333 int actualOrder = 0, actualTy = 0; in test_image_enumeration_3d() local
6334 getT<int>(res, 1U, actualOrder), getT<int>(res, 2U, actualTy); in test_image_enumeration_3d()
6335 if (actualOrder != it.getSPIRChannelOrder()) in test_image_enumeration_3d()
6338 << " but received " << actualOrder << "." << std::endl; in test_image_enumeration_3d()