Home
last modified time | relevance | path

Searched defs:write_value (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dgattc_lib.py91 def writeCharById(self, id, offset, write_value): argument
111 def writeLongCharById(self, id, offset, write_value, reliable_mode=False): argument
133 def writeLongDescById(self, id, offset, write_value): argument
153 def writeCharByIdWithoutResponse(self, id, write_value): argument
272 def writeDescriptorById(self, id, offset, write_value): argument
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cShaderImageLoadStoreTests.cpp1118 bool Write(GLenum internalformat, const T &write_value, const T &expected_value) in Write()
1249 bool WriteCS(GLenum internalformat, const T &write_value, const T &expected_value) in WriteCS()
1815 bool Write(int target, GLenum internalformat, const T &write_value, const T &expected_value) in Write()
1919 std::string GenFS(int target, GLenum internalformat, const T &write_value) in GenFS()
1972 std::string GenC(const T &write_value) in GenC()
2059 bool Write(int target, GLenum internalformat, const T &write_value, const T &expected_value) in Write()
2161 std::string GenCS(int target, GLenum internalformat, const T &write_value) in GenCS()
2216 std::string GenC(const T &write_value) in GenC()
2917 bool Write(GLenum internalformat, const T &write_value, const T &expected_value) in Write()
3015 std::string GenStoreShader(int stage, GLenum internalformat, const T &write_value) in GenStoreShader()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp1149 bool Write(GLenum internalformat, const T &write_value, const T &expected_value) in Write()
1280 bool WriteCS(GLenum internalformat, const T &write_value, const T &expected_value) in WriteCS()
1848 bool Write(int target, GLenum internalformat, const T &write_value, const T &expected_value) in Write()
1952 std::string GenFS(int target, GLenum internalformat, const T &write_value) in GenFS()
2006 std::string GenC(const T &write_value) in GenC()
2095 bool Write(int target, GLenum internalformat, const T &write_value, const T &expected_value) in Write()
2197 std::string GenCS(int target, GLenum internalformat, const T &write_value) in GenCS()
2251 std::string GenC(const T &write_value) in GenC()
2949 bool Write(GLenum internalformat, const T &write_value, const T &expected_value) in Write()
3047 std::string GenStoreShader(int stage, GLenum internalformat, const T &write_value) in GenStoreShader()
H A Dgl4cShaderImageLoadStoreTests.cpp1410 bool Write(GLenum internalformat, const T &write_value, const T &expected_value) in Write()
1784 bool Write(GLenum internalformat, const T &write_value, const T &expected_value) in Write()
2410 bool Write(GLenum internalformat, const T &write_value, const T &expected_value) in Write()
2654 bool WriteMS(GLenum internalformat, const T &write_value, const T &expected_value) in WriteMS()
2721 bool WriteCubeArray(GLenum internalformat, const T &write_value, const T &expected_value) in WriteCubeArray()
2774 std::string GenFS(GLenum internalformat, const T &write_value) in GenFS()
2810 std::string GenFSMS(GLenum internalformat, const T &write_value) in GenFSMS()
2879 std::string GenFSCubeArray(GLenum internalformat, const T &write_value) in GenFSCubeArray()
3896 bool Write(GLenum internalformat, const T &write_value, const T &expected_value) in Write()
4147 std::string GenStoreShader(int stage, GLenum internalformat, const T &write_value) in GenStoreShader()
/aosp_15_r20/external/python/bumble/bumble/
Dgatt_client.py127 async def write_value(self, value, with_response=False): member in AttributeProxy
1027 async def write_value( member in Client
Datt.py900 async def write_value(self, connection: Connection, value_bytes: bytes) -> None: member in Attribute
/aosp_15_r20/external/cronet/android/tools/license/
H A Dmapper.py19 def __init__(self, dictionary_key: str, expected_value, write_value): argument
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_bitbuffer_hp.c34 ixheaace_write_bits(ixheaace_bit_buf_handle pstr_bit_buf, UWORD32 write_value, in ixheaace_write_bits()
/aosp_15_r20/hardware/libhardware/modules/vibrator/
H A Dvibrator.c51 static int write_value(const char *file, const char *value) in write_value() function
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/cadence/emmc/
Dcdns_sdmmc.c614 uint8_t write_value = 0, prev_val = 0; in cdns_send_cmd() local
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-forkserver.c1600 u32 write_value = fsrv->last_run_timed_out; in afl_fsrv_run_target() local
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/
H A Dkvm.proto164 optional uint64 write_value = 4; field
/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/
H A Dfd_executor.rs445 async fn write_value(mut tx: File) { in drop_before_completion() function
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/console/
Dgop.rs621 pub unsafe fn write_value<T>(&mut self, index: usize, value: T) { in write_value() method
/aosp_15_r20/external/rust/crates/uefi/src/proto/console/
Dgop.rs621 pub unsafe fn write_value<T>(&mut self, index: usize, value: T) { in write_value() method
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dplistlib.py337 def write_value(self, value): member in _PlistWriter
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dplistlib.py337 def write_value(self, value): member in _PlistWriter
/aosp_15_r20/external/python/cpython3/Lib/
Dplistlib.py337 def write_value(self, value): member in _PlistWriter
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dplistlib.py337 def write_value(self, value): member in _PlistWriter
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dplistlib.py337 def write_value(self, value): member in _PlistWriter
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dplistlib.py337 def write_value(self, value): member in _PlistWriter
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_query.c170 write_value(struct iris_context *ice, struct iris_query *q, unsigned offset) in write_value() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c190 write_value(struct crocus_context *ice, struct crocus_query *q, unsigned offset) in write_value() function
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/
Dmod.rs953 let write_value = types::put_uint( in generate_custom_field_decl() localVariable
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTCPStoreLibUvBackend.cpp434 void write_value(T val) { in write_value() function in c10d::detail::StreamWriter

12