OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Either
(Results
1 - 15
of
15
) sorted by null
/external/clang/test/CXX/class/class.union/
p1.cpp
101
template <class A, class B> struct
Either
{
108
Either
(const A& a) : tag(true), a(a) {}
109
Either
(const B& b) : tag(false), b(b) {}
113
Either
<int,Virtual> virt(0); // expected-note {{in instantiation of template}}
114
Either
<int,VirtualBase> vbase(0); // expected-note {{in instantiation of template}}
115
Either
<int,Ctor> ctor(0); // expected-note {{in instantiation of template}}
116
Either
<int,CopyCtor> copyctor(0); // expected-note {{in instantiation of template}}
117
Either
<int,CopyAssign> copyassign(0); // expected-note {{in instantiation of template}}
118
Either
<int,Dtor> dtor(0); // expected-note {{in instantiation of template}}
119
Either
<int,Okay> okay(0)
[
all
...]
/external/webkit/Tools/Scripts/
webkit-build-directory
49
Either
--configuration or --top-level is required.
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
454
const static Kind
Either
= (Kind)(JIT | Interpreter);
477
WhichEngine = EngineKind::
Either
;
495
/// or whichever engine works. This option defaults to EngineKind::
Either
.
577
/// 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
95
builder.setEngineKind(EngineKind::
Either
)
/external/llvm/tools/llvm-config/
llvm-config.in.in
199
backend
Either
a native backend or the C backend.
200
engine
Either
a native JIT or a bitcode interpreter.
/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
...]
Completed in 945 milliseconds