Home
last modified time | relevance | path

Searched defs:writeback (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/python/cpython2/Lib/
Dshelve.py92 def __init__(self, dict, protocol=None, writeback=False): argument
189 def __init__(self, dict, protocol=None, writeback=False): argument
225 def __init__(self, filename, flag='c', protocol=None, writeback=False): argument
230 def open(filename, flag='c', protocol=None, writeback=False): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dshelve.py84 def __init__(self, dict, protocol=None, writeback=False, argument
188 def __init__(self, dict, protocol=None, writeback=False, argument
225 def __init__(self, filename, flag='c', protocol=None, writeback=False): argument
230 def open(filename, flag='c', protocol=None, writeback=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dshelve.py84 def __init__(self, dict, protocol=None, writeback=False, argument
188 def __init__(self, dict, protocol=None, writeback=False, argument
225 def __init__(self, filename, flag='c', protocol=None, writeback=False): argument
230 def open(filename, flag='c', protocol=None, writeback=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dshelve.py84 def __init__(self, dict, protocol=None, writeback=False, argument
188 def __init__(self, dict, protocol=None, writeback=False, argument
225 def __init__(self, filename, flag='c', protocol=None, writeback=False): argument
230 def open(filename, flag='c', protocol=None, writeback=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dshelve.py84 def __init__(self, dict, protocol=None, writeback=False, argument
188 def __init__(self, dict, protocol=None, writeback=False, argument
225 def __init__(self, filename, flag='c', protocol=None, writeback=False): argument
230 def open(filename, flag='c', protocol=None, writeback=False): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dshelve.py84 def __init__(self, dict, protocol=None, writeback=False, argument
188 def __init__(self, dict, protocol=None, writeback=False, argument
225 def __init__(self, filename, flag='c', protocol=None, writeback=False): argument
230 def open(filename, flag='c', protocol=None, writeback=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dshelve.py84 def __init__(self, dict, protocol=None, writeback=False, argument
188 def __init__(self, dict, protocol=None, writeback=False, argument
225 def __init__(self, filename, flag='c', protocol=None, writeback=False): argument
230 def open(filename, flag='c', protocol=None, writeback=False): argument
/aosp_15_r20/system/memory/mmd/src/
Dzram.rs21 pub mod writeback; module
66 fn writeback(contents: &str) -> io::Result<()>; in writeback() method
104 fn writeback(contents: &str) -> io::Result<()> { in writeback() method
/aosp_15_r20/external/mesa3d/src/panfrost/lib/
H A Dpan_format.c55 #define BFMT2(pipe, internal, writeback, srgb) \ argument
62 #define BFMT2(pipe, internal, writeback, srgb) \ argument
76 #define BFMT_SRGB(pipe, writeback) \ argument
H A Dpan_format.h52 /* enum mali_mfbd_color_format */ uint16_t writeback; member
/aosp_15_r20/external/capstone/bindings/java/capstone/
H A DArm.java95 public byte writeback; field in Arm.UnionOpInfo
136 public boolean writeback; field in Arm.OpInfo
H A DArm64.java117 public boolean writeback; field in Arm64.OpInfo
/aosp_15_r20/external/capstone/bindings/ocaml/
H A Darm64.ml44 writeback: bool; RecordField
H A Darm.ml52 writeback: bool; RecordField
/aosp_15_r20/external/capstone/
H A DMCInst.h105 bool writeback; // writeback for ARM member
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGCall.h93 Writeback writeback = { srcLV, temporary, toUse }; in addWriteback() local
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmconnector.cpp239 bool DrmConnector::writeback() const { in writeback() function in android::DrmConnector
/aosp_15_r20/external/autotest/tko/parsers/test/
H A Dscenario_base.py246 def shelve_open(filename, flag='c', protocol=None, writeback=False): argument
/aosp_15_r20/system/memory/mmd/src/zram/
Dwriteback.rs239 fn writeback<Z: SysfsZramApi, M: MeminfoApi>( in writeback() method
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dconfig.rs248 pub writeback: bool, field
/aosp_15_r20/external/capstone/arch/ARM/
H A DARMDisassembler.c1524 bool writeback; in DecodeAddrMode2IdxInstruction() local
1686 bool writeback = (W == 1) | (P == 0); in DecodeAddrMode3Instruction() local
4965 bool writeback = (W == 1) | (P == 0); in DecodeT2LDRDPreInstruction() local
5002 bool writeback = (W == 1) | (P == 0); in DecodeT2STRDPreInstruction() local
/aosp_15_r20/development/tools/external_crates/crate_tool/src/
H A Dmanaged_crate.rs418 let mut writeback = false; in regenerate() localVariable
/aosp_15_r20/system/memory/mmd/src/zram/writeback/
Dtests.rs35 writeback: crate::zram::__mock_MockSysfsZramApi_SysfsZramApi::__writeback::Context, field
/aosp_15_r20/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1528 bool writeback = (P == 0) || (W == 1); in DecodeAddrMode2IdxInstruction() local
1635 bool writeback = (W == 1) | (P == 0); in DecodeAddrMode3Instruction() local
5010 bool writeback = (W == 1) | (P == 0); in DecodeT2LDRDPreInstruction() local
5047 bool writeback = (W == 1) | (P == 0); in DecodeT2STRDPreInstruction() local
/aosp_15_r20/external/clang/docs/
H A DAutomaticReferenceCounting.rst1060 .. _arc.ownership.restrictions.records:

123