OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readonly
(Results
101 - 125
of
1957
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Transforms/SimplifyLibCalls/
2008-05-19-memcmp.ll
6
declare i32 @memcmp(i8*, i8*, i32) nounwind
readonly
11
%tmp5 = call i32 @memcmp( i8* %tmp4, i8* getelementptr ([5 x i8]* @_2E_str, i32 0, i32 0), i32 4 ) nounwind
readonly
; <i32> [#uses=1]
/external/webkit/Source/WebCore/html/
HTMLSelectElement.idl
27
readonly
attribute DOMString type;
33
readonly
attribute long length;
38
readonly
attribute HTMLFormElement form;
39
readonly
attribute ValidityState validity;
40
readonly
attribute boolean willValidate;
41
readonly
attribute DOMString validationMessage;
46
readonly
attribute HTMLOptionsCollection options;
69
readonly
attribute NodeList labels;
HTMLFieldSetElement.idl
23
readonly
attribute HTMLFormElement form;
24
readonly
attribute ValidityState validity;
25
readonly
attribute boolean willValidate;
26
readonly
attribute DOMString validationMessage;
HTMLFrameElement.idl
35
readonly
attribute [CheckFrameSecurity] Document contentDocument;
38
readonly
attribute DOMWindow contentWindow;
49
readonly
attribute long width;
50
readonly
attribute long height;
/external/webkit/Source/WebCore/page/
DOMSelection.idl
35
readonly
attribute Node anchorNode;
36
readonly
attribute long anchorOffset;
37
readonly
attribute Node focusNode;
38
readonly
attribute long focusOffset;
40
readonly
attribute boolean isCollapsed;
41
readonly
attribute long rangeCount;
68
readonly
attribute Node baseNode;
69
readonly
attribute long baseOffset;
70
readonly
attribute Node extentNode;
71
readonly
attribute long extentOffset
[
all
...]
/external/clang/test/SemaObjC/
writable-property-in-superclass.m
5
@property (assign,
readonly
) int P;
/external/jmonkeyengine/engine/src/core/checkers/quals/
TypeQualifier.java
9
* Examples of such qualifiers: {@code @
ReadOnly
}, {@code @NonNull}
/external/llvm/test/CodeGen/ARM/
fpow.ll
9
declare double @llvm.pow.f64(double, double) nounwind
readonly
/external/llvm/test/CodeGen/Generic/
intrinsics.ll
17
declare float @sinf(float)
readonly
19
declare double @sin(double)
readonly
30
declare float @cosf(float)
readonly
32
declare double @cos(double)
readonly
/external/llvm/test/CodeGen/Mips/
mips64directive.ll
6
define i64 @foo1() nounwind
readonly
{
/external/llvm/test/CodeGen/PowerPC/
hidden-vis.ll
5
define i32 @t() nounwind
readonly
{
/external/llvm/test/CodeGen/SPARC/
2009-08-28-PIC.ll
5
define i32 @func() nounwind
readonly
{
/external/llvm/test/CodeGen/Thumb/
fpow.ll
9
declare double @llvm.pow.f64(double, double) nounwind
readonly
/external/llvm/test/CodeGen/X86/
2009-05-23-available_externally.ll
6
define i32 @foo(i8* %x) nounwind
readonly
{
8
%call = tail call fastcc i32 @atoi(i8* %x) nounwind
readonly
; <i32> [#uses=1]
12
define available_externally fastcc i32 @atoi(i8* %__nptr) nounwind
readonly
{
14
%call = tail call i64 @strtol(i8* nocapture %__nptr, i8** null, i32 10) nounwind
readonly
; <i64> [#uses=1]
movfs.ll
3
define i32 @foo() nounwind
readonly
{
/external/llvm/test/Transforms/InstCombine/
nothrow.ll
3
declare double @t1(i32)
readonly
/external/webkit/Source/WebCore/dom/
DeviceMotionEvent.idl
31
readonly
attribute [Custom] Acceleration acceleration;
32
readonly
attribute [Custom] Acceleration accelerationIncludingGravity;
33
readonly
attribute [Custom] RotationRate rotationRate;
34
readonly
attribute [Custom] double interval;
TreeWalker.idl
27
readonly
attribute Node root;
28
readonly
attribute unsigned long whatToShow;
29
readonly
attribute NodeFilter filter;
30
readonly
attribute boolean expandEntityReferences;
/external/webkit/Source/WebCore/manual-tests/chromium/
no-autofill-on-readonly.html
15
<form action="no-autofill-on-
readonly
.html">
21
<form action="no-autofill-on-
readonly
.html">
22
Name:<input type="text" name="name"
READONLY
></input><br>
27
<form action="no-autofill-on-
readonly
.html">
/external/webkit/Source/WebCore/plugins/
DOMMimeType.idl
24
readonly
attribute DOMString type;
25
readonly
attribute DOMString suffixes;
26
readonly
attribute DOMString description;
27
readonly
attribute DOMPlugin enabledPlugin;
DOMPlugin.idl
27
readonly
attribute DOMString name;
28
readonly
attribute DOMString filename;
29
readonly
attribute DOMString description;
30
readonly
attribute unsigned long length;
/external/webkit/Source/WebCore/svg/
SVGEllipseElement.idl
34
readonly
attribute SVGAnimatedLength cx;
35
readonly
attribute SVGAnimatedLength cy;
36
readonly
attribute SVGAnimatedLength rx;
37
readonly
attribute SVGAnimatedLength ry;
SVGFESpecularLightingElement.idl
30
readonly
attribute SVGAnimatedString in1;
31
readonly
attribute SVGAnimatedNumber surfaceScale;
32
readonly
attribute SVGAnimatedNumber specularConstant;
33
readonly
attribute SVGAnimatedNumber specularExponent;
SVGForeignObjectElement.idl
34
readonly
attribute SVGAnimatedLength x;
35
readonly
attribute SVGAnimatedLength y;
36
readonly
attribute SVGAnimatedLength width;
37
readonly
attribute SVGAnimatedLength height;
SVGLineElement.idl
34
readonly
attribute SVGAnimatedLength x1;
35
readonly
attribute SVGAnimatedLength y1;
36
readonly
attribute SVGAnimatedLength x2;
37
readonly
attribute SVGAnimatedLength y2;
Completed in 700 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>