Searched defs:fourth (Results 1 - 8 of 8) sorted by relevance

/external/ImageMagick/Magick++/tests/
H A DreadWriteImages.cpp98 Image fourth; local
99 fourth.read("testmagick_anim_out");
101 if (fourth.magick() != "MIFF")
105 << " Image magick: " << fourth.magick()
111 fourth.read("testmagick_anim_out.ico");
113 if (fourth.magick() != "ICO")
117 << " Image magick: " << fourth.magick()
124 fourth.read("testmagick_anim_out.ico");
126 if (fourth.magick() != "BMP")
130 << " Image magick: " << fourth
[all...]
/external/mockito/src/test/java/org/mockitousage/stacktrace/
H A DPointingStackTraceToActualInvocationTest.java34 fourth();
46 private void fourth() { method in class:PointingStackTraceToActualInvocationTest
H A DPointingStackTraceToActualInvocationInOrderTest.java37 fourth();
49 private void fourth() { method in class:PointingStackTraceToActualInvocationInOrderTest
62 assertThat(e).hasMessageContaining("fourth(");
123 assertThat(e).hasMessageContaining("fourth(");
/external/skia/src/core/
H A DSkRecordPattern.h144 template <typename T> T* fourth() { return fRest.template third<T>(); } function in class:SkRecords::Pattern
/external/icu/icu4c/source/test/intltest/
H A Dtufmtts.cpp176 TimeUnit fourth = third; local
179 assertTrue("copied and assigned are equal", (third == fourth));
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp360 SDValue fourth; local
382 fourth = Op.getOperand(3);
383 if (fourth.getOpcode() != ISD::UNDEF) {
389 fourth,
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
H A DMatchers.java46 public static <T> org.hamcrest.Matcher<T> allOf(org.hamcrest.Matcher<? super T> first, org.hamcrest.Matcher<? super T> second, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth) { argument
47 return org.hamcrest.core.AllOf.<T>allOf(first, second, third, fourth);
55 public static <T> org.hamcrest.Matcher<T> allOf(org.hamcrest.Matcher<? super T> first, org.hamcrest.Matcher<? super T> second, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth, org.hamcrest.Matcher<? super T> fifth) { argument
56 return org.hamcrest.core.AllOf.<T>allOf(first, second, third, fourth, fifth);
64 public static <T> org.hamcrest.Matcher<T> allOf(org.hamcrest.Matcher<? super T> first, org.hamcrest.Matcher<? super T> second, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth, org.hamcrest.Matcher<? super T> fifth, org.hamcrest.Matcher<? super T> sixth) { argument
65 return org.hamcrest.core.AllOf.<T>allOf(first, second, third, fourth, fifth, sixth);
109 public static <T> org.hamcrest.core.AnyOf<T> anyOf(org.hamcrest.Matcher<T> first, org.hamcrest.Matcher<? super T> second, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth) { argument
110 return org.hamcrest.core.AnyOf.<T>anyOf(first, second, third, fourth);
118 public static <T> org.hamcrest.core.AnyOf<T> anyOf(org.hamcrest.Matcher<T> first, org.hamcrest.Matcher<? super T> second, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth, org.hamcrest.Matcher<? super T> fifth) { argument
119 return org.hamcrest.core.AnyOf.<T>anyOf(first, second, third, fourth, fift
127 anyOf(org.hamcrest.Matcher<T> first, org.hamcrest.Matcher<? super T> second, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth, org.hamcrest.Matcher<? super T> fifth, org.hamcrest.Matcher<? super T> sixth) argument
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 266 milliseconds