/external/ImageMagick/Magick++/tests/ |
D | readWriteImages.cpp | 98 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/ |
D | NanoTimeGranularityTester.java | 41 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/ |
D | PointingStackTraceToActualInvocationTest.java | 34 fourth(); in setup() 46 private void fourth() { in fourth() method in PointingStackTraceToActualInvocationTest
|
D | PointingStackTraceToActualInvocationInOrderTest.java | 37 fourth(); in setup() 49 private void fourth() { in fourth() method in PointingStackTraceToActualInvocationInOrderTest
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.vertex_arrays.multiple_attributes.txt | 38 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
|
D | functional.vertex_arrays.single_attribute.txt | 47 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/ |
D | functional.vertex_arrays.multiple_attributes.txt | 38 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
|
D | functional.vertex_arrays.single_attribute.txt | 44 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.
|
D | functional.depth.txt | 42 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/ |
D | Matchers.java | 46 …? 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/ |
D | mcbreak.stdout.exp | 4 pid .... Thread .... fourth
|
D | mcbreak.stdinB.gdb | 45 print whoami("fourth")
|
/external/iptables/extensions/ |
D | libxt_time.man | 84 The fourth Friday in the month: 89 say "fourth Thursday OR fourth Friday" in one rule. It is possible with
|
/external/libmpeg2/common/arm/ |
D | ideint_cac_a9.s | 106 @ Load fourth row of top 109 @ Load fourth row of bottom
|
/external/autotest/client/deps/glbench/src/ |
D | utils.cc | 264 GLushort fourth = third + 1; in CreateMesh() local 271 *iptr++ = fourth; in CreateMesh()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILISelLowering.cpp | 360 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/ |
D | SanitizerStats.rst | 39 this case, the type of control flow integrity check). The fourth column is
|
/external/skia/src/core/ |
D | SkRecordPattern.h | 144 template <typename T> T* fourth() { return fRest.template third<T>(); }
|
D | SkRecordOpts.cpp | 262 SkPaint* filterLayerPaint = match->fourth<SaveLayer>()->paint; in onMatch()
|
/external/hyphenation-patterns/mn/ |
D | hyph-mn-cyrl.lic.txt | 41 % also are there four consonants then it can use hyphen before fourth consonant.
|
/external/icu/icu4c/source/test/intltest/ |
D | tufmtts.cpp | 176 TimeUnit fourth = third; in testAPI() local 179 assertTrue("copied and assigned are equal", (third == fourth)); in testAPI()
|
/external/icu/icu4c/source/data/rbnf/ |
D | en.txt | 162 "4: fourth;",
|
/external/eigen/doc/ |
D | StlContainers.dox | 29 … default value, but we have to include it because we want to specify the fourth parameter, which i…
|
/external/elfutils/libasm/ |
D | ChangeLog | 58 * libasm.h (DisasmGetSymCB_t): Change type of fourth and fifth
|
/external/clang/include/clang/Driver/ |
D | Types.def | 30 // The fourth value is the suffix to use when creating temporary files
|