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

  /external/clang/test/CXX/class/class.union/
p1.cpp 106 template <class A, class B> struct Either {
113 Either(const A& a) : tag(true), a(a) {}
114 Either(const B& b) : tag(false), b(b) {}
118 Either<int,Virtual> virt(0); // expected-note {{in instantiation of template}}
119 Either<int,VirtualBase> vbase(0); // expected-note {{in instantiation of template}}
120 Either<int,Ctor> ctor(0); // expected-note {{in instantiation of template}}
121 Either<int,CopyCtor> copyctor(0); // expected-note {{in instantiation of template}}
122 Either<int,CopyAssign> copyassign(0); // expected-note {{in instantiation of template}}
123 Either<int,Dtor> dtor(0); // expected-note {{in instantiation of template}}
124 Either<int,Okay> okay(0)
    [all...]
  /external/webkit/Tools/Scripts/
webkit-build-directory 49 Either --configuration or --top-level is required.
  /external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 13 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/aac/libFDK/include/
FDK_archdef.h 213 #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/compiler-rt/lib/
fp_lib.h 88 #error Either SINGLE_PRECISION or DOUBLE_PRECISION must be defined.
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 472 const static Kind Either = (Kind)(JIT | Interpreter);
496 WhichEngine = EngineKind::Either;
515 /// or whichever engine works. This option defaults to EngineKind::Either.
607 /// selectTarget - Pick a target either via -march or by guessing the native
  /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/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 93 builder.setEngineKind(EngineKind::Either)
  /ndk/build/tools/
prebuilt-common.sh 527 # this can be used to generate binaries compatible with either Tiger or
1130 echo "ERROR: Either the file $SRC_DIR/build/configure or"
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 210 readScalar: null, // Either readLittle or readBig, according to byte order.
  /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
  /external/v8/benchmarks/
deltablue.js 6 // the Free Software Foundation; either version 2 of the License, or
451 * (v1 * scale) + offset". Either v1 or v2 may be changed to maintain
580 * until either a) it reaches a variable that was not previously
639 * known if either a) the variable is marked (indicating that has
828 * time is measured to change a variable on either side of the
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 6 // the Free Software Foundation; either version 2 of the License, or
445 * (v1 * scale) + offset". Either v1 or v2 may be changed to maintain
574 * until either a) it reaches a variable that was not previously
633 * known if either a) the variable is marked (indicating that has
822 * time is measured to change a variable on either side of the
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 6 // the Free Software Foundation; either version 2 of the License, or
445 * (v1 * scale) + offset". Either v1 or v2 may be changed to maintain
574 * until either a) it reaches a variable that was not previously
633 * known if either a) the variable is marked (indicating that has
822 * time is measured to change a variable on either side of the
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 6 // the Free Software Foundation; either version 2 of the License, or
445 * (v1 * scale) + offset". Either v1 or v2 may be changed to maintain
574 * until either a) it reaches a variable that was not previously
633 * known if either a) the variable is marked (indicating that has
822 * time is measured to change a variable on either side of the
  /external/v8/src/
debug-debugger.js     [all...]
  /external/grub/docs/
texinfo.tex 14 % published by the Free Software Foundation; either version 2, or (at
440 % either the null string, or it ends with \^^M---thus there is no danger
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 14 % published by the Free Software Foundation, either version 3 of the
493 % either the null string, or it ends with \^^M---thus there is no danger
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 280 /// Errors from the lexer are never passed to the parser. Either you want
    [all...]

Completed in 2278 milliseconds