/external/clang/test/SemaCXX/ |
attr-no-sanitize-memory.cpp | 12 // expected-error {{'no_sanitize_memory' attribute takes no arguments}} 18 // expected-error {{'no_sanitize_memory' attribute only applies to functions and methods}} 23 // expected-error {{'no_sanitize_memory' attribute only applies to functions and methods}} 28 // expected-error {{'no_sanitize_memory' attribute only applies to functions and methods}} 33 // expected-error {{'no_sanitize_memory' attribute only applies to functions and methods}} 37 // expected-error {{'no_sanitize_memory' attribute only applies to functions and methods}}
|
attr-no-sanitize-thread.cpp | 12 // expected-error {{'no_sanitize_thread' attribute takes no arguments}} 18 // expected-error {{'no_sanitize_thread' attribute only applies to functions and methods}} 23 // expected-error {{'no_sanitize_thread' attribute only applies to functions and methods}} 28 // expected-error {{'no_sanitize_thread' attribute only applies to functions and methods}} 33 // expected-error {{'no_sanitize_thread' attribute only applies to functions and methods}} 37 // expected-error {{'no_sanitize_thread' attribute only applies to functions and methods}}
|
attr-common.cpp | 3 __attribute__((common)) int x; // expected-error {{common attribute is not supported in C++}}
|
/external/clang/test/SemaOpenCL/ |
invalid-kernel-attrs.cl | 3 kernel __attribute__((vec_type_hint)) void kernel1() {} //expected-error{{'vec_type_hint' attribute takes one argument}} 7 kernel __attribute__((vec_type_hint(void))) void kernel3() {} //expected-error{{invalid attribute argument 'void' - expecting a vector or vectorizable scalar type}} 9 kernel __attribute__((vec_type_hint(bool))) void kernel4() {} //expected-error{{invalid attribute argument 'bool' - expecting a vector or vectorizable scalar type}} 11 kernel __attribute__((vec_type_hint(int))) __attribute__((vec_type_hint(float))) void kernel5() {} //expected-warning{{attribute 'vec_type_hint' is already applied with different parameters}} 13 kernel __attribute__((work_group_size_hint(8,16,32,4))) void kernel6() {} //expected-error{{'work_group_size_hint' attribute requires exactly 3 arguments}} 15 kernel __attribute__((work_group_size_hint(1,2,3))) __attribute__((work_group_size_hint(3,2,1))) void kernel7() {} //expected-warning{{attribute 'work_group_size_hint' is already applied with different parameters}}
|
/external/libsepol/tests/policies/test-linker/ |
module2.conf | 6 attribute g_b_attr_5; 7 attribute g_b_attr_6; 8 attribute g_m1_attr_3; 9 attribute o3_m1_attr_2; 58 attribute g_m1_attr_4; 59 attribute o4_m1_attr_1;
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
AttList.java | 30 * Wraps a DOM attribute list in a SAX Attributes. 36 /** List of attribute nodes */ 39 /** Index of last attribute node */ 78 * Get the number of attribute nodes in the list 81 * @return number of attribute nodes 89 * Look up an attribute's Namespace URI by index. 91 * @param index The attribute index (zero-based). 105 * Look up an attribute's local name by index. 107 * @param index The attribute index (zero-based). 118 * Look up an attribute's qualified name by index [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509Attribute.java | 10 import org.bouncycastle.asn1.x509.Attribute; 13 * Class for carrying the values in an X.509 Attribute. 18 Attribute attr; 21 * @param at an object representing an attribute. 26 this.attr = Attribute.getInstance(at); 30 * Create an X.509 Attribute with the type given by the passed in oid and 33 * @param oid type of the attribute 40 this.attr = new Attribute(new ASN1ObjectIdentifier(oid), new DERSet(value)); 44 * Create an X.59 Attribute with the type given by the passed in oid and the 47 * @param oid type of the attribute [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/ |
TestInterfaceEventConstructor.idl | 33 readonly attribute DOMString readonlyStringAttribute; 35 [InitializedByEventConstructor] readonly attribute DOMString initializedByEventConstructorReadonlyStringAttribute; 36 [InitializedByEventConstructor] readonly attribute any initializedByEventConstructorReadonlyAnyAttribute; 37 [InitializedByEventConstructor] readonly attribute boolean initializedByEventConstructorReadonlyBooleanAttribute; 38 [InitializedByEventConstructor] readonly attribute long initializedByEventConstructorReadonlyLongAttribute; 39 [InitializedByEventConstructor] readonly attribute Uint8Array initializedByEventConstructorReadonlyUint8ArrayAttribute; 40 [InitializedByEventConstructor] readonly attribute TestInterfaceEmpty initializedByEventConstructorReadonlyTestInterfaceEmptyAttribute; 41 [InitializedByEventConstructor] readonly attribute TestInterfaceEmpty[] initializedByEventConstructorReadonlyTestInterfaceEmptyArrayAttribute; 42 // [InitializedByEventConstructor] readonly attribute TestInterfaceEmpty? initializedByEventConstructorReadonlyNullableTestInterfaceEmptyAttribute; // FIXME: implement getters for nullable interface type attributes 44 [DeprecateAs=initializedByEventConstructorReadonlyStringAttribute, InitializedByEventConstructor] readonly attribute DOMString deprecatedInitializedByEventConstructorReadonlyStringAttribute [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
URLUtils.idl | 30 attribute DOMString href; 34 readonly attribute DOMString origin; 35 attribute DOMString protocol; 36 attribute DOMString username; 37 attribute DOMString password; 38 attribute DOMString host; 39 attribute DOMString hostname; 40 attribute DOMString port; 41 attribute DOMString pathname; 42 attribute DOMString search [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGFEConvolveMatrixElement.idl | 35 readonly attribute SVGAnimatedString in1; 36 readonly attribute SVGAnimatedInteger orderX; 37 readonly attribute SVGAnimatedInteger orderY; 38 readonly attribute SVGAnimatedNumberList kernelMatrix; 39 readonly attribute SVGAnimatedNumber divisor; 40 readonly attribute SVGAnimatedNumber bias; 41 readonly attribute SVGAnimatedInteger targetX; 42 readonly attribute SVGAnimatedInteger targetY; 43 readonly attribute SVGAnimatedEnumeration edgeMode; 44 readonly attribute SVGAnimatedNumber kernelUnitLengthX [all...] |
SVGSVGElement.idl | 26 readonly attribute SVGAnimatedLength x; 27 readonly attribute SVGAnimatedLength y; 28 readonly attribute SVGAnimatedLength width; 29 readonly attribute SVGAnimatedLength height; 30 attribute DOMString contentScriptType; 31 attribute DOMString contentStyleType; 32 readonly attribute SVGRect viewport; 33 readonly attribute float pixelUnitToMillimeterX; 34 readonly attribute float pixelUnitToMillimeterY; 35 readonly attribute float screenPixelToMillimeterX [all...] |
/external/chromium_org/third_party/WebKit/Source/core/timing/ |
PerformanceResourceTiming.idl | 33 readonly attribute DOMString initiatorType; 35 readonly attribute double redirectStart; 36 readonly attribute double redirectEnd; 37 readonly attribute double fetchStart; 38 readonly attribute double domainLookupStart; 39 readonly attribute double domainLookupEnd; 40 readonly attribute double connectStart; 41 readonly attribute double connectEnd; 42 readonly attribute double secureConnectionStart; 43 readonly attribute double requestStart [all...] |
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Gui/ |
Gui.vert | 4 attribute vec3 inPosition;
7 attribute vec4 inColor;
11 attribute vec2 inTexCoord;
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
StdAttributeList.java | 23 * an array of {@link Attribute} objects and can be made immutable. 37 public Attribute get(int n) { 38 return (Attribute) get0(n); 54 public Attribute findFirst(String name) { 58 Attribute att = get(i); 68 public Attribute findNext(Attribute attrib) { 74 Attribute att = get(at); 86 Attribute att = get(at); 96 * Sets the attribute at the given index [all...] |
/dalvik/dx/src/com/android/dx/cf/iface/ |
StdAttributeList.java | 23 * an array of {@link Attribute} objects and can be made immutable. 37 public Attribute get(int n) { 38 return (Attribute) get0(n); 54 public Attribute findFirst(String name) { 58 Attribute att = get(i); 68 public Attribute findNext(Attribute attrib) { 74 Attribute att = get(at); 86 Attribute att = get(at); 96 * Sets the attribute at the given index [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
Attribute.java | 12 public class Attribute 19 * return an Attribute object from the given object. 24 public static Attribute getInstance( 27 if (o instanceof Attribute) 29 return (Attribute)o; 34 return new Attribute(ASN1Sequence.getInstance(o)); 40 private Attribute( 52 public Attribute( 78 * Attribute ::= SEQUENCE {
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
UIEvent.idl | 23 [InitializedByEventConstructor] readonly attribute Window? view; 24 [InitializedByEventConstructor] readonly attribute long detail; 33 readonly attribute long keyCode; 34 readonly attribute long charCode; 35 readonly attribute long layerX; 36 readonly attribute long layerY; 37 readonly attribute long pageX; 38 readonly attribute long pageY; 39 readonly attribute long which;
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/viewport/ |
viewport-136.html | 2 <title>Viewport META without content attribute.</title>
|
/external/clang/test/Parser/ |
cxx11-base-spec-attributes.cpp | 7 struct E : public [[]] virtual A {}; // expected-error {{an attribute list cannot appear here}} 8 struct F : virtual [[]] public A {}; // expected-error {{an attribute list cannot appear here}} 9 struct G : [[noreturn]] A {}; // expected-error {{'noreturn' attribute cannot be applied to a base specifier}} 10 struct H : [[unknown::foobar]] A {}; // expected-warning {{unknown attribute 'foobar' ignored}}
|
objcxx11-attributes.mm | 15 // ... but is interpreted as an attribute where possible. 16 int b[ [noreturn] ]; // expected-error {{'noreturn' attribute only applies to functions and methods}} 21 int d[ [noreturn] { return 3; } () ]; // expected-error {{expected ']'}} expected-error {{'noreturn' attribute only applies}} 32 // An attribute is OK. 34 [[int(), noreturn]]; // expected-warning {{unknown attribute 'int' ignored}} \ 35 // expected-error {{'noreturn' attribute cannot be applied to a statement}} 36 [[class, test(foo 'x' bar),,,]]; // expected-warning {{unknown attribute 'test' ignored}}\ 37 // expected-warning {{unknown attribute 'class' ignored}} 39 [[bitand, noreturn]]; // expected-error {{'noreturn' attribute cannot be applied to a statement}} \ 40 expected-warning {{unknown attribute 'bitand' ignored}} [all...] |
/external/clang/test/Sema/ |
attr-used.c | 3 extern int l0 __attribute__((used)); // expected-warning {{used attribute ignored}} 4 __private_extern__ int l1 __attribute__((used)); // expected-warning {{used attribute ignored}} 6 struct __attribute__((used)) s { // expected-warning {{'used' attribute only applies to variables and functions}} 17 int b __attribute__((used)); // expected-warning {{used attribute ignored}}
|
/external/droiddriver/src/com/google/android/droiddriver/finders/ |
ByAttribute.java | 23 * Matches UiElement by a single attribute. 26 private final Attribute attribute; field in class:ByAttribute 30 protected ByAttribute(Attribute attribute, MatchStrategy<? super T> strategy, T expected) { 31 this.attribute = checkNotNull(attribute); 38 T value = attribute.getValue(element); 44 return String.format("ByAttribute{%s %s %s}", attribute, strategy, expected);
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/ |
Particle.vert | 3 attribute vec3 inPosition;
4 attribute vec4 inColor;
5 attribute vec4 inTexCoord;
19 attribute float inSize;
|
/external/jmonkeyengine/engine/src/niftygui/Common/MatDefs/Nifty/ |
NiftyQuad.vert | 3 attribute vec4 inPosition;
|
/external/libsepol/tests/policies/test-hooks/ |
module_add_symbols.conf | 6 attribute attrib_add_1;
|