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

<<51525354555657585960>>

  /system/core/sh/
builtins.def 58 exportcmd -s export -s readonly
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_base_controller.h 53 @property(nonatomic, retain, readonly) NSArray* folderTreeArray;
156 @property(nonatomic, readonly) BOOL okButtonEnabled;
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details.h 124 @property(nonatomic, readonly) BOOL canEditExpiration;
126 @property(nonatomic, readonly) CocoaCookieDetailsType type;
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 58 @property(readonly, nonatomic) TabStripView* tabStripView;
59 @property(readonly, nonatomic) FastResizeView* tabContentArea;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_base_controller.h 55 @property(nonatomic, retain, readonly) NSArray* folderTreeArray;
170 @property(nonatomic, readonly) BOOL okButtonEnabled;
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details.h 126 @property(nonatomic, readonly) BOOL canEditExpiration;
128 @property(nonatomic, readonly) CocoaCookieDetailsType type;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackendSync.cpp 55 SQLTransactionBackendSync::SQLTransactionBackendSync(DatabaseSync* db, PassRefPtr<SQLTransactionSyncCallback> callback, bool readOnly)
58 , m_readOnly(readOnly)
  /external/chromium_org/third_party/sqlite/src/test/
incrblob3.test 205 set ::blob [db incrblob -readonly t1 b 1]
225 set ::blob [db incrblob -readonly c1 b 1]
sysfault.test 66 {1 {attempt to write a readonly database}}
215 {1 {attempt to write a readonly database}} \
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_iht4x4_add_neon.asm 16 AREA ||.text||, CODE, READONLY, ALIGN=2
141 AREA Block, CODE, READONLY ; name this block of code
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 110 // Not captured if the callee is readonly, doesn't return a copy through
111 // its return value and doesn't unwind (a readonly function can leak bits
  /external/llvm/lib/Support/Windows/
Path.inc 744 case readonly: flprotect = PAGE_READONLY; break;
767 case readonly: dwDesiredAccess = FILE_MAP_READ; break;
835 Mode == readonly ? GENERIC_READ
837 Mode == readonly ? FILE_SHARE_READ
840 Mode == readonly ? OPEN_EXISTING
842 Mode == readonly ? FILE_ATTRIBUTE_READONLY
918 assert(Mode != readonly && "Cannot get non const data for readonly mapping!");
    [all...]
  /external/llvm/test/CodeGen/Mips/
cmov.ll 14 define i32* @cmov1(i32 %s) nounwind readonly {
33 define i32 @cmov2(i32 %s) nounwind readonly {
  /external/llvm/test/CodeGen/X86/
2009-02-12-DebugInfoVLA.ll 23 %6 = call i64 @strlen(i8* %5) nounwind readonly, !dbg !13 ; <i64> [#uses=1]
65 declare i64 @strlen(i8*) nounwind readonly
movmsk.ll 100 define i32 @t1(<4 x float> %x, i32* nocapture %indexTable) nounwind uwtable readonly ssp {
112 define i32 @t2(<4 x float> %x, i32* nocapture %indexTable) nounwind uwtable readonly ssp {
  /external/llvm/test/Transforms/InstCombine/
simplify-libcalls.ll 46 declare i32 @memcmp(i8*, i8*, i32) nounwind readonly
51 %tmp5 = call i32 @memcmp( i8* %tmp4, i8* getelementptr ([5 x i8]* @_2E_str, i32 0, i32 0), i32 4 ) nounwind readonly ; <i32> [#uses=1]
  /external/llvm/test/Transforms/LoopUnswitch/
preserve-analyses.ll 12 define i32 @ineqn(i8* %s, i8* %p) nounwind readonly {
77 define void @simplified_ineqn() nounwind readonly {
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
pvmp3_dct_9_arm.s 40 AREA |.rdata|, DATA, READONLY
46 AREA |.text|, CODE, READONLY
  /libcore/luni/src/main/java/org/w3c/dom/
Text.java 56 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
120 * nodes being replaced is readonly.
  /packages/apps/Contacts/src/com/android/contacts/editor/
StructuredNameEditorView.java 66 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly,
68 super.setValues(kind, entry, state, readOnly, vig);
  /packages/apps/Contacts/tests/src/com/android/contacts/editor/
ContactEditorUtilsTest.java 46 // Only type 3 is "readonly".
103 // 3 writable types + 1 readonly type
  /external/chromium_org/v8/test/webkit/fast/js/
Object-defineProperty.js 188 Object.defineProperty(Object.prototype, 'readOnly', {value:true, configurable:true, writable:false})
189 shouldBeTrue("var o = {}; o.readOnly = false; o.readOnly");
190 shouldThrow("'use strict'; var o = {}; o.readOnly = false; o.readOnly");
191 delete Object.prototype.readOnly;
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 43 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
72 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
100 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
129 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
239 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
269 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
  /external/llvm/test/CodeGen/ARM/
reg_sequence.ll 324 declare <4 x i32> @llvm.arm.neon.vld1.v4i32(i8*, i32) nounwind readonly
326 declare <8 x i16> @llvm.arm.neon.vld1.v8i16(i8*, i32) nounwind readonly
337 declare %struct.__neon_int8x8x3_t @llvm.arm.neon.vld3.v8i8(i8*, i32) nounwind readonly
339 declare %struct.__neon_int32x4x2_t @llvm.arm.neon.vld2.v4i32(i8*, i32) nounwind readonly
341 declare %struct.__neon_int8x8x2_t @llvm.arm.neon.vld2lane.v8i8(i8*, <8 x i8>, <8 x i8>, i32, i32) nounwind readonly
343 declare %struct.__neon_int16x8x2_t @llvm.arm.neon.vld2lane.v8i16(i8*, <8 x i16>, <8 x i16>, i32, i32) nounwind readonly
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 808 input[type="date"][readonly]::-webkit-clear-button,
809 input[type="date"][readonly]::-webkit-inner-spin-button,
810 input[type="datetime-local"][readonly]::-webkit-clear-button,
811 input[type="datetime-local"][readonly]::-webkit-inner-spin-button,
812 input[type="month"][readonly]::-webkit-clear-button,
813 input[type="month"][readonly]::-webkit-inner-spin-button,
814 input[type="week"][readonly]::-webkit-clear-button,
815 input[type="week"][readonly]::-webkit-inner-spin-button,
816 input[readonly]::-webkit-calendar-picker-indicator {
1010 html:focus, body:focus, input[readonly]:focus {
    [all...]

Completed in 919 milliseconds

<<51525354555657585960>>