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

<<31323334353637383940>>

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
results-TEMPLATE.html 43 <p><input style="width: 90%;" id="selfUrl" type="text" readonly="readonly"><br>
  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteTransaction.cpp 33 SQLiteTransaction::SQLiteTransaction(SQLiteDatabase& db, bool readOnly)
36 , m_readOnly(readOnly)
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransaction.h 57 bool readOnly);
69 bool readOnly);
SQLTransactionBackend.h 62 PassRefPtr<AbstractSQLTransaction>, PassRefPtr<SQLTransactionWrapper>, bool readOnly);
75 PassRefPtr<SQLTransactionWrapper>, bool readOnly);
  /external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.cpp 55 Node* node = eventHandler->hitTestResultAtPoint(point, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::DisallowShadowContent).innerNode();
64 node = eventHandler->hitTestResultAtPoint(point + pointOffset, HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::DisallowShadowContent).innerNode();
  /external/chromium_org/third_party/sqlite/src/test/
jrnlmode2.test 109 sqlite3 db2 test.db -readonly 1
118 sqlite3 db2 test.db -readonly 1
  /external/clang/test/Analysis/
properties.m 64 @property (nonatomic, readonly) NSNumber* myNumber;
65 @property (nonatomic, readonly) NSNumber* newMyNumber;
  /external/llvm/test/Analysis/BasicAA/
intrinsics.ll 38 declare <8 x i16> @llvm.arm.neon.vld1.v8i16(i8*, i32) nounwind readonly
41 ; CHECK: attributes #0 = { nounwind readonly }
  /external/llvm/test/CodeGen/Mips/
mips64fpldst.ll 9 define float @funcfl1() nounwind readonly {
21 define double @funcfl2() nounwind readonly {
  /external/llvm/test/CodeGen/PowerPC/
ppc64-abi-extend.ll 54 define signext i32 @pass_ret_si() nounwind readonly {
63 define zeroext i32 @pass_ret_ui() nounwind readonly {
ppc64-toc.ll 9 define i64 @access_int64(i64 %a) nounwind readonly {
44 define i32 @access_double_array(double %a, i32 %i) nounwind readonly {
  /external/llvm/test/CodeGen/R600/
pv-packing.ll 49 attributes #2 = { readonly }
50 attributes #3 = { nounwind readonly }
  /external/llvm/test/CodeGen/Thumb2/
2009-10-15-ITBlockBranch.ll 24 %6 = tail call arm_aapcs_vfpcc i32 @memcmp(i8* %4, i8* %5, i32 %3) nounwind readonly ; <i32> [#uses=2]
36 declare arm_aapcs_vfpcc i32 @memcmp(i8* nocapture, i8* nocapture, i32) nounwind readonly
thumb2-tbh.ll 11 declare i32 @strlen(i8* nocapture) nounwind readonly
39 %1 = call i32 @strlen(i8* null) nounwind readonly ; <i32> [#uses=0]
  /external/llvm/test/Transforms/LoopVectorize/ARM/
width-detect.ll 9 define double @foo_F64(double* nocapture %A, i32 %n) nounwind uwtable readonly ssp {
32 define signext i8 @foo_I8(i8* nocapture %A, i32 %n) nounwind uwtable readonly ssp {
  /external/srec/portable/include/
pstream.h 47 int mode; /* 0 readonly text; 1 readonly binary; 2 writable text; 3 writalbe binary */
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 44 ReadOnly = 0x01,
46 ReadWrite = ReadOnly | WriteOnly,
  /frameworks/compile/slang/
rslib.ll 11 declare float @llvm.powi.f32(float, i32) nounwind readonly
26 declare float @llvm.pow.f32(float, float) nounwind readonly
  /ndk/tests/build/issue56508-gcc4.7-ICE/jni/
extraMachine.c 66 #define READONLY 04
77 do_jobx_i = {QUADINIT (PAKARRYTYPE, EXECATTR | READONLY), LCL_i(JOBXHDL)};
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhoneticNameEditorView.java 105 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly,
110 super.setValues(kind, entry, state, readOnly, vig);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
GrammarRuleAttribute.cs 40 private readonly string _name;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeConstants.cs 37 public static readonly ITree INVALID_NODE = new CommonTree( Tokens.Invalid );
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestFixtureBase.cs 42 public static readonly string NL = Environment.NewLine;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
GrammarRuleAttribute.cs 42 private readonly string _name;
Tokens.cs 42 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );

Completed in 737 milliseconds

<<31323334353637383940>>