Home
last modified time | relevance | path

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

123

/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/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/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/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/valgrind/gdbserver_tests/
Dmcbreak.stdout.exp4 pid .... Thread .... fourth
Dmcbreak.stdinB.gdb45 print whoami("fourth")
/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.s106 @ Load fourth row of top
109 @ Load fourth row of bottom
/external/autotest/client/deps/glbench/src/
Dutils.cc264 GLushort fourth = third + 1; in CreateMesh() local
271 *iptr++ = fourth; in CreateMesh()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp360 SDValue fourth; in LowerBUILD_VECTOR() local
382 fourth = Op.getOperand(3); in LowerBUILD_VECTOR()
383 if (fourth.getOpcode() != ISD::UNDEF) { in LowerBUILD_VECTOR()
389 fourth, in LowerBUILD_VECTOR()
/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>(); }
DSkRecordOpts.cpp262 SkPaint* filterLayerPaint = match->fourth<SaveLayer>()->paint; in onMatch()
/external/hyphenation-patterns/mn/
Dhyph-mn-cyrl.lic.txt41 % also are there four consonants then it can use hyphen before fourth consonant.
/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()
/external/icu/icu4c/source/data/rbnf/
Den.txt162 "4: fourth;",
/external/eigen/doc/
DStlContainers.dox29 … default value, but we have to include it because we want to specify the fourth parameter, which i…
/external/elfutils/libasm/
DChangeLog58 * libasm.h (DisasmGetSymCB_t): Change type of fourth and fifth
/external/clang/include/clang/Driver/
DTypes.def30 // The fourth value is the suffix to use when creating temporary files

123