HomeSort by relevance Sort by last modified time
    Searched full:readonly (Results 276 - 300 of 2256) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
hidden-vis-4.ll 5 define i32 @t() nounwind readonly {
negative-sin.ll 9 %g = call double @sin(double %f) readonly
  /external/llvm/test/Transforms/FunctionAttrs/
readattrs.ll 4 declare void @test1_1(i8* %x1_1, i8* readonly %y1_1, ...)
6 ; CHECK: define void @test1_2(i8* %x1_2, i8* readonly %y1_2, i8* %z1_2)
25 declare void @test4_1(i8* nocapture) readonly
27 ; CHECK: define void @test4_2(i8* nocapture readonly %p)
  /external/llvm/test/Transforms/InstCombine/
select-load-call.ll 10 call void @test2() readonly
  /libcore/luni/src/test/java/libcore/java/nio/channels/
DatagramChannelTest.java 25 ByteBuffer readOnly = ByteBuffer.allocate(1).asReadOnlyBuffer();
30 dc.read(readOnly);
35 dc.read(new ByteBuffer[] { readOnly });
40 dc.read(new ByteBuffer[] { readOnly }, 0, 1);
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_sheet_info.h 25 @property(nonatomic, readonly) id<ConstrainedWindowSheet> sheet;
26 @property(nonatomic, readonly) NSView* parentView;
27 @property(nonatomic, readonly) NSWindow* overlayWindow;
  /external/chromium_org/content/test/data/accessibility/
iframe-coordinates-expected-win.txt 1 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE location=(0, 0) size=(800, 600)
9 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE location=(0, 300) size=(300, 100)
15 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE location=(0, 450) size=(300, 100)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSImportRule.idl 23 [TreatReturnedNullStringAs=Null] readonly attribute DOMString href;
24 readonly attribute MediaList media;
25 readonly attribute CSSStyleSheet styleSheet;
CSSStyleSheet.idl 25 readonly attribute CSSRule ownerRule;
26 readonly attribute CSSRuleList cssRules;
33 readonly attribute CSSRuleList rules;
RGBColor.idl 23 readonly attribute CSSPrimitiveValue red;
24 readonly attribute CSSPrimitiveValue green;
25 readonly attribute CSSPrimitiveValue blue;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
OverflowEvent.idl 33 [InitializedByEventConstructor] readonly attribute unsigned short orient;
34 [InitializedByEventConstructor] readonly attribute boolean horizontalOverflow;
35 [InitializedByEventConstructor] readonly attribute boolean verticalOverflow;
ProgressEvent.idl 29 [InitializedByEventConstructor] readonly attribute boolean lengthComputable;
30 [InitializedByEventConstructor] readonly attribute unsigned long long loaded;
31 [InitializedByEventConstructor] readonly attribute unsigned long long total;
TransitionEvent.idl 30 [InitializedByEventConstructor] readonly attribute DOMString propertyName;
31 [InitializedByEventConstructor] readonly attribute double elapsedTime;
32 [InitializedByEventConstructor] readonly attribute DOMString pseudoElement;
WebKitNamedFlow.idl 36 readonly attribute DOMString name;
37 readonly attribute boolean overset;
38 readonly attribute long firstEmptyRegionIndex;
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.idl 27 readonly attribute DOMString name;
28 readonly attribute Date lastModifiedDate;
29 [EnabledAtRuntime=directoryUpload] readonly attribute DOMString webkitRelativePath;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableRowElement.idl 22 readonly attribute long rowIndex;
23 readonly attribute long sectionRowIndex;
24 readonly attribute HTMLCollection cells;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
ArrayBufferView.idl 30 readonly attribute ArrayBuffer buffer;
31 readonly attribute unsigned long byteOffset;
32 readonly attribute unsigned long byteLength;
WebGLActiveInfo.idl 27 readonly attribute long size;
28 readonly attribute unsigned long type;
29 readonly attribute DOMString name;
WebGLShaderPrecisionFormat.idl 28 readonly attribute long rangeMin;
29 readonly attribute long rangeMax;
30 readonly attribute long precision;
  /external/chromium_org/third_party/WebKit/Source/core/page/
MemoryInfo.idl 35 readonly attribute unsigned long totalJSHeapSize;
36 readonly attribute unsigned long usedJSHeapSize;
37 readonly attribute unsigned long jsHeapSizeLimit;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGCircleElement.idl 28 readonly attribute SVGAnimatedLength cx;
29 readonly attribute SVGAnimatedLength cy;
30 readonly attribute SVGAnimatedLength r;
SVGColor.idl 28 readonly attribute unsigned short colorType;
29 readonly attribute RGBColor rgbColor;
30 // FIXME: readonly attribute SVGICCColor iccColor;
SVGFEColorMatrixElement.idl 36 readonly attribute SVGAnimatedString in1;
37 readonly attribute SVGAnimatedEnumeration type;
38 readonly attribute SVGAnimatedNumberList values;
SVGFEGaussianBlurElement.idl 27 readonly attribute SVGAnimatedString in1;
28 readonly attribute SVGAnimatedNumber stdDeviationX;
29 readonly attribute SVGAnimatedNumber stdDeviationY;
SVGFEOffsetElement.idl 27 readonly attribute SVGAnimatedString in1;
28 readonly attribute SVGAnimatedNumber dx;
29 readonly attribute SVGAnimatedNumber dy;

Completed in 305 milliseconds

<<11121314151617181920>>