Home
last modified time | relevance | path

Searched +defs:val +defs:flush (Results 1 – 25 of 1398) sorted by relevance

12345678910>>...56

/aosp_15_r20/external/autotest/client/cros/
H A Dkernel_trace.py43 def __init__(self, flush=True, events=None, on=True): argument
59 def __del__(self, flush=True, events=None, on=True): argument
67 def _onoff(self, val): argument
105 def _event_onoff(self, event, val): argument
157 def flush(self): member in KernelTrace
/aosp_15_r20/external/ublksrv/qcow2/
H A Dqcow2_meta.cpp83 int Qcow2Meta::flush(Qcow2State &qs, const qcow2_io_ctx_t &ioc, u64 off, in flush() function in Qcow2Meta
152 int Qcow2Header::flush(Qcow2State &qs, const qcow2_io_ctx_t &ioc, u64 off, in flush() function in Qcow2Header
417 int Qcow2TopTable::flush(Qcow2State &qs, const qcow2_io_ctx_t &ioc, in flush() function in Qcow2TopTable
505 void Qcow2L1Table::set_entry(u32 idx, u64 val) { in set_entry()
532 void Qcow2RefcountTable::set_entry(u32 idx, u64 val) { in set_entry()
869 void Qcow2RefcountBlock::set_entry(u32 idx, u64 val) { in set_entry()
879 int Qcow2RefcountBlock::flush(Qcow2State &qs, const qcow2_io_ctx_t &ioc, in flush() function in Qcow2RefcountBlock
997 void Qcow2L2Table::set_entry(u32 idx, u64 val) { in set_entry()
1016 int Qcow2L2Table::flush(Qcow2State &qs, const qcow2_io_ctx_t &ioc, in flush() function in Qcow2L2Table
/aosp_15_r20/external/libwebsockets/win32port/zlib/
H A Ddeflate.c594 int ZEXPORT deflate (strm, flush) in deflate() argument
725 int val; local
756 int val; local
1474 local block_state deflate_stored(s, flush) in deflate_stored() argument
1532 local block_state deflate_fast(s, flush) in deflate_fast() argument
1628 local block_state deflate_slow(s, flush) in deflate_slow() argument
1753 local block_state deflate_rle(s, flush) in deflate_rle() argument
1819 local block_state deflate_huff(s, flush) in deflate_huff() argument
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.core-V3-ndk-source/gen/include/aidl/android/hardware/audio/core/
DStreamDescriptor.h137 flush = 7, enumerator
148 static const inline Tag flush = Tag::flush; variable
469 [[nodiscard]] static inline std::string toString(StreamDescriptor::State val) { in toString()
522 [[nodiscard]] static inline std::string toString(StreamDescriptor::DrainMode val) { in toString()
557 [[nodiscard]] static inline std::string toString(StreamDescriptor::Command::Tag val) { in toString()
607 [[nodiscard]] static inline std::string toString(StreamDescriptor::AudioBuffer::Tag val) { in toString()
/aosp_15_r20/external/python/cpython2/Modules/zlib/
Ddeflate.c763 int ZEXPORT deflate (strm, flush) in deflate() argument
930 int val; local
952 int val; local
1643 local block_state deflate_stored(s, flush) in deflate_stored() argument
1824 local block_state deflate_fast(s, flush) in deflate_fast() argument
1926 local block_state deflate_slow(s, flush) in deflate_slow() argument
2057 local block_state deflate_rle(s, flush) in deflate_rle() argument
2130 local block_state deflate_huff(s, flush) in deflate_huff() argument
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/
Ddeflate.c763 int ZEXPORT deflate (strm, flush) in deflate() argument
930 int val; local
952 int val; local
1643 local block_state deflate_stored(s, flush) in deflate_stored() argument
1824 local block_state deflate_fast(s, flush) in deflate_fast() argument
1926 local block_state deflate_slow(s, flush) in deflate_slow() argument
2057 local block_state deflate_rle(s, flush) in deflate_rle() argument
2130 local block_state deflate_huff(s, flush) in deflate_huff() argument
/aosp_15_r20/external/zlib/
H A Ddeflate.c992 int ZEXPORT deflate(z_streamp strm, int flush) { in deflate()
1158 int val; in deflate() local
1180 int val; in deflate() local
1695 local block_state deflate_stored(deflate_state *s, int flush) { in deflate_stored()
1879 local block_state deflate_fast(deflate_state *s, int flush) { in deflate_fast()
1981 local block_state deflate_slow(deflate_state *s, int flush) { in deflate_slow()
2115 local block_state deflate_rle(deflate_state *s, int flush) { in deflate_rle()
2186 local block_state deflate_huff(deflate_state *s, int flush) { in deflate_huff()
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/
Ddeflate.c86 # define DEFLATE_DONE(strm, flush) 1 argument
94 # define DEFLATE_HOOK(strm, flush, bstate) 0 argument
538 int flush = RANK(hook_flush) > RANK(Z_BLOCK) ? hook_flush : Z_BLOCK; in PREFIX() local
847 unsigned char val; in PREFIX() local
870 unsigned char val; in PREFIX() local
1292 int val; in zng_deflateSetParams() local
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/
H A DObjectOutputStream.java99 public void write(int val) throws java.io.IOException { in write()
111 public void flush() throws java.io.IOException { in flush() method in ObjectOutputStream
123 public void writeBoolean(boolean val) throws java.io.IOException { in writeBoolean()
127 public void writeByte(int val) throws java.io.IOException { in writeByte()
131 public void writeShort(int val) throws java.io.IOException { in writeShort()
135 public void writeChar(int val) throws java.io.IOException { in writeChar()
139 public void writeInt(int val) throws java.io.IOException { in writeInt()
143 public void writeLong(long val) throws java.io.IOException { in writeLong()
147 public void writeFloat(float val) throws java.io.IOException { in writeFloat()
151 public void writeDouble(double val) throws java.io.IOException { in writeDouble()
[all …]
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/dump/
H A DDualDumpOutputStream.java156 public void write(@NonNull String fieldName, long fieldId, double val) { in write()
164 public void write(@NonNull String fieldName, long fieldId, boolean val) { in write()
172 public void write(@NonNull String fieldName, long fieldId, int val) { in write()
180 public void write(@NonNull String fieldName, long fieldId, float val) { in write()
188 public void write(@NonNull String fieldName, long fieldId, byte[] val) { in write()
196 public void write(@NonNull String fieldName, long fieldId, long val) { in write()
204 public void write(@NonNull String fieldName, long fieldId, @Nullable String val) { in write()
235 public void flush() { in flush() method in DualDumpOutputStream
/aosp_15_r20/external/mtools/
H A Dfloppyd.c139 static void flush(io_buffer buffer) { in flush() function
236 void flush(io_buffer buffer) { } in flush() function
250 Byte val[4]; in read_dword() local
260 Byte val[4]; in write_dword() local
379 static void put_dword(Packet packet, int my_index, Dword val) { in put_dword()
383 static void put_qword(Packet packet, int my_index, Qword val) { in put_qword()
/aosp_15_r20/external/skia/src/gpu/
H A DKeyBuilder.h29 virtual void addBits(uint32_t numBits, uint32_t val, std::string_view label) { in addBits()
66 void flush() { in flush() function
84 void addBits(uint32_t numBits, uint32_t val, std::string_view label) override { in addBits()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DObjectOutputStream.java700 public void write(int val) throws IOException { in write()
740 public void flush() throws IOException { in flush() method in ObjectOutputStream
775 public void writeBoolean(boolean val) throws IOException { in writeBoolean()
786 public void writeByte(int val) throws IOException { in writeByte()
797 public void writeShort(int val) throws IOException { in writeShort()
808 public void writeChar(int val) throws IOException { in writeChar()
819 public void writeInt(int val) throws IOException { in writeInt()
830 public void writeLong(long val) throws IOException { in writeLong()
841 public void writeFloat(float val) throws IOException { in writeFloat()
852 public void writeDouble(double val) throws IOException { in writeDouble()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DObjectOutputStream.java700 public void write(int val) throws IOException { in write()
740 public void flush() throws IOException { in flush() method in ObjectOutputStream
775 public void writeBoolean(boolean val) throws IOException { in writeBoolean()
786 public void writeByte(int val) throws IOException { in writeByte()
797 public void writeShort(int val) throws IOException { in writeShort()
808 public void writeChar(int val) throws IOException { in writeChar()
819 public void writeInt(int val) throws IOException { in writeInt()
830 public void writeLong(long val) throws IOException { in writeLong()
841 public void writeFloat(float val) throws IOException { in writeFloat()
852 public void writeDouble(double val) throws IOException { in writeDouble()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DObjectOutputStream.java700 public void write(int val) throws IOException { in write()
740 public void flush() throws IOException { in flush() method in ObjectOutputStream
775 public void writeBoolean(boolean val) throws IOException { in writeBoolean()
786 public void writeByte(int val) throws IOException { in writeByte()
797 public void writeShort(int val) throws IOException { in writeShort()
808 public void writeChar(int val) throws IOException { in writeChar()
819 public void writeInt(int val) throws IOException { in writeInt()
830 public void writeLong(long val) throws IOException { in writeLong()
841 public void writeFloat(float val) throws IOException { in writeFloat()
852 public void writeDouble(double val) throws IOException { in writeDouble()
[all …]
/aosp_15_r20/frameworks/base/libs/protoutil/src/
H A DProtoOutputStream.cpp61 ProtoOutputStream::internalWrite(uint64_t fieldId, T val, const char* typeName) in internalWrite()
104 ProtoOutputStream::write(uint64_t fieldId, double val) in write()
111 ProtoOutputStream::write(uint64_t fieldId, float val) in write()
117 ProtoOutputStream::write(uint64_t fieldId, int val) in write()
123 ProtoOutputStream::write(uint64_t fieldId, long val) in write()
151 ProtoOutputStream::write(uint64_t fieldId, long long val) in write()
157 ProtoOutputStream::write(uint64_t fieldId, bool val) in write()
173 ProtoOutputStream::write(uint64_t fieldId, std::string_view val) in write()
189 ProtoOutputStream::write(uint64_t fieldId, const char* val, size_t size) in write()
468 ProtoOutputStream::flush(int fd) in flush() function in android::util::ProtoOutputStream
[all …]
/aosp_15_r20/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c566 uint8_t flush; member
645 bool flush; member
935 uint8_t val; local
982 uint8_t val; local
1158 uint8_t val; local
1203 uint8_t val; local
1486 uint8_t val; local
1925 uint64_t val; local
2022 uint8_t val, val2; local
2784 static void int1Evt(TASK, bool flush)
[all …]
/aosp_15_r20/external/scapy/scapy/
H A Dconfig.py57 def __set__(self, obj, val): argument
180 def flush(self): member in CacheInstance
279 def flush(self): member in NetCache
289 def __set__(self,obj,val): argument
337 def _prompt_changer(attr, val): argument
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DWriterChain.java54 public void write(int val) throws IOException; in write()
64 public void flush() throws IOException; in flush() method
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/
HDokio-1.9.0.jar ... implements okio.Sink { final synthetic okio.Sink val$sink final synthetic okio.AsyncTimeout this$0 ...
/aosp_15_r20/device/google/trout/hal/sensors/2.1/
DSensor.cpp132 Result SensorBase::flush() { in flush() function in android::hardware::sensors::V2_1::subhal::implementation::SensorBase
150 Result HWSensorBase::flush() { in flush() function in android::hardware::sensors::V2_1::subhal::implementation::HWSensorBase
170 const int64_t val = in processScanData() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/service/service-permission-shared/android_common_apex30/javac/
Dservice-permission-shared.jar ... , long, double) String fieldName long fieldId double val public void write (java.lang.String, ...
/aosp_15_r20/packages/modules/adb/client/
Dincremental_server.cpp75 static constexpr inline int64_t roundDownToBlockOffset(int64_t val) { in roundDownToBlockOffset()
79 static constexpr inline int64_t roundUpToBlockOffset(int64_t val) { in roundUpToBlockOffset()
411 auto IncrementalServer::SendDataBlock(FileId fileId, BlockIdx blockIdx, bool flush) -> SendResult { in SendDataBlock()
509 void IncrementalServer::Send(const void* data, size_t size, bool flush) { in Send()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp47 inline int sgn(int val) { return (0 < val) - (val < 0); } in sgn()
347 unsigned char* out_buf, size_t out_buf_capacity, std::function<void(size_t)> flush, in compress()
406 std::function<void(size_t)> flush; in compress() member
545 auto flush = [](size_t numBytes __unused) { in compress() local
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/libs/
Dokio-1.15.0.jarMETA-INF/ META-INF/MANIFEST.MF okio/ okio/AsyncTimeout$Watchdog. ...

12345678910>>...56