Searched refs:lesser (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/
H A DHelpers.java193 T lesser = valuesInExpectedOrder.get(j);
194 assertTrue(comparator + ".compare(" + lesser + ", " + t + ")",
195 comparator.compare(lesser, t) < 0);
216 T lesser = valuesInExpectedOrder.get(j);
217 assertTrue(lesser + ".compareTo(" + t + ')', lesser.compareTo(t) < 0);
218 assertFalse(lesser.equals(t));
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DHelpers.java195 T lesser = valuesInExpectedOrder.get(j);
196 assertTrue(comparator + ".compare(" + lesser + ", " + t + ")",
197 comparator.compare(lesser, t) < 0);
218 T lesser = valuesInExpectedOrder.get(j);
219 assertTrue(lesser + ".compareTo(" + t + ')', lesser.compareTo(t) < 0);
220 assertFalse(lesser.equals(t));
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp46 SkOpSpan* lesser = startSpan->starter(endSpan); local
47 int testWinding = lesser->windSum();
49 testWinding = lesser->computeWindSum();
H A DSkOpSegment.cpp1721 const SkOpSpan* lesser = start->starter(end); local
1722 int oppWinding = lesser->oppSum();
1744 SkOpSpan* lesser = start->starter(end); local
1745 int winding = lesser->windSum();
1747 winding = lesser->computeWindSum();
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
H A DHistory.md196 web-animations-next, removes several lesser used property handlers
/external/ImageMagick/www/api/
H A Dmemory.php338 <p>ResizeMagickMemory() changes the size of the memory and returns a pointer to the (possibly moved) block. The contents will be unchanged up to the lesser of the new and old sizes.</p>
364 <p>ResizeQuantumMemory() changes the size of the memory and returns a pointer to the (possibly moved) block. The contents will be unchanged up to the lesser of the new and old sizes.</p>
/external/libavc/common/arm/
H A Dih264_ihadamard_scaling_a9.s99 @if u4_qp_div_6 is lesser than 4 then shift value will be neagative and do negative left shift, in this case rnd_factor has value
H A Dih264_iquant_itrans_recon_dc_a9.s119 @if u4_qp_div_6 is lesser than 4 then shift value will be neagative and do negative left shift, in this case rnd_factor has value
H A Dih264_iquant_itrans_recon_a9.s119 @if u4_qp_div_6 is lesser than 4 then shift value will be neagative and do negative left shift, in this case rnd_factor has value
299 @if u4_qp_div_6 is lesser than 4 then shift value will be neagative and do negative left shift, in this case rnd_factor has value
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 1477 milliseconds