Home
last modified time | relevance | path

Searched refs:READ_ONLY (Results 1 – 25 of 51) sorted by relevance

123

/external/chromium_org/v8/test/mjsunit/regress/
Dregress-1199637.js34 const READ_ONLY = 1; constant
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);
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);
/external/chromium_org/v8/src/
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);
Dcontexts.cc209 *attributes = READ_ONLY; in Lookup()
214 *attributes = READ_ONLY; in Lookup()
220 *attributes = READ_ONLY; in Lookup()
244 *attributes = READ_ONLY; in Lookup()
Dproperty-details.h15 READ_ONLY = v8::ReadOnly, enumerator
20 FROZEN = SEALED | READ_ONLY,
257 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; } in IsReadOnly()
Dtypedarray.js303 READ_ONLY | DONT_ENUM | DONT_DELETE);
308 READ_ONLY | DONT_ENUM | DONT_DELETE);
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;
Dbootstrapper.cc385 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in InstallFunction()
404 DONT_ENUM | DONT_DELETE | READ_ONLY); in SetFunctionInstanceDescriptor()
436 attribs = static_cast<PropertyAttributes>(attribs & ~READ_ONLY); in SetFunctionInstanceDescriptor()
558 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in SetStrictFunctionInstanceDescriptor()
869 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE); in HookUpGlobalObject()
983 DONT_ENUM | DONT_DELETE | READ_ONLY); in InitializeGlobal()
1026 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in InitializeGlobal()
1243 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in InitializeGlobal()
1368 static_cast<PropertyAttributes>(DONT_DELETE | READ_ONLY); in InitializeExperimentalGlobal()
1669 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE); in InstallNatives()
[all …]
Dmessages.js299 DONT_ENUM | DONT_DELETE | READ_ONLY);
1182 DONT_ENUM | DONT_DELETE | READ_ONLY);
Dmacros.py32 const READ_ONLY = 1;
/external/chromium_org/third_party/zlib/google/
Dzip_reader_unittest.cc32 READ_ONLY, enumerator
38 if (mode == READ_ONLY) in FileWrapper()
184 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
221 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
273 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
293 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
/external/e2fsprogs/debugfs/
Ddebugfs.c155 #ifdef READ_ONLY in do_open_filesys()
204 #ifndef READ_ONLY in do_open_filesys()
273 #ifndef READ_ONLY
420 #ifndef READ_ONLY
993 #ifndef READ_ONLY
1083 #ifndef READ_ONLY
1139 #ifndef READ_ONLY
1336 #ifndef READ_ONLY
1577 #ifndef READ_ONLY
2052 #ifndef READ_ONLY
[all …]
/external/chromium_org/v8/test/mjsunit/es6/
Darray-iterator.js32 var READ_ONLY = 1; variable
40 assertEquals(desc.writable, !(attrs & READ_ONLY));
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
DChannelHelper.java33 …ByteBuffer bb = ((FileChannel) channel).map(FileChannel.MapMode.READ_ONLY, ((FileChannel) channel)… in readFully()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DFreeBox.java98 …data = ((FileChannel) readableByteChannel).map(FileChannel.MapMode.READ_ONLY, ((FileChannel) reada… in parse()
/external/chromium_org/extensions/browser/value_store/
Dvalue_store.h33 READ_ONLY, enumerator
/external/guava/guava/src/com/google/common/io/
DFiles.java609 return map(file, MapMode.READ_ONLY);
662 new RandomAccessFile(file, mode == MapMode.READ_ONLY ? "r" : "rw");
/external/chromium_org/chrome/browser/extensions/api/storage/
Dpolicy_value_store.cc26 ValueStore::READ_ONLY, "This is a read-only store.", key.Pass())); in ReadOnlyError()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
DMediaDataBox.java170 …cacheEntry = fileChannel.map(FileChannel.MapMode.READ_ONLY, startPosition + offset, Math.min(BUFFE… in getContent()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DTextControlInnerElements.cpp93 style->setUserModify(READ_ONLY); in customStyleForRenderer()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
DAbstractBox.java109 …content = ((FileChannel) readableByteChannel).map(FileChannel.MapMode.READ_ONLY, ((FileChannel) re… in parse()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControl.cpp85 style->setUserModify(node->isDisabledOrReadOnly() ? READ_ONLY : READ_WRITE_PLAINTEXT_ONLY); in updateUserModifyProperty()
DTextAutosizer.cpp177 || renderer->style()->userModify() != READ_ONLY; in isIndependentDescendant()
609 if (root->isTextArea() || (root->style() && root->style()->userModify() != READ_ONLY)) { in clusterHasEnoughTextToAutosize()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp72 , userModify(READ_ONLY) in StyleRareInheritedData()
DRenderStyleConstants.h182 READ_ONLY, READ_WRITE, READ_WRITE_PLAINTEXT_ONLY enumerator

123