/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/ |
D | ReadOrWriteOnlyTest.java | 17 @JsonProperty(access=JsonProperty.Access.READ_ONLY) 37 @JsonProperty(access = JsonProperty.Access.READ_ONLY) 61 @JsonProperty(access=JsonProperty.Access.READ_ONLY) 76 @JsonProperty(access = JsonProperty.Access.READ_ONLY) 93 @JsonProperty(access = JsonProperty.Access.READ_ONLY) 113 @JsonProperty(value = "t", access = JsonProperty.Access.READ_ONLY)
|
D | ReadOnlyDeserFailOnUnknown2719Test.java | 11 @JsonProperty(value = "username", access = JsonProperty.Access.READ_ONLY) 13 @JsonProperty(access = JsonProperty.Access.READ_ONLY)
|
D | ReadOnlyListDeser2283Test.java | 14 @JsonProperty(value = "list", access = JsonProperty.Access.READ_ONLY) 21 @JsonProperty(value = "renamedList", access = JsonProperty.Access.READ_ONLY)
|
D | ReadOnlyListDeser2118Test.java | 19 @JsonProperty(value="security_group_rules", access=JsonProperty.Access.READ_ONLY)
|
/external/libchrome/base/files/ |
D | memory_mapped_file.h | 31 READ_ONLY, enumerator 74 return Initialize(file_name, READ_ONLY); in Initialize() 84 return Initialize(std::move(file), READ_ONLY); in Initialize() 93 return Initialize(std::move(file), region, READ_ONLY); in Initialize()
|
D | memory_mapped_file.cc | 40 case READ_ONLY: in Initialize() 85 case READ_ONLY: in Initialize()
|
/external/turbine/java/com/google/turbine/zip/ |
D | Zip.java | 166 MappedByteBuffer eocd = chan.map(MapMode.READ_ONLY, eocdOffset, ENDHDR); in ZipIterable() 173 eocd = chan.map(MapMode.READ_ONLY, start, (size - start)); in ZipIterable() 199 MappedByteBuffer zip64eocd = chan.map(MapMode.READ_ONLY, zip64eocdOffset, ZIP64_ENDHDR); in ZipIterable() 209 this.cd = chan.map(MapMode.READ_ONLY, eocdOffset - cdsize, cdsize); in ZipIterable() 289 MapMode.READ_ONLY, in getBytes() 300 fc = chan.map(MapMode.READ_ONLY, offset + LOCHDR + nameLength + locExtLength, size); in getBytes()
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_grpc_io_utils_test.cc | 283 i == 0 ? EventReply::DebugOpStateChange::READ_ONLY in TEST_F() 373 EventReply::DebugOpStateChange::READ_ONLY); in TEST_F() 376 EventReply::DebugOpStateChange::READ_ONLY); in TEST_F() 405 EventReply::DebugOpStateChange::READ_ONLY); in TEST_F() 408 EventReply::DebugOpStateChange::READ_ONLY); in TEST_F() 433 EventReply::DebugOpStateChange::READ_ONLY); in TEST_F() 462 kGrpcUrl1, kWatch1, EventReply::DebugOpStateChange::READ_ONLY); in TEST_F()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/ |
D | ReadOnlyDeser1890Test.java | 15 @JsonProperty(access = JsonProperty.Access.READ_ONLY) 37 @JsonProperty(access = JsonProperty.Access.READ_ONLY)
|
/external/crosvm/protos/src/ |
D | cdisk_spec.proto | 4 READ_ONLY = 0; enumerator
|
/external/icing/icing/file/ |
D | memory-mapped-file.cc | 91 case Strategy::READ_ONLY: { in Remap() 138 if (strategy_ == Strategy::READ_ONLY) { in PersistToDisk()
|
D | memory-mapped-file.h | 64 READ_ONLY, enumerator
|
/external/e2fsprogs/debugfs/ |
D | debugfs.c | 239 #ifdef READ_ONLY in do_open_filesys() 292 #ifndef READ_ONLY in do_open_filesys() 364 #ifndef READ_ONLY 521 #ifndef READ_ONLY 1115 #ifndef READ_ONLY 1209 #ifndef READ_ONLY 1268 #ifndef READ_ONLY 1469 #ifndef READ_ONLY 1745 #ifndef READ_ONLY 2008 #ifndef READ_ONLY [all …]
|
/external/tensorflow/tensorflow/python/framework/ |
D | auto_control_deps.py | 137 READ_ONLY = "read-only" variable in ResourceType 412 is_read = resource_type == ResourceType.READ_ONLY 552 yield (t, ResourceType.READ_ONLY)
|
/external/zlib/google/ |
D | zip_reader_unittest.cc | 43 READ_ONLY, enumerator 49 if (mode == READ_ONLY) in FileWrapper() 228 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() 570 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
|
/external/angle/third_party/zlib/google/ |
D | zip_reader_unittest.cc | 43 READ_ONLY, enumerator 49 if (mode == READ_ONLY) in FileWrapper() 228 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() 570 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
|
/external/guava/android/guava-tests/test/com/google/common/io/ |
D | PackageSanityTests.java | 37 setDefault(MapMode.class, MapMode.READ_ONLY); in PackageSanityTests()
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | PackageSanityTests.java | 37 setDefault(MapMode.class, MapMode.READ_ONLY); in PackageSanityTests()
|
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/ |
D | JsonProperty.java | 156 READ_ONLY, enumConstant
|
/external/libchrome/mojo/public/cpp/system/ |
D | buffer.h | 49 READ_ONLY, enumerator
|
D | buffer.cc | 26 if (access_mode == AccessMode::READ_ONLY) in Clone()
|
/external/icing/icing/legacy/index/ |
D | icing-flash-bitmap.h | 131 enum OpenType { UNOPENED, READ_ONLY, READ_WRITE }; enumerator
|
D | icing-flash-bitmap.cc | 178 open_type_ = READ_ONLY; in InitForRead() 213 open_type_ = READ_ONLY; in InitForRead()
|
/external/brotli/java/org/brotli/dec/ |
D | SetDictionaryTest.java | 67 ByteBuffer dictionary = dictionaryChannel.map(FileChannel.MapMode.READ_ONLY, 0, 122784).load(); in testSetDictionary()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
D | ChannelHelper.java | 33 …ByteBuffer bb = ((FileChannel) channel).map(FileChannel.MapMode.READ_ONLY, ((FileChannel) channel)… in readFully()
|