/third_party/node/deps/v8/src/objects/ |
D | property-details.h | 20 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);
|
D | contexts.cc | 193 return IsConstVariableMode(mode) ? READ_ONLY : NONE; in GetAttributesForMode() 351 *attributes = READ_ONLY; in Lookup() 379 : READ_ONLY; in Lookup()
|
D | property-descriptor.h | 111 (has_writable() && !writable() ? READ_ONLY : NONE)); in ToAttributes()
|
D | literal-objects.cc | 628 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()
|
D | property.cc | 41 os << (((attributes & READ_ONLY) == 0) ? "W" : "_"); // writable in operator <<()
|
D | lookup.cc | 504 (((property_details_.attributes() & READ_ONLY) == 0 && in ReconfigureDataProperty() 505 (attributes & READ_ONLY) != 0) || in ReconfigureDataProperty()
|
D | js-objects.cc | 1635 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/ |
D | zip_reader_unittest.cc | 42 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/ |
D | SetDictionaryTest.java | 67 ByteBuffer dictionary = dictionaryChannel.map(FileChannel.MapMode.READ_ONLY, 0, 122784).load(); in testSetDictionary()
|
/third_party/node/deps/zlib/google/ |
D | zip_reader_unittest.cc | 48 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/ |
D | zip_reader_unittest.cc | 48 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/ |
D | runtime-scopes.cc | 88 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/ |
D | bootstrapper.cc | 656 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/ |
D | 19.1.3.rst | 135 - 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/ |
D | SkottieAnimation.java | 81 return fileChannel.map(FileChannel.MapMode.READ_ONLY, in convertToByteBuffer()
|
/third_party/openGLES/extensions/NV/ |
D | NV_vdpau_interop.txt | 258 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
|
D | NV_shader_buffer_store.txt | 109 <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/ |
D | NV_vdpau_interop.txt | 258 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
|
D | NV_shader_buffer_store.txt | 107 <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/ |
D | EXT_pixel_buffer_object.txt | 453 pboMemory1 = MapBuffer(PIXEL_PACK_BUFFER_EXT, READ_ONLY); 455 pboMemory2 = MapBuffer(PIXEL_PACK_BUFFER_EXT, READ_ONLY);
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_pixel_buffer_object.txt | 453 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/ |
D | ICUBinary.java | 525 bytes = channel.map(FileChannel.MapMode.READ_ONLY, 0, channel.size());
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUBinary.java | 530 bytes = channel.map(FileChannel.MapMode.READ_ONLY, 0, channel.size());
|
/third_party/node/deps/v8/src/heap/ |
D | factory.cc | 3708 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/ |
D | ARB_map_buffer_range.txt | 186 [1] BUFFER_ACCESS is set to READ_ONLY, WRITE_ONLY, or READ_WRITE if
|