Home
last modified time | relevance | path

Searched refs:WriteByte (Results 1 – 10 of 10) sorted by relevance

/aosp12/build/soong/ui/terminal/
H A Dformat.go63 buf.WriteByte(c)
69 buf.WriteByte(c)
76 buf.WriteByte(c)
98 buf.WriteByte(c)
/aosp12/system/nvram/messages/tests/
H A Dio_test.cpp253 EXPECT_TRUE(buf.WriteByte(0)); in TEST()
254 EXPECT_TRUE(buf.WriteByte(1)); in TEST()
269 EXPECT_FALSE(buf.WriteByte(0)); in TEST()
285 EXPECT_TRUE(buf.WriteByte(0)); in TEST()
287 EXPECT_TRUE(buf.WriteByte(1)); in TEST()
310 EXPECT_TRUE(buf.WriteByte(0)); in TEST()
327 EXPECT_TRUE(buf.WriteByte(15)); in TEST()
/aosp12/build/soong/java/
H A Dkotlin.go237 header.WriteByte(0x77) // blockdata
238 header.WriteByte(byte(buf.Len()))
240 header.WriteByte(0x7a) // blockdatalong
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dpartition_cow_creator_test.cpp296 cc.WriteByte(b); in TEST()
302 cc.WriteByte(b); in TEST()
308 cc.WriteByte(b); in TEST()
H A Ddm_snapshot_internals.h33 void WriteByte(uint64_t address) { WriteSector(address / sector_bytes_); } in WriteByte() function
/aosp12/system/nvram/messages/
H A Dio.cpp42 if (!stream->WriteByte(byte)) { in EncodeVarint()
192 bool OutputStreamBuffer::WriteByte(uint8_t byte) { in WriteByte() function in nvram::OutputStreamBuffer
/aosp12/system/nvram/messages/include/nvram/messages/
H A Dio.h127 bool WriteByte(uint8_t byte);
/aosp12/hardware/google/graphics/common/libhwjpeg/
H A DAppMarkerWriter.cpp439 gpswriter.WriteByte(EXIF_TAG_GPS_VERSION_ID, 4, m_pExif->gps_version_id); in WriteAPP1()
444 gpswriter.WriteByte(EXIF_TAG_GPS_ALTITUDE_REF, 1, &m_pExif->gps_altitude_ref); in WriteAPP1()
H A DIFDWriter.h128 void WriteByte(uint16_t tag, uint32_t count, const uint8_t value[]) { in WriteByte() function
/aosp12/build/soong/android/
H A Drule_builder.go939 c.buf.WriteByte(' ')