HomeSort by relevance Sort by last modified time
    Searched full:reflect (Results 1 - 25 of 3304) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLObjectElement.idl 25 [Reflect] attribute DOMString code;
26 [Reflect] attribute DOMString align;
27 [Reflect] attribute DOMString archive;
28 [Reflect, TreatNullAs=NullString] attribute DOMString border;
29 [Reflect, URL] attribute DOMString codeBase;
30 [Reflect] attribute DOMString codeType;
31 [Reflect, URL, LogActivity=SetterOnly] attribute DOMString data;
32 [Reflect] attribute boolean declare;
33 [Reflect] attribute DOMString height;
34 [Reflect] attribute long hspace
    [all...]
HTMLIFrameElement.idl 22 [Reflect] attribute DOMString align;
23 [Reflect] attribute DOMString frameBorder;
24 [Reflect] attribute DOMString height;
25 [Reflect, URL] attribute DOMString longDesc;
26 [Reflect, TreatNullAs=NullString] attribute DOMString marginHeight;
27 [Reflect, TreatNullAs=NullString] attribute DOMString marginWidth;
28 [Reflect] attribute DOMString name;
29 [Reflect, TreatNullAs=NullString] attribute DOMString sandbox;
30 [Reflect] attribute DOMString scrolling;
31 [Reflect, URL, LogActivity=SetterOnly, LogPreviousValue] attribute DOMString src
    [all...]
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...]
HTMLTableCellElement.idl 23 [Reflect] attribute DOMString abbr;
24 [Reflect] attribute DOMString align;
25 [Reflect] attribute DOMString axis;
26 [Reflect, TreatNullAs=NullString] attribute DOMString bgColor;
27 [Reflect=char] attribute DOMString ch;
28 [Reflect=charoff] attribute DOMString chOff;
30 [Reflect, TreatNullAs=NullString] attribute DOMString headers;
31 [Reflect] attribute DOMString height;
32 [Reflect] attribute boolean noWrap;
34 [Reflect] attribute DOMString scope
    [all...]
HTMLAppletElement.idl 24 [Reflect] attribute DOMString align;
25 [Reflect] attribute DOMString alt;
26 [Reflect] attribute DOMString archive;
27 [Reflect] attribute DOMString code;
28 [Reflect, URL] attribute DOMString codeBase;
29 [Reflect] attribute DOMString height;
30 [Reflect] attribute unsigned long hspace;
31 [Reflect] attribute DOMString name;
32 [Reflect, URL] attribute DOMString _object; // "object" is a reserved word
33 [Reflect] attribute unsigned long vspace
    [all...]
