HomeSort by relevance Sort by last modified time
    Searched refs:Either (Results 1 - 25 of 45) sorted by null

1 2

  /external/clang/test/CXX/class/class.union/
p1.cpp 114 template <class A, class B> struct Either {
121 Either(const A& a) : tag(true), a(a) {}
122 Either(const B& b) : tag(false), b(b) {}
126 Either<int,Virtual> virt(0); // expected-note {{in instantiation of template}}
127 Either<int,VirtualBase> vbase(0); // expected-note {{in instantiation of template}}
128 Either<int,Ctor> ctor(0); // expected-note {{in instantiation of template}}
129 Either<int,CopyCtor> copyctor(0); // expected-note {{in instantiation of template}}
130 Either<int,CopyAssign> copyassign(0); // expected-note {{in instantiation of template}}
131 Either<int,Dtor> dtor(0); // expected-note {{in instantiation of template}}
132 Either<int,Okay> okay(0)
    [all...]
  /external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 13 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
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 28 Errors from the lexer are never passed to the parser. Either you want
  /external/chromium_org/third_party/WebKit/Source/
config.h 9 * License as published by the Free Software Foundation; either
81 /* There is an assumption in the project that either OS(WIN) or OS(POSIX) is set. */
83 #error Either OS(WIN) or OS(POSIX) needs to be set.
  /external/aac/libFDK/include/
FDK_archdef.h 212 #error Either set FDK_HIGH_QUALITY or FDK_HIGH_PERFORMANCE, but not both nor none of them.
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 43 /** Either a function definition or any other kind of C decl/def.
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 81 help=('A name of test group. Either '
141 print ('Either --test-group-name or --test_group_file_location must be '
  /external/compiler-rt/lib/
fp_lib.h 88 #error Either SINGLE_PRECISION or DOUBLE_PRECISION must be defined.
  /external/chromium_org/v8/src/
effects.h 42 // An effect can either be definite, if the write is known to have taken place,
47 // the other) or alternatively (either one or the other happens). A definite
73 return Effect(Bounds::Either(e1.bounds, e2.bounds, isolate), e1.modality);
79 Bounds::Either(e1.bounds, e2.bounds, isolate),
types.h 316 // Join: either b1 or b2 is known to hold.
317 static Bounds Either(Bounds b1, Bounds b2, Isolate* isl) {
typing.cc 332 NarrowType(expr, Bounds::Either(
599 NarrowType(expr, Bounds::Either(
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 491 const static Kind Either = (Kind)(JIT | Interpreter);
516 WhichEngine = EngineKind::Either;
536 /// or whichever engine works. This option defaults to EngineKind::Either.
557 /// appropriate for either JIT or MCJIT; setting this and configuring the
645 /// selectTarget - Pick a target either via -march or by guessing the native
  /external/chromium_org/v8/test/mjsunit/
debug-handle.js 132 assertEquals(2, count, 'Either "o" or "p" not found');
175 assertEquals(3, count, 'Either "name", "length" or "caller" not found');
209 assertEquals(3, count, 'Either "name", "length" or "caller" not found');
  /external/v8/test/mjsunit/
debug-handle.js 132 assertEquals(2, count, 'Either "o" or "p" not found');
175 assertEquals(3, count, 'Either "name", "length" or "caller" not found');
209 assertEquals(3, count, 'Either "name", "length" or "caller" not found');
  /external/chromium_org/chrome/renderer/resources/extensions/
set_icon.js 122 throw new Error('The path property should contain either string or ' +
127 'Either the path or imageData property must be specified.');
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard_unittests.js 105 equal(htmlForIndividualTestOnAllBuilders('foo/nonexistant.html'), '<div class="not-found">Test not found. Either it does not exist, is skipped or passes on all recorded runs.</div>');
112 '<div class="not-found">Test not found. Either it does not exist, is skipped or passes on all recorded runs.</div>' +
153 '<div>The following builders either don\'t run this test (e.g. it\'s skipped) or all recorded runs passed:</div>' +
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 116 builder.setEngineKind(EngineKind::Either)
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 210 readScalar: null, // Either readLittle or readBig, according to byte order.
  /external/chromium_org/v8/test/webkit/fast/js/
Object-defineProperty.js 136 // Either accessor may be omitted or replaced with undefined, or both may be replaced with undefined.
149 // Test replacing or removing either the getter or setter individually.
160 // Either accessor may be omitted or replaced with undefined, or both may be replaced with undefined.
173 // Test replacing or removing either the getter or setter individually.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
media_util.js 282 * Renders the thumbnail into either canvas or an image element.
334 * @return {Image|HTMLCanvasElement} Either image or a canvas object.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
clike.js 282 "AnyVal App Application Array BufferedIterator BigDecimal BigInt Char Console Either " +
  /external/chromium_org/
PRESUBMIT.py 210 'Either call close directly and ignore its return value, or wrap close',
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
directory_contents.js 535 * Start directory scan/search operation. Either 'scan-completed' or
file_transfer_controller.js 205 * @return {string} Either "copy" or "move".
  /external/oprofile/events/mips/74K/
events 38 event:0x14 counters:0,2 um:zero minimum:500 name:SINGLE_ISSUE_CYCLES : 20-0 Either DDQ0 (ALU out-of-order dispatch queue) or DDQ1 (AGEN out-of-order dispatch queue) valid instruction issue cycles

Completed in 767 milliseconds

1 2