Home
last modified time | relevance | path

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

123

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DReadOrWriteOnlyTest.java17 @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)
DReadOnlyDeserFailOnUnknown2719Test.java11 @JsonProperty(value = "username", access = JsonProperty.Access.READ_ONLY)
13 @JsonProperty(access = JsonProperty.Access.READ_ONLY)
DReadOnlyListDeser2283Test.java14 @JsonProperty(value = "list", access = JsonProperty.Access.READ_ONLY)
21 @JsonProperty(value = "renamedList", access = JsonProperty.Access.READ_ONLY)
DReadOnlyListDeser2118Test.java19 @JsonProperty(value="security_group_rules", access=JsonProperty.Access.READ_ONLY)
/external/libchrome/base/files/
Dmemory_mapped_file.h31 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()
Dmemory_mapped_file.cc40 case READ_ONLY: in Initialize()
85 case READ_ONLY: in Initialize()
/external/turbine/java/com/google/turbine/zip/
DZip.java166 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/
Ddebug_grpc_io_utils_test.cc283 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/
DReadOnlyDeser1890Test.java15 @JsonProperty(access = JsonProperty.Access.READ_ONLY)
37 @JsonProperty(access = JsonProperty.Access.READ_ONLY)
/external/e2fsprogs/debugfs/
Ddebugfs.c239 #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/icing/icing/file/
Dmemory-mapped-file.cc91 case Strategy::READ_ONLY: { in Remap()
138 if (strategy_ == Strategy::READ_ONLY) { in PersistToDisk()
Dmemory-mapped-file.h64 READ_ONLY, enumerator
/external/crosvm/protos/src/
Dcdisk_spec.proto4 READ_ONLY = 0; enumerator
/external/tensorflow/tensorflow/python/framework/
Dauto_control_deps.py137 READ_ONLY = "read-only" variable in ResourceType
412 is_read = resource_type == ResourceType.READ_ONLY
552 yield (t, ResourceType.READ_ONLY)
/external/zlib/google/
Dzip_reader_unittest.cc43 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/
DPackageSanityTests.java37 setDefault(MapMode.class, MapMode.READ_ONLY); in PackageSanityTests()
/external/guava/guava-tests/test/com/google/common/io/
DPackageSanityTests.java37 setDefault(MapMode.class, MapMode.READ_ONLY); in PackageSanityTests()
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonProperty.java156 READ_ONLY, enumConstant
/external/libchrome/mojo/public/cpp/system/
Dbuffer.h49 READ_ONLY, enumerator
Dbuffer.cc26 if (access_mode == AccessMode::READ_ONLY) in Clone()
/external/brotli/java/org/brotli/dec/
DSetDictionaryTest.java67 ByteBuffer dictionary = dictionaryChannel.map(FileChannel.MapMode.READ_ONLY, 0, 122784).load(); in testSetDictionary()
/external/icing/icing/legacy/index/
Dicing-flash-bitmap.h131 enum OpenType { UNOPENED, READ_ONLY, READ_WRITE }; enumerator
Dicing-flash-bitmap.cc178 open_type_ = READ_ONLY; in InitForRead()
213 open_type_ = READ_ONLY; in InitForRead()
/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/tensorflow/tensorflow/python/debug/lib/
Dgrpc_debug_server.py209 debug_service_pb2.EventReply.DebugOpStateChange.READ_ONLY):
420 else debug_service_pb2.EventReply.DebugOpStateChange.READ_ONLY,

123