/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/ |
H A D | ActivityRequireContentUriPermissionFromCallerTest.java | 176 @TestParameter({"NONE", "READ", "WRITE", "READ_AND_WRITE"}) ModeFlags modeFlags, in testNoneAttribute_allModeFlags_doNotThrow() 209 @TestParameter({"WRITE", "READ_AND_WRITE"}) ModeFlags modeFlags, in testWriteAttribute_writeModeFlags_doNotThrow() 231 @TestParameter({"READ", "WRITE", "READ_AND_WRITE"}) ModeFlags modeFlags, in testReadOrWriteAttribute_allButNoneModeFlags_doNotThrow() 558 WRITE(Intent.FLAG_GRANT_WRITE_URI_PERMISSION, URI_WRITE_PERMISSION_ID), enumConstant 578 WRITE(TEST_WRITE_ACTIVITY), enumConstant
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/ioctl/ |
D | bsd.rs | 26 pub const WRITE: RawOpcode = 0x8000_0000; constant
|
D | linux.rs | 61 pub(super) const WRITE: RawOpcode = 1; constant 81 pub(super) const WRITE: RawOpcode = 4; constant
|
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
H A D | JimfsUnixLikeFileSystemTest.java | 1448 try (FileChannel channel = FileChannel.open(path("/test.txt"), CREATE_NEW, WRITE)) { in testChannels() argument 1478 try (SeekableByteChannel channel = Files.newByteChannel(path("/test"), READ, WRITE)) { in testChannels() argument 1497 try (FileChannel channel = FileChannel.open(path("/test"), READ, WRITE)) { in testChannels() argument 2313 try (FileChannel channel = FileChannel.open(foo, WRITE)) { in testRegularFileAccessAndModifiedTimeUpdates() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/ioctl/ |
D | linux.rs | 35 pub const WRITE: u8 = 4; constant 49 pub const WRITE: u8 = 1; constant
|
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/examples/ |
H A D | SevenZArchiverTest.java | 72 try (SeekableByteChannel c = FileChannel.open(target.toPath(), StandardOpenOption.WRITE, in channelVersion() 82 try (SeekableByteChannel c = FileChannel.open(target.toPath(), StandardOpenOption.WRITE, in unknownFormat()
|
/aosp_15_r20/external/tink/java_src/examples/streamingaead/ |
H A D | StreamingAeadExample.java | 98 FileChannel.open(outputFile, StandardOpenOption.WRITE, StandardOpenOption.CREATE), in encryptFile() 123 FileChannel.open(outputFile, StandardOpenOption.WRITE, StandardOpenOption.CREATE)) { in decryptFile()
|
/aosp_15_r20/external/aws-sdk-java-v2/services/ssooidc/src/test/java/software/amazon/awssdk/services/ssooidc/internal/ |
H A D | OnDiskTokenManagerTest.java | 77 …tream os = Files.newOutputStream(tokenPath, StandardOpenOption.CREATE, StandardOpenOption.WRITE)) { in loadToken_loadsCorrectFile() 119 StandardOpenOption.WRITE)) { in loadToken_maximal()
|
/aosp_15_r20/external/python/cpython2/Modules/_multiprocessing/ |
D | socket_connection.c | 16 # define WRITE(h, buffer, length) send((SOCKET)h, buffer, length, 0) macro 20 # define WRITE(h, buffer, length) write(h, buffer, length) macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/mm/ |
D | types.rs | 16 const WRITE = linux_raw_sys::general::PROT_WRITE; constant 37 const WRITE = linux_raw_sys::general::PROT_WRITE; constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/mm/ |
D | types.rs | 16 const WRITE = bitcast!(c::PROT_WRITE); constant 37 const WRITE = bitcast!(c::PROT_WRITE); constant
|
/aosp_15_r20/external/llvm-libc/src/__support/File/ |
H A D | file.h | 63 WRITE = 0x2, enumerator 80 enum class FileOp : uint8_t { NONE, READ, WRITE, SEEK }; enumerator
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/file/ |
H A D | DefaultFileSystemProviderTest.java | 100 try (InputStream is = provider.newInputStream(filesSetup.getDataFilePath(), WRITE)) { in test_newInputStream_openOption() argument 208 try (OutputStream os = provider.newOutputStream(filesSetup.getDataFilePath(), WRITE)) { in test_newOutputStream_openOption_WRITE() argument 219 try (OutputStream os = provider.newOutputStream(filesSetup.getTestPath(), WRITE)) { in test_newOutputStream_openOption_WRITE() argument
|
H A D | Files2Test.java | 1198 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getTestPath(), WRITE)) { in test_newByteChannel_openOption_WRITE() argument 1205 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath(), WRITE)) { in test_newByteChannel_openOption_WRITE() argument 1212 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath(), WRITE)) { in test_newByteChannel_openOption_WRITE() argument 1227 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath(), WRITE, in test_newByteChannel_openOption_WRITE_READ() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-queue/src/ |
D | seg_queue.rs | 16 const WRITE: usize = 1; constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | list.rs | 20 const WRITE: usize = 1; constant
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pdb/ |
H A D | PersistentDataBlockServiceTest.java | 1000 try (var ch = FileChannel.open(mDataBlockFile.toPath(), StandardOpenOption.WRITE)) { in tamperWithDigest() 1006 try (var ch = FileChannel.open(mDataBlockFile.toPath(), StandardOpenOption.WRITE)) { in tamperWithMagic()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | list.rs | 20 const WRITE: usize = 1; constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | list.rs | 20 const WRITE: usize = 1; constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | list.rs | 20 const WRITE: usize = 1; constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | list.rs | 20 const WRITE: usize = 1; constant
|
/aosp_15_r20/hardware/interfaces/security/see/hwcrypto/aidl/android/hardware/security/see/hwcrypto/types/ |
H A D | OperationType.aidl | 27 WRITE, enumConstant
|
/aosp_15_r20/hardware/interfaces/security/see/hwcrypto/aidl/aidl_api/android.hardware.security.see.hwcrypto/current/android/hardware/security/see/hwcrypto/types/ |
H A D | OperationType.aidl | 38 WRITE, enumConstant
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/file/ |
H A D | AccessMode.java | 42 WRITE, enumConstant
|
/aosp_15_r20/system/tools/aidl/ |
D | aidl_to_common.h | 31 WRITE = 0x1, enumerator
|