HomeSort by relevance Sort by last modified time
    Searched full:readonly (Results 476 - 500 of 1957) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/dom/
DOMCoreException.idl 36 readonly attribute unsigned short code;
37 readonly attribute DOMString name;
38 readonly attribute DOMString message;
  /frameworks/compile/mclinker/unittests/
UniqueGCFactoryBaseTest.cpp 79 MemoryArea* area1 = memFactory->produce(path1, FileHandle::ReadOnly);
80 MemoryArea* area2 = memFactory->produce(path2, FileHandle::ReadOnly);
83 MemoryArea* area3 = memFactory->produce(path1, FileHandle::ReadOnly);
  /external/llvm/include/llvm/MC/
SectionKind.h 36 /// ReadOnly - Data that is never written to at program runtime by the
37 /// program or the dynamic linker. Things in the top-level readonly
39 ReadOnly,
127 /// ReadOnlyWithRelLocal - This is data that is readonly by the
141 return K == ReadOnly || isMergeableCString() ||
209 static SectionKind getReadOnly() { return get(ReadOnly); }
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeVisitorAction.cs 65 private readonly Func<object, object> _preAction;
66 private readonly Func<object, object> _postAction;
  /external/chromium/chrome/browser/
transport_security_persister.cc 15 TransportSecurityPersister::TransportSecurityPersister(bool readonly)
17 readonly_(readonly) {
  /external/chromium/chrome/browser/ui/cocoa/
base_bubble_controller.h 36 @property(nonatomic, readonly) NSWindow* parentWindow;
38 @property(nonatomic, readonly) InfoBubbleView* bubble;
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.h 97 @property(readonly, nonatomic) NSTreeController* allowedTreeController;
98 @property(readonly, nonatomic) NSTreeController* blockedTreeController;
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_action_button.h 78 @property(readonly, nonatomic) BOOL isBeingDragged;
79 @property(readonly, nonatomic) const Extension* extension;
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 66 * Database in readonly mode.
68 private boolean readonly = false; field in class:JDBCConnection
108 private DatabaseX open(boolean readonly) throws SQLException {
112 dbx.open(dbfile, readonly ? SQLite.Constants.SQLITE_OPEN_READONLY :
158 db = open(readonly);
235 return readonly;
341 if (ro != readonly) {
348 readonly = ro;
  /external/llvm/test/Analysis/ScalarEvolution/
2008-06-12-BinomialInt64.ll 25 %tmp8 = tail call i32 @atoi( i8* null ) nounwind readonly ; <i32> [#uses=1]
43 declare i32 @atoi(i8*) nounwind readonly
  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
intrinsics.ll 22 declare <8 x i16> @llvm.arm.neon.vld1.v8i16(i8*, i32) nounwind readonly
25 ; CHECK: attributes #0 = { nounwind readonly }
  /external/llvm/test/CodeGen/X86/
2008-10-27-CoalescerBug.ll 30 %6 = tail call double @sin(double %5) nounwind readonly ; <double> [#uses=1]
52 declare double @sin(double) nounwind readonly
2009-03-12-CPAlignBug.ll 4 declare double @llvm.sqrt.f64(double) nounwind readonly
8 declare double @llvm.pow.f64(double, double) nounwind readonly
break-sse-dep.ll 4 define double @t1(float* nocapture %x) nounwind readonly ssp {
15 define float @t2(double* nocapture %x) nounwind readonly ssp optsize {
  /external/llvm/test/MC/PowerPC/
ppc64-relocs-01.ll 9 define i64 @access_int64(i64 %a) nounwind readonly {
19 define double @test_branch24 (double %x) nounwind readonly {
  /external/llvm/test/Transforms/BBVectorize/
metadata.ll 5 define void @test1(double* %a, double* %b, double* %c) nounwind uwtable readonly {
25 define void @test2(i64* %a, i64* %b, i64* %c) nounwind uwtable readonly {
  /external/llvm/test/Transforms/SimplifyCFG/
2009-05-12-externweak.ll 31 %2 = call double @sin(double %1) nounwind readonly ; <double> [#uses=1]
47 declare double @sin(double) nounwind readonly
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLInputElement01.html 18 <INPUT DIR="LTR" ID="input1" TABINDEX="8" VALUE="Password" TYPE="password" NAME="Password" SIZE="25" MAXLENGTH="5" ALT="Password entry" READONLY="READONLY"/>
HTMLInputElement02.html 18 <INPUT DIR="LTR" ID="input1" TABINDEX="8" VALUE="Password" TYPE="password" NAME="Password" SIZE="25" MAXLENGTH="5" ALT="Password entry" READONLY="READONLY"/>
HTMLInputElement03.html 18 <INPUT DIR="LTR" ID="input1" TABINDEX="8" VALUE="Password" TYPE="password" NAME="Password" SIZE="25" MAXLENGTH="5" ALT="Password entry" READONLY="READONLY"/>
HTMLInputElement04.html 18 <INPUT DIR="LTR" ID="input1" TABINDEX="8" VALUE="Password" TYPE="password" NAME="Password" SIZE="25" MAXLENGTH="5" ALT="Password entry" READONLY="READONLY"/>
HTMLInputElement05.html 18 <INPUT DIR="LTR" ID="input1" TABINDEX="8" VALUE="Password" TYPE="password" NAME="Password" SIZE="25" MAXLENGTH="5" ALT="Password entry" READONLY="READONLY"/>
HTMLInputElement06.html 18 <INPUT DIR="LTR" ID="input1" TABINDEX="8" VALUE="Password" TYPE="password" NAME="Password" SIZE="25" MAXLENGTH="5" ALT="Password entry" READONLY="READONLY"/>
HTMLInputElement07.html 18 <INPUT DIR="LTR" ID="input1" TABINDEX="8" VALUE="Password" TYPE="password" NAME="Password" SIZE="25" MAXLENGTH="5" ALT="Password entry" READONLY="READONLY"/>
HTMLInputElement08.html 18 <INPUT DIR="LTR" ID="input1" TABINDEX="8" VALUE="Password" TYPE="password" NAME="Password" SIZE="25" MAXLENGTH="5" ALT="Password entry" READONLY="READONLY"/>

Completed in 1192 milliseconds

<<11121314151617181920>>