/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/generated_lib/3/cpp/ |
H A D | AccessForVehicleProperty.h | 67 {VehicleProperty::FUEL_DOOR_OPEN, VehiclePropertyAccess::READ_WRITE}, 70 {VehicleProperty::EV_CHARGE_PORT_OPEN, VehiclePropertyAccess::READ_WRITE}, 73 {VehicleProperty::RANGE_REMAINING, VehiclePropertyAccess::READ_WRITE}, 77 {VehicleProperty::ENGINE_IDLE_AUTO_STOP_ENABLED, VehiclePropertyAccess::READ_WRITE}, 83 {VehicleProperty::EV_BRAKE_REGENERATION_LEVEL, VehiclePropertyAccess::READ_WRITE}, 90 {VehicleProperty::EV_STOPPING_MODE, VehiclePropertyAccess::READ_WRITE}, 91 {VehicleProperty::ELECTRONIC_STABILITY_CONTROL_ENABLED, VehiclePropertyAccess::READ_WRITE}, 93 {VehicleProperty::HVAC_FAN_SPEED, VehiclePropertyAccess::READ_WRITE}, 94 {VehicleProperty::HVAC_FAN_DIRECTION, VehiclePropertyAccess::READ_WRITE}, 96 {VehicleProperty::HVAC_TEMPERATURE_SET, VehiclePropertyAccess::READ_WRITE}, [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/generated_lib/4/cpp/ |
H A D | AccessForVehicleProperty.h | 67 {VehicleProperty::FUEL_DOOR_OPEN, VehiclePropertyAccess::READ_WRITE}, 70 {VehicleProperty::EV_CHARGE_PORT_OPEN, VehiclePropertyAccess::READ_WRITE}, 73 {VehicleProperty::RANGE_REMAINING, VehiclePropertyAccess::READ_WRITE}, 82 {VehicleProperty::ENGINE_IDLE_AUTO_STOP_ENABLED, VehiclePropertyAccess::READ_WRITE}, 84 {VehicleProperty::VEHICLE_HORN_ENGAGED, VehiclePropertyAccess::READ_WRITE}, 89 {VehicleProperty::EV_BRAKE_REGENERATION_LEVEL, VehiclePropertyAccess::READ_WRITE}, 96 {VehicleProperty::EV_STOPPING_MODE, VehiclePropertyAccess::READ_WRITE}, 97 {VehicleProperty::ELECTRONIC_STABILITY_CONTROL_ENABLED, VehiclePropertyAccess::READ_WRITE}, 100 {VehicleProperty::TURN_SIGNAL_SWITCH, VehiclePropertyAccess::READ_WRITE}, 101 {VehicleProperty::HVAC_FAN_SPEED, VehiclePropertyAccess::READ_WRITE}, [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/generated_lib/4/java/ |
H A D | AccessForVehicleProperty.java | 60 Map.entry(VehicleProperty.FUEL_DOOR_OPEN, VehiclePropertyAccess.READ_WRITE), 63 Map.entry(VehicleProperty.EV_CHARGE_PORT_OPEN, VehiclePropertyAccess.READ_WRITE), 66 Map.entry(VehicleProperty.RANGE_REMAINING, VehiclePropertyAccess.READ_WRITE), 75 Map.entry(VehicleProperty.ENGINE_IDLE_AUTO_STOP_ENABLED, VehiclePropertyAccess.READ_WRITE), 77 Map.entry(VehicleProperty.VEHICLE_HORN_ENGAGED, VehiclePropertyAccess.READ_WRITE), 82 Map.entry(VehicleProperty.EV_BRAKE_REGENERATION_LEVEL, VehiclePropertyAccess.READ_WRITE), 89 Map.entry(VehicleProperty.EV_STOPPING_MODE, VehiclePropertyAccess.READ_WRITE), 90 … Map.entry(VehicleProperty.ELECTRONIC_STABILITY_CONTROL_ENABLED, VehiclePropertyAccess.READ_WRITE), 93 Map.entry(VehicleProperty.TURN_SIGNAL_SWITCH, VehiclePropertyAccess.READ_WRITE), 94 Map.entry(VehicleProperty.HVAC_FAN_SPEED, VehiclePropertyAccess.READ_WRITE), [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/generated_lib/3/java/ |
H A D | AccessForVehicleProperty.java | 60 Map.entry(VehicleProperty.FUEL_DOOR_OPEN, VehiclePropertyAccess.READ_WRITE), 63 Map.entry(VehicleProperty.EV_CHARGE_PORT_OPEN, VehiclePropertyAccess.READ_WRITE), 66 Map.entry(VehicleProperty.RANGE_REMAINING, VehiclePropertyAccess.READ_WRITE), 70 Map.entry(VehicleProperty.ENGINE_IDLE_AUTO_STOP_ENABLED, VehiclePropertyAccess.READ_WRITE), 76 Map.entry(VehicleProperty.EV_BRAKE_REGENERATION_LEVEL, VehiclePropertyAccess.READ_WRITE), 83 Map.entry(VehicleProperty.EV_STOPPING_MODE, VehiclePropertyAccess.READ_WRITE), 84 … Map.entry(VehicleProperty.ELECTRONIC_STABILITY_CONTROL_ENABLED, VehiclePropertyAccess.READ_WRITE), 86 Map.entry(VehicleProperty.HVAC_FAN_SPEED, VehiclePropertyAccess.READ_WRITE), 87 Map.entry(VehicleProperty.HVAC_FAN_DIRECTION, VehiclePropertyAccess.READ_WRITE), 89 Map.entry(VehicleProperty.HVAC_TEMPERATURE_SET, VehiclePropertyAccess.READ_WRITE), [all …]
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
H A D | CompilationCachingTests.cpp | 71 enum class AccessMode { READ_WRITE, READ_ONLY, WRITE_ONLY }; enumerator 86 } else if (mode[i] == AccessMode::READ_WRITE) { in createCacheHandles() 434 createCacheHandles(mModelCache, AccessMode::READ_WRITE, &modelCache); in TEST_P() 435 createCacheHandles(mDataCache, AccessMode::READ_WRITE, &dataCache); in TEST_P() 444 createCacheHandles(mModelCache, AccessMode::READ_WRITE, &modelCache); in TEST_P() 445 createCacheHandles(mDataCache, AccessMode::READ_WRITE, &dataCache); in TEST_P() 474 createCacheHandles(mModelCache, AccessMode::READ_WRITE, &modelCache); in TEST_P() 475 createCacheHandles(mDataCache, AccessMode::READ_WRITE, &dataCache); in TEST_P() 497 createCacheHandles(mModelCache, AccessMode::READ_WRITE, &modelCache); in TEST_P() 498 createCacheHandles(mDataCache, AccessMode::READ_WRITE, &dataCache); in TEST_P() [all …]
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
H A D | CompilationCachingTests.cpp | 68 enum class AccessMode { READ_WRITE, READ_ONLY, WRITE_ONLY }; enumerator 83 } else if (mode[i] == AccessMode::READ_WRITE) { in createCacheHandles() 431 createCacheHandles(mModelCache, AccessMode::READ_WRITE, &modelCache); in TEST_P() 432 createCacheHandles(mDataCache, AccessMode::READ_WRITE, &dataCache); in TEST_P() 441 createCacheHandles(mModelCache, AccessMode::READ_WRITE, &modelCache); in TEST_P() 442 createCacheHandles(mDataCache, AccessMode::READ_WRITE, &dataCache); in TEST_P() 472 createCacheHandles(mModelCache, AccessMode::READ_WRITE, &modelCache); in TEST_P() 473 createCacheHandles(mDataCache, AccessMode::READ_WRITE, &dataCache); in TEST_P() 495 createCacheHandles(mModelCache, AccessMode::READ_WRITE, &modelCache); in TEST_P() 496 createCacheHandles(mDataCache, AccessMode::READ_WRITE, &dataCache); in TEST_P() [all …]
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_cuda_sanitizer.py | 141 read_write: List[DataPtr] = None, 145 if read_write is None: 146 read_write = [] 150 read_write, 153 {k: [""] for k in read_only + read_write}, 160 read_write: List[DataPtr] = None, 162 self.assertEqual(self.kernel_launch(stream, read_only, read_write), []) 169 read_write: List[DataPtr] = None, 171 errors = self.kernel_launch(stream, read_only, read_write) 183 self.assert_bad_kernel_launch(1, stream_id(2), read_write=[tensor_id(1)]) [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/ |
H A D | VehicleProperty.aidl | 482 * This property is defined as VehiclePropertyAccess.READ_WRITE, but OEMs have the option to 486 * @access VehiclePropertyAccess.READ_WRITE 528 * This property is defined as VehiclePropertyAccess.READ_WRITE, but OEMs have the option to 532 * @access VehiclePropertyAccess.READ_WRITE 570 * This property is defined as VehiclePropertyAccess.READ_WRITE because a navigation app could 575 * @access VehiclePropertyAccess.READ_WRITE 752 * This property is defined as VehiclePropertyAccess.READ_WRITE, but OEMs have the option to 756 * @access VehiclePropertyAccess.READ_WRITE 790 * @access VehiclePropertyAccess.READ_WRITE 910 * This property is defined as VehiclePropertyAccess.READ_WRITE, but OEMs have the option to [all …]
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
H A D | CompilationCachingTests.cpp | 69 enum class AccessMode { READ_WRITE, READ_ONLY, WRITE_ONLY }; enumerator 84 } else if (mode[i] == AccessMode::READ_WRITE) { in createCacheFds() 494 createCacheFds(mModelCache, AccessMode::READ_WRITE, &modelCache); in TEST_P() 495 createCacheFds(mDataCache, AccessMode::READ_WRITE, &dataCache); in TEST_P() 504 createCacheFds(mModelCache, AccessMode::READ_WRITE, &modelCache); in TEST_P() 505 createCacheFds(mDataCache, AccessMode::READ_WRITE, &dataCache); in TEST_P() 535 createCacheFds(mModelCache, AccessMode::READ_WRITE, &modelCache); in TEST_P() 536 createCacheFds(mDataCache, AccessMode::READ_WRITE, &dataCache); in TEST_P() 556 createCacheFds(mModelCache, AccessMode::READ_WRITE, &modelCache); in TEST_P() 557 createCacheFds(mDataCache, AccessMode::READ_WRITE, &dataCache); in TEST_P() [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
H A D | DefaultConfig.h | 145 .access = VehiclePropertyAccess::READ_WRITE, 228 .access = VehiclePropertyAccess::READ_WRITE, 246 .access = VehiclePropertyAccess::READ_WRITE, 272 .access = VehiclePropertyAccess::READ_WRITE, 335 .access = VehiclePropertyAccess::READ_WRITE, 382 .access = VehiclePropertyAccess::READ_WRITE, 417 .access = VehiclePropertyAccess::READ_WRITE, 428 .access = VehiclePropertyAccess::READ_WRITE, 439 .access = VehiclePropertyAccess::READ_WRITE, 450 .access = VehiclePropertyAccess::READ_WRITE, [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/vts/src/ |
H A D | VtsHalAutomotiveVehicle_TargetTest.cpp | 343 // Test set() on read_write properties. 365 bool isReadWrite = (cfg.getAccess() == toInt(VehiclePropertyAccess::READ_WRITE)); in TEST_P() 369 toInt(VehiclePropertyAccess::READ_WRITE)); in TEST_P() 718 if (expectedAccess == toInt(VehiclePropertyAccess::READ_WRITE)) { in verifyAccessMode() 745 case toInt(VehiclePropertyAccess::READ_WRITE): in verifyGlobalAccessIsMaximalAreaAccessSubset() 762 "Found both WRITE_ONLY and READ_WRITE access modes in area configs, which is not " in verifyGlobalAccessIsMaximalAreaAccessSubset() 766 maximalAreaAccessSubset = toInt(VehiclePropertyAccess::READ_WRITE); in verifyGlobalAccessIsMaximalAreaAccessSubset() 894 VehiclePropertyAccess::READ_WRITE, VehiclePropertyChangeMode::ON_CHANGE, in TEST_P() 905 verifyProperty(VehicleProperty::CRUISE_CONTROL_ENABLED, VehiclePropertyAccess::READ_WRITE, in TEST_P() 911 verifyProperty(VehicleProperty::CRUISE_CONTROL_TYPE, VehiclePropertyAccess::READ_WRITE, in TEST_P() [all …]
|
/aosp_15_r20/build/make/tools/aconfig/aconfig/src/ |
H A D | test.rs | 40 permission: READ_WRITE 58 description: "This flag is DISABLED + READ_WRITE" 61 permission: READ_WRITE 65 permission: READ_WRITE 78 description: "This flag is DISABLED + READ_WRITE and exported" 81 permission: READ_WRITE 85 permission: READ_WRITE 90 permission: READ_WRITE 103 description: "This flag is DISABLED + READ_WRITE, and is defined in another namespace" 106 permission: READ_WRITE [all …]
|
H A D | commands.rs | 64 pub const DEFAULT_FLAG_PERMISSION: ProtoFlagPermission = ProtoFlagPermission::READ_WRITE; 203 .find(|pf| pf.permission() == ProtoFlagPermission::READ_WRITE) in parse_flags() 205 bail!("flag {} has permission READ_WRITE, but allow_read_write is false", pf.name()); in parse_flags() 311 .filter(|pf| pf.permission() == ProtoFlagPermission::READ_WRITE) in create_device_config_defaults() 333 .filter(|pf| pf.permission() == ProtoFlagPermission::READ_WRITE) in create_device_config_sysprops() 386 parsed_flag.set_permission(ProtoFlagPermission::READ_WRITE); in modify_parsed_flags_based_on_mode() 552 assert_eq!(ProtoFlagPermission::READ_WRITE, enabled_ro.trace[0].permission()); in test_parse_flags() 555 assert_eq!(ProtoFlagPermission::READ_WRITE, enabled_ro.trace[1].permission()); in test_parse_flags() 638 ProtoFlagPermission::READ_WRITE, in test_parse_flags_package_mismatch_between_declaration_and_command_line() 670 ProtoFlagPermission::READ_WRITE, in test_parse_flags_container_mismatch_between_declaration_and_command_line() [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/emu_metadata/ |
H A D | android.hardware.automotive.vehicle-types-meta.json | 181 …V_CHARGE_PORT_OPEN.\nThis property is defined as VehiclePropertyAccess.READ_WRITE, but OEMs have t… 196 …rge ports are open.\nThis property is defined as VehiclePropertyAccess.READ_WRITE, but OEMs have t… 211 …n fuel and battery.\nThis property is defined as VehiclePropertyAccess.READ_WRITE because a naviga… 256 …art it when needed.\nThis property is defined as VehiclePropertyAccess.READ_WRITE, but OEMs have t… 303 …enough for the OEM.\nThis property is defined as VehiclePropertyAccess.READ_WRITE, but OEMs have t… 350 …ates in the future.\nThis property is defined as VehiclePropertyAccess.READ_WRITE, but OEMs have t… 355 …ROL_STATE property.\nThis property is defined as VehiclePropertyAccess.READ_WRITE, but OEMs have t… 383 … VehicleTurnSignal.\nThis property is defined as VehiclePropertyAccess.READ_WRITE, but OEMs have t… 388 …of relative speeds.\nThis property is defined as VehiclePropertyAccess.READ_WRITE, but OEMs have t… 397 …n direction setting\nThis property is defined as VehiclePropertyAccess.READ_WRITE, but OEMs have t… [all …]
|
/aosp_15_r20/external/crosvm/devices/src/virtio/iommu/ |
H A D | memory_mapper.rs | 481 MappingInfo::new(10, GuestAddress(1000), 10, Protection::read_write()).unwrap(), in test_map_overlap() 487 MappingInfo::new(14, GuestAddress(1000), 1, Protection::read_write()).unwrap() in test_map_overlap() 495 MappingInfo::new(0, GuestAddress(1000), 12, Protection::read_write()).unwrap() in test_map_overlap() 503 MappingInfo::new(16, GuestAddress(1000), 6, Protection::read_write()).unwrap() in test_map_overlap() 511 MappingInfo::new(5, GuestAddress(1000), 20, Protection::read_write()).unwrap() in test_map_overlap() 533 MappingInfo::new(0, GuestAddress(1000), 9, Protection::read_write()).unwrap(), in test_map_unmap() 541 prot: Protection::read_write() in test_map_unmap() 549 prot: Protection::read_write() in test_map_unmap() 562 MappingInfo::new(0, GuestAddress(1000), 4, Protection::read_write()).unwrap(), in test_map_unmap() 567 MappingInfo::new(5, GuestAddress(50), 4, Protection::read_write()).unwrap(), in test_map_unmap() [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/automotive/vehicle/2.0/android.hardware.automotive.vehicle-V2.0-java_gen_java/gen/srcs/android/hardware/automotive/vehicle/V2_0/ |
D | VehicleProperty.java | 265 * @access VehiclePropertyAccess:READ_WRITE 282 * @access VehiclePropertyAccess:READ_WRITE 311 * @access VehiclePropertyAccess:READ_WRITE 518 * @access VehiclePropertyAccess:READ_WRITE 525 * @access VehiclePropertyAccess:READ_WRITE 559 * @access VehiclePropertyAccess:READ_WRITE 567 * @access VehiclePropertyAccess:READ_WRITE 574 * @access VehiclePropertyAccess:READ_WRITE 587 * @access VehiclePropertyAccess:READ_WRITE 605 * @access VehiclePropertyAccess:READ_WRITE [all …]
|
D | VehiclePropertyAccess.java | 8 public static final int READ_WRITE = 3 /* 0x03 */; field in VehiclePropertyAccess 19 if (o == READ_WRITE) { in toString() 20 return "READ_WRITE"; in toString() 37 if ((o & READ_WRITE) == READ_WRITE) { in dumpBitfield() 38 list.add("READ_WRITE"); in dumpBitfield() 39 flipped |= READ_WRITE; in dumpBitfield()
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/ |
H A D | VehiclePropConfig.aidl | 40 * others with an access of VehiclePropertyAccess.READ_WRITE, the VehiclePropConfig object's 49 * READ_WRITE. See the documentation for VehicleAreaConfig.access for more details. 55 * 1. LEFT is READ and RIGHT is READ_WRITE. VehiclePropConfig.access must be READ as that is 57 * 2. LEFT is READ_WRITE and RIGHT is READ_WRITE. VehiclePropConfig.access must be READ_WRITE 61 * 4. LEFT is READ_WRITE and RIGHT is not set (i.e. defaults to NONE)/is set to NONE, with the 63 * VehiclePropConfig.access can be set to READ or READ_WRITE, whatever the OEM feels is the 67 * VehiclePropConfig.access must be set to READ because setting to READ_WRITE breaks the 69 * If the OEM wants RIGHT to be READ_WRITE in this scenario, the config should be rewritten 70 * such that LEFT is not set/is set to NONE and RIGHT is set to READ_WRITE with 72 * 6. LEFT is READ_WRITE and RIGHT is set to NONE with the intention of RIGHT to specifically [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/ |
H A D | types.hal | 514 * @access VehiclePropertyAccess:READ_WRITE 541 * @access VehiclePropertyAccess:READ_WRITE 585 * @access VehiclePropertyAccess:READ_WRITE 858 * @access VehiclePropertyAccess:READ_WRITE 870 * @access VehiclePropertyAccess:READ_WRITE 914 * @access VehiclePropertyAccess:READ_WRITE 927 * @access VehiclePropertyAccess:READ_WRITE 939 * @access VehiclePropertyAccess:READ_WRITE 957 * @access VehiclePropertyAccess:READ_WRITE 980 * @access VehiclePropertyAccess:READ_WRITE [all …]
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_cs.cc | 79 for (uint32_t i = 0; i < cs->read_write.bo_count; ++i) { in tu_cs_finish() 80 TU_RMV(resource_destroy, cs->device, cs->read_write.bos[i]); in tu_cs_finish() 81 tu_bo_finish(cs->device, cs->read_write.bos[i]); in tu_cs_finish() 89 free(cs->read_write.bos); in tu_cs_finish() 98 const struct tu_bo_array *bos = cs->writeable ? &cs->read_write : &cs->read_only; in tu_cs_current_bo() 111 const struct tu_bo_array *bos = cs->writeable ? &cs->read_write : &cs->read_only; in tu_cs_get_offset() 142 struct tu_bo_array *bos = cs->writeable ? &cs->read_write : &cs->read_only; in tu_cs_add_bo() 226 assert(cs->writeable ? cs->read_write.bo_count : cs->read_only.bo_count); in tu_cs_add_entry() 295 struct tu_bo_array *old_bos = cs->writeable ? &cs->read_write : &cs->read_only; in tu_cs_set_writeable() 296 struct tu_bo_array *new_bos = writeable ? &cs->read_write : &cs->read_only; in tu_cs_set_writeable() [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/default_config/config/ |
H A D | TestProperties.json | 27 "access": "VehiclePropertyAccess::READ_WRITE", 66 "access": "VehiclePropertyAccess::READ_WRITE", 93 "access": "VehiclePropertyAccess::READ_WRITE", 130 "access": "VehiclePropertyAccess::READ_WRITE", 138 "access": "VehiclePropertyAccess::READ_WRITE", 148 "access": "VehiclePropertyAccess::READ_WRITE", 158 "access": "VehiclePropertyAccess::READ_WRITE", 168 "access": "VehiclePropertyAccess::READ_WRITE", 176 "access": "VehiclePropertyAccess::READ_WRITE", 181 "access": "VehiclePropertyAccess::READ_WRITE", [all …]
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/default_config/config/ |
H A D | TestProperties.json | 27 "access": "VehiclePropertyAccess::READ_WRITE", 66 "access": "VehiclePropertyAccess::READ_WRITE", 93 "access": "VehiclePropertyAccess::READ_WRITE", 130 "access": "VehiclePropertyAccess::READ_WRITE", 138 "access": "VehiclePropertyAccess::READ_WRITE", 148 "access": "VehiclePropertyAccess::READ_WRITE", 158 "access": "VehiclePropertyAccess::READ_WRITE", 168 "access": "VehiclePropertyAccess::READ_WRITE", 176 "access": "VehiclePropertyAccess::READ_WRITE", 181 "access": "VehiclePropertyAccess::READ_WRITE", [all …]
|
/aosp_15_r20/build/make/tools/aconfig/aconfig/tests/ |
H A D | test.aconfig | 5 # - test.aconfig: DISABLED + READ_WRITE (default) 6 # - first.values: DISABLED + READ_WRITE 19 # - test.aconfig: DISABLED + READ_WRITE (default) 20 # - first.values: ENABLED + READ_WRITE 24 description: "This flag is ENABLED + READ_WRITE" 30 # - test.aconfig: DISABLED + READ_WRITE (default) 40 # - test.aconfig: DISABLED + READ_WRITE (default) 44 description: "This flag is DISABLED + READ_WRITE" 62 description: "This flag is DISABLED + READ_WRITE, and is defined in another namespace" 77 description: "This flag is DISABLED + READ_WRITE and exported"
|
/aosp_15_r20/external/libbrillo/brillo/streams/ |
H A D | file_stream_test.cc | 158 CreateStream(S_IFREG, Stream::AccessMode::READ_WRITE); in SetUp() 214 CreateStream(S_IFREG, Stream::AccessMode::READ_WRITE); in TEST_F() 225 CreateStream(S_IFREG, Stream::AccessMode::READ_WRITE); in TEST_F() 236 CreateStream(S_IFBLK, Stream::AccessMode::READ_WRITE); in TEST_F() 238 CreateStream(S_IFDIR, Stream::AccessMode::READ_WRITE); in TEST_F() 240 CreateStream(S_IFREG, Stream::AccessMode::READ_WRITE); in TEST_F() 242 CreateStream(S_IFLNK, Stream::AccessMode::READ_WRITE); in TEST_F() 244 CreateStream(S_IFCHR, Stream::AccessMode::READ_WRITE); in TEST_F() 246 CreateStream(S_IFSOCK, Stream::AccessMode::READ_WRITE); in TEST_F() 248 CreateStream(S_IFIFO, Stream::AccessMode::READ_WRITE); in TEST_F() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A D | PreservedStatePreservedDisk.java | 202 …ch to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach… 232 …[Default]* Attaches this disk in READ_WRITE mode. Only one VM instance at a time can be attached t… 235 * <code>READ_WRITE = 173607894;</code> 237 READ_WRITE(173607894), enumConstant 265 …[Default]* Attaches this disk in READ_WRITE mode. Only one VM instance at a time can be attached t… 268 * <code>READ_WRITE = 173607894;</code> 301 return READ_WRITE; in forNumber() 435 …ch to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach… 451 …ch to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach… 475 …ch to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach… [all …]
|