OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:only
(Results
76 - 100
of
53466
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
prefetch-beforeload-expected.txt
2
This test will
only
print "PASS" or "FAIL" if link prefetches are enabled, otherwise it will show nothing below.
/external/webkit/LayoutTests/fast/encoding/
meta-in-xhtml-expected.txt
1
Test for bug 5620: Should
only
honor encoding from <meta> in HTML
/external/webkit/LayoutTests/storage/
read-transactions-running-concurrently-expected.txt
1
This test tests that two read-
only
transactions on different handles to the same database run concurrently.
/ndk/sources/host-tools/sed-4.2.1/testsuite/
subwrite.inp
4
Comes
only
from the things you choose.
subwrt1.good
4
Comes
only
from the things YoU choose.
/packages/apps/Browser/
proguard.flags
1
# Most of the classes in this package are fragments
only
referenced from XML
/packages/apps/Phone/
proguard.flags
1
# Keep names that are used
only
by animation framework.
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdarg.h
5
#error "This header
only
supports __MWERKS__."
varargs.h
5
#error "This header
only
supports __MWERKS__."
/sdk/files/
sdk.properties
1
# THIS FILE IS OBSOLETE AND IS
ONLY
THERE TO BUILD
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p6.cpp
1
// RUN: %clang_cc1 -fsyntax-
only
-verify %s -std=c++11
2
// RUN: %clang_cc1 -fsyntax-
only
-verify %s -std=c++98 -Wno-c++11-extensions
5
struct
only
{
struct
6
only
(T);
7
template<typename U>
only
(U) = delete;
14
only
<const char [16]> testA = a;
15
only
<const char **> testP = p;
20
only
<unsigned long long> testB = b;
23
only
<int> testC = c;
32
only
<int> testX = x
[
all
...]
/external/chromium/build/linux/
system.gyp
43
'<!@(<(pkg-config) --libs-
only
-L --libs-
only
-other gtk+-2.0 gthread-2.0)',
46
'<!@(<(pkg-config) --libs-
only
-l gtk+-2.0 gthread-2.0)',
68
'<!@(<(pkg-config) --libs-
only
-L --libs-
only
-other gtk+-unix-print-2.0)',
71
'<!@(<(pkg-config) --libs-
only
-l gtk+-unix-print-2.0)',
103
'<!@(<(pkg-config) --libs-
only
-L --libs-
only
-other nss)',
106
'<!@(<(pkg-config) --libs-
only
-l nss | sed -e "s/-lssl3//")',
120
'<!@(<(pkg-config) --libs-
only
-L --libs-only-other nss)'
[
all
...]
/external/clang/test/Driver/
cpp-precomp.c
2
// RUN: -Werror -cpp-precomp -fsyntax-
only
%s
5
// RUN: -Werror -no-cpp-precomp -fsyntax-
only
%s
/external/clang/test/Headers/
unwind.c
2
// RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-
only
%s
4
// RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-
only
%s
6
// RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-
only
%s
8
// RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-
only
%s
11
// RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-
only
-x c++ %s
13
// RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-
only
-x c++ %s
15
// RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-
only
-x c++ %s
17
// RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-
only
-x c++ %s
/external/clang/test/Lexer/
rdr-6096838.c
1
/* RUN: %clang_cc1 -triple i386-unknown-unknown -fsyntax-
only
-verify %s
2
* RUN: %clang_cc1 -triple x86_64-unknown-unknown -std=gnu89 -fsyntax-
only
-verify %s
/external/clang/test/Modules/Inputs/System/usr/include/
module.map
2
//
Only
in compiler support directory
7
//
Only
in system headers directory
/external/clang/test/Parser/
access-spec-attrs.cpp
1
// RUN: %clang_cc1 %s -fsyntax-
only
-verify
4
public __attribute__((unavailable)): // expected-error {{access specifier can
only
have annotation attributes}}
namespaces.cpp
1
// RUN: %clang_cc1 -fsyntax-
only
-verify %s
7
namespace a { typedef g::o o; } // expected-error{{namespaces can
only
be defined in global or namespace scope}}
pragma-fp-contract.c
1
// RUN: %clang_cc1 -fsyntax-
only
-verify %s
5
/* expected-error@+1 {{'#pragma fp_contract' should
only
appear at file scope or at the start of a compound expression}} */
/external/clang/test/Sema/
PR2727.c
1
// RUN: %clang_cc1 -verify -fsyntax-
only
-std=c90 %s
2
// RUN: %clang_cc1 -verify -fsyntax-
only
-std=c99 %s
PR2728.c
1
// RUN: %clang_cc1 -verify -fsyntax-
only
-std=c90 %s
2
// RUN: %clang_cc1 -verify -fsyntax-
only
-std=c99 %s
attr-alias.c
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin -fsyntax-
only
-verify %s
8
void f() __attribute__((alias("g"))); //expected-error {{
only
weak aliases are supported}}
attr-naked.c
1
// RUN: %clang_cc1 %s -verify -fsyntax-
only
3
int a __attribute__((naked)); // expected-warning {{'naked' attribute
only
applies to functions}}
attr-nodebug.c
1
// RUN: %clang_cc1 %s -verify -fsyntax-
only
6
int b __attribute__((nodebug)); // expected-warning {{'nodebug'
only
applies to variables with static storage duration and functions}}
attr-noinline.c
1
// RUN: %clang_cc1 %s -verify -fsyntax-
only
3
int a __attribute__((noinline)); // expected-warning {{'noinline' attribute
only
applies to functions}}
Completed in 1375 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>