Home
last modified time | relevance | path

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

12345678

/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/valgrind/none/tests/s390x/
Dop_exception.stderr.exp13 Either way, Valgrind will now raise a SIGILL signal which will
26 Either way, Valgrind will now raise a SIGILL signal which will
39 Either way, Valgrind will now raise a SIGILL signal which will
52 Either way, Valgrind will now raise a SIGILL signal which will
Dop00.stderr.exp113 Either way, Valgrind will now raise a SIGILL signal which will
Dop00.stderr.exp213 Either way, Valgrind will now raise a SIGILL signal which will
/external/fmtlib/support/
Ddocopt.py83 parents = [Required, Optional, OptionsShortcut, Either, OneOrMore]
87 if type(child) is Either:
96 return Either(*[Required(*e) for e in result])
268 class Either(BranchPattern): class
387 return [Either(*result)] if len(result) > 1 else result
/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/pdfium/third_party/libopenjpeg20/
D0000-use-colorspace.patch6 /* Part 1, I.5.3.4: Either both or none : */
/external/ltp/testcases/commands/cron/
Dcron_neg_tests.sh16 echo Either do not run this script as root or start it like
Dcron_pos_tests.sh20 echo Either do not run this script as root or start it like
/external/autotest/client/cros/input_playback/
DREADME4 2. Determine the input node of the input, e.g. /dev/input/event4. Either:
/external/llvm/test/CodeGen/AArch64/
Dflags-multiuse.ll4 ; instruction at different points of a routine. Either by rematerializing the
/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/aac/libFDK/include/
DFDK_archdef.h212 #error Either set FDK_HIGH_QUALITY or FDK_HIGH_PERFORMANCE, but not both nor none of them.
/external/eigen/bench/spbench/
Dspbench.dtd23 <!ELEMENT ERROR (#PCDATA)> <!-- Either the relative error or the relative residual norm -->
/external/v8/src/
Deffects.h49 return Effect(AstBounds::Either(e1.bounds, e2.bounds, zone), e1.modality); in Seq()
54 return Effect(AstBounds::Either(e1.bounds, e2.bounds, zone), in Alt()
/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/llvm/test/Transforms/InstCombine/
Dminmax-fp.ll102 ; Either operand could be NaN, but fast modifier applied.
115 ; Either operand could be NaN, but nnan modifier applied.
/external/autotest/client/site_tests/firmware_TouchMTB/public/
D.chromeos.gestures.untrusted.write.boto43 # you set in the API Console. Either of these defaults can be overridden
/external/vixl/
D.clang-format32 # Either fit all arguments on the same line, or have one per line.

12345678