/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/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/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
|
D | eu.am | 8 ## it under the terms of either 11 ## Software Foundation; either version 3 of the License, or (at 17 ## Software Foundation; either version 2 of the License, or (at
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
D | objectgraph.rst | 47 is either a node object, or the graphident of a node. 54 *Fromnode* and *tonode* can either be node objects or the graphident 71 *Node* can either be an actual node object or the graphident of 79 *Node* is either an object with a *graphident* attribute or 84 Returns True if *node* is a member of the graph. *Node* is either an 94 (either directly or through another node)
|
/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
|
D | functional.shaders.arrays_of_arrays.txt | 15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 58 in either vertex and fragment shader. Results are checked against reference 59 values in the shader code and either black or white color is selected based
|
/external/objenesis/tck/test/org/objenesis/tck/ |
D | CandidateLoaderTest-sample.properties | 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 24 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 36 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 48 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/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/llvm/lib/Target/ARM/ |
D | ARMCallingConv.td | 26 // Handle all vector types as either f64 or v2f64. 45 // Handle all vector types as either f64 or v2f64. 59 // Handle all vector types as either f64 or v2f64. 78 // Handle all vector types as either f64 or v2f64. 94 // Handle all vector types as either f64 or v2f64. 150 // Handle all vector types as either f64 or v2f64. 160 // Handle all vector types as either f64 or v2f64. 178 // Handle all vector types as either f64 or v2f64. 193 // Handle all vector types as either f64 or v2f64.
|
/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/pdfium/ |
D | pdfium.gni | 12 # Build PDFium either with or without v8 support. 15 # Build PDFium either with or without XFA Forms support.
|
/external/icu/icu4c/source/test/testdata/ |
D | format.txt | 25 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG' 26 // date: either 'MILLIS=####' where #### is millis, 230 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG' 231 // date: either 'MILLIS=####' where #### is millis, 440 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG' 441 // date: either 'MILLIS=####' where #### is millis, 541 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG' 542 // date: either 'MILLIS=####' where #### is millis, 573 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG' 574 // date: either 'MILLIS=####' where #### is millis,
|
/external/elfutils/backends/ |
D | x86_64_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
|
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
|
D | alpha_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
|
D | i386_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/libchrome/crypto/third_party/nss/ |
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
|
/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
|
/external/hyphenation-patterns/hu/ |
D | NOTICE | 10 % WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 25 % either the GNU General Public License Version 2 or later (the "GPL"), or 29 % under the terms of either the GPL or the LGPL, and not to allow others to
|
D | hyph-hu.lic.txt | 18 % WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 33 % either the GNU General Public License Version 2 or later (the "GPL"), or 37 % under the terms of either the GPL or the LGPL, and not to allow others to
|
/external/objenesis/tck/src/org/objenesis/tck/candidates/ |
D | serializable-candidates.properties | 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 24 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 36 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 48 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
/external/icu/icu4c/source/tools/icuinfo/ |
D | icuplugins_windows_sample.txt | 12 # Then, ICU will load the test plugin from either the debug or non-debug 26 # LIBRARYNAME is the name of a shared library, either a short name if it is on the PATH, 36 # It is in the testplug project. (You will need to rebuild either the debug or release version of t…
|