HomeSort by relevance Sort by last modified time
    Searched full:allowed (Results 151 - 175 of 9846) sorted by null

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_str-bad.l 4 [^:]*:10: Error: r15 not allowed here -- `str pc,\[r0\]'
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
attr-merge-div-01.d 13 Tag_DIV_use: Not allowed
attr-merge-div-10.d 13 Tag_DIV_use: Not allowed
attr-merge-div-11.d 13 Tag_DIV_use: Not allowed
  /device/google/contexthub/firmware/inc/
osApi.h 44 #define SYSCALL_OS_LAST 2 // always last. holes are allowed, but not immediately before this
50 #define SYSCALL_OS_DRV_LAST 3 // always last. holes are allowed, but not immediately before this
61 #define SYSCALL_OS_DRV_GPIO_LAST 7 // always last. holes are allowed, but not immediately before this
67 #define SYSCALL_OS_DRV_I2CM_LAST 3 // always last. holes are allowed, but not immediately before this
75 #define SYSCALL_OS_DRV_I2CS_LAST 5 // always last. holes are allowed, but not immediately before this
86 #define SYSCALL_OS_MAIN_LAST 8 // always last. holes are allowed, but not immediately before this
95 #define SYSCALL_OS_MAIN_EVTQ_LAST 6 // always last. holes are allowed, but not immediately before this
99 #define SYSCALL_OS_MAIN_LOG_LAST 1 // always last. holes are allowed, but not immediately before this
113 #define SYSCALL_OS_MAIN_SENSOR_LAST 11 // always last. holes are allowed, but not immediately before this
119 #define SYSCALL_OS_MAIN_TIME_LAST 3 // always last. holes are allowed, but not immediately before thi
    [all...]
  /external/clang/test/Sema/
auto-type.c 12 struct s { __auto_type a; }; // expected-error {{'__auto_type' not allowed in struct member}}
16 __auto_type h() {} // expected-error {{'__auto_type' not allowed in function return type}}
25 __auto_type l; // expected-error {{'__auto_type' not allowed in K&R-style function parameter}}
__try.c 151 (void)__abnormal_termination(); // expected-error{{only allowed in __finally block}}
152 (void)AbnormalTermination(); // expected-error{{only allowed in __finally block}}
155 (void)AbnormalTermination; // expected-error{{only allowed in __finally block}}
156 (void)__abnormal_termination; // expected-error{{only allowed in __finally block}}
159 (void)AbnormalTermination; // expected-error{{only allowed in __finally block}}
160 (void)__abnormal_termination; // expected-error{{only allowed in __finally block}}
173 (void)__exception_info(); // expected-error{{only allowed in __except filter expression}}
174 (void)GetExceptionInformation(); // expected-error{{only allowed in __except filter expression}}
181 (void)__exception_code(); // expected-error{{only allowed in __except block or filter expression}}
182 (void)GetExceptionCode(); // expected-error{{only allowed in __except block or filter expression}
    [all...]
block-misc.c 150 __block int test16i; // expected-error {{__block attribute not allowed, only allowed on local variables}}
152 void test16(__block int i) { // expected-error {{__block attribute not allowed, only allowed on local variables}}
154 extern __block double extern_var; // expected-error {{__block attribute not allowed, only allowed on local variables}}
155 static __block char * pch; // expected-error {{__block attribute not allowed, only allowed on local variables}}
156 __block int a[size]; // expected-error {{__block attribute not allowed on declaration with a variably modified type}}
157 __block int (*ap)[size]; // expected-error {{__block attribute not allowed on declaration with a variably modified type}
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
SSLRecordProtocol.java 29 * Maximum length of allowed plain data fragment as specified by TLS
35 * Maximum length of allowed compressed data fragment as specified by TLS
41 * Maximum length of allowed ciphered data fragment as specified by TLS
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
OverlayTouchActivity.java 38 private void setOverlayAllowed(boolean allowed) {
42 !allowed, mToken);
44 !allowed, mToken);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xmllib.py 7 <!-- comments aren't allowed before the <?xml?> tag,
8 but they are allowed before the <!DOCTYPE> tag -->
9 <?processing instructions are allowed in the same places as comments ?>
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xmllib.py 7 <!-- comments aren't allowed before the <?xml?> tag,
8 but they are allowed before the <!DOCTYPE> tag -->
9 <?processing instructions are allowed in the same places as comments ?>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmllib.py 7 <!-- comments aren't allowed before the <?xml?> tag,
8 but they are allowed before the <!DOCTYPE> tag -->
9 <?processing instructions are allowed in the same places as comments ?>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmllib.py 7 <!-- comments aren't allowed before the <?xml?> tag,
8 but they are allowed before the <!DOCTYPE> tag -->
9 <?processing instructions are allowed in the same places as comments ?>
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_attr_merge.sh 40 check arm_attr_merge_6.stdout "Tag_MPextension_use: Allowed"
41 check arm_attr_merge_6r.stdout "Tag_MPextension_use: Allowed"
42 check arm_attr_merge_7.stdout "Tag_MPextension_use: Allowed"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-inval.l 124 [ ]*10[ ]+calll \*%eax \# 32-bit data size not allowed
125 [ ]*11[ ]+calll \*\(%ax\) \# 32-bit data size not allowed
126 [ ]*12[ ]+calll \*\(%eax\) \# 32-bit data size not allowed
127 [ ]*13[ ]+calll \*\(%r8\) \# 32-bit data size not allowed
128 [ ]*14[ ]+calll \*\(%rax\) \# 32-bit data size not allowed
135 [ ]*21[ ]+jmpl \*%eax \# 32-bit data size not allowed
136 [ ]*22[ ]+jmpl \*\(%ax\) \# 32-bit data size not allowed
137 [ ]*23[ ]+jmpl \*\(%eax\) \# 32-bit data size not allowed
138 [ ]*24[ ]+jmpl \*\(%r8\) \# 32-bit data size not allowed
139 [ ]*25[ ]+jmpl \*\(%rax\) \# 32-bit data size not allowed
    [all...]
  /external/selinux/policycoreutils/sepolicy/sepolicy/templates/
rw.py 43 ## Domain allowed access.
62 ## Domain allowed access.
82 ## Domain allowed access.
101 ## Domain allowed access.
126 ## Domain allowed access.
var_cache.py 49 ## Domain allowed access.
68 ## Domain allowed access.
88 ## Domain allowed access.
107 ## Domain allowed access.
129 ## Domain allowed access.
var_lib.py 50 ## Domain allowed access.
69 ## Domain allowed access.
88 ## Domain allowed access.
107 ## Domain allowed access.
129 ## Domain allowed access.
var_spool.py 49 ## Domain allowed access.
68 ## Domain allowed access.
87 ## Domain allowed access.
106 ## Domain allowed access.
128 ## Domain allowed access.
executable.py 226 ## Domain allowed to transition.
248 ## Domain allowed to transition
253 ## The role to be allowed the TEMPLATETYPE domain.
273 ## Role allowed access
305 ## Domain allowed to transition.
310 ## The role to be allowed the TEMPLATETYPE_t domain.
339 ## Role allowed access.
360 ## Domain allowed access.
381 ## Domain allowed access.
404 ## Domain allowed access
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_codec_database.h 33 // kMaxNumPacketSize - Maximum number of allowed packet sizes for one codec.
40 // num_packet_sizes - number of allowed packet sizes.
41 // packet_sizes_samples - list of the allowed packet sizes.
70 // codec_settings_ - stored codec settings: number of allowed packet sizes,
71 // a vector with the allowed packet sizes, basic block
  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
ptrace-restrictions.sh 71 echo "FAIL: init unexpectedly allowed ptrace"
92 echo "ok: $prctl correctly not allowed ptrace"
94 echo "FAIL: $prctl unexpectedly allowed ptrace"
99 # Validate near ancestor allowed with PR_SET_PTRACER use.
104 echo "ok: $prctl correctly allowed ptrace"
106 echo "FAIL: $prctl unexpectedly not allowed ptrace"
111 # Validate distant ancestor allowed with PR_SET_PTRACER use.
116 echo "ok: $prctl correctly allowed ptrace"
118 echo "FAIL: $prctl unexpectedly not allowed ptrace"
128 echo "ok: $prctl correctly allowed ptrace
    [all...]
  /external/apache-http/src/org/apache/http/conn/params/
ConnManagerParams.java 57 /** The default maximum number of connections allowed overall */
88 /** The default maximum number of connections allowed per host */
98 * Sets lookup interface for maximum number of connections allowed per route.
101 * @param connPerRoute lookup interface for maximum number of connections allowed
116 * Returns lookup interface for maximum number of connections allowed per route.
120 * @return lookup interface for maximum number of connections allowed per route.
138 * Sets the maximum number of connections allowed.
141 * @param maxTotalConnections The maximum number of connections allowed.
156 * Gets the maximum number of connections allowed.
160 * @return The maximum number of connections allowed
    [all...]
  /external/libchrome/sandbox/linux/syscall_broker/
broker_file_permission.cc 95 bool allowed = false; local
99 allowed = true;
103 allowed = true;
107 allowed = true;
111 allowed = true;
117 if (allowed && file_to_access) {
123 return allowed;
148 // Check if read is allowed
153 // Check if write is allowed
158 // Check if file creation is allowed
    [all...]

Completed in 824 milliseconds

1 2 3 4 5 67 8 91011>>