HTMLLinkElement.idl 23 [Reflect] attribute boolean disabled;
24 [Reflect] attribute DOMString charset;
25 [Reflect, URL, LogActivity=SetterOnly] attribute DOMString href;
26 [Reflect, ReflectOnly="anonymous"|"use-credentials", ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString crossOrigin;
27 [Reflect] attribute DOMString hreflang;
28 [Reflect] attribute DOMString media;
29 [Reflect] attribute DOMString rel;
30 [Reflect] attribute DOMString rev;
32 [Reflect] attribute DOMString target;
33 [Reflect] attribute DOMString type
    [all...]
HTMLInputElement.idl 25 [Reflect] attribute DOMString accept;
26 [Reflect] attribute DOMString align;
27 [Reflect] attribute DOMString alt;
28 [Reflect] attribute DOMString autocomplete;
29 [Reflect] attribute boolean autofocus;
30 [Reflect=checked] attribute boolean defaultChecked;
32 [Reflect] attribute DOMString dirName;
33 [Reflect] attribute boolean disabled;
38 [Reflect, URL, LogActivity=SetterOnly] attribute DOMString formAction;
41 [Reflect] attribute boolean formNoValidate
    [all...]
HTMLScriptElement.idl 22 [Reflect=for] attribute DOMString htmlFor;
23 [Reflect] attribute DOMString event;
24 [Reflect] attribute DOMString charset;
26 [Reflect] attribute boolean defer;
27 [Reflect, URL, LogActivity=SetterOnly] attribute DOMString src;
28 [Reflect] attribute DOMString type;
29 [Reflect, ReflectOnly="anonymous"|"use-credentials", ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString crossOrigin;
30 [Reflect, RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] attribute DOMString nonce;
32 [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
HTMLImageElement.idl 27 [Reflect] attribute DOMString align;
28 [Reflect] attribute DOMString alt;
29 [Reflect, TreatNullAs=NullString] attribute DOMString border;
31 [Reflect, ReflectOnly="anonymous"|"use-credentials", ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString crossOrigin;
33 [Reflect] attribute long hspace;
34 [Reflect] attribute boolean isMap;
35 [Reflect, URL, LogActivity=SetterOnly] attribute DOMString longDesc;
36 [Reflect, URL, LogActivity=SetterOnly] attribute DOMString lowsrc;
37 [Reflect] attribute DOMString name;
40 [Reflect, URL, LogActivity=SetterOnly] attribute DOMString src
    [all...]
HTMLFrameElement.idl 23 [Reflect] attribute DOMString frameBorder;
24 [Reflect, URL] attribute DOMString longDesc;
25 [Reflect, TreatNullAs=NullString] attribute DOMString marginHeight;
26 [Reflect, TreatNullAs=NullString] attribute DOMString marginWidth;
27 [Reflect] attribute DOMString name;
28 [Reflect] attribute boolean noResize;
29 [Reflect] attribute DOMString scrolling;
30 [Reflect, URL, LogActivity=SetterOnly] attribute DOMString src;
HTMLMarqueeElement.idl 24 [Reflect] attribute DOMString behavior;
25 [Reflect] attribute DOMString bgColor;
26 [Reflect] attribute DOMString direction;
27 [Reflect] attribute DOMString height;
28 [Reflect] attribute unsigned long hspace;
32 [Reflect] attribute boolean trueSpeed;
33 [Reflect] attribute unsigned long vspace;
34 [Reflect] attribute DOMString width;
HTMLButtonElement.idl 22 [Reflect] attribute boolean autofocus;
23 [Reflect] attribute boolean disabled;
25 [Reflect, URL, LogActivity=SetterOnly] attribute DOMString formAction;
28 [Reflect] attribute boolean formNoValidate;
29 [Reflect] attribute DOMString formTarget;
30 [Reflect] attribute DOMString name;
32 [Reflect] attribute DOMString value;
HTMLEmbedElement.idl 24 [Reflect] attribute DOMString align;
25 [Reflect] attribute DOMString height;
26 [Reflect] attribute DOMString name;
27 [Reflect, URL, LogActivity=SetterOnly, LogPreviousValue] attribute DOMString src;
28 [Reflect] attribute DOMString type;
29 [Reflect] attribute DOMString width;
37 [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
HTMLTableElement.idl 28 [Reflect] attribute DOMString align;
29 [Reflect, TreatNullAs=NullString] attribute DOMString bgColor;
30 [Reflect] attribute DOMString border;
31 [Reflect, TreatNullAs=NullString] attribute DOMString cellPadding;
32 [Reflect, TreatNullAs=NullString] attribute DOMString cellSpacing;
34 [Reflect] attribute DOMString frame;
36 [Reflect] attribute DOMString rules;
37 [Reflect] attribute DOMString summary;
38 [Reflect] attribute DOMString width;
HTMLTextAreaElement.idl 23 [Reflect] attribute boolean autofocus;
25 [Reflect] attribute DOMString dirName;
26 [Reflect] attribute boolean disabled;
29 [Reflect] attribute DOMString name;
30 [Reflect] attribute DOMString placeholder;
31 [Reflect] attribute boolean readOnly;
32 [Reflect] attribute boolean required;
34 [Reflect] attribute DOMString wrap;
35 [RuntimeEnabled=InputModeAttribute, Reflect] attribute DOMString inputMode;
HTMLParamElement.idl 21 [Reflect] attribute DOMString name;
22 [Reflect] attribute DOMString type;
23 [Reflect] attribute DOMString value;
24 [Reflect] attribute DOMString valueType;
HTMLAreaElement.idl 22 [Reflect] attribute DOMString alt;
23 [Reflect] attribute DOMString coords;
24 [Reflect] attribute boolean noHref;
25 [Reflect] attribute DOMString ping;
26 [Reflect] attribute DOMString shape;
27 [Reflect] attribute DOMString target;
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;
HTMLFormElement.idl 24 [Reflect=accept_charset] attribute DOMString acceptCharset;
25 [Reflect, URL, LogActivity=SetterOnly] attribute DOMString action;
26 [Reflect, ReflectOnly="on"|"off", ReflectMissing="on", ReflectInvalid="on"] attribute DOMString autocomplete;
30 [Reflect] attribute DOMString name;
31 [Reflect] attribute boolean noValidate;
32 [Reflect] attribute DOMString target;
HTMLTrackElement.idl 28 [Reflect, URL, LogActivity=SetterOnly] attribute DOMString src;
29 [Reflect] attribute DOMString srclang;
30 [Reflect] attribute DOMString label;
31 [Reflect] attribute boolean default;
36 // Reflect is used for ERROR because it conflicts with a windows define.
37 [Reflect=TRACK_ERROR] const unsigned short ERROR = 3;
42 [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
MalformedParameterizedTypeExceptionTests.java 1 package org.apache.harmony.tests.java.lang.reflect;
3 import java.lang.reflect.Constructor;
4 import java.lang.reflect.MalformedParameterizedTypeException;
5 import java.lang.reflect.Modifier;
10 * java.lang.reflect.MalformedParameterizedTypeException#MalformedParameterizedTypeException()
UndeclaredThrowableExceptionTests.java 1 package org.apache.harmony.tests.java.lang.reflect;
6 import java.lang.reflect.UndeclaredThrowableException;
13 * java.lang.reflect.UndeclaredThrowableException#getCause()
22 * java.lang.reflect.UndeclaredThrowableException#getUndeclaredThrowable()
32 * java.lang.reflect.UndeclaredThrowableException#UndeclaredThrowableException(java.lang.Throwable)
43 * java.lang.reflect.UndeclaredThrowableException#UndeclaredThrowableException(java.lang.Throwable, java.lang.String)
  /external/javassist/sample/reflect/
Main.java 1 package sample.reflect;
3 import javassist.tools.reflect.Loader;
17 % java javassist.tools.reflect.Loader sample.reflect.Main Joe
21 % java sample.reflect.Person Joe
26 cl.makeReflective("sample.reflect.Person",
27 "sample.reflect.VerboseMetaobj",
28 "javassist.tools.reflect.ClassMetaobject");
30 cl.run("sample.reflect.Person", args);
  /external/llvm/test/CodeGen/NVPTX/
nvvm-reflect.ll 1 ; RUN: opt < %s -S -nvvm-reflect -nvvm-reflect-list USE_MUL=0 -O2 | FileCheck %s --check-prefix=USE_MUL_0
2 ; RUN: opt < %s -S -nvvm-reflect -nvvm-reflect-list USE_MUL=1 -O2 | FileCheck %s --check-prefix=USE_MUL_1
15 %reflect = tail call i32 @__nvvm_reflect(i8* %ptr)
16 %cmp = icmp ugt i32 %reflect, 0
36 declare i32 @llvm.nvvm.reflect.p0i8(i8*)
41 ; USE_MUL_0-NOT: call i32 @llvm.nvvm.reflect
43 ; USE_MUL_1-NOT: call i32 @llvm.nvvm.reflect
46 %reflect = tail call i32 @llvm.nvvm.reflect.p0i8(i8* %ptr
    [all...]
  /external/junit/src/org/junit/runners/model/
NoGenericTypeParametersValidator.java 3 import java.lang.reflect.GenericArrayType;
4 import java.lang.reflect.Method;
5 import java.lang.reflect.ParameterizedType;
6 import java.lang.reflect.Type;
7 import java.lang.reflect.TypeVariable;
8 import java.lang.reflect.WildcardType;

Completed in 5174 milliseconds

1 2 3 4 5 6 7 8 91011>>