Searched refs:READ_ONLY (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1199637.js31 // both var and const) that shadow even READ_ONLY variables
34 const READ_ONLY = 1;
47 %AddNamedProperty(this.__proto__, "c", 1234, READ_ONLY);
52 %AddNamedProperty(this.__proto__, "d", 1234, READ_ONLY);
68 %AddNamedProperty(this.__proto__, "z", 1234, READ_ONLY);
73 %AddNamedProperty(this.__proto__, "w", 1234, READ_ONLY);
H A Dregress-334.js32 var READ_ONLY = 1; variable
41 %AddNamedProperty(object, "bar", func1, DONT_ENUM | READ_ONLY);
42 %AddNamedProperty(object, "baz", func1, DONT_DELETE | READ_ONLY);
64 // Can't assign to READ_ONLY.
/external/chromium_org/v8/src/
H A Dgenerator.js68 DONT_ENUM | DONT_DELETE | READ_ONLY,
74 GeneratorObjectIterator, DONT_ENUM | DONT_DELETE | READ_ONLY);
76 GeneratorFunctionPrototype, DONT_ENUM | DONT_DELETE | READ_ONLY);
80 GeneratorFunction, DONT_ENUM | DONT_DELETE | READ_ONLY);
H A Dcontexts.cc209 *attributes = READ_ONLY;
214 *attributes = READ_ONLY;
220 *attributes = READ_ONLY;
244 *attributes = READ_ONLY;
H A Dproperty-details.h15 READ_ONLY = v8::ReadOnly, enumerator in enum:PropertyAttributes
20 FROZEN = SEALED | READ_ONLY,
257 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; }
H A Dtypedarray.js303 READ_ONLY | DONT_ENUM | DONT_DELETE);
308 READ_ONLY | DONT_ENUM | DONT_DELETE);
H A Dv8natives.js64 var attributes = DONT_ENUM | DONT_DELETE | READ_ONLY;
96 %AddNamedProperty(prototype, key, f, DONT_ENUM | DONT_DELETE | READ_ONLY);
191 var attributes = DONT_ENUM | DONT_DELETE | READ_ONLY;
811 flag |= desc.isWritable() ? 0 : READ_ONLY;
813 flag |= current.isWritable() ? 0 : READ_ONLY;
815 flag |= READ_ONLY;
H A Dbootstrapper.cc385 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
404 DONT_ENUM | DONT_DELETE | READ_ONLY);
436 attribs = static_cast<PropertyAttributes>(attribs & ~READ_ONLY);
558 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
869 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
983 DONT_ENUM | DONT_DELETE | READ_ONLY);
1026 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
1243 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
1368 static_cast<PropertyAttributes>(DONT_DELETE | READ_ONLY);
1669 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELET
[all...]
H A Dobject-observe.js454 newRecord, prop, changeRecord[prop], READ_ONLY + DONT_DELETE);
H A Dmacros.py32 const READ_ONLY = 1;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DChannelHelper.java33 ByteBuffer bb = ((FileChannel) channel).map(FileChannel.MapMode.READ_ONLY, ((FileChannel) channel).position(), size);
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader_unittest.cc32 READ_ONLY, enumerator in enum:__anon16401::FileWrapper::__anon16402
38 if (mode == READ_ONLY)
184 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY);
221 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY);
273 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY);
293 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DFreeBox.java98 data = ((FileChannel) readableByteChannel).map(FileChannel.MapMode.READ_ONLY, ((FileChannel) readableByteChannel).position(), contentSize);
/external/chromium_org/v8/test/mjsunit/es6/
H A Darray-iterator.js32 var READ_ONLY = 1; variable
40 assertEquals(desc.writable, !(attrs & READ_ONLY));
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dpolicy_value_store.cc26 ValueStore::READ_ONLY, "This is a read-only store.", key.Pass()));
/external/chromium_org/extensions/browser/value_store/
H A Dvalue_store.h33 READ_ONLY, enumerator in enum:ValueStore::ErrorCode
/external/e2fsprogs/debugfs/
H A Ddebugfs.c155 #ifdef READ_ONLY
159 #endif /* READ_ONLY */
204 #ifndef READ_ONLY
273 #ifndef READ_ONLY
321 #endif /* READ_ONLY */
420 #ifndef READ_ONLY
435 #endif /* READ_ONLY */
993 #ifndef READ_ONLY
1068 #endif /* READ_ONLY */
1083 #ifndef READ_ONLY
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
H A DMediaDataBox.java170 cacheEntry = fileChannel.map(FileChannel.MapMode.READ_ONLY, startPosition + offset, Math.min(BUFFER_SIZE, contentSize - offset));
/external/guava/guava/src/com/google/common/io/
H A DFiles.java609 return map(file, MapMode.READ_ONLY);
662 new RandomAccessFile(file, mode == MapMode.READ_ONLY ? "r" : "rw");
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DTextControlInnerElements.cpp93 style->setUserModify(READ_ONLY);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControl.cpp85 style->setUserModify(node->isDisabledOrReadOnly() ? READ_ONLY : READ_WRITE_PLAINTEXT_ONLY);
H A DTextAutosizer.cpp177 || renderer->style()->userModify() != READ_ONLY;
609 if (root->isTextArea() || (root->style() && root->style()->userModify() != READ_ONLY)) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleRareInheritedData.cpp72 , userModify(READ_ONLY)
H A DRenderStyleConstants.h182 READ_ONLY, READ_WRITE, READ_WRITE_PLAINTEXT_ONLY enumerator in enum:blink::EUserModify
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
H A DAbstractBox.java109 content = ((FileChannel) readableByteChannel).map(FileChannel.MapMode.READ_ONLY, ((FileChannel) readableByteChannel).position(), contentSize);

Completed in 531 milliseconds

123