OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowed
(Results
151 - 175
of
7690
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CXX/special/class.dtor/
p2-0x.cpp
5
~X() &; // expected-error{{ref-qualifier '&' is not
allowed
on a destructor}}
9
~Y() &&; // expected-error{{ref-qualifier '&&' is not
allowed
on a destructor}}
/external/skia/gm/tests/outputs/checksum-based-filenames/output-expected/
json-summary.txt
13
"
allowed
-digests" : [
19
"
allowed
-digests" : [
/external/skia/gm/tests/outputs/compared-against-different-pixels-images/output-expected/
json-summary.txt
13
"
allowed
-digests" : [
19
"
allowed
-digests" : [
/external/skia/gm/tests/outputs/compared-against-different-pixels-json/output-expected/
json-summary.txt
13
"
allowed
-digests" : [
19
"
allowed
-digests" : [
/external/skia/gm/tests/outputs/compared-against-empty-dir/output-expected/
json-summary.txt
13
"
allowed
-digests" : null,
17
"
allowed
-digests" : null,
/external/skia/gm/tests/outputs/compared-against-identical-bytes-images/output-expected/
json-summary.txt
13
"
allowed
-digests" : [
19
"
allowed
-digests" : [
/external/skia/gm/tests/outputs/compared-against-identical-bytes-json/output-expected/
json-summary.txt
13
"
allowed
-digests" : [
19
"
allowed
-digests" : [
/external/skia/gm/tests/outputs/compared-against-identical-pixels-images/output-expected/
json-summary.txt
13
"
allowed
-digests" : [
19
"
allowed
-digests" : [
/external/skia/gm/tests/outputs/compared-against-identical-pixels-json/output-expected/
json-summary.txt
13
"
allowed
-digests" : [
19
"
allowed
-digests" : [
/external/skia/gm/tests/outputs/ignore-expectations-mismatch/output-expected/
json-summary.txt
13
"
allowed
-digests" : [
19
"
allowed
-digests" : [
/external/skia/gm/tests/outputs/ignoring-one-test/output-expected/
json-summary.txt
14
"
allowed
-digests" : [
20
"
allowed
-digests" : [
/external/skia/gm/tests/outputs/ignoring-some-failures/output-expected/
json-summary.txt
14
"
allowed
-digests" : [
20
"
allowed
-digests" : [
/external/skia/gm/tests/outputs/no-hierarchy/output-expected/
json-summary.txt
13
"
allowed
-digests" : [
19
"
allowed
-digests" : [
/external/skia/gm/tests/outputs/nonverbose/output-expected/
json-summary.txt
13
"
allowed
-digests" : null,
17
"
allowed
-digests" : null,
/external/chromium/base/threading/
thread_restrictions.cc
27
bool ThreadRestrictions::SetIOAllowed(bool
allowed
) {
29
g_io_disallowed.Get().Set(!
allowed
);
38
"disallows IO! If this thread really should be
allowed
to "
45
bool ThreadRestrictions::SetSingletonAllowed(bool
allowed
) {
47
g_singleton_disallowed.Get().Set(!
allowed
);
54
LOG(FATAL) << "LazyInstance/Singleton is not
allowed
to be used on this "
thread_restrictions.h
21
// 1) If a thread should not be
allowed
to make IO calls, mark it:
23
// By default, threads *are*
allowed
to make IO calls.
27
// current thread is
allowed
:
48
// Whether IO is
allowed
when the ScopedAllowIO was constructed.
61
// Whether singleton use is
allowed
when the ScopedAllowSingleton was
70
// Threads start out in the *
allowed
* state.
72
static bool SetIOAllowed(bool
allowed
);
74
// Check whether the current thread is
allowed
to make IO calls,
81
static bool SetSingletonAllowed(bool
allowed
);
83
// Check whether the current thread is
allowed
to use singletons (Singleton
[
all
...]
/external/chromium_org/chrome/browser/download/
download_resource_throttle.h
15
//
allowed
. When a DownloadResourceThrottle is created it pauses the download
16
// and asks the DownloadRequestLimiter if the download should be
allowed
. The
18
// is
allowed
or not. If the download is
allowed
the request is resumed. If
19
// the download is not
allowed
the request is canceled.
46
// Set to true when we know that the request is
allowed
to start.
/external/clang/test/Sema/
__try.c
148
(void)AbnormalTermination; // expected-error{{only
allowed
in __finally block}}
149
(void)__abnormal_termination; // expected-error{{only
allowed
in __finally block}}
152
(void)AbnormalTermination; // expected-error{{only
allowed
in __finally block}}
153
(void)__abnormal_termination; // expected-error{{only
allowed
in __finally block}}
165
(void)__exception_code; // expected-error{{only
allowed
in __except block}}
166
(void)__exception_info; // expected-error{{only
allowed
in __except filter expression}}
167
(void)__abnormal_termination; // expected-error{{only
allowed
in __finally block}}
169
(void)GetExceptionCode(); // expected-error{{only
allowed
in __except block}}
170
(void)GetExceptionInformation(); // expected-error{{only
allowed
in __except filter expression}}
171
(void)AbnormalTermination(); // expected-error{{only
allowed
in __finally block}
[
all
...]
/external/chromium_org/v8/test/webkit/fast/js/
numeric-escapes-in-string-literals-expected.txt
32
PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not
allowed
in strict mode..
34
PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not
allowed
in strict mode..
40
PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not
allowed
in strict mode..
42
PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not
allowed
in strict mode..
44
PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not
allowed
in strict mode..
46
PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not
allowed
in strict mode..
48
PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not
allowed
in strict mode..
50
PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not
allowed
in strict mode..
52
PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not
allowed
in strict mode..
54
PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not
allowed
in strict mode.
[
all
...]
/external/clang/test/CXX/except/except.spec/
p2-places.cpp
3
// Tests where specs are
allowed
and where they aren't.
19
typedef int (*pf)() throw(int); // expected-error {{specifications are not
allowed
in typedefs}}
35
void (**j)() throw(int); // expected-error {{not
allowed
beyond a single}}
38
void (**(*h())())() throw(int); // expected-error {{not
allowed
beyond a single}}
52
typedef int (*pf)() noexcept(false); // expected-error {{specifications are not
allowed
in typedefs}}
60
void (**j)() noexcept(false); // expected-error {{not
allowed
beyond a single}}
62
void (**(*h())())() noexcept(false); // expected-error {{not
allowed
beyond a single}}
/external/chromium/net/base/
cookie_policy.h
29
// OK - if
allowed
to read cookies
30
// ERR_ACCESS_DENIED - if not
allowed
to read cookies
37
// OK - if
allowed
to write cookies
38
// OK_FOR_SESSION_ONLY - if
allowed
to write cookies, but forces them to
40
// ERR_ACCESS_DENIED - if not
allowed
to write cookies
/external/chromium_org/remoting/host/
usage_stats_consent.h
12
bool GetUsageStatsConsent(bool*
allowed
, bool* set_by_policy);
15
// usage statistics. In most cases the returned value matches |
allowed
| returned
22
bool SetUsageStatsConsent(bool
allowed
);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce4-err.errwarn
2
-:3: error: negative offset not
allowed
3
-:5: error: negative offset not
allowed
4
-:6: error: negative offset not
allowed
/external/clang/test/Preprocessor/
utf8-allowed-chars.c
35
// expected-error@13 {{non-ASCII characters are not
allowed
outside of literals and identifiers}}
41
// expected-error@9 {{non-ASCII characters are not
allowed
outside of literals and identifiers}}
42
// expected-error@10 {{non-ASCII characters are not
allowed
outside of literals and identifiers}}
43
// expected-error@13 {{non-ASCII characters are not
allowed
outside of literals and identifiers}}
44
// expected-error@14 {{non-ASCII characters are not
allowed
outside of literals and identifiers}}
45
// expected-error@21 {{non-ASCII characters are not
allowed
outside of literals and identifiers}} expected-warning@21 {{declaration does not declare anything}}
53
// expected-error@13 {{non-ASCII characters are not
allowed
outside of literals and identifiers}}
60
// expected-error@9 {{non-ASCII characters are not
allowed
outside of literals and identifiers}}
61
// expected-error@11 {{non-ASCII characters are not
allowed
outside of literals and identifiers}}
62
// expected-error@13 {{non-ASCII characters are not
allowed
outside of literals and identifiers}
[
all
...]
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp
13
int (*f7)(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only
allowed
on parameter in a function declaration}}
15
int (*f9(int n))(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only
allowed
on parameter in a function declaration}}
16
int typedef f10(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only
allowed
on parameter in a function declaration}}
17
using T = int(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only
allowed
on parameter in a function declaration}}
20
int (*p)(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only
allowed
on parameter in a function declaration}}
25
int (*p)(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only
allowed
on parameter in a function declaration}}
Completed in 585 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>