OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readonly
(Results
126 - 150
of
1776
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Mms/src/org/w3c/dom/smil/
SMILRegionElement.java
30
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
38
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
46
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
54
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
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
.
67
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
76
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
SMILAnimation.java
30
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
44
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
60
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
70
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
79
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
89
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
99
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
108
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
117
* NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is
readonly
.
/external/llvm/test/CodeGen/X86/
h-register-addressing-32.ll
5
define double @foo8(double* nocapture inreg %p, i32 inreg %x) nounwind
readonly
{
12
define float @foo4(float* nocapture inreg %p, i32 inreg %x) nounwind
readonly
{
19
define i16 @foo2(i16* nocapture inreg %p, i32 inreg %x) nounwind
readonly
{
26
define i8 @foo1(i8* nocapture inreg %p, i32 inreg %x) nounwind
readonly
{
33
define i8 @bar8(i8* nocapture inreg %p, i32 inreg %x) nounwind
readonly
{
40
define i8 @bar4(i8* nocapture inreg %p, i32 inreg %x) nounwind
readonly
{
47
define i8 @bar2(i8* nocapture inreg %p, i32 inreg %x) nounwind
readonly
{
h-register-addressing-64.ll
5
define double @foo8(double* nocapture inreg %p, i64 inreg %x) nounwind
readonly
{
12
define float @foo4(float* nocapture inreg %p, i64 inreg %x) nounwind
readonly
{
19
define i16 @foo2(i16* nocapture inreg %p, i64 inreg %x) nounwind
readonly
{
26
define i8 @foo1(i8* nocapture inreg %p, i64 inreg %x) nounwind
readonly
{
33
define i8 @bar8(i8* nocapture inreg %p, i64 inreg %x) nounwind
readonly
{
40
define i8 @bar4(i8* nocapture inreg %p, i64 inreg %x) nounwind
readonly
{
47
define i8 @bar2(i8* nocapture inreg %p, i64 inreg %x) nounwind
readonly
{
limited-prec.ll
15
declare float @llvm.exp.f32(float) nounwind
readonly
24
declare float @llvm.exp2.f32(float) nounwind
readonly
33
declare float @llvm.pow.f32(float, float) nounwind
readonly
42
declare float @llvm.log.f32(float) nounwind
readonly
51
declare float @llvm.log2.f32(float) nounwind
readonly
60
declare float @llvm.log10.f32(float) nounwind
readonly
/external/chromium/chrome/browser/accessibility/
browser_accessibility_cocoa.h
40
@property(nonatomic,
readonly
) NSArray* children;
43
@property(nonatomic,
readonly
, getter=isIgnored) BOOL ignored;
47
@property(nonatomic,
readonly
) NSPoint origin;
50
@property(nonatomic,
readonly
) NSString* role;
52
@property(nonatomic,
readonly
) NSSize size;
/external/clang/test/SemaObjC/
property-9.m
46
@property (
readonly
) int; // expected-warning {{declaration does not declare anything}}
47
@property (
readonly
) ; // expected-error {{type name requires a specifier or qualifier}} \
49
@property (
readonly
) int : 4; // expected-error {{property requires fields to be named}}
54
readonly
getter=isAwesome) // expected-error {{error: expected ')'}}
94
@property(
readonly
) int myStyle;
property-error-readonly-assign.m
5
@property (
readonly
) int x;
16
a.x = 10; // expected-error {{assigning to property with '
readonly
' attribute not allowed}}
/external/webkit/LayoutTests/storage/
read-and-write-transactions-dont-run-together.js
20
function runTransaction(db,
readOnly
)
22
var transactionFunction = (
readOnly
? db.readTransaction : db.transaction);
24
if (
readOnly
) {
39
log((
readOnly
? "Read" : "Write") + " transaction failed: " + error.message);
43
if (
readOnly
)
/external/webkit/Source/WebCore/fileapi/
EntrySync.idl
37
readonly
attribute boolean isFile;
38
readonly
attribute boolean isDirectory;
39
readonly
attribute DOMString name;
40
readonly
attribute DOMString fullPath;
41
readonly
attribute DOMFileSystemSync filesystem;
/external/webkit/Source/WebCore/page/
WorkerNavigator.idl
36
readonly
attribute DOMString appName;
37
readonly
attribute DOMString appVersion;
38
readonly
attribute DOMString platform;
39
readonly
attribute DOMString userAgent;
41
readonly
attribute boolean onLine;
/external/webkit/Source/WebCore/storage/
StorageEvent.idl
31
readonly
attribute [ConvertNullStringTo=Null] DOMString key;
32
readonly
attribute [ConvertNullStringTo=Null] DOMString oldValue;
33
readonly
attribute [ConvertNullStringTo=Null] DOMString newValue;
34
readonly
attribute DOMString url;
35
readonly
attribute Storage storageArea;
/external/webkit/Source/WebCore/svg/
SVGFEDisplacementMapElement.idl
40
readonly
attribute SVGAnimatedString in1;
41
readonly
attribute SVGAnimatedString in2;
42
readonly
attribute SVGAnimatedNumber scale;
43
readonly
attribute SVGAnimatedEnumeration xChannelSelector;
44
readonly
attribute SVGAnimatedEnumeration yChannelSelector;
SVGElementInstance.idl
38
readonly
attribute SVGElement correspondingElement;
39
readonly
attribute SVGUseElement correspondingUseElement;
40
readonly
attribute SVGElementInstance parentNode;
41
readonly
attribute SVGElementInstanceList childNodes;
42
readonly
attribute SVGElementInstance firstChild;
43
readonly
attribute SVGElementInstance lastChild;
44
readonly
attribute SVGElementInstance previousSibling;
45
readonly
attribute SVGElementInstance nextSibling;
/external/webkit/Source/WebCore/webaudio/
AudioParam.idl
34
readonly
attribute float minValue;
35
readonly
attribute float maxValue;
36
readonly
attribute float defaultValue;
38
readonly
attribute DOMString name;
41
readonly
attribute unsigned short units;
/external/webkit/Source/WebCore/dom/
Node.idl
51
readonly
attribute [ConvertNullStringTo=Null] DOMString nodeName;
57
readonly
attribute unsigned short nodeType;
58
readonly
attribute Node parentNode;
59
readonly
attribute NodeList childNodes;
60
readonly
attribute Node firstChild;
61
readonly
attribute Node lastChild;
62
readonly
attribute Node previousSibling;
63
readonly
attribute Node nextSibling;
64
readonly
attribute NamedNodeMap attributes;
65
readonly
attribute Document ownerDocument
[
all
...]
Notation.idl
23
readonly
attribute [ConvertNullStringTo=Null] DOMString publicId;
24
readonly
attribute [ConvertNullStringTo=Null] DOMString systemId;
/libcore/luni/src/test/java/libcore/java/nio/channels/
FileChannelTest.java
28
ByteBuffer
readOnly
= ByteBuffer.allocate(1).asReadOnlyBuffer();
34
fc.read(
readOnly
);
39
fc.read(new ByteBuffer[] {
readOnly
});
44
fc.read(new ByteBuffer[] {
readOnly
}, 0, 1);
49
fc.read(
readOnly
, 0L);
58
fc.write(
readOnly
);
59
fc.write(new ByteBuffer[] {
readOnly
});
60
fc.write(new ByteBuffer[] {
readOnly
}, 0, 1);
61
fc.write(
readOnly
, 0L);
/external/llvm/test/CodeGen/PowerPC/
2008-10-31-PPCF128Libcalls.ll
16
%3 = call ppc_fp128 @"\01_sinl$LDBL128"(ppc_fp128 %2) nounwind
readonly
; <ppc_fp128> [#uses=1]
19
%5 = call ppc_fp128 @"\01_cosl$LDBL128"(ppc_fp128 %4) nounwind
readonly
; <ppc_fp128> [#uses=1]
31
declare ppc_fp128 @llvm.sqrt.ppcf128(ppc_fp128) nounwind
readonly
33
declare ppc_fp128 @"\01_sinl$LDBL128"(ppc_fp128) nounwind
readonly
35
declare ppc_fp128 @"\01_cosl$LDBL128"(ppc_fp128) nounwind
readonly
37
declare ppc_fp128 @llvm.pow.ppcf128(ppc_fp128, ppc_fp128) nounwind
readonly
/external/bluetooth/bluez/doc/
node-api.txt
22
Properties string Name [
readonly
]
26
object Device [
readonly
]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_view.h
36
@property(nonatomic,
readonly
) BOOL dropIndicatorShown;
37
@property(nonatomic,
readonly
) CGFloat dropIndicatorPosition;
/external/llvm/test/FrontendC/
2008-01-25-ByValReadNone.c
1
// RUN: %llvmgcc -O3 -S -o - %s | not grep
readonly
7
// be deleted in the caller. We also don't allow
readonly
since
/external/webkit/Source/WebCore/xml/
XMLHttpRequest.idl
57
readonly
attribute unsigned short readyState;
83
readonly
attribute XMLHttpRequestUpload upload;
90
readonly
attribute [CustomGetter] DOMString responseText // The custom getter implements ConvertNullStringTo=Null
92
readonly
attribute Document responseXML
95
readonly
attribute [EnabledAtRuntime] Blob responseBlob
101
readonly
attribute [CustomGetter] Object response
104
readonly
attribute unsigned short status
106
readonly
attribute DOMString statusText
/external/clang/test/ASTMerge/Inputs/
property1.m
10
@property (
readonly
) float Prop1;
Completed in 432 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>