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

1 2 3 4 5 6 7 891011>>

  /external/clang/test/SemaCXX/
auto-cxx0x.cpp 8 typedef auto PR25449(); // expected-error {{'auto' not allowed in typedef}}
exceptions-seh.cpp 23 _exception_code(); // expected-error {{'_exception_code' only allowed in __except block or filter expression}}
24 _exception_info(); // expected-error {{'_exception_info' only allowed in __except filter expression}}
34 _exception_code(); // expected-error {{'_exception_code' only allowed in __except block or filter expression}}
35 _exception_info(); // expected-error {{'_exception_info' only allowed in __except filter expression}}
  /external/clang/test/SemaObjC/
duplicate-ivar-in-class-extension.m 30 return self->ivar; // would be ambiguous if the duplicate ivar were allowed
property-category-2.m 19 @synthesize anotherFloat; // expected-error {{@synthesize not allowed in a category's implementation}}
  /external/curl/tests/data/
test302 16 HTTP/1.1 405 Method Not Allowed swsclose
  /external/eigen/bench/btl/cmake/
FindMTL4.cmake 10 # Redistribution and use is allowed according to the terms of the BSD license.
FindTvmet.cmake 10 # Redistribution and use is allowed according to the terms of the BSD license.
  /external/iproute2/man/man8/
tc-basic.8 30 for a detailed description of the allowed syntax in
  /external/iptables/include/linux/netfilter/
xt_recent.h 20 /* Only allowed with --rcheck and --update */
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_recent.h 20 /* Only allowed with --rcheck and --update */
  /external/libcxxabi/test/
catch_member_data_pointer_01.pass.cpp 46 // Check that cv qualified conversions are allowed.
75 // Check that Base -> Derived conversions are NOT allowed.
100 // Check that Base -> Derived conversions NOT are allowed with different cv
126 // Check that no Derived -> Base conversions are allowed.
  /external/libxml2/result/schemas/
cos-st-restricts-1-2-err_0_0.err 1 ./test/schemas/cos-st-restricts-1-2-err_0.xml:3: element foo: Schemas validity error : Element '{http://FOO}foo': [facet 'length'] The value has a length of '2'; this differs from the allowed length of '3'.
  /external/llvm/test/Assembler/
addrspacecast-alias.ll 4 ; Test that global aliases are allowed to be constant addrspacecast
  /external/llvm/test/CodeGen/SystemZ/
unaligned-01.ll 1 ; 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/llvm/test/Linker/
2005-02-12-ConstantGlobals.ll 1 ; Test that a prototype can be marked const, and the definition is allowed
  /external/llvm/test/MC/ARM/
arm-qualifier-diagnostics.s 9 @ CHECK: error: instruction with .n (narrow) qualifier not allowed in arm mode
directive-arch_extension-sec.s 15 @ 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 architecture
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 architecture
  /external/llvm/test/Transforms/Mem2Reg/
atomic.ll 3 ; mem2reg is allowed with arbitrary atomic operations (although we only support
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
files_apps.txt 4 The description should give you a decent description for what the application is allowed to do with the type. If your application type is being denied access to a particular file, you might want to change the label of that file.
transition_from_boolean.txt 6 Transition rules are either always allowed or can be turned on and off based on the boolean settings. If the 'Boolean Enabled' column has an arrow on it, this indicates the transition is controlled by a boolean.
  /external/selinux/policycoreutils/sepolicy/sepolicy/templates/
etc_rw.py 49 ## Domain allowed access.
68 ## Domain allowed access.
88 ## Domain allowed access.
110 ## Domain allowed access.
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageVerificationStateTest.java 42 assertTrue("Installation should be marked as allowed",
57 assertFalse("Installation should be marked as allowed",
82 assertFalse("Installation should be marked as allowed",
107 assertFalse("Installation should be marked as allowed",
133 assertTrue("Installation should be marked as allowed",
164 assertTrue("Installation should be marked as allowed",
186 assertTrue("Installation should be marked as allowed",
194 assertTrue("Installation should be marked as allowed still",
202 assertTrue("Installation should be marked as allowed still",
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
AcknowledgeInd.java 53 * Get X-Mms-Report-Allowed field value.
55 * @return the X-Mms-Report-Allowed value
62 * Set X-Mms-Report-Allowed field value.
74 * @return the X-Mms-Report-Allowed value
NotifyRespInd.java 56 * Get X-Mms-Report-Allowed field value.
58 * @return the X-Mms-Report-Allowed value
65 * Set X-Mms-Report-Allowed field value.
98 * @return the X-Mms-Report-Allowed value
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
AcknowledgeInd.java 51 * Get X-Mms-Report-Allowed field value.
53 * @return the X-Mms-Report-Allowed value
60 * Set X-Mms-Report-Allowed field value.
72 * @return the X-Mms-Report-Allowed value

Completed in 638 milliseconds

1 2 3 4 5 6 7 891011>>