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

1 2 3 4 5 67 8 91011>>

  /external/clang/test/Sema/
mips16_attr_not_allowed.c 3 void __attribute__((nomips16)) foo32(); // expected-warning {{unknown attribute 'nomips16' ignored}}
4 void __attribute__((mips16)) foo16(); // expected-warning {{unknown attribute 'mips16' ignored}}
attr-tls_model.c 4 #error "Should support tls_model attribute"
7 int f() __attribute((tls_model("global-dynamic"))); // expected-error {{'tls_model' attribute only applies to thread-local variables}}
9 int x __attribute((tls_model("global-dynamic"))); // expected-error {{'tls_model' attribute only applies to thread-local variables}}
12 static __thread int y __attribute((tls_model("local", "dynamic"))); // expected-error {{'tls_model' attribute takes one argument}}
13 static __thread int y __attribute((tls_model(123))); // expected-error {{'tls_model' attribute requires a string}}
sentinel-attribute.c 2 int x __attribute__((sentinel)); //expected-warning{{'sentinel' attribute only applies to functions, methods and blocks}}
7 void f3(int a, ...) __attribute__ ((sentinel("hello"))); //expected-error{{'sentinel' attribute requires parameter 1 to be an integer constant}}
8 void f4(int a, ...) __attribute__ ((sentinel(1, 2, 3))); //expected-error{{attribute takes no more than 2 arguments}}
12 void f5(int a) __attribute__ ((sentinel)); //expected-warning{{'sentinel' attribute only supported for variadic functions}}
15 void f6() __attribute__((__sentinel__)); // expected-warning {{'sentinel' attribute requires named arguments}}
  /external/clang/test/SemaObjC/
attr-objc-exception.m 11 __attribute__((__objc_exception__)) // expected-error {{'__objc_exception__' attribute only applies to Objective-C interfaces}}
14 __attribute__((__objc_exception__)) // expected-error {{'__objc_exception__' attribute only applies to Objective-C interfaces}}
  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/
FXAA.vert 6 attribute vec4 inPosition;
7 attribute vec2 inTexCoord;
LightScattering.vert 4 attribute vec4 inPosition;
5 attribute vec2 inTexCoord;
  /external/oprofile/m4/
mallocattribute.m4 4 AC_MSG_CHECKING([whether malloc attribute is understood])
9 ],AC_MSG_RESULT([yes]); AC_DEFINE(MALLOC_ATTRIBUTE_OK, 1, [whether malloc attribute is understood]), AC_MSG_RESULT([no]))
  /external/libsepol/tests/policies/test-linker/
