Home
last modified time | relevance | path

Searched refs:Either (Results 1 – 25 of 255) sorted by relevance

1234567891011

/external/deqp/framework/common/
DtcuEither.hpp40 class Either class
43 Either (const First& first);
44 Either (const Second& second);
45 ~Either (void);
47 Either (const Either<First, Second>& other);
48 Either& operator= (const Either<First, Second>& other);
50 Either& operator= (const First& first);
51 Either& operator= (const Second& second);
92 static const First& get (const Either<First, Second>& either) in get()
101 static const Second& get (const Either<First, Second>& either) in get()
[all …]
DtcuEither.cpp90 const Either<int, float> either (intValue); in Either_selfTest()
105 const Either<int, float> either (floatValue); in Either_selfTest()
121 Either<int, float> either (floatValue); in Either_selfTest()
139 Either<int, float> either (intValue); in Either_selfTest()
157 Either<int, float> either (floatValue); in Either_selfTest()
158 const Either<int, float> otherEither (intValue); in Either_selfTest()
176 Either<int, float> either (intValue); in Either_selfTest()
177 const Either<int, float> otherEither (floatValue); in Either_selfTest()
194 const Either<TestClassWithConstructor, int> either (testObject); in Either_selfTest()
209 const Either<int, TestClassWithConstructor> either (testObject); in Either_selfTest()
[all …]
/external/clang/test/CXX/class/class.union/
Dp1.cpp114 template <class A, class B> struct Either { struct
121 Either(const A& a) : tag(true), a(a) {} in Either() argument
122 Either(const B& b) : tag(false), b(b) {} in Either() argument
126 Either<int,Virtual> virt(0); // expected-note {{in instantiation of template}} in fred()
127 Either<int,VirtualBase> vbase(0); // expected-note {{in instantiation of template}} in fred()
128 Either<int,Ctor> ctor(0); // expected-note {{in instantiation of template}} in fred()
129 Either<int,CopyCtor> copyctor(0); // expected-note {{in instantiation of template}} in fred()
130 Either<int,CopyAssign> copyassign(0); // expected-note {{in instantiation of template}} in fred()
131 Either<int,Dtor> dtor(0); // expected-note {{in instantiation of template}} in fred()
132 Either<int,Okay> okay(0); in fred()
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp66 using tcu::Either;
164 const Maybe<Either<BlendEq, SeparateBlendEq> >& blendEq_, in BlendState()
165 const Maybe<Either<BlendFunc, SeparateBlendFunc> >& blendFunc_, in BlendState()
180 Maybe<Either<BlendEq, SeparateBlendEq> > blendEq;
181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc;
204 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq; in setCommonBlendState()
216 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in setCommonBlendState()
248 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq; in setIndexedBlendState()
260 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in setIndexedBlendState()
1069 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq; in logBlendState()
[all …]
/external/clang/lib/Driver/
DMultilib.cpp150 return Either(M, Opposite); in Maybe()
153 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2) { in Either() function in MultilibSet
154 return Either({M1, M2}); in Either()
157 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() function in MultilibSet
159 return Either({M1, M2, M3}); in Either()
162 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() function in MultilibSet
164 return Either({M1, M2, M3, M4}); in Either()
167 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() function in MultilibSet
170 return Either({M1, M2, M3, M4, M5}); in Either()
192 MultilibSet &MultilibSet::Either(ArrayRef<Multilib> MultilibSegments) { in Either() function in MultilibSet
/external/clang/include/clang/Driver/
DMultilib.h119 MultilibSet &Either(const Multilib &M1, const Multilib &M2);
120 MultilibSet &Either(const Multilib &M1, const Multilib &M2,
122 MultilibSet &Either(const Multilib &M1, const Multilib &M2,
124 MultilibSet &Either(const Multilib &M1, const Multilib &M2,
127 MultilibSet &Either(ArrayRef<Multilib> Ms);
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dbit-skip-byval.ll3 ; Either and or zxtb.
/external/mesa3d/doxygen/
DREADME6 Either run 'make' (Unix) or 'doxy.bat' (Windows) to run doxygen
/external/llvm/test/MC/ARM/
Dtwice.ll3 ; is bit-identical to the first) nor crash. Either failure would most
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dtwice.ll3 ; is bit-identical to the first) nor crash. Either failure would most
/external/pdfium/third_party/libopenjpeg20/
D0000-use-colorspace.patch6 /* Part 1, I.5.3.4: Either both or none : */
/external/u-boot/doc/
DREADME.ubispl20 The maximum physical erase block size. Either a compile time
25 The maximum physical erase block count. Either a compile time
/external/iperf3/docs/
Dbuilding.rst25 static forms. Either can be suppressed by using the
/external/autotest/client/cros/input_playback/
DREADME4 2. Determine the input node of the input, e.g. /dev/input/event4. Either:
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h451 const static Kind Either = (Kind)(JIT | Interpreter); variable
474 WhichEngine = EngineKind::Either; in InitEngine()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DecodeProtoV2.pbtxt47 Either the special value `local://` or a path to a file containing
54 Either `binary` or `text`.
/external/llvm/test/CodeGen/AArch64/
Dflags-multiuse.ll4 ; instruction at different points of a routine. Either by rematerializing the
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dflags-multiuse.ll4 ; instruction at different points of a routine. Either by rematerializing the
/external/oj-libjdwp/
DREADME12 2. Either download and install the latest JDK7 from
/external/libxkbcommon/xkbcommon/test/data/symbols/
Dlevel372 // Either Alt key (while pressed) chooses the third shift level.
110 // Either Win key (while pressed) chooses the third shift level.
/external/tensorflow/tensorflow/core/framework/
Dtensor_slice.proto16 // Either both or no attributes must be set. When no attribute is set
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-exegesis.rst136 Either `opcode-index` or `opcode-name` must be set.
141 Either `opcode-index` or `opcode-name` must be set.
/external/swiftshader/third_party/LLVM/tools/llvm-config/
Dllvm-config.in.in199 backend Either a native backend or the C backend.
200 engine Either a native JIT or a bitcode interpreter.
/external/eigen/bench/spbench/
Dspbench.dtd23 <!ELEMENT ERROR (#PCDATA)> <!-- Either the relative error or the relative residual norm -->
/external/python/rsa/doc/
Dinstallation.rst5 or easy_install. Either one will work::

1234567891011