/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/rust/crates/either/src/ |
D | lib.rs | 58 macro_rules! either { macro 298 pub fn either<F, G, T>(self, f: F, g: G) -> T in either() method 714 either!(self, inner => inner) in into_inner() 768 either!(*self, ref mut inner => inner.extend(iter)) in extend() 781 either!(*self, ref mut inner => inner.next()) in next() 785 either!(*self, ref inner => inner.size_hint()) in size_hint() 792 either!(self, inner => inner.fold(init, f)) in fold() 796 either!(self, inner => inner.count()) in count() 800 either!(self, inner => inner.last()) in last() 804 either!(*self, ref mut inner => inner.nth(n)) in nth() [all …]
|
/external/rust/crates/either/ |
D | METADATA | 1 name: "either" 6 value: "https://crates.io/crates/either" 10 value: "https://static.crates.io/crates/either/either-1.6.1.crate"
|
D | README.rst | 15 __ https://docs.rs/either/ 19 .. |build_status| image:: https://travis-ci.org/bluss/either.svg?branch=master 20 .. _build_status: https://travis-ci.org/bluss/either 22 .. |crates| image:: http://meritbadge.herokuapp.com/either 23 .. _crates: https://crates.io/crates/either 28 either = "1.6" 100 - Add methods ``.map_left()``, ``.map_right()`` and ``.either()``.
|
D | Cargo.toml.orig | 2 name = "either" 7 repository = "https://github.com/bluss/either" 8 documentation = "https://docs.rs/either/1/"
|
D | Cargo.toml | 14 name = "either" package 18 documentation = "https://docs.rs/either/1/" 23 repository = "https://github.com/bluss/either"
|
/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/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count14.ll | 15 br i1 %cmp, label %do.body, label %do.end ; taken either 0 or 1 times 19 ; CHECK-NEXT: Loop %do.body: max backedge-taken count is 1, actual taken count either this or zero. 36 br i1 %cmp, label %do.body, label %do.end ; taken either 0 or 2 times 40 ; CHECK-NEXT: Loop %do.body: max backedge-taken count is 2, actual taken count either this or zero. 57 br i1 %cmp, label %do.body, label %do.end ; taken either 0 or x times 82 br i1 %cmp1, label %do.body, label %do.end ; taken either 0 or 2 times 105 br i1 %cmp, label %do.body, label %do.end ; taken either 0 or 1 times 109 ; CHECK-NEXT: Loop %do.body: max backedge-taken count is 1, actual taken count either this or zero. 126 br i1 %cmp, label %do.body, label %do.end ; taken either 0 or 2 times 130 ; CHECK-NEXT: Loop %do.body: max backedge-taken count is 2, actual taken count either this or zero. [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/llvm-project/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/tpm2-tss/doc/ |
D | doxygen.dox | 119 * either as a one-call or in an asynchronous manner. 127 * either as a one-call or in an asynchronous manner. 135 * either as a one-call or in an asynchronous manner. 143 * either as a one-call or in an asynchronous manner. 151 * either as a one-call or in an asynchronous manner. 159 * either as a one-call or in an asynchronous manner. 165 * either as a one-call or in an asynchronous manner. 175 * either as a one-call or in an asynchronous manner. 183 * either as a one-call or in an asynchronous manner. 191 * either as a one-call or in an asynchronous manner. [all …]
|
/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/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/llvm-project/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/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
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-expanded-type-constraint.cpp | 14 concept either = (is_same_v<T, Us> || ...); 26 template<either<Ts, Us...>... Vs>
|
/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/llvm-project/llvm/test/CodeGen/RISCV/ |
D | select-or.ll | 35 declare signext i32 @either() nounwind 47 ; RV32I-NEXT: call either 64 ; RV64I-NEXT: call either 76 %2 = tail call i32 @either()
|
/external/rust/crates/tokio/src/runtime/ |
D | driver.rs | 12 type IoStack = crate::park::either::Either<ProcessDriver, ParkThread>; 16 use crate::park::either::Either; 101 type TimeDriver = crate::park::either::Either<crate::time::driver::Driver<IoStack>, IoStack>; 115 use crate::park::either::Either;
|
/external/wayland-protocols/freedesktop.org/ |
D | METADATA | 4 "available in the Wayland core protocol. Such protocols either add " 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/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.
|