/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()
|
D | SkPathOpsLine.cpp | 41 if (!between(0, numer, denom)) { in nearPoint() 61 SkASSERT(between(0, t, 1)); in nearPoint() 102 SkASSERT(between(0, t, 1)); in NearPointH() 137 SkASSERT(between(0, t, 1)); in NearPointV()
|
/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/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/vulkan-validation-layers/libs/glm/gtx/ |
D | associated_min_max.inl | 12 // Min comparison between 2 variables 138 // Min comparison between 3 variables 193 // Min comparison between 4 variables 211 // Min comparison between 4 variables 233 // Min comparison between 4 variables 255 // Min comparison between 4 variables 277 // Min comparison between 4 variables 300 // Min comparison between 4 variables 323 // Min comparison between 4 variables 346 // Min comparison between 4 variables [all …]
|
/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/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/pdfium/third_party/libopenjpeg20/ |
D | 0028-upstream-check-size-in-opj_j2k_read_siz.patch | 9 - "Invalid values for comp = %d : dx=%u dy=%u\n (should be between… 10 + "Invalid values for comp = %d : dx=%u dy=%u (should be between 1… 16 + "Invalid values for comp = %d : prec=%u (should be between 1 and…
|
/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/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/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/autotest/client/site_tests/platform_TLSDate/src/ |
D | test.conf | 1 subprocess-wait-between-tries 2 3 wait-between-tries 2
|
/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/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/llvm/test/MC/Sparc/ |
D | sparc-asm-errors.s | 5 ! CHECK: argument must be between 7 ! CHECK: argument must be between
|
/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.
|
D | functional.copy_image.txt | 30 + Copies between different formats 31 + Copies between different compressed formats 32 + Copies between compressed and non-compressed formats 40 + Copies between two float formats
|
/external/libcxxabi/test/native/arm-linux-eabi/ |
D | ttype-encoding-90.pass.sh.s | 79 .long .Ltmp0-.Lfunc_begin0 @ Call between .Lfunc_begin0 and .Ltmp0 83 .long .Ltmp1-.Ltmp0 @ Call between .Ltmp0 and .Ltmp1 87 .long .Lfunc_end0-.Ltmp1 @ Call between .Ltmp1 and .Lfunc_end0
|
D | ttype-encoding-00.pass.sh.s | 80 .long .Ltmp0-.Lfunc_begin0 @ Call between .Lfunc_begin0 and .Ltmp0 84 .long .Ltmp1-.Ltmp0 @ Call between .Ltmp0 and .Ltmp1 88 .long .Lfunc_end0-.Ltmp1 @ Call between .Ltmp1 and .Lfunc_end0
|
/external/llvm/test/CodeGen/X86/ |
D | crash-O0.ll | 35 ; When an instruction gets between those two, RegAllocFast was reusing 36 ; AX for the vreg defined in between and the compiler crashed. 38 ; An instruction gets between CQO and DIV64 because the load is folded
|
/external/clang/test/SemaOpenCL/ |
D | vector_conv_invalid.cl | 11 …int4 e = (int4)u; // expected-error{{invalid conversion between ext-vector type 'int4' (vector of … 13 …uint3 u4 = (uint3)u; // expected-error{{invalid conversion between ext-vector type 'uint3' (vector…
|
/external/libpng/contrib/conftest/ |
D | README | 9 The files in this directory may change between minor releases, however 12 for given configurations can be, and has been, dropped between successive minor 48 between 7 and 16 characters long, shorter names (6 characters or less) are
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | labeloffset.s | 22 # 26 bytes of instructions between the pop and the use of the pic base symbol. 32 # The difference between the labels should be 0x20 (0x40-0x20) not 0x1b 53 # 26 bytes of instructions between the pop and the use of the pic base symbol.
|
/external/libmojo/mojo/edk/embedder/ |
D | README.md | 10 code, to set up the Mojo IPC system for use between processes. Note that most 13 initial MessagePipe between two processes, etc.
|