/external/skqp/src/pathops/ |
D | SkPathOpsTightBounds.cpp | 30 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[2].fX); in TightBounds() 31 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[2].fY); in TightBounds() 37 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[3].fX); in TightBounds() 38 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[3].fY); in TightBounds() 39 wellBehaved &= between(pts[0].fX, pts[2].fX, pts[3].fX); in TightBounds() 40 wellBehaved &= between(pts[0].fY, pts[2].fY, pts[3].fY); in TightBounds()
|
/external/skia/src/pathops/ |
D | SkPathOpsTightBounds.cpp | 30 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[2].fX); in TightBounds() 31 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[2].fY); in TightBounds() 37 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[3].fX); in TightBounds() 38 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[3].fY); in TightBounds() 39 wellBehaved &= between(pts[0].fX, pts[2].fX, pts[3].fX); in TightBounds() 40 wellBehaved &= between(pts[0].fY, pts[2].fY, pts[3].fY); in TightBounds()
|
/external/pcre/dist2/testdata/ |
D | grepinputM | 3 start end in between start 7 start end in between start 11 start end in between start 16 start end in between start
|
/external/clang/test/SemaObjC/ |
D | comptypes-7.m | 49 …if (obj == i) foo() ; // expected-warning {{comparison between pointer and integer ('id' and 'int'… 50 …if (i == obj) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'id'… 54 …if (obj_c == i) foo() ; // expected-warning {{comparison between pointer and integer ('MyClass *' … 55 …if (i == obj_c) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'M… 59 …if (obj_p == i) foo() ; // expected-warning {{comparison between pointer and integer ('id<MyProtoc… 60 …if (i == obj_p) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'i… 64 …if (obj_C == i) foo() ; // expected-warning {{comparison between pointer and integer ('Class' and … 65 …if (i == obj_C) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'C…
|
/external/python/cpython3/Doc/library/ |
D | colorsys.rst | 1 :mod:`colorsys` --- Conversions between color systems 5 :synopsis: Conversion functions between RGB and other color systems. 14 between colors expressed in the RGB (Red Green Blue) color space used in 17 spaces are floating point values. In the YIQ space, the Y coordinate is between 19 spaces, the coordinates are all between 0 and 1.
|
/external/python/cpython2/Doc/library/ |
D | colorsys.rst | 1 :mod:`colorsys` --- Conversions between color systems 5 :synopsis: Conversion functions between RGB and other color systems. 13 between colors expressed in the RGB (Red Green Blue) color space used in 16 spaces are floating point values. In the YIQ space, the Y coordinate is between 18 spaces, the coordinates are all between 0 and 1.
|
/external/autotest/client/site_tests/graphics_VTSwitch/ |
D | control.100 | 12 - VT1 does not remain the same between VT switches. 13 - VT2 does not remain the same between VT switches. 25 Switches between VT1 and VT2 repeatedly and logs in/out of Chrome to make sure 27 sure each VT remains the same between VT switches, and that VT1 and VT2 are
|
D | control | 12 - VT1 does not remain the same between VT switches. 13 - VT2 does not remain the same between VT switches. 26 Switches between VT1 and VT2 repeatedly and logs in/out of Chrome to make sure 28 sure each VT remains the same between VT switches, and that VT1 and VT2 are
|
/external/u-boot/doc/device-tree-bindings/spi/ |
D | spi-cadence.txt | 23 are de-asserted between transactions. 24 - cdns,tsd2d-ns : Delay in master reference clocks (ref_clk) between one 27 - cdns,tchsh-ns : Delay in master reference clocks between last bit of 30 - cdns,tslch-ns : Delay in master reference clocks between setting
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | limit-depth.ll | 57 br i1 %cond, label %loop, label %between 59 between: 64 %iv2 = phi i64 [ %se, %between ], [ %iv2.inc, %loop2 ] 85 br i1 %cond, label %loop, label %between 87 between: 92 %iv2 = phi i64 [ %ze, %between ], [ %iv2.inc, %loop2 ]
|
/external/lz4/examples/ |
D | streaming_api_basics.md | 20 ## What is difference between Block and Streaming API ? 27 The following figure shows difference between API and block sizes. 77 Here, we can observe difference between example (2) and (3). 78 In (2), there's no dependency between chunk B and C, but (3) has dependency between B and C.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/ARM/ |
D | sink-addrmode.ll | 8 ; Phi selects between ptr and gep with ptr as base and constant offset 27 ; Phi selects between two geps with same base, different constant offsets 50 ; Phi selects between ptr and gep with ptr as base and nonconstant offset 69 ; Phi selects between two geps with same base, different nonconstant offsets 92 ; Phi selects between two geps with different base, same constant offset 115 ; Phi selects between two geps with different base global variables, same constant offset 138 ; Phi selects between ptr and gep with ptr as base and constant offset 151 ; Select between two geps with same base, different constant offsets 165 ; Select between ptr and gep with ptr as base and nonconstant offset 178 ; Select between two geps with same base, different nonconstant offsets [all …]
|
/external/icu/icu4c/source/data/translit/ |
D | Han_Spacedhan.txt | 17 # add space between any Han or terminal punctuation and letters, and 18 # between letters and Han or initial punct 21 # remove spacing between ideographs and other letters
|
/external/skia/src/gpu/gradients/ |
D | GrUnrolledBinaryGradientColorizer.fp | 11 // Assumed to be between 1 and 8. 39 // - thresholds1_7.x = boundary between (0,1) and (2,3) -> 1_2 40 // - .y = boundary between (2,3) and (4,5) -> 3_4 41 // - .z = boundary between (4,5) and (6,7) -> 5_6 42 // - .w = boundary between (6,7) and (8,9) -> 7_8 43 // - thresholds9_13.x = boundary between (8,9) and (10,11) -> 9_10 44 // - .y = boundary between (10,11) and (12,13) -> 11_12 45 // - .z = boundary between (12,13) and (14,15) -> 13_14
|
/external/skqp/src/gpu/gradients/ |
D | GrUnrolledBinaryGradientColorizer.fp | 11 // Assumed to be between 1 and 8. 39 // - thresholds1_7.x = boundary between (0,1) and (2,3) -> 1_2 40 // - .y = boundary between (2,3) and (4,5) -> 3_4 41 // - .z = boundary between (4,5) and (6,7) -> 5_6 42 // - .w = boundary between (6,7) and (8,9) -> 7_8 43 // - thresholds9_13.x = boundary between (8,9) and (10,11) -> 9_10 44 // - .y = boundary between (10,11) and (12,13) -> 11_12 45 // - .z = boundary between (12,13) and (14,15) -> 13_14
|
/external/iproute2/examples/diffserv/ |
D | regression-testing | 55 Marking: Should vary between 0x88,0x90,0x98 and 0x0 60 Marking: Should vary between 0x90,0x98 and 0x0 65 Marking: Should vary between 0x98 and 0x0 107 Marking: Should vary between 0x88,0x90,0x98 and 0x0 112 Marking: Should vary between 0x90,0x98 and 0x0 117 Marking: Should vary between 0x98 and 0x0
|
/external/u-boot/doc/device-tree-bindings/video/ |
D | tegra20-dc.txt | 28 * delay between panel_vdd-rise and data-rise 29 * delay between data-rise and backlight_vdd-rise 30 * delay between backlight_vdd and pwm-rise 31 * delay between pwm-rise and backlight_en-rise
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-04-16-DynamicCompilation.txt | 4 enable the best possible division of labor between static and dynamic 6 between these two complementary stages of compilation. We feel that 17 tradeoff between performance and portability. On a deeper level, however, 19 system somewhere in between these two extremes: Dynamic application 35 problems: First, there is a lag time between when a processor is introduced
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2001-04-16-DynamicCompilation.txt | 4 enable the best possible division of labor between static and dynamic 6 between these two complementary stages of compilation. We feel that 17 tradeoff between performance and portability. On a deeper level, however, 19 system somewhere in between these two extremes: Dynamic application 35 problems: First, there is a lag time between when a processor is introduced
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-04-16-DynamicCompilation.txt | 4 enable the best possible division of labor between static and dynamic 6 between these two complementary stages of compilation. We feel that 17 tradeoff between performance and portability. On a deeper level, however, 19 system somewhere in between these two extremes: Dynamic application 35 problems: First, there is a lag time between when a processor is introduced
|
/external/llvm/test/Transforms/InstCombine/ |
D | bitcast-alias-function.ll | 8 ; Test cast between scalars with same bit sizes 11 ; Test cast between vectors with same number of elements and bit sizes 20 ; Test cast between vectors of pointers 26 ; Test cast between scalars with different bit sizes 29 ; Test cast between vectors with different bit sizes but the 33 ; Test cast between vectors with same number of bits and different 37 ; Test cast between scalar and vector with different number of bits 40 ; Test cast between vector and scalar with different number of bits 47 ; Test cast between vector of pointers and scalar with different number of bits
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | bitcast-alias-function.ll | 8 ; Test cast between scalars with same bit sizes 11 ; Test cast between vectors with same number of elements and bit sizes 20 ; Test cast between vectors of pointers 26 ; Test cast between scalars with different bit sizes 29 ; Test cast between vectors with different bit sizes but the 33 ; Test cast between vectors with same number of bits and different 37 ; Test cast between scalar and vector with different number of bits 40 ; Test cast between vector and scalar with different number of bits 47 ; Test cast between vector of pointers and scalar with different number of bits
|
/external/lz4/tests/ |
D | README.md | 9 - `test-lz4-speed.py` : script for testing lz4 speed difference between commits 10 - `test-lz4-versions.py` : compatibility test between lz4 versions stored on Github 13 #### `test-lz4-versions.py` - script for testing lz4 interoperability between versions 17 In the following step interoperability between lz4 versions is checked. 20 #### `test-lz4-speed.py` - script for testing lz4 speed difference between commits
|
/external/autotest/client/site_tests/platform_TLSDate/src/ |
D | test.conf | 1 subprocess-wait-between-tries 2 3 wait-between-tries 2
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.synchronization.txt | 30 - Test synchronization between work group invocations. 33 - Test synchronization between draw calls 55 for synchronization between the calls. 67 content and intermediate values are checked to verify atomicy between operations.
|