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

<<21222324252627282930>>

  /external/llvm/test/CodeGen/ARM/
ldrd-memoper.ll 9 define i64 @t(i64 %a) nounwind readonly {
  /external/llvm/test/CodeGen/Thumb2/
2009-07-23-CPIslandBug.ll 4 define i32 @value(i64 %b1, i64 %b2) nounwind readonly {
  /external/llvm/test/CodeGen/X86/
2010-09-30-CMOV-JumpTable-PHI.ll 16 declare i32 @memcmp(i8* nocapture, i8* nocapture, i32) nounwind readonly
17 declare i32 @strlen(i8* nocapture) nounwind readonly
23 %1 = call i32 @strlen(i8* %iftmp.285.0) nounwind readonly
66 %2 = call i32 @memcmp(i8* %PatchedName.0.0, i8* getelementptr inbounds ([4 x i8]* @.str146, i32 0, i32 0), i32 3) nounwind readonly
alldiv-divdi3.ll 8 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind readonly {
allrem-moddi3.ll 10 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind readonly {
avx-cvt.ll 48 define double @funcA(i64* nocapture %e) nounwind uwtable readonly ssp {
56 define double @funcB(i32* nocapture %e) nounwind uwtable readonly ssp {
64 define float @funcC(i32* nocapture %e) nounwind uwtable readonly ssp {
72 define float @funcD(i64* nocapture %e) nounwind uwtable readonly ssp {
avx2-gather.ll 5 <4 x i32>, <4 x float>, i8) nounwind readonly
hidden-vis-3.ll 7 define i32 @t() nounwind readonly {
  /external/llvm/test/ExecutionEngine/MCJIT/remote/
test-ptr-reloc-remote.ll 8 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind readonly {
  /external/llvm/test/ExecutionEngine/MCJIT/
test-ptr-reloc.ll 8 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind readonly {
  /external/llvm/test/Transforms/FunctionAttrs/
2009-01-02-LocalStores.ll 3 ; CHECK: define i32* @a(i32** nocapture readonly %p)
  /external/llvm/test/Transforms/InstCombine/
2012-09-24-MemcpyFromGlobalCrash.ll 17 call void @bar(i8* %a) readonly
  /frameworks/base/core/java/android/database/sqlite/
SQLiteStatementInfo.java 38 public boolean readOnly;
  /system/core/sh/
builtins.c 52 { "readonly", exportcmd },
  /external/chromium/chrome/browser/
idle_mac.mm 16 @property (readonly,
19 @property (readonly, nonatomic, getter=isScreenLocked) BOOL screenLocked;
  /external/chromium_org/chrome/browser/
idle_mac.mm 16 @property (readonly,
19 @property (readonly, nonatomic, getter=isScreenLocked) BOOL screenLocked;
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
avatar_button_controller.h 43 @property(readonly, nonatomic) NSButton* buttonView;
46 @property(readonly, nonatomic) NSButton* labelButtonView;
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestEventConstructor.idl 35 readonly attribute DOMString attr1;
36 [InitializedByEventConstructor] readonly attribute DOMString attr2;
TestExtendedEvent.idl 35 [InitializedByEventConstructor] readonly attribute unsigned long location;
36 [ImplementedAs=location, DeprecateAs=KeyboardEventKeyLocation, InitializedByEventConstructor] readonly attribute unsigned long keyLocation;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSupportsRule.idl 32 readonly attribute CSSRuleList cssRules;
33 readonly attribute DOMString conditionText;
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.idl 30 readonly attribute Element activeElement;
33 [EnabledAtRuntime=ShadowDOM, ImplementedAs=bindingsOlderShadowRoot] readonly attribute ShadowRoot olderShadowRoot;
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
Blob.idl 37 readonly attribute unsigned long long size;
38 readonly attribute DOMString type;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.idl 43 [TreatNullAs=NullString] readonly attribute DOMString origin;
45 readonly attribute DOMString text;
HTMLElement.idl 48 [EnabledAtRuntime=imeAPI] readonly attribute InputMethodContext inputMethodContext;
51 readonly attribute boolean isContentEditable;
HTMLFormElement.idl 32 readonly attribute HTMLCollection elements;
33 readonly attribute long length;

Completed in 427 milliseconds

<<21222324252627282930>>