Home
last modified time | relevance | path

Searched defs:WRITE (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DActivityRequireContentUriPermissionFromCallerTest.java176 @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/
Dbsd.rs26 pub const WRITE: RawOpcode = 0x8000_0000; constant
Dlinux.rs61 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 DJimfsUnixLikeFileSystemTest.java1448 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/
Dlinux.rs35 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 DSevenZArchiverTest.java72 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 DStreamingAeadExample.java98 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 DOnDiskTokenManagerTest.java77 …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/
Dsocket_connection.c16 # 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/
Dtypes.rs16 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/
Dtypes.rs16 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 Dfile.h63 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 DDefaultFileSystemProviderTest.java100 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 DFiles2Test.java1198 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/
Dseg_queue.rs16 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 Dlist.rs20 const WRITE: usize = 1; constant
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pdb/
H A DPersistentDataBlockServiceTest.java1000 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 Dlist.rs20 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 Dlist.rs20 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 Dlist.rs20 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 Dlist.rs20 const WRITE: usize = 1; constant
/aosp_15_r20/hardware/interfaces/security/see/hwcrypto/aidl/android/hardware/security/see/hwcrypto/types/
H A DOperationType.aidl27 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 DOperationType.aidl38 WRITE, enumConstant
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/file/
H A DAccessMode.java42 WRITE, enumConstant
/aosp_15_r20/system/tools/aidl/
Daidl_to_common.h31 WRITE = 0x1, enumerator

12345678910>>...21