module1.conf 7 attribute g_b_attr_3;
8 attribute g_b_attr_5;
9 attribute o4_b_attr_1;
16 attribute g_m1_attr_1;
38 attribute g_m1_attr_2;
54 attribute g_m1_attr_3;
58 attribute g_m1_attr_4;
74 attribute g_b_attr_4;
75 attribute o1_b_attr_2;
81 attribute o1_m1_attr_1
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Attributes.java 38 public Attribute[] getAttributes()
40 Attribute[] rv = new Attribute[attributes.size()];
44 rv[i] = Attribute.getInstance(attributes.getObjectAt(i));
53 * SET SIZE(1..MAX) OF Attribute -- according to RFC 5652
Attribute.java 13 public class Attribute
20 * return an Attribute object from the given object.
25 public static Attribute getInstance(
28 if (o instanceof Attribute)
30 return (Attribute)o;
35 return new Attribute(ASN1Sequence.getInstance(o));
41 private Attribute(
51 public Attribute(
59 public Attribute(
85 * Attribute ::= SEQUENCE
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 11 // \brief This file implements the Attribute, AttributeImpl, AttrBuilder,
30 // Attribute Construction Methods
33 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind,
53 // Return the Attribute that we found or created.
54 return Attribute(PA);
57 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) {
73 // Return the Attribute that we found or created
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
SecurityPolicyViolationEvent.idl 29 [InitializedByEventConstructor] readonly attribute DOMString documentURI;
30 [InitializedByEventConstructor] readonly attribute DOMString referrer;
31 [InitializedByEventConstructor] readonly attribute DOMString blockedURI;
32 [InitializedByEventConstructor] readonly attribute DOMString violatedDirective;
33 [InitializedByEventConstructor] readonly attribute DOMString effectiveDirective;
34 [InitializedByEventConstructor] readonly attribute DOMString originalPolicy;
35 [InitializedByEventConstructor] readonly attribute DOMString sourceFile;
36 [InitializedByEventConstructor] readonly attribute long lineNumber;
37 [InitializedByEventConstructor] readonly attribute long columnNumber;
38 [InitializedByEventConstructor] readonly attribute long statusCode
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOutputElement.idl 26 [PutForwards=value] readonly attribute DOMSettableTokenList htmlFor;
27 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
28 [Reflect] attribute DOMString name;
30 readonly attribute DOMString type;
31 attribute DOMString defaultValue;
32 attribute DOMString value;
34 readonly attribute boolean willValidate;
35 readonly attribute ValidityState validity;
36 readonly attribute DOMString validationMessage;
40 readonly attribute NodeList labels
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.idl 40 readonly attribute unsigned short readyState;
49 readonly attribute FileError error;
50 readonly attribute long long position;
51 readonly attribute long long length;
53 attribute EventHandler onwritestart;
54 attribute EventHandler onprogress;
55 attribute EventHandler onwrite;
56 attribute EventHandler onabort;
57 attribute EventHandler onerror;
58 attribute EventHandler onwriteend
    [all...]
  /external/llvm/unittests/IR/
AttributesTest.cpp 20 Attribute AttrA = Attribute::get(C, Attribute::AlwaysInline);
21 Attribute AttrB = Attribute::get(C, Attribute::AlwaysInline);
25 AttributeSet::get(C, 1, Attribute::ZExt),
26 AttributeSet::get(C, 2, Attribute::SExt)
38 AttributeSet::get(C, 2, Attribute::ZExt),
39 AttributeSet::get(C, 1, Attribute::SExt
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/
Attributes.java 1 // Attributes.java - attribute list with Namespace support
24 * <li>by attribute index;</li>
44 * attribute's "local name" will be the prefix, or "xmlns" when
96 * Look up an attribute's Namespace URI by index.
98 * @param index The attribute index (zero-based).
108 * Look up an attribute's local name by index.
110 * @param index The attribute index (zero-based).
120 * Look up an attribute's XML qualified (prefixed) name by index.
122 * @param index The attribute index (zero-based).
132 * Look up an attribute's type by index
    [all...]
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTest.java 25 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
34 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
43 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
50 * The result of the evaluation of the systemRequired attribute.
55 * The result of the evaluation of the systemScreenSize attribute.
60 * The result of the evaluation of the systemScreenDepth attribute.
65 * The value of the systemOverdubOrSubtitle attribute.
67 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
74 * The value of the systemAudioDesc attribute.
76 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/schema/
clientAction.exsd 15 <attribute name="class" type="string" use="required">
21 <meta.attribute kind="java" basedOn=":com.android.ide.eclipse.ddms.IClientAction"/>
24 </attribute>
38 <attribute name="point" type="string" use="required">
44 </attribute>
45 <attribute name="id" type="string">
51 </attribute>
52 <attribute name="name" type="string">
58 <meta.attribute translatable="true"/>
61 </attribute>
    [all...]
debuggerConnector.exsd 17 <attribute name="class" type="string" use="required">
23 <meta.attribute kind="java" basedOn=":com.android.ide.eclipse.ddms.IDebuggerConnector"/>
26 </attribute>
40 <attribute name="point" type="string" use="required">
46 </attribute>
47 <attribute name="id" type="string">
53 </attribute>
54 <attribute name="name" type="string">
60 <meta.attribute translatable="true"/>
63 </attribute>
    [all...]
sourceRevealer.exsd 17 <attribute name="class" type="string" use="required">
23 <meta.attribute kind="java" basedOn=":com.android.ide.eclipse.ddms.ISourceRevealer"/>
26 </attribute>
40 <attribute name="point" type="string" use="required">
46 </attribute>
47 <attribute name="id" type="string">
53 </attribute>
54 <attribute name="name" type="string">
60 <meta.attribute translatable="true"/>
63 </attribute>
    [all...]
toolsLocator.exsd 15 <attribute name="class" type="string" use="required">
21 <meta.attribute kind="java" basedOn=":com.android.ide.eclipse.ddms.IToolsLocator"/>
24 </attribute>
38 <attribute name="point" type="string" use="required">
44 </attribute>
45 <attribute name="id" type="string">
51 </attribute>
52 <attribute name="name" type="string">
58 <meta.attribute translatable="true"/>
61 </attribute>
    [all...]
traceviewLauncher.exsd 15 <attribute name="class" type="string" use="required">
20 <meta.attribute kind="java" basedOn=":com.android.ide.eclipse.ddms.ITraceviewLauncher"/>
23 </attribute>
37 <attribute name="point" type="string" use="required">
42 </attribute>
43 <attribute name="id" type="string">
48 </attribute>
49 <attribute name="name" type="string">
54 <meta.attribute translatable="true"/>
57 </attribute>
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateSchema.xsd 187 so that the add element's use attribute may be animated to change the
188 element it refers to. Setting the mode attribute to "immediate" causes the
190 The move and replace elements are not affected by the mode attribute;
299 The values for the strokeCap attribute.
730 <!-- @attribute E The value 2.718281828. -->
731 <xs:attribute name="E" type="Sk:Float"/>
732 <!-- @attribute LN10 The value 2.302585093. -->
733 <xs:attribute name="LN10" type="Sk:Float"/>
734 <!-- @attribute LN2 The value 0.693147181. -->
735 <xs:attribute name="LN2" type="Sk:Float"/
    [all...]
  /external/skia/src/animator/
SkAnimateSchema.xsd 187 so that the add element's use attribute may be animated to change the
188 element it refers to. Setting the mode attribute to "immediate" causes the
190 The move and replace elements are not affected by the mode attribute;
299 The values for the strokeCap attribute.
730 <!-- @attribute E The value 2.718281828. -->
731 <xs:attribute name="E" type="Sk:Float"/>
732 <!-- @attribute LN10 The value 2.302585093. -->
733 <xs:attribute name="LN10" type="Sk:Float"/>
734 <!-- @attribute LN2 The value 0.693147181. -->
735 <xs:attribute name="LN2" type="Sk:Float"/
    [all...]
  /cts/tools/tradefed-host/res/report/
cts_result.xsd 31 <xs:attribute name="starttime" type="xs:string"/>
32 <xs:attribute name="endtime" type="xs:string"/>
33 <xs:attribute name="testPlan" type="xs:string"/>
34 <xs:attribute name="version" type="xs:string"/>
35 <xs:attribute name="suite" type="xs:string"/>
43 <xs:attribute name="screen_size" type="xs:string"/>
44 <xs:attribute name="resolution" type="xs:string"/>
45 <xs:attribute name="screen_density" type="xs:decimal"/>
46 <xs:attribute name="screen_density_bucket" type="xs:string"/>
51 <xs:attribute name="subscriberId" type="xs:string"/
    [all...]

Completed in 289 milliseconds

1 2 3 4 5 67 8 91011>>