Home
last modified time | relevance | path

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

123

/third_party/node/deps/v8/src/objects/
Dproperty-details.h20 READ_ONLY = ::v8::ReadOnly, enumerator
24 ALL_ATTRIBUTES_MASK = READ_ONLY | DONT_ENUM | DONT_DELETE,
27 FROZEN = SEALED | READ_ONLY,
59 STATIC_ASSERT(ONLY_WRITABLE == static_cast<PropertyFilter>(READ_ONLY));
79 STATIC_ASSERT((ALL_ATTRIBUTES_MASK == (READ_ONLY | DONT_ENUM | DONT_DELETE)) ==
388 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; } in IsReadOnly()
404 (READ_ONLY << AttributesField::kShift);
Dcontexts.cc193 return IsConstVariableMode(mode) ? READ_ONLY : NONE; in GetAttributesForMode()
351 *attributes = READ_ONLY; in Lookup()
379 : READ_ONLY; in Lookup()
Dproperty-descriptor.h111 (has_writable() && !writable() ? READ_ONLY : NONE)); in ToAttributes()
Dliteral-objects.cc628 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in BuildClassBoilerplate()
636 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in BuildClassBoilerplate()
643 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in BuildClassBoilerplate()
Dproperty.cc41 os << (((attributes & READ_ONLY) == 0) ? "W" : "_"); // writable in operator <<()
Dlookup.cc504 (((property_details_.attributes() & READ_ONLY) == 0 && in ReconfigureDataProperty()
505 (attributes & READ_ONLY) != 0) || in ReconfigureDataProperty()
Djs-objects.cc1635 attrs | (desc->writable() ? NONE : READ_ONLY)); in ValidateAndApplyPropertyDescriptor()
1638 attrs | (current->writable() ? NONE : READ_ONLY)); in ValidateAndApplyPropertyDescriptor()
1867 desc->set_writable((attrs & READ_ONLY) == 0); in GetOwnPropertyDescriptor()
3543 descriptor.set_writable((attributes & READ_ONLY) != 0); in DefineOwnPropertyIgnoreAttributes()
4199 if ((attributes & READ_ONLY) && details.kind() == PropertyKind::kAccessor) { in ApplyAttributesToDictionary()
4201 if (v.IsAccessorPair()) attrs &= ~READ_ONLY; in ApplyAttributesToDictionary()
/third_party/skia/third_party/externals/zlib/google/
Dzip_reader_unittest.cc42 READ_ONLY, enumerator
48 if (mode == READ_ONLY) in FileWrapper()
227 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
264 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
569 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DSetDictionaryTest.java67 ByteBuffer dictionary = dictionaryChannel.map(FileChannel.MapMode.READ_ONLY, 0, 122784).load(); in testSetDictionary()
/third_party/node/deps/zlib/google/
Dzip_reader_unittest.cc48 typedef enum { READ_ONLY, READ_WRITE } AccessMode; enumerator
52 if (mode == READ_ONLY) in FileWrapper()
213 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
265 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
809 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_reader_unittest.cc48 typedef enum { READ_ONLY, READ_WRITE } AccessMode; enumerator
52 if (mode == READ_ONLY) in FileWrapper()
213 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
265 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
809 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
/third_party/node/deps/v8/src/runtime/
Druntime-scopes.cc88 DCHECK_EQ(attr & READ_ONLY, 0); in DeclareGlobal()
92 if (old_attributes & READ_ONLY || old_attributes & DONT_ENUM || in DeclareGlobal()
779 if ((attributes & READ_ONLY) == 0) { in StoreLookupSlot()
796 if ((attributes & READ_ONLY) == 0) { in StoreLookupSlot()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc656 static_cast<PropertyAttributes>(DONT_DELETE | DONT_ENUM | READ_ONLY)); in InstallConstant()
681 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in InstallToStringTag()
764 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY)) in GetThrowTypeErrorIntrinsic()
771 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY)) in GetThrowTypeErrorIntrinsic()
937 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in CreateIteratorMaps()
942 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in CreateIteratorMaps()
1064 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in CreateAsyncIteratorMaps()
1068 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in CreateAsyncIteratorMaps()
1693 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY)); in InitializeGlobal()
1863 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in InitializeGlobal()
[all …]
/third_party/mesa3d/docs/relnotes/
D19.1.3.rst135 - radeonsi: don't set READ_ONLY for const_uploader to fix bindless
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieAnimation.java81 return fileChannel.map(FileChannel.MapMode.READ_ONLY, in convertToByteBuffer()
/third_party/openGLES/extensions/NV/
DNV_vdpau_interop.txt258 VDPAU surface using the GL (<access> set to READ_ONLY), only to
265 An <access> value of READ_ONLY ensures that any writes to the
457 VDPAUSurfaceAccessNV is none of READ_ONLY, WRITE_ONLY, nor
DNV_shader_buffer_store.txt109 <access> may be READ_ONLY, READ_WRITE, and WRITE_ONLY. If a shader loads
111 READ_ONLY <access>, the results of that shader operation are undefined and
139 to a buffer object made resident with an <access> parameter of READ_ONLY,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vdpau_interop.txt258 VDPAU surface using the GL (<access> set to READ_ONLY), only to
265 An <access> value of READ_ONLY ensures that any writes to the
457 VDPAUSurfaceAccessNV is none of READ_ONLY, WRITE_ONLY, nor
DNV_shader_buffer_store.txt107 <access> may be READ_ONLY, READ_WRITE, and WRITE_ONLY. If a shader loads
109 READ_ONLY <access>, the results of that shader operation are undefined and
137 to a buffer object made resident with an <access> parameter of READ_ONLY,
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_pixel_buffer_object.txt453 pboMemory1 = MapBuffer(PIXEL_PACK_BUFFER_EXT, READ_ONLY);
455 pboMemory2 = MapBuffer(PIXEL_PACK_BUFFER_EXT, READ_ONLY);
/third_party/openGLES/extensions/EXT/
DEXT_pixel_buffer_object.txt453 pboMemory1 = MapBuffer(PIXEL_PACK_BUFFER_EXT, READ_ONLY);
455 pboMemory2 = MapBuffer(PIXEL_PACK_BUFFER_EXT, READ_ONLY);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUBinary.java525 bytes = channel.map(FileChannel.MapMode.READ_ONLY, 0, channel.size());
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUBinary.java530 bytes = channel.map(FileChannel.MapMode.READ_ONLY, 0, channel.size());
/third_party/node/deps/v8/src/heap/
Dfactory.cc3708 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in CreateSloppyFunctionMap()
3712 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in CreateSloppyFunctionMap()
3799 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in CreateStrictFunctionMap()
3801 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in CreateStrictFunctionMap()
3861 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in CreateClassFunctionMap()
3863 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in CreateClassFunctionMap()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_map_buffer_range.txt186 [1] BUFFER_ACCESS is set to READ_ONLY, WRITE_ONLY, or READ_WRITE if

123