Home
last modified time | relevance | path

Searched refs:fourth (Results 1 – 25 of 136) sorted by relevance

123456

/external/ImageMagick/Magick++/tests/
DreadWriteImages.cpp98 Image fourth; in main() local
99 fourth.read("testmagick_anim_out"); in main()
101 if (fourth.magick() != "MIFF") in main()
105 << " Image magick: " << fourth.magick() in main()
111 fourth.read("testmagick_anim_out.ico"); in main()
113 if (fourth.magick() != "ICO") in main()
117 << " Image magick: " << fourth.magick() in main()
124 fourth.read("testmagick_anim_out.ico"); in main()
126 if (fourth.magick() != "BMP") in main()
130 << " Image magick: " << fourth.magick() in main()
[all …]
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DNanoTimeGranularityTester.java41 long fourth = System.nanoTime(); in testNanoTimeGranularity() local
49 total += fourth - third; in testNanoTimeGranularity()
50 total += fifth - fourth; in testNanoTimeGranularity()
/external/mockito/src/test/java/org/mockitousage/stacktrace/
DPointingStackTraceToActualInvocationTest.java34 fourth(); in setup()
46 private void fourth() { in fourth() method in PointingStackTraceToActualInvocationTest
DPointingStackTraceToActualInvocationInOrderTest.java37 fourth(); in setup()
49 private void fourth() { in fourth() method in PointingStackTraceToActualInvocationInOrderTest
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java46 …? super T> second, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth) { in allOf() argument
47 return org.hamcrest.core.AllOf.<T>allOf(first, second, third, fourth); in allOf()
55 …, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth, org.hamcrest.Matc… in allOf() argument
56 return org.hamcrest.core.AllOf.<T>allOf(first, second, third, fourth, fifth); in allOf()
64 …, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth, org.hamcrest.Matc… in allOf() argument
65 return org.hamcrest.core.AllOf.<T>allOf(first, second, third, fourth, fifth, sixth); in allOf()
109 …? super T> second, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth) { in anyOf() argument
110 return org.hamcrest.core.AnyOf.<T>anyOf(first, second, third, fourth); in anyOf()
118 …, org.hamcrest.Matcher<? super T> third, org.hamcrest.Matcher<? super T> fourth, org.hamcrest.Matc… in anyOf() argument
119 return org.hamcrest.core.AnyOf.<T>anyOf(first, second, third, fourth, fifth); in anyOf()
[all …]
/external/deqp/doc/testspecs/GLES2/
Dfunctional.vertex_arrays.multiple_attributes.txt38 which define a quad. Third and fourth component are same for each vertex in quad.
43 to fourth component, if more than two components are used. First and third component
44 are used as x coordinate and second and fourth as y. These values are also scaled to
Dfunctional.vertex_arrays.single_attribute.txt44 quad. Third and fourth component are same for each vertex in quad.
47 first to third component and second to fourth component if more than
49 and second and fourth as y. These values are also scaled to range from -1.0 to 1.0.
Dfunctional.depth.txt42 In the fourth pair z1 = 0 and z2 is interpolated between -1.0 and 1.0,
/external/deqp/doc/testspecs/GLES3/
Dfunctional.vertex_arrays.multiple_attributes.txt38 which define a quad. Third and fourth component are same for each vertex in quad.
43 to fourth component, if more than two components are used. First and third component
44 are used as x coordinate and second and fourth as y. These values are also scaled to
Dfunctional.vertex_arrays.single_attribute.txt47 quad. Third and fourth component are same for each vertex in quad.
50 first to third component and second to fourth component if more than
52 and second and fourth as y. These values are also scaled to range from -1.0 to 1.0.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MergeICmps/X86/
Dsplit-block-does-work.ll52 %fourth.i = getelementptr inbounds %"struct.std::pair", %"struct.std::pair"* %a, i64 0, i32 3
53 %6 = load i32, i32* %fourth.i, align 4
103 %fourth.i = getelementptr inbounds %"struct.std::pair", %"struct.std::pair"* %a, i64 0, i32 1
104 %6 = load i32, i32* %fourth.i, align 4
Dentry-block-shuffled.ll46 %fourth.i = getelementptr inbounds %"struct.std::pair", %"struct.std::pair"* %a, i64 0, i32 3
47 %6 = load i32, i32* %fourth.i, align 4
Dmultiple-blocks-does-work.ll54 %fourth.i = getelementptr inbounds %"struct.std::pair", %"struct.std::pair"* %a, i64 0, i32 3
55 %6 = load i32, i32* %fourth.i, align 4
/external/libxkbcommon/xkbcommon/test/data/types/
Dbasic5 // The fourth type "KEYPAD" is defined in the "numpad" file.
/external/iptables/extensions/
Dlibxt_time.man84 The fourth Friday in the month:
89 say "fourth Thursday OR fourth Friday" in one rule. It is possible with
/external/libmpeg2/common/arm/
Dideint_cac_a9.s107 @ Load fourth row of top
110 @ Load fourth row of bottom
/external/autotest/client/deps/glbench/src/
Dutils.cc270 GLushort fourth = third + 1; in CreateMesh() local
277 *iptr++ = fourth; in CreateMesh()
/external/clang/docs/
DSanitizerStats.rst39 this case, the type of control flow integrity check). The fourth column is
/external/skia/src/core/
DSkRecordPattern.h144 template <typename T> T* fourth() { return fRest.template third<T>(); }
/external/skqp/src/core/
DSkRecordPattern.h144 template <typename T> T* fourth() { return fRest.template third<T>(); }
/external/hyphenation-patterns/mn/
Dhyph-mn-cyrl.lic.txt41 % also are there four consonants then it can use hyphen before fourth consonant.
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
Dcomment_parsing_scenarios.story12 // fourth comment
20 Then line comment 4 is " fourth comment"
/external/python/cpython2/Lib/unittest/test/
Dtest_setups.py247 fourth = unittest.TestSuite((Test2('testTwo'),))
250 suite = unittest.TestSuite((first, second, third, fourth, fifth, sixth))
/external/python/cpython3/Lib/unittest/test/
Dtest_setups.py246 fourth = unittest.TestSuite((Test2('testTwo'),))
249 suite = unittest.TestSuite((first, second, third, fourth, fifth, sixth))
/external/icu/icu4c/source/test/intltest/
Dtufmtts.cpp176 TimeUnit fourth = third; in testAPI() local
179 assertTrue("copied and assigned are equal", (third == fourth)); in testAPI()

123456