OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:only
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/storage/
IDBKeyRange.cpp
43
PassRefPtr<IDBKeyRange> IDBKeyRange::
only
(PassRefPtr<IDBKey> prpValue)
function in class:WebCore::IDBKeyRange
/external/clang/test/CXX/expr/expr.unary/expr.new/
p2-cxx0x.cpp
1
// RUN: %clang_cc1 -fsyntax-
only
-verify %s -std=c++0x
4
struct
only
{
struct
5
only
(T);
6
template<typename U>
only
(U) = delete;
10
only
<const int*> p = new const auto (0);
11
only
<double*> q = new (auto) (0.0);
19
only
<int*> r = new auto(1);
22
only
<char*> testX = x;
/external/clang/test/SemaCXX/
trailing-return-0x.cpp
1
// RUN: %clang_cc1 -fsyntax-
only
-verify -std=c++0x %s
4
struct
only
struct
6
only
(T) {}
function in struct:only
9
only
(U)
function in struct:only
32
only
<double> p1 = i(1.0);
59
only
<int> p2 = xx.f(0L);
60
only
<double> p3 = xx.g(0L, 1.0);
61
only
<double> p4 = xx.get_nested<double>().h(0L, 1.0, 3.14f);
dependent-auto.cpp
1
// RUN: %clang_cc1 -fsyntax-
only
-verify %s -std=c++0x
4
struct
only
{
struct
5
only
(T);
6
template<typename U>
only
(U) = delete; // expected-note {{here}}
12
only
<int> check = x;
30
only
<double*> test = p; // expected-error {{conversion function from 'char *' to '
only
<double *>'}}
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p4.cpp
1
// RUN: %clang_cc1 -fsyntax-
only
-verify %s -std=c++0x
4
struct
only
{
struct
5
only
(T);
6
template<typename U>
only
(U) = delete;
p6.cpp
1
// RUN: %clang_cc1 -fsyntax-
only
-verify %s -std=c++0x
4
struct
only
{
struct
5
only
(T);
6
template<typename U>
only
(U) = delete;
13
only
<const char [16]> testA = a;
14
only
<const char **> testP = p;
19
only
<unsigned long long> testB = b;
22
only
<int> testC = c;
31
only
<int> testX = x;
32
only
<const int*> testV = v
[
all
...]
/external/iproute2/doc/
ip-cref.tex
191
which may change
only
some of the device parameters given
312
This is the
only
case when \verb|ip| can move the system to
344
---
only
display running interfaces.
405
\item \verb|POINTOPOINT| --- the link has
only
two ends with one node
424
on broadcast-
only
links because of high expense, but it is not strictly
430
this mode exists
only
on broadcast links and is used by bridges and for network
512
is
only
supported by a few devices.
519
available
only
for links using VJ header compression.
624
\item \verb|site| --- (IPv6
only
) the address is site local,
627
it is valid
only
on this device
[
all
...]
/external/webkit/Tools/Scripts/
old-run-webkit-tests
282
--complex-text Use the complex text code path for all text (Mac OS X and Windows
only
)
308
--[no-]sample-on-timeout Run sample on timeout (default: $sampleDefault) (Mac OS X
only
)
310
--skipped=[default|ignore|
only
] Specifies how to treat the Skipped file
313
only
:
Only
those tests/directories listed in the Skipped file will be run
label
319
--valgrind Run DumpRenderTree inside valgrind (Qt/Linux
only
)
395
my $skippedOnly = $treatSkipped eq "
only
";
556
# This test has an iframe that is put in a layer
only
in compositing mode.
561
# screen" button
only
if accelerated compositing is enabled.
622
# loop so that we
only
iterate over the original argument list
[
all
...]
Completed in 806 milliseconds