/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/tensorflow/tensorflow/lite/micro/ |
D | simple_memory_allocator_test.cc | 83 uint8_t* fourth = child_allocator.AllocateFromTail(16, 4); in TF_LITE_MICRO_TEST() local 84 TF_LITE_MICRO_EXPECT_EQ(fourth, first - 16); in TF_LITE_MICRO_TEST()
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MergeICmps/X86/ |
D | split-block-does-work.ll | 52 %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
|
D | entry-block-shuffled.ll | 46 %fourth.i = getelementptr inbounds %"struct.std::pair", %"struct.std::pair"* %a, i64 0, i32 3 47 %6 = load i32, i32* %fourth.i, align 4
|
D | multiple-blocks-does-work.ll | 54 %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/exoplayer/tree/testdata/src/test/assets/subrip/ |
D | typical_missing_timecode | 15 This is the fourth subtitle.
|
/external/exoplayer/tree/testdata/src/test/assets/webvtt/ |
D | with_tags | 13 This is the <fourth> &subtitle.
|
D | with_positioning | 22 This is the fourth subtitle.
|
/external/exoplayer/tree/testdata/src/test/assets/ssa/ |
D | overlapping_timecodes | 10 Dialogue: 0:00:08.44,0:00:09.44,Fifth subtitle - same timings as fourth
|
D | invalid_timecodes | 13 Dialogue: 0, ,0:00:10:90,Default,Olly,This is the fourth subtitle.
|
/external/libxkbcommon/xkbcommon/test/data/types/ |
D | basic | 5 // The fourth type "KEYPAD" is defined in the "numpad" file.
|
/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/angle/extensions/ |
D | EGL_ANGLE_flexible_surface_compatibility.txt | 84 Modify the fourth paragraph of Section 3.5.1, page 32 101 Modify the fourth paragraph of Section 3.5.2, page 35
|
D | EGL_ANGLE_direct_composition.txt | 56 Modify the fourth paragraph of Section 3.5.1, page 32
|
/external/libmpeg2/common/arm/ |
D | ideint_cac_a9.s | 107 @ Load fourth row of top 110 @ Load fourth row of bottom
|
/external/libevent/cmake/ |
D | CodeCoverage.cmake | 94 # Optional fourth parameter is passed as arguments to _testrunner 136 # Optional fourth parameter is passed as arguments to _testrunner
|