Searched
full:readonly (Results
476 -
500 of
2256) sorted by null
<<11121314151617181920>>
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_view.h | 27 @property(readonly) CGFloat dropIndicatorPosition;
|
/external/chromium_org/chrome/browser/resources/memory_internals/ |
memory_internals.html | 19 <textarea id="json" readonly></textarea>
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
draggable_button.h | 21 @property(readonly, nonatomic) DraggableButtonImpl* draggableButton;
|
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/ |
overlayable_contents_controller.h | 31 @property(readonly, nonatomic) NSView* activeContainer;
|
/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_layer_mac.h | 25 @property(nonatomic, readonly)
|
/external/chromium_org/content/test/data/accessibility/ |
aria-progressbar.html | 6 @WIN-ALLOW:READONLY
|
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/ |
NavigatorGeolocation.idl | 21 [EnabledAtRuntime] readonly attribute Geolocation geolocation;
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
BaseTypes.h | 86 EvqAttribute, // Readonly 87 EvqVaryingIn, // readonly, fragment shaders only 89 EvqInvariantVaryingIn, // readonly, fragment shaders only 91 EvqUniform, // Readonly, vertex and fragment
|
/external/chromium_org/tools/page_cycler/database/select-readtransactions-read-results/ |
index.html | 26 readOnly: true,
|
/external/clang/test/Analysis/inlining/ |
InlineObjCInstanceMethod.h | 29 @property (readonly) int value1;
|
/external/clang/test/CodeGenCXX/ |
dynamic-cast.cpp | 22 // CHECK: attributes [[NUW_RO]] = { nounwind readonly }
|
/external/clang/test/CodeGenObjC/ |
property-ref-cast-to-void.m | 6 @property (readonly) int myProperty;
|
/external/clang/test/Rewriter/ |
rewrite-modern-protocol.mm | 19 @property (readonly, retain) NSObject *AnotherProperty;
|
/external/clang/test/SemaObjC/ |
assign-rvalue-message.m | 22 [self bar].x = 10; // expected-error {{assigning to 'readonly' return result of an Objective-C message not allowed}}
|
property-10.m | 6 @property(readonly, readwrite) int p0; // expected-error {{property attributes 'readonly' and 'readwrite' are mutually exclusive}} 46 @property (readonly, setter=crushN1:) int n1; // expected-warning {{setter cannot be specified for a readonly property}}
|
property-category-3.m | 4 @property(readonly) int X; // expected-note {{property declared here}}
|
/external/clang/test/SemaObjCXX/ |
abstract-class-type-ivar.mm | 20 @property (nonatomic, readonly) const CppConcreteSub Prop; // expected-note {{property declared here}}
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
netcap.8 | 9 Some directories in the /proc file system are readonly by root. The program will try to access and report what it can. But if nothing comes out, try changing to the root user and re-run this program.
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
dequantizeb_neon.asm | 17 AREA ||.text||, CODE, READONLY, ALIGN=2
|
save_reg_neon.asm | 19 AREA ||.text||, CODE, READONLY, ALIGN=2
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_save_reg_neon.asm | 19 AREA ||.text||, CODE, READONLY, ALIGN=2
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
functionattrs.ll | 24 ; Add the readonly attribute, since there's just a call to a function which 39 ; Add the readonly attribute, as above, but this time BasicAA will say 52 ; CHECK: define void @test2_no(i8* nocapture %p, i8* nocapture readonly %q, i64 %n) #1 { 77 ; CHECK: attributes #2 = { nounwind readonly }
|
/external/llvm/test/CodeGen/ARM/ |
2009-09-22-LiveVariablesBug.ll | 8 declare arm_aapcs_vfpcc float @aaa(%foo* nocapture) nounwind readonly
|
2011-08-12-vmovqqqq-pseudo.ll | 12 declare { <8 x i16>, <8 x i16>, <8 x i16> } @llvm.arm.neon.vld3lane.v8i16(i8*, <8 x i16>, <8 x i16>, <8 x i16>, i32, i32) nounwind readonly
|
hidden-vis-3.ll | 6 define i32 @t() nounwind readonly {
|
Completed in 500 milliseconds
<<11121314151617181920>>