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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/device/test/data/bluetooth/
invalid_uuid.xml 3 <attribute id="0x0001">
7 </attribute>
uppercase_uuid.xml 3 <attribute id="0x0001">
7 </attribute>
  /external/clang/test/Index/
index-attrs.m 13 // CHECK: <attribute>: attribute(iboutletcollection)= [IBOutletCollection=ObjCInterface]
15 // CHECK: <attribute>: attribute(annotate)=anno
16 // CHECK: <getter>: kind: objc-instance-method | name: prop | {{.*}} <attribute>: attribute(annotate)=anno
17 // CHECK: <setter>: kind: objc-instance-method | name: setProp: | {{.*}} <attribute>: attribute(annotate)=anno
  /external/clang/test/Sema/
attr-unknown.c 3 int x __attribute__((foobar)); // expected-warning {{unknown attribute 'foobar' ignored}}
4 void z() __attribute__((bogusattr)); // expected-warning {{unknown attribute 'bogusattr' ignored}}
attr-returns-twice.c 3 int a __attribute__((returns_twice)); // expected-warning {{'returns_twice' attribute only applies to functions}}
10 void t2() __attribute__((returns_twice(2))); // expected-error {{'returns_twice' attribute takes no arguments}}
12 typedef void (*t3)(void) __attribute__((returns_twice)); // expected-warning {{'returns_twice' attribute only applies to functions}}
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
Deferred.vert 3 attribute vec3 inPosition;
4 attribute vec2 inTexCoord;
  /external/jmonkeyengine/engine/src/niftygui/Common/MatDefs/Nifty/
NiftyTex.vert 3 attribute vec4 inPosition;
4 attribute vec2 inTexCoord;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
TypeConversions.idl 28 attribute long testLong;
29 [EnforceRange, ImplementedAs=testLong] attribute long testEnforceRangeLong;
30 attribute unsigned long testUnsignedLong;
31 [EnforceRange, ImplementedAs=testUnsignedLong] attribute unsigned long testEnforceRangeUnsignedLong;
33 attribute long long testLongLong;
34 [EnforceRange, ImplementedAs=testLongLong] attribute long long testEnforceRangeLongLong;
35 attribute unsigned long long testUnsignedLongLong;
36 [EnforceRange, ImplementedAs=testUnsignedLongLong] attribute unsigned long long testEnforceRangeUnsignedLongLong;
38 attribute byte testByte;
39 [EnforceRange, ImplementedAs=testByte] attribute byte testEnforceRangeByte
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.idl 32 attribute SpeechGrammarList grammars;
33 attribute DOMString lang;
34 attribute boolean continuous;
35 attribute boolean interimResults;
36 attribute unsigned long maxAlternatives;
42 attribute EventHandler onaudiostart;
43 attribute EventHandler onsoundstart;
44 attribute EventHandler onspeechstart;
45 attribute EventHandler onspeechend;
46 attribute EventHandler onsoundend
    [all...]
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/
Unshaded.vert 2 attribute vec3 inPosition;
9 attribute vec2 inTexCoord;
14 attribute vec2 inTexCoord2;
19 attribute vec4 inColor;
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
UnshadedArray.vert 2 attribute vec3 inPosition;
9 attribute vec3 inTexCoord;
14 attribute vec3 inTexCoord2;
19 attribute vec4 inColor;
  /external/libsepol/tests/policies/test-deps/
modreq-attr-opt.conf 12 attribute attr_req;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Touch.idl 27 readonly attribute long clientX;
28 readonly attribute long clientY;
29 readonly attribute long screenX;
30 readonly attribute long screenY;
31 readonly attribute long pageX;
32 readonly attribute long pageY;
33 readonly attribute EventTarget target;
34 readonly attribute unsigned long identifier;
35 readonly attribute long webkitRadiusX;
36 readonly attribute long webkitRadiusY
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.idl 22 [Reflect] attribute DOMString charset;
23 [Reflect] attribute DOMString coords;
24 [Reflect] attribute DOMString download;
25 [Reflect] attribute DOMString hreflang;
26 [Reflect] attribute DOMString name;
27 [Reflect] attribute DOMString ping;
28 [Reflect] attribute DOMString rel;
29 [Reflect] attribute DOMString rev;
30 [Reflect] attribute DOMString shape;
31 [Reflect] attribute DOMString target
    [all...]
HTMLBodyElement.idl 22 [Reflect, TreatNullAs=NullString] attribute DOMString aLink;
23 [Reflect] attribute DOMString background;
24 [Reflect, TreatNullAs=NullString] attribute DOMString bgColor;
25 [Reflect, TreatNullAs=NullString] attribute DOMString link;
26 [Reflect, TreatNullAs=NullString] attribute DOMString text;
27 [Reflect, TreatNullAs=NullString] attribute DOMString vLink;
29 [Conditional=ORIENTATION_EVENTS] attribute EventHandler onorientationchange;
32 attribute EventHandler onblur;
33 attribute EventHandler onerror;
34 attribute EventHandler onfocus
    [all...]
