Home
last modified time | relevance | path

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

1234567

/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() function
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/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/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/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/mesa3d/doxygen/
DREADME6 Either run 'make' (Unix) or 'doxy.bat' (Windows) to run doxygen
/external/pdfium/third_party/libopenjpeg20/
D0000-use-colorspace.patch6 /* Part 1, I.5.3.4: Either both or none : */
/external/llvm/test/CodeGen/AArch64/
Dflags-multiuse.ll4 ; instruction at different points of a routine. Either by rematerializing the
/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/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/v8/src/
Deffects.h48 return Effect(Bounds::Either(e1.bounds, e2.bounds, zone), e1.modality); in Seq()
54 Bounds::Either(e1.bounds, e2.bounds, zone), in Alt()
/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/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
Dinstallation.rst5 or easy_install. Either one will work::
/external/harfbuzz_ng/win32/
Dintrospection-msvc.mak16 # Either having python.exe your PATH will work or passing in
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp2.txt40 > Either of the following would be better:
/external/clang/examples/clang-interpreter/
Dmain.cpp48 .setEngineKind(llvm::EngineKind::Either) in createExecutionEngine()
/external/libexif/m4m/
Dgp-gettext-hack.m441 *** Either define PACKAGE_BUGREPORT (by using the 4-parameter AC INIT syntax)
/external/clang/test/SemaObjC/
Dwarn-superclass-method-mismatch.m44 [base method2:s]; // if base is actually 'Sub' OK. Either way OK.
/external/llvm/test/Object/
Darchive-update.test12 Either the shell supports the 'touch' command with a flag to manually set the
/external/selinux/secilc/docs/
Dcil_conditional_statements.md72 <td align="left"><p>Either a single <code>boolean</code> identifier or one or more <code>expr</code…
184 <td align="left"><p>Either a single <code>tunable</code> identifier or one or more <code>expr</code…

1234567