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

<<51525354555657585960>>

  /libcore/luni/src/main/java/org/w3c/dom/
Node.java 208 * NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly and if
299 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly or
300 * if the parent of the node being inserted is readonly.
337 * the new node is readonly.
356 * NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
385 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly or
386 * if the previous parent of the node being inserted is readonly.
427 * but the children of an <code>EntityReference</code> clone are readonly
538 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 132 <instance>.readonly("<reason>"), which is a sub-class of 'abort'.
137 "readonly" exceptions imply the command should be re-tried.
147 class readonly(abort): pass # Mailbox status changed to READ-ONLY class in class:IMAP4
631 def select(self, mailbox='INBOX', readonly=False):
636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False)
644 self.is_readonly = readonly
645 if readonly:
655 and not readonly:
659 raise self.readonly('%s is not writable' % mailbox)
833 raise self.readonly('mailbox status changed to READ-ONLY'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 132 <instance>.readonly("<reason>"), which is a sub-class of 'abort'.
137 "readonly" exceptions imply the command should be re-tried.
147 class readonly(abort): pass # Mailbox status changed to READ-ONLY class in class:IMAP4
631 def select(self, mailbox='INBOX', readonly=False):
636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False)
644 self.is_readonly = readonly
645 if readonly:
655 and not readonly:
659 raise self.readonly('%s is not writable' % mailbox)
833 raise self.readonly('mailbox status changed to READ-ONLY'
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 148 private static readonly bool[] decisionCanBacktrack = new bool[0];
281 internal static readonly string[] tokenNames = new string[] {
356 private static readonly bool[] decisionCanBacktrack =
363 private static readonly bool[] decisionCanBacktrack = new bool[0];
    [all...]
  /external/llvm/test/CodeGen/Mips/
dsp-r1.ll 291 define i32 @test__builtin_mips_bposge321(i32 %i0) nounwind readonly {
299 declare i32 @llvm.mips.bposge32() nounwind readonly
666 declare i32 @llvm.mips.rddsp(i32) nounwind readonly
769 define { i32 } @test__builtin_mips_pick_qb1(i32 %i0, i32 %a0.coerce, i32 %a1.coerce) nounwind readonly {
782 declare <4 x i8> @llvm.mips.pick.qb(<4 x i8>, <4 x i8>) nounwind readonly
784 define { i32 } @test__builtin_mips_pick_ph1(i32 %i0, i32 %a0.coerce, i32 %a1.coerce) nounwind readonly {
797 declare <2 x i16> @llvm.mips.pick.ph(<2 x i16>, <2 x i16>) nounwind readonly
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CodeMirrorTextEditor.js 624 * @param {boolean} readOnly
626 setReadOnly: function(readOnly)
628 this.element.enableStyleClass("CodeMirror-readonly", readOnly)
629 this._codeMirror.setOption("readOnly", readOnly);
635 readOnly: function()
637 return !!this._codeMirror.getOption("readOnly");
829 if (!this.readOnly())
    [all...]
CookiesTable.js 43 var readOnly = expandable;
57 if (readOnly)
  /external/chromium_org/v8/test/webkit/fast/js/
Object-defineProperty-expected.txt 140 PASS var o = {}; o.readOnly = false; o.readOnly is true
141 PASS 'use strict'; var o = {}; o.readOnly = false; o.readOnly threw exception TypeError: Cannot assign to read only property 'readOnly' of #<Object>.
  /external/llvm/test/CodeGen/ARM/
coalesce-subregs.ll 67 declare { <4 x float>, <4 x float> } @llvm.arm.neon.vld2.v4f32(i8*, i32) nounwind readonly
117 declare <2 x float> @llvm.arm.neon.vld1.v2f32(i8*, i32) nounwind readonly
189 declare <4 x float> @llvm.arm.neon.vld1.v4f32(i8*, i32) nounwind readonly
194 define void @pr13999() nounwind readonly {
219 define arm_aapcs_vfpcc i32 @pr14078(i8* nocapture %arg, i8* nocapture %arg1, i32 %arg2) nounwind uwtable readonly {
  /external/llvm/test/Transforms/Inline/
2009-01-13-RecursiveInlineCrash.ll 66 declare i32 @CountTree(%struct.quad_struct* nocapture) nounwind readonly
68 define internal fastcc %struct.quad_struct* @child(%struct.quad_struct* nocapture %tree, i32 %ct) nounwind readonly {
101 define internal fastcc %struct.quad_struct* @gtequal_adj_neighbor(%struct.quad_struct* nocapture %tree, i32 %d) nounwind readonly {
139 declare fastcc i32 @sum_adjacent(%struct.quad_struct* nocapture, i32, i32, i32) nounwind readonly
141 define i32 @perimeter(%struct.quad_struct* nocapture %tree, i32 %size) nounwind readonly {
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 710 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::DisallowShadowContent);
729 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::Move | HitTestRequest::DisallowShadowContent);
    [all...]
EventHandler.h 112 HitTestRequest::HitTestRequestType hitType = HitTestRequest::ReadOnly | HitTestRequest::Active,
235 HitTestResult hitTestResultInFrame(Frame*, const LayoutPoint&, HitTestRequest::HitTestRequestType hitType = HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::DisallowShadowContent);
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.h 280 @property(readonly, nonatomic) BookmarkBar::State currentState;
281 @property(readonly, nonatomic) BookmarkBar::State lastState;
282 @property(readonly, nonatomic) BOOL isAnimationRunning;
  /external/llvm/test/Transforms/InstCombine/
objsize.ll 80 declare i32 @llvm.objectsize.i32(i8*, i1) nounwind readonly
158 %objsize = call i32 @llvm.objectsize.i32(i8* %gep, i1 false) nounwind readonly
170 %objsize = call i32 @llvm.objectsize.i32(i8* %gep, i1 false) nounwind readonly
  /external/scrypt/
import_scrypt.sh 356 untar $SCRYPT_SOURCE readonly
426 declare -r readonly=$2
435 if [ ! -z $readonly ]; then
  /libcore/luni/src/main/java/javax/net/ssl/
SSLEngine.java 351 * if the destination buffer is readonly.
427 * if the destination buffer is readonly.
454 * if the destination buffer is readonly.
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 344 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly,
349 mReadOnly = readOnly;
363 mLabel.setEnabled(!readOnly && isEnabled());
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Lexer.pm 4 use Readonly;
243 Readonly my $usage => 'void report_error(RecognitionException e)';
  /external/chromium_org/chrome/browser/net/
transport_security_persister.cc 125 bool readonly)
130 readonly_(readonly),
  /external/chromium_org/ppapi/generators/
idl_lexer.py 86 'readonly' : 'READONLY',
  /external/chromium_org/tools/idl_parser/
idl_lexer.py 90 'readonly' : 'READONLY',
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 69 /// ReadOnlySection - Section that is readonly and can contain arbitrary
70 /// initialized data. Targets are not required to have a readonly section.
  /external/llvm/test/CodeGen/R600/
swizzle-export.ll 127 ; Function Attrs: nounwind readonly
134 attributes #2 = { nounwind readonly }
  /external/llvm/test/CodeGen/X86/
2009-08-06-branchfolder-crash.ll 40 define i32 @func_34(i8 signext %p_35) nounwind readonly {
90 define i32 @func_35(i8 signext %p_35) nounwind readonly {
cmov.ll 120 define i32 @test5(i32* nocapture %P) nounwind readonly {
134 define i32 @test6(i32* nocapture %P) nounwind readonly {

Completed in 2675 milliseconds

<<51525354555657585960>>