Home
last modified time | relevance | path

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

12345

/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.cpp63 using tcu::Either;
160 const Maybe<Either<BlendEq, SeparateBlendEq> >& blendEq_, in BlendState()
161 const Maybe<Either<BlendFunc, SeparateBlendFunc> >& blendFunc_, in BlendState()
176 Maybe<Either<BlendEq, SeparateBlendEq> > blendEq;
177 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc;
200 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq; in setCommonBlendState()
212 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in setCommonBlendState()
244 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq; in setIndexedBlendState()
256 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in setIndexedBlendState()
1039 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/mesa3d/doxygen/
DREADME6 Either run 'make' (Unix) or 'doxy.bat' (Windows) to run doxygen
/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/v8/src/
Deffects.h50 return Effect(Bounds::Either(e1.bounds, e2.bounds, zone), e1.modality); in Seq()
56 Bounds::Either(e1.bounds, e2.bounds, zone), in Alt()
/external/llvm/test/Object/
Darchive-update.test10 Either the shell supports the 'touch' command with a flag to manually set the
/external/libexif/m4m/
Dgp-gettext-hack.m441 *** Either define PACKAGE_BUGREPORT (by using the 4-parameter AC INIT syntax)
/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/clang/test/SemaObjC/
Dwarn-superclass-method-mismatch.m44 [base method2:s]; // if base is actually 'Sub' OK. Either way OK.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenSource.as34 * Errors from the lexer are never passed to the parser. Either you want
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
DFakeWindowsFileSystem.groovy26 …* <li>Either forward slashes (/) or backward slashes (\) are valid path separators (but are norm…
/external/icu/icu4c/source/tools/tzcode/
Dreadme.txt66 the FTP site given above. Either manually download or use wget:
/external/ceres-solver/cmake/
DCeresConfig.cmake.in118 "${CURRENT_CONFIG_INSTALL_DIR}, does not exist. Either the install "
133 "Either the install directory was deleted, or the install tree was only "
/external/valgrind/
DREADME88 7. See if it works. Try "valgrind ls -l". Either this works, or it
/external/mockftpserver/tags/2.2/src/site/apt/
Dfakeftpserver-filesystems.apt35 …* Either forward slashes (/) or backward slashes (\) are valid path separators (but are normalized…
207 … "permissionsFromString" shortcut method. Either way is fine -- use whichever method you prefer on

12345