HTMLLinkElement.idl 23 [Reflect] attribute boolean disabled;
24 [Reflect] attribute DOMString charset;
25 [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString href;
26 [Reflect] attribute DOMString hreflang;
27 [Reflect] attribute DOMString media;
28 [Reflect] attribute DOMString rel;
29 [Reflect] attribute DOMString rev;
30 [PutForwards=value] readonly attribute DOMSettableTokenList sizes;
31 [Reflect] attribute DOMString target;
32 [Reflect] attribute DOMString type
    [all...]
HTMLElement.idl 24 [Reflect] attribute DOMString title;
25 [Reflect] attribute DOMString lang;
26 attribute boolean translate;
27 [Reflect] attribute DOMString dir;
29 [CustomElementCallbacks] attribute long tabIndex;
30 [CustomElementCallbacks] attribute boolean draggable;
31 [Reflect, TreatNullAs=NullString] attribute DOMString webkitdropzone;
32 [Reflect] attribute boolean hidden;
33 [Reflect] attribute DOMString accessKey;
36 [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter, MeasureAs=HTMLElementInnerText] attribute DOMString innerText
    [all...]
  /external/icu4c/test/perf/
icuperf2report.xsl 15 <xsl:attribute name="duration">
17 </xsl:attribute>
18 <xsl:attribute name="status">success</xsl:attribute>
19 <xsl:attribute name="name">
21 </xsl:attribute>
22 <xsl:attribute name="fixture">
23 </xsl:attribute>
24 <xsl:attribute name="file">source/test/perf</xsl:attribute>
    [all...]
  /external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/
HeightBasedTerrain.vert 8 attribute vec4 inTexCoord;
9 attribute vec3 inNormal;
10 attribute vec3 inPosition;
Terrain.vert 3 attribute vec3 inPosition;
4 attribute vec3 inNormal;
5 attribute vec2 inTexCoord;
  /external/clang/test/Parser/
cxx0x-attributes.cpp 40 const [[]] int between_attr_2 = 0; // expected-error {{an attribute list cannot appear here}}
44 int & [[unknown]] ref_attr_2 = after_attr; // expected-warning {{unknown attribute 'unknown' ignored}}
45 int & [[noreturn]] ref_attr_3 = after_attr; // expected-error {{'noreturn' attribute cannot be applied to types}}
49 [[test::valid(for 42 [very] **** '+' symbols went on a trip and had a "good"_time; the end.)]] int garbage_attr; // expected-warning {{unknown attribute 'valid' ignored}}
50 [[,,,static, class, namespace,, inline, constexpr, mutable,, bitand, bitor::compl(!.*_ Cx.!U^*R),,,]] int more_garbage_attr; // expected-warning {{unknown attribute 'static' ignored}} \
51 // expected-warning {{unknown attribute 'class' ignored}} \
52 // expected-warning {{unknown attribute 'namespace' ignored}} \
53 // expected-warning {{unknown attribute 'inline' ignored}} \
54 // expected-warning {{unknown attribute 'constexpr' ignored}} \
55 // expected-warning {{unknown attribute 'mutable' ignored}}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_attributes.py 44 def generate_attribute(interface, attribute):
45 idl_type = attribute.idl_type
46 extended_attributes = attribute.extended_attributes
57 has_custom_setter = (not attribute.is_read_only and
67 attribute.name == 'onerror'):
71 'access_control_list': access_control_list(attribute),
72 'activity_logging_world_list_for_getter': v8_utilities.activity_logging_world_list(attribute, 'Getter'), # [ActivityLogging]
73 'activity_logging_world_list_for_setter': v8_utilities.activity_logging_world_list(attribute, 'Setter'), # [ActivityLogging]
75 'conditional_string': v8_utilities.conditional_string(attribute),
77 if is_constructor_attribute(attribute) else None
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceTiming.idl 33 readonly attribute unsigned long long navigationStart;
34 readonly attribute unsigned long long unloadEventStart;
35 readonly attribute unsigned long long unloadEventEnd;
36 readonly attribute unsigned long long redirectStart;
37 readonly attribute unsigned long long redirectEnd;
38 readonly attribute unsigned long long fetchStart;
39 readonly attribute unsigned long long domainLookupStart;
40 readonly attribute unsigned long long domainLookupEnd;
41 readonly attribute unsigned long long connectStart;
42 readonly attribute unsigned long long connectEnd
    [all...]
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILMediaElement.java 22 * See the abstract attribute from .
24 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
31 * See the alt attribute from .
33 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
40 * See the author attribute from .
42 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
49 * See the clipBegin attribute from .
51 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
58 * See the clipEnd attribute from .
60 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannel.idl 28 readonly attribute DOMString label;
31 readonly attribute boolean reliable;
33 readonly attribute boolean ordered;
34 readonly attribute unsigned short maxRetransmitTime;
35 readonly attribute unsigned short maxRetransmits;
36 readonly attribute DOMString protocol;
37 readonly attribute boolean negotiated;
38 readonly attribute unsigned short id;
40 readonly attribute DOMString readyState;
41 readonly attribute unsigned long bufferedAmount
    [all...]

Completed in 676 milliseconds

1 23 4 5 6 7 8 91011>>