Searched defs:fourth (Results 1 - 14 of 14) 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/libffi/src/x86/
H A Dwin64.S56 jmp fourth
60 fourth: label
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
H A Dwin64.S56 jmp fourth
60 fourth: label
/external/python/cpython3/Modules/_ctypes/libffi/src/x86/
H A Dwin64.S56 jmp fourth
60 fourth: label
/external/skia/src/core/
H A DSkRecordPattern.h144 template <typename T> T* fourth() { return fRest.template third<T>(); } function in class:SkRecords::Pattern
/external/skqp/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/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/tensorflow/tensorflow/tools/graph_transforms/
H A Dtransform_utils_test.cc492 NodeMatch fourth; local
493 fourth.node.set_name("fourth");
497 second.inputs.push_back(fourth);
501 third.inputs.push_back(fourth);
515 EXPECT_EQ("fourth", result[3].name());
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp8539 const std::vector<GLubyte>& fourth = type.GenerateData(); local
8546 memcpy(ptr + fourth_offset, &fourth[0], fourth.size());
8547 memcpy(ptr + fifth_offset, &fourth[0], fourth.size());
10425 vs_uni_block->Member("fourth", "", 0 /* expected_component */, 0 /* expected_location */, vec4,
10511 const std::vector<GLubyte>& fourth = type.GenerateData(); local
10518 memcpy(ptr + fourth_offset, &fourth[0], fourth.size());
10519 memcpy(ptr + fifth_offset, &fourth[
[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/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 441 milliseconds