/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/util/ |
D | buf_stream.rs | 29 pub fn new(stream: RW) -> BufStream<RW> { in new() 42 stream: RW, in with_capacity() 43 ) -> BufStream<RW> { in with_capacity() 55 pub fn get_ref(&self) -> &RW { in get_ref() 62 pub fn get_mut(&mut self) -> &mut RW { in get_mut() 69 pub fn get_pin_mut(self: Pin<&mut Self>) -> Pin<&mut RW> { in get_pin_mut() 76 pub fn into_inner(self) -> RW { in into_inner()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | io_split.rs | 12 struct RW; struct 14 impl AsyncRead for RW { implementation 25 impl AsyncWrite for RW { implementation
|
D | io_panic.rs | 14 struct RW; struct 16 impl AsyncRead for RW { implementation 27 impl AsyncWrite for RW { implementation
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 94 uint16_t RW = getRegBitWidth(RegisterRef(Reg, Sub)); in mask() local 281 auto hi = [this] (const BT::RegisterCell &RC, uint16_t RW) in evaluate() 282 -> BT::RegisterCell { in evaluate() 345 uint16_t RW = W0; in evaluate() local 354 uint16_t RW = W0; in evaluate() local 969 uint16_t RW = getRegBitWidth(PD); in evaluate() local
|
H A D | HexagonBitSimplify.cpp | 1587 unsigned RW = RC.width(); in findMatch() local 2431 unsigned RW = W; in simplifyExtractLow() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 94 uint16_t RW = getRegBitWidth(RegisterRef(Reg, Sub)); in mask() local 283 auto hi = [this] (const BT::RegisterCell &RC, uint16_t RW) in evaluate() 284 -> BT::RegisterCell { in evaluate() 347 uint16_t RW = W0; in evaluate() local 356 uint16_t RW = W0; in evaluate() local 966 uint16_t RW = getRegBitWidth(PD); in evaluate() local
|
H A D | HexagonBitSimplify.cpp | 1550 unsigned RW = RC.width(); in findMatch() local 2396 unsigned RW = W; in simplifyExtractLow() local
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 84 uint16_t RW = getRegBitWidth(RegisterRef(Reg, Sub)); in mask() local 211 auto hi = [this] (const BT::RegisterCell &RC, uint16_t RW) in evaluate() 212 -> BT::RegisterCell { in evaluate() 275 uint16_t RW = W0; in evaluate() local
|
/aosp_15_r20/external/clang/test/Layout/ |
H A D | ms-x86-alias-avoidance-padding.cpp | 304 struct RW { char c; }; argument
|
/aosp_15_r20/external/gmmlib/Source/GmmLib/CachePolicy/ |
H A D | GmmGen12CachePolicy.h | 31 #define RW 0x2 macro
|
H A D | GmmGen12CachePolicy.cpp | 49 #define RW 0x2 in IsSpecialMOCSUsage() macro
|
/aosp_15_r20/prebuilts/go/linux-x86/test/interface/ |
D | convert1.go | 12 type RW interface { R(); W() } interface
|
D | convert2.go | 12 type RW interface { R(); W() } interface
|
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_test_util.h | 36 RW, enumerator
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/imx8ulp/xrdc/ |
D | xrdc_config.h | 15 #define RW 6 macro
|
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/include/intelblocks/ |
H A D | cse_lite.h | 33 RW = 1 enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MLRegallocEvictAdvisor.cpp | 260 double RW = 0; member 834 double RW = 0.0; in extractFeatures() local
|
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tif_color.c | 191 #define Code2V(c, RB, RW, CR) \ argument
|
/aosp_15_r20/external/autotest/client/common_lib/cros/ |
H A D | cr50_utils.py | 20 RW = 'rw' variable
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/nxp/trdc/ |
D | imx_trdc.h | 50 #define RW U(6) macro
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | CodeGenSchedule.cpp | 301 CodeGenSchedRW &RW = getSchedRW(MatchDef); in collectSchedRW() local 1002 static bool hasAliasedVariants(const CodeGenSchedRW &RW, in hasAliasedVariants()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/ |
H A D | context.rs | 30 RW = pipe_map_flags::PIPE_MAP_READ_WRITE.0, enumerator
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 763 Value *Locality, *RW, *Address = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local 3986 Value *RW = EmitScalarExpr(E->getArg(1)); in EmitARMBuiltinExpr() local 4816 Value *RW = EmitScalarExpr(E->getArg(1)); in EmitAArch64BuiltinExpr() local 6856 Value *RW = ConstantInt::get(Int32Ty, 0); in EmitX86BuiltinExpr() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 109 … RW = 2, // This always means a normal read/write depth/stencil attachment (NOT a storage image). enumerator
|
/aosp_15_r20/external/flashrom/include/ |
H A D | flash.h | 227 RW, /* Readable and writable */ enumerator
|