Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 25 of 1006) sorted by relevance

12345678910>>...41

/external/clang/test/SemaOpenCL/
Dhalf.cl5 …isabled(half *p, // expected-error{{declaring function return value of type 'half' is not allowed}}
6 … half h) // expected-error{{declaring function parameter of type 'half' is not allowed}}
8 half a[2]; // expected-error{{declaring variable of type 'half [2]' is not allowed}}
9 half b; // expected-error{{declaring variable of type 'half' is not allowed}}
10 *p; // expected-error{{loading directly from pointer to type 'half' is not allowed}}
11 p[1]; // expected-error{{loading directly from pointer to type 'half' is not allowed}}
14 b = (half) c; // expected-error{{casting to type 'half' is not allowed}}
16 half *allowed = &p[1];
35 half *allowed = &p[1];
Dfunc_ptr.cl8 void (*fptr)(int); // expected-error{{pointers to functions are not allowed}}
11 foo((void*)foo); // expected-error{{taking address of function is not allowed}}
12 foo(&foo); // expected-error{{taking address of function is not allowed}}
/external/libchrome/base/threading/
Dthread_restrictions.cc29 bool ThreadRestrictions::SetIOAllowed(bool allowed) { in SetIOAllowed() argument
31 g_io_disallowed.Get().Set(!allowed); in SetIOAllowed()
48 bool ThreadRestrictions::SetSingletonAllowed(bool allowed) { in SetSingletonAllowed() argument
50 g_singleton_disallowed.Get().Set(!allowed); in SetSingletonAllowed()
77 bool ThreadRestrictions::SetWaitAllowed(bool allowed) { in SetWaitAllowed() argument
79 g_wait_disallowed.Get().Set(!allowed); in SetWaitAllowed()
/external/v8/test/webkit/fast/js/
Dnumeric-escapes-in-string-literals-expected.txt32 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/include/clang/Basic/
DOpenMPKinds.def176 // Clauses allowed for OpenMP directive 'parallel'.
187 // Clauses allowed for directive 'omp simd'.
197 // Clauses allowed for directive 'omp for'.
208 // Clauses allowed for directive 'omp for simd'.
221 // Clauses allowed for OpenMP directive 'omp sections'.
228 // Clauses allowed for directive 'omp single'.
234 // Clauses allowed for OpenMP directive 'cancel'.
264 // Clauses allowed for OpenMP directive 'parallel for'.
280 // Clauses allowed for OpenMP directive 'parallel for simd'.
298 // Clauses allowed for OpenMP directive 'parallel sections'.
[all …]
DDiagnosticASTKinds.td16 " a reinterpret_cast|cast from %1}0 is not allowed in a constant expression">;
79 "not allowed in a constant expression">;
93 "%select{|implicit }0use of 'this' pointer is only allowed within the "
100 "object outside its lifetime is not allowed in a constant expression">;
103 "is not allowed in a constant expression">;
105 "modification of object of const-qualified type %0 is not allowed "
109 "volatile-qualified type %1 is not allowed in a constant expression">;
112 "%select{temporary|object %2|member %2}1 is not allowed in "
115 "read of mutable member %0 is not allowed in a constant expression">;
117 "read of non-const variable %0 is not allowed in a constant expression">;
[all …]
/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_file_permission.cc95 bool allowed = false; in CheckAccess() local
99 allowed = true; in CheckAccess()
103 allowed = true; in CheckAccess()
107 allowed = true; in CheckAccess()
111 allowed = true; in CheckAccess()
117 if (allowed && file_to_access) { in CheckAccess()
123 return allowed; in CheckAccess()
/external/dbus/bus/
Dpolicy.c384 dbus_bool_t allowed; in list_allows_user() local
386 allowed = def; in list_allows_user()
430 allowed = rule->allow; in list_allows_user()
433 return allowed; in list_allows_user()
440 dbus_bool_t allowed; in bus_policy_allow_unix_user() local
453 allowed = _dbus_unix_user_is_process_owner (uid); in bus_policy_allow_unix_user()
455 allowed = list_allows_user (allowed, in bus_policy_allow_unix_user()
460 allowed = list_allows_user (allowed, in bus_policy_allow_unix_user()
467 _dbus_verbose ("UID %lu allowed = %d\n", uid, allowed); in bus_policy_allow_unix_user()
469 return allowed; in bus_policy_allow_unix_user()
[all …]
/external/openssh/
Dauth-rsa.c175 int allowed = 0, bits; in rsa_key_allowed_in_file() local
262 allowed = 1; in rsa_key_allowed_in_file()
270 if (allowed && rkey != NULL) in rsa_key_allowed_in_file()
275 return allowed; in rsa_key_allowed_in_file()
287 u_int i, allowed = 0; in auth_rsa_key_allowed() local
291 for (i = 0; !allowed && i < options.num_authkeys_files; i++) { in auth_rsa_key_allowed()
296 allowed = rsa_key_allowed_in_file(pw, file, client_n, rkey); in auth_rsa_key_allowed()
302 return allowed; in auth_rsa_key_allowed()
/external/clang/test/SemaObjC/
Dblock-on-method-param.m6 …s__(byref))) id)errorp; // expected-error {{__block attribute not allowed, only allowed on local v…
10 …_(byref))) id)errorp {} // expected-error {{__block attribute not allowed, only allowed on local v…
/external/libxml2/result/schemas/
Dannot-err_0_0.err1 …ror : Element '{http://www.w3.org/2001/XMLSchema}annotation': The attribute 'death' is not allowed.
3 …ser error : Element '{http://www.w3.org/2001/XMLSchema}appinfo': The attribute 'id' is not allowed.
4 …er error : Element '{http://www.w3.org/2001/XMLSchema}appinfo': The attribute 'fun' is not allowed.
5 …ror : Element '{http://www.w3.org/2001/XMLSchema}documentation': The attribute 'id' is not allowed.
6 … Element '{http://www.w3.org/2001/XMLSchema}documentation': The attribute 'mothers' is not allowed.
Dsrc-element2-2_0_0.err4 …ribute 'type': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'r…
5 …te 'nillable': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'r…
6 …ute 'default': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'r…
7 …ibute 'fixed': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'r…
8 …ribute 'form': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'r…
9 …ibute 'block': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'r…
Delement-err_0_0.err2 …er error : Element '{http://www.w3.org/2001/XMLSchema}element': The attribute 'ref' is not allowed.
3 …or : Element '{http://www.w3.org/2001/XMLSchema}element': The attribute 'minOccurs' is not allowed.
4 …or : Element '{http://www.w3.org/2001/XMLSchema}element': The attribute 'maxOccurs' is not allowed.
5 …r error : Element '{http://www.w3.org/2001/XMLSchema}element': The attribute 'form' is not allowed.
11 …te 'abstract': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'r…
14 …ror : Element '{http://www.w3.org/2001/XMLSchema}element': The attribute 'abstract' is not allowed.
15 …ment '{http://www.w3.org/2001/XMLSchema}element': The attribute 'substitutionGroup' is not allowed.
16 … error : Element '{http://www.w3.org/2001/XMLSchema}element': The attribute 'final' is not allowed.
Ddecimal-3_1_0.err1 …or : Element 'val': [facet 'totalDigits'] The value '0.123' has more digits than are allowed ('2').
3 …or : Element 'val': [facet 'totalDigits'] The value '0.023' has more digits than are allowed ('2').
5 …rror : Element 'val': [facet 'totalDigits'] The value '123' has more digits than are allowed ('2').
7 …ror : Element 'val': [facet 'totalDigits'] The value '12.3' has more digits than are allowed ('2').
/external/srtp/googlepatches/
Dvidyo-4-srtp-rtx.patch10 + * are allowed. (Note that such repeated
112 + "# tx rtx allowed:%s\r\n",
132 + "# tx rtx allowed:%s\r\n",
158 + 0, /* retransmission not allowed */
166 + 0, /* retransmission not allowed */
174 + 0, /* retransmission not allowed */
182 + 0, /* retransmission not allowed */
190 + 0, /* retransmission not allowed */
198 + 0, /* retransmission not allowed */
206 + 0, /* retransmission not allowed */
[all …]
/external/selinux/libselinux/src/
Dcompute_av.c54 &avd->allowed, &avd->decided, in security_compute_av_flags_raw()
89 avd->allowed = lavd.allowed; in hidden_def()
143 avd->allowed = lavd.allowed; in hidden_def()
/external/llvm/test/Transforms/DeadStoreElimination/
Datomic.ll8 ; atomic ops, just some transformations are not allowed across release-acquire pairs.
15 ; DSE across unordered store (allowed)
26 ; DSE remove unordered store (allowed)
36 ; DSE unordered store overwriting non-atomic store (allowed)
45 ; DSE no-op unordered atomic store (allowed)
78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered)
89 ; DSE across monotonic store (allowed as long as the eliminated store isUnordered)
122 ; But DSE is not allowed across a release-acquire pair.
/external/selinux/policycoreutils/sepolicy/sepolicy/help/
Dports_outbound.txt1 This screen shows the network ports to which processes running with the '%(APP)s' type is allowed t…
4 SELinux controls the network ports that a applications are allowed to connect, based on SELinux Por…
6 … modify the port number/port type definitions, which the '%(APP)s' is currently allowed to connect.
Dports_inbound.txt1 This screen shows the network ports that processes running with the '%(APP)s' type is allowed to bi…
4 SELinux controls the network ports that a application is allowed to bind to based on SELinux Port t…
6 …u to modify the port number/port type definitions, which the '(APP)s' is currently allowed to bind.
/external/clang/test/Parser/
Dattributes.mm14 @interface EXP I @end // expected-error {{postfix attributes are not allowed on Objective-C directi…
17 @implementation EXP I @end // expected-error-re {{postfix attributes are not allowed on Objective-C…
21 @class EXP OC; // expected-error-re {{postfix attributes are not allowed on Objective-C directives{…
24 @protocol EXP P @end // expected-error {{postfix attributes are not allowed on Objective-C directiv…
/external/llvm/test/MC/ARM/
Ddirective-arch_extension-sec.s15 @ CHECK-V6: error: architectural extension 'sec' is not allowed for the current base architecture
18 @ CHECK-V7-NOT: error: architectural extension 'sec' is not allowed for the current base architectu…
26 @ CHECK-V6: error: architectural extension 'sec' is not allowed for the current base architecture
29 @ CHECK-V7-NOT: error: architectural extension 'sec' is not allowed for the current base architectu…
/external/llvm/test/CodeGen/SystemZ/
Dunaligned-01.ll1 ; Check that unaligned accesses are allowed in general. We check the
25 ; Check that unaligned 2-byte accesses are allowed.
36 ; Check that unaligned 4-byte accesses are allowed.
50 ; Check that unaligned 8-byte accesses are allowed.
/external/v8/test/message/
Dsyntactic-tail-call-in-subclass.out1 *%(basename)s:12: SyntaxError: Tail call expression is not allowed here
4 SyntaxError: Tail call expression is not allowed here
Dsyntactic-tail-call-inside-member-expr.out1 *%(basename)s:13: SyntaxError: Tail call expression is not allowed here
4 SyntaxError: Tail call expression is not allowed here
Dsyntactic-tail-call-in-comma.out1 *%(basename)s:13: SyntaxError: Tail call expression is not allowed here
4 SyntaxError: Tail call expression is not allowed here

12345678910>>...41