/external/deqp/framework/common/ |
D | tcuEither.cpp | 90 const Either<int, float> either (intValue); in Either_selfTest() local 92 TCU_CHECK(either.isFirst()); in Either_selfTest() 93 TCU_CHECK(!either.isSecond()); in Either_selfTest() 95 TCU_CHECK(either.is<int>()); in Either_selfTest() 96 TCU_CHECK(!either.is<float>()); in Either_selfTest() 98 TCU_CHECK(either.getFirst() == intValue); in Either_selfTest() 99 TCU_CHECK(either.get<int>() == intValue); in Either_selfTest() 105 const Either<int, float> either (floatValue); in Either_selfTest() local 107 TCU_CHECK(!either.isFirst()); in Either_selfTest() 108 TCU_CHECK(either.isSecond()); in Either_selfTest() [all …]
|
D | tcuEither.hpp | 92 static const First& get (const Either<First, Second>& either) in get() 94 return either.getFirst(); in get() 101 static const Second& get (const Either<First, Second>& either) in get() 103 return either.getSecond(); in get() 108 const Type& get (const Either<First, Second>& either) in get() argument 110 return Get<Type, First, Second>::get(either); in get() 119 static bool is (const Either<First, Second>& either) in is() 121 return either.isFirst(); in is() 128 static bool is (const Either<First, Second>& either) in is() 130 return either.isSecond(); in is() [all …]
|
/external/boringssl/src/third_party/wycheproof_testvectors/ |
D | x25519_test.txt | 35 # Public keys are either points on curve25519 or points on its twist. 36 # Implementations may either reject such keys or compute X25519 using the twist. 47 # Public keys are either points on curve25519 or points on its twist. 48 # Implementations may either reject such keys or compute X25519 using the twist. 59 # Public keys are either points on curve25519 or points on its twist. 60 # Implementations may either reject such keys or compute X25519 using the twist. 71 # Public keys are either points on curve25519 or points on its twist. 72 # Implementations may either reject such keys or compute X25519 using the twist. 83 # Public keys are either points on curve25519 or points on its twist. 84 # Implementations may either reject such keys or compute X25519 using the twist. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count14.ll | 14 br i1 %cmp, label %do.body, label %do.end ; taken either 0 or 1 times 18 ; CHECK-NEXT: Loop %do.body: max backedge-taken count is 1, actual taken count either this or zero. 35 br i1 %cmp, label %do.body, label %do.end ; taken either 0 or 2 times 39 ; CHECK-NEXT: Loop %do.body: max backedge-taken count is 2, actual taken count either this or zero. 56 br i1 %cmp, label %do.body, label %do.end ; taken either 0 or x times 81 br i1 %cmp1, label %do.body, label %do.end ; taken either 0 or 2 times 102 br i1 %cmp, label %do.body, label %do.end ; taken either 0 or 1 times 106 ; CHECK-NEXT: Loop %do.body: max backedge-taken count is 1, actual taken count either this or zero. 123 br i1 %cmp, label %do.body, label %do.end ; taken either 0 or 2 times 127 ; CHECK-NEXT: Loop %do.body: max backedge-taken count is 2, actual taken count either this or zero. [all …]
|
D | trip-count13.ll | 17 ; CHECK-NEXT: Loop %loop: max backedge-taken count is -100, actual taken count either this or zero. 37 ; CHECK-NEXT: Loop %loop: max backedge-taken count is -100, actual taken count either this or zero. 57 ; CHECK-NEXT: Loop %loop: max backedge-taken count is -100, actual taken count either this or zero. 77 ; CHECK-NEXT: Loop %loop: max backedge-taken count is -100, actual taken count either this or zero.
|
/external/pdfium/build_overrides/ |
D | pdfium.gni | 7 # Build PDFium either using a bundled FreeType library, or using the FreeType 12 # Build PDFium either with or without v8 support. 16 # Build PDFium either with or without XFA Forms support. 30 # Build PDFium either with or without experimental win32 GDI APIs.
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMCallingConv.td | 30 // Handle all vector types as either f64 or v2f64. 48 // Handle all vector types as either f64 or v2f64. 62 // Handle all vector types as either f64 or v2f64. 74 // Handle all vector types as either f64 or v2f64. 90 // Handle all vector types as either f64 or v2f64. 137 // Handle all vector types as either f64 or v2f64. 147 // Handle all vector types as either f64 or v2f64. 162 // Handle all vector types as either f64 or v2f64. 174 // Handle all vector types as either f64 or v2f64.
|
/external/clang/test/SemaCXX/ |
D | discrim-union.cpp | 67 class either { class 74 constexpr either(a<U> &&t) : in either() function in either 101 typedef either<int, char, double> icd; 114 constexpr either<const icd*, non_triv> icd4 = a<const icd*>(&icd2); 115 constexpr either<const icd*, non_triv> icd5 = a<non_triv>();
|
/external/python/cpython2/Doc/library/ |
D | sndhdr.rst | 23 ``'sb'``, ``'ub'``, or ``'ul'``. The *sampling_rate* will be either the actual 25 either the number of channels or ``0`` if it cannot be determined or if the 26 value is difficult to decode. The value for *frames* will be either the number 27 of frames or ``-1``. The last item in the tuple, *bits_per_sample*, will either
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ |
D | full-unroll-keep-first-exit.ll | 25 br i1 %cmp, label %do.body, label %do.end ; taken either 0 or 1 times 53 br i1 %cmp, label %do.body, label %do.end ; taken either 0 or 2 times 75 br i1 %cmp, label %do.body, label %do.end ; taken either 0 or x times 101 br i1 %cmp1, label %do.body, label %do.end ; taken either 0 or 2 times 128 br i1 %cmp, label %do.body, label %do.end ; taken either 0 or 1 times 156 br i1 %cmp, label %do.body, label %do.end ; taken either 0 or 2 times 178 br i1 %cmp, label %do.body, label %do.end ; taken either 0 or x times 204 br i1 %cmp1, label %do.body, label %do.end ; taken either 0 or 2 times
|
/external/python/cpython3/Doc/library/ |
D | sndhdr.rst | 25 ``'sb'``, ``'ub'``, or ``'ul'``. The *sampling_rate* will be either the actual 27 either the number of channels or ``0`` if it cannot be determined or if the 28 value is difficult to decode. The value for *frames* will be either the number 29 of frames or ``-1``. The last item in the tuple, *bits_per_sample*, will either
|
/external/elfutils/config/ |
D | version.h.in | 7 it under the terms of either 10 Software Foundation; either version 3 of the License, or (at 16 Software Foundation; either version 2 of the License, or (at
|
/external/elfutils/backends/ |
D | bpf_reloc.def | 5 it under the terms of either 8 Software Foundation; either version 3 of the License, or (at 14 Software Foundation; either version 2 of the License, or (at
|
D | sh_reloc.def | 6 it under the terms of either 9 Software Foundation; either version 3 of the License, or (at 15 Software Foundation; either version 2 of the License, or (at
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.program_uniform.txt | 15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 46 a value using an appropriate glProgramUniform* function, either the pointer 49 their first element identified using either just the array's name or that 52 To verify that the correct uniform values were assigned, either the uniform
|
D | functional.shaders.implicit_conversions.txt | 15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 43 operation in either vertex and fragment shader. Results are checked against 44 reference values in the shader code and either black or white color is
|
/external/capstone/xcode/ |
D | README.md | 15 can be modified by editing the *Preprocessor Macros* build setting of either 24 against either, you will *always* link against the dynamic one. To work around 26 it, or you could change the *Product Name* build setting of either.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | i1-contents.ll | 6 ; AAPCS: low 8 bits of %in (== w0) will be either 0 or 1. Need to extend to 17 ; AAPCS: low 8 bits of %val1 (== w0) will be either 0 or 1. Need to extend to 30 ; AAPCS: low 8 bits of w0 must be either 0 or 1. Need to mask them off.
|
/external/llvm/test/CodeGen/AArch64/ |
D | i1-contents.ll | 6 ; AAPCS: low 8 bits of %in (== w0) will be either 0 or 1. Need to extend to 17 ; AAPCS: low 8 bits of %val1 (== w0) will be either 0 or 1. Need to extend to 30 ; AAPCS: low 8 bits of w0 must be either 0 or 1. Need to mask them off.
|
/external/autotest/client/tests/netperf2/ |
D | wait_before_data.patch | 89 /* either time or byte-count based. */ 98 /* either time or byte-count based. */ 116 /* either time or byte-count based. */ 161 /* can be either time or transaction based. */ 188 /* can be either time or transaction based. */ 192 /* can be either time or transaction based. */
|
/external/icu/icu4c/source/test/testdata/ |
D | format.txt | 27 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG' 28 // date: either 'MILLIS=####' where #### is millis, 232 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG' 233 // date: either 'MILLIS=####' where #### is millis, 442 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG' 443 // date: either 'MILLIS=####' where #### is millis, 545 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG' 546 // date: either 'MILLIS=####' where #### is millis, 577 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG' 578 // date: either 'MILLIS=####' where #### is millis,
|
/external/wayland-protocols/freedesktop.org/ |
D | METADATA | 4 "available in the Wayland core protocol. Such protocols either adds" 6 "protocol either in Wayland core, or some other protocol in"
|
/external/wayland-protocols/chromium.org/ |
D | METADATA | 4 "available in the Wayland core protocol. Such protocols either adds" 6 "protocol either in Wayland core, or some other protocol in"
|
/external/pdfium/ |
D | pdfium.gni | 10 # Build PDFium either: 18 # Build PDFium either with or without v8 support. 21 # Build PDFium either with or without XFA Forms support.
|
/external/libchrome/base/third_party/nspr/ |
D | LICENSE | 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 24 * either the GNU General Public License Version 2 or later (the "GPL"), or 28 * under the terms of either the GPL or the LGPL, and not to allow others to
|