OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attribute
(Results
351 - 375
of
7894
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ClassAttributeDescriptor.java
28
* Describes an XML
attribute
representing a class name.
46
* by the
attribute
.
47
* @param xmlLocalName The XML name of the
attribute
(case sensitive, with android: prefix).
48
* @param nsUri The URI of the
attribute
. Can be null if
attribute
has no namespace.
50
* @param attrInfo The {@link IAttributeInfo} of this
attribute
. Can't be null.
51
* @param mandatory indicates if the class
attribute
is mandatory.
70
* by the
attribute
.
73
* @param xmlLocalName The XML local name of the
attribute
(case sensitive).
74
* @param nsUri The URI of the
attribute
. Can be null if attribute has no namespace
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestPartialInterface.idl
34
static readonly
attribute
long supplementalStaticReadOnlyAttr;
35
static
attribute
DOMString supplementalStaticAttr;
36
readonly
attribute
DOMString supplementalStr1;
37
attribute
DOMString supplementalStr2;
38
[Custom]
attribute
DOMString supplementalStr3;
39
attribute
Node supplementalNode;
49
[RuntimeEnabled=Condition13]
attribute
Node Node13;
50
[PerContextEnabled=Condition14]
attribute
Node Node14;
51
[RuntimeEnabled=Condition15, PerContextEnabled=Condition16]
attribute
Node Node15;
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.idl
42
readonly
attribute
unsigned short readyState;
53
[Custom=Getter] readonly
attribute
object result;
55
readonly
attribute
FileError error;
57
attribute
EventHandler onloadstart;
58
attribute
EventHandler onprogress;
59
attribute
EventHandler onload;
60
attribute
EventHandler onabort;
61
attribute
EventHandler onerror;
62
attribute
EventHandler onloadend;
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.idl
29
[Reflect]
attribute
unsigned long width;
30
[Reflect]
attribute
unsigned long height;
31
readonly
attribute
unsigned long videoWidth;
32
readonly
attribute
unsigned long videoHeight;
33
[Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds]
attribute
DOMString poster;
35
[MeasureAs=PrefixedVideoSupportsFullscreen] readonly
attribute
boolean webkitSupportsFullscreen;
36
[MeasureAs=PrefixedVideoDisplayingFullscreen] readonly
attribute
boolean webkitDisplayingFullscreen;
47
[MeasureAs=PrefixedVideoDecodedFrameCount] readonly
attribute
unsigned long webkitDecodedFrameCount;
51
[MeasureAs=PrefixedVideoDroppedFrameCount] readonly
attribute
unsigned long webkitDroppedFrameCount;
HTMLHRElement.idl
21
[Reflect]
attribute
DOMString align;
22
[Reflect]
attribute
DOMString color;
23
[Reflect]
attribute
boolean noShade;
24
[Reflect]
attribute
DOMString size;
25
[Reflect]
attribute
DOMString width;
HTMLStyleElement.idl
22
attribute
boolean disabled;
23
[RuntimeEnabled=StyleScoped]
attribute
boolean scoped;
24
[Reflect]
attribute
DOMString media;
25
[Reflect]
attribute
DOMString type;
28
readonly
attribute
StyleSheet sheet;
HTMLTableSectionElement.idl
22
[Reflect]
attribute
DOMString align;
23
[Reflect=char]
attribute
DOMString ch;
24
[Reflect=charoff]
attribute
DOMString chOff;
25
[Reflect]
attribute
DOMString vAlign;
26
readonly
attribute
HTMLCollection rows;
/external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.cpp
26
Attribute
.clear();
36
Attribute
.push_back(DWARFAttribute(attr, form));
58
for (unsigned i = 0, e =
Attribute
.size(); i != e; ++i) {
60
const char *attrString = AttributeString(
Attribute
[i].getAttribute());
64
OS << format("DW_AT_Unknown_%x",
Attribute
[i].getAttribute());
66
const char *formString = FormEncodingString(
Attribute
[i].getForm());
70
OS << format("DW_FORM_Unknown_%x",
Attribute
[i].getForm());
78
for (uint32_t i = 0, e =
Attribute
.size(); i != e; ++i) {
79
if (
Attribute
[i].getAttribute() == attr)
/frameworks/base/core/java/android/content/res/
TypedArray.java
83
* Retrieve the styled string value for the
attribute
at <var>index</var>.
85
* @param index Index of
attribute
to retrieve.
88
* null if the
attribute
is not defined.
111
* Retrieve the string value for the
attribute
at <var>index</var>.
113
* @param index Index of
attribute
to retrieve.
116
* removed. Returns null if the
attribute
is not defined.
140
* Retrieve the string value for the
attribute
at <var>index</var>, but
147
* @param index Index of
attribute
to retrieve.
150
* removed. Returns null if the
attribute
is not defined or is not
169
* Retrieve the string value for the
attribute
at <var>index</var> that i
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/rop/
BaseAttribute.java
21
* Base implementation of {@link
Attribute
}, which directly stores
22
* the
attribute
name but leaves the rest up to subclasses.
24
public abstract class BaseAttribute implements
Attribute
{
25
/** {@code non-null;}
attribute
name */
31
* @param name {@code non-null;}
attribute
name
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFullscreen.idl
23
[RuntimeEnabled=Fullscreen] readonly
attribute
boolean webkitIsFullScreen;
24
[RuntimeEnabled=Fullscreen] readonly
attribute
boolean webkitFullScreenKeyboardInputAllowed;
25
[RuntimeEnabled=Fullscreen] readonly
attribute
Element webkitCurrentFullScreenElement;
29
[RuntimeEnabled=Fullscreen] readonly
attribute
boolean webkitFullscreenEnabled;
30
[RuntimeEnabled=Fullscreen] readonly
attribute
Element webkitFullscreenElement;
TreeWalker.idl
25
readonly
attribute
Node root;
26
readonly
attribute
unsigned long whatToShow;
27
readonly
attribute
NodeFilter filter;
28
readonly
attribute
boolean expandEntityReferences;
29
[RaisesException=Setter]
attribute
Node currentNode;
/external/chromium_org/third_party/WebKit/Source/core/events/
MutationEvent.idl
28
readonly
attribute
Node relatedNode;
29
readonly
attribute
DOMString prevValue;
30
readonly
attribute
DOMString newValue;
31
readonly
attribute
DOMString attrName;
32
readonly
attribute
unsigned short attrChange;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
AtomicHTMLToken.h
30
#include "core/dom/
Attribute
.h"
68
Attribute
* getAttributeItem(const QualifiedName& attributeName)
74
Vector<
Attribute
>& attributes()
80
const Vector<
Attribute
>& attributes() const
165
for (Vector<CompactHTMLToken::
Attribute
>::const_iterator it = token.attributes().begin(); it != token.attributes().end(); ++it) {
169
m_attributes.append(
Attribute
(name, it->value));
189
AtomicHTMLToken(HTMLToken::Type type, const AtomicString& name, const Vector<
Attribute
>& attributes = Vector<
Attribute
>())
202
QualifiedName nameForAttribute(const HTMLToken::
Attribute
&) const;
220
Vector<
Attribute
> m_attributes
232
const HTMLToken::Attribute&
attribute
=
attribute
s[i];
local
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDiffuseLightingElement.idl
27
readonly
attribute
SVGAnimatedString in1;
28
readonly
attribute
SVGAnimatedNumber surfaceScale;
29
readonly
attribute
SVGAnimatedNumber diffuseConstant;
30
readonly
attribute
SVGAnimatedNumber kernelUnitLengthX;
31
readonly
attribute
SVGAnimatedNumber kernelUnitLengthY;
SVGFEDropShadowElement.idl
21
readonly
attribute
SVGAnimatedString in1;
22
readonly
attribute
SVGAnimatedNumber dx;
23
readonly
attribute
SVGAnimatedNumber dy;
24
readonly
attribute
SVGAnimatedNumber stdDeviationX;
25
readonly
attribute
SVGAnimatedNumber stdDeviationY;
SVGFilterPrimitiveStandardAttributes.idl
31
readonly
attribute
SVGAnimatedLength x;
32
readonly
attribute
SVGAnimatedLength y;
33
readonly
attribute
SVGAnimatedLength width;
34
readonly
attribute
SVGAnimatedLength height;
35
readonly
attribute
SVGAnimatedString result;
SVGImageElement.idl
27
readonly
attribute
SVGAnimatedLength x;
28
readonly
attribute
SVGAnimatedLength y;
29
readonly
attribute
SVGAnimatedLength width;
30
readonly
attribute
SVGAnimatedLength height;
31
readonly
attribute
SVGAnimatedPreserveAspectRatio preserveAspectRatio;
SVGTextPositioningElement.idl
27
readonly
attribute
SVGAnimatedLengthList x;
28
readonly
attribute
SVGAnimatedLengthList y;
29
readonly
attribute
SVGAnimatedLengthList dx;
30
readonly
attribute
SVGAnimatedLengthList dy;
31
readonly
attribute
SVGAnimatedNumberList rotate;
SVGZoomEvent.idl
27
readonly
attribute
SVGRect zoomRectScreen;
28
readonly
attribute
float previousScale;
29
[Immutable] readonly
attribute
SVGPoint previousTranslate;
30
readonly
attribute
float newScale;
31
[Immutable] readonly
attribute
SVGPoint newTranslate;
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
Gamepad.idl
29
readonly
attribute
DOMString id;
30
readonly
attribute
unsigned long index;
31
readonly
attribute
unsigned long long timestamp;
32
readonly
attribute
float[] axes;
33
readonly
attribute
float[] buttons;
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCStatsReport.idl
28
readonly
attribute
Date timestamp;
29
readonly
attribute
DOMString id;
30
readonly
attribute
DOMString type;
34
readonly
attribute
RTCStatsReport local;
35
readonly
attribute
RTCStatsReport remote;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisVoice.idl
30
readonly
attribute
DOMString voiceURI;
31
readonly
attribute
DOMString name;
32
readonly
attribute
DOMString lang;
33
readonly
attribute
boolean localService;
34
[ImplementedAs=isDefault] readonly
attribute
boolean default;
/external/chromium_org/third_party/angle/extensions/
EGL_ANGLE_query_surface_pointer.txt
51
EGLint
attribute
,
61
attribute
associated with an EGLSurface" in section 3.5.6,
64
"If the
attribute
type in table 3.5 is 'pointer', then
71
EGLint
attribute
,
76
If an
attribute
queried via eglQuerySurfacePointerANGLE is not
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
GBuf.vert
15
attribute
vec3 inPosition;
16
attribute
vec2 inTexCoord;
17
attribute
vec3 inNormal;
20
attribute
vec3 inTangent;
25
attribute
vec4 inColor;
Completed in 1337 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>