HomeSort by relevance Sort by last modified time
    Searched refs:AppendByte (Results 1 - 16 of 16) sorted by null

  /system/core/bootstat/
event_log_list_builder.cpp 39 AppendByte(EVENT_TYPE_LIST);
53 AppendByte(EVENT_TYPE_INT);
68 AppendByte(EVENT_TYPE_STRING);
92 void EventLogListBuilder::AppendByte(uint8_t byte) {
event_log_list_builder.h 48 void AppendByte(uint8_t byte);
  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonByteArray.h 24 void AppendByte(int32_t value);
BC_CommonByteArray.cpp 64 void CBC_CommonByteArray::AppendByte(int32_t value) {
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderBitVector.h 15 void AppendByte(int32_t value);
BC_QRCoderBitVector.cpp 69 AppendByte(0);
86 AppendByte(newByte);
119 void CBC_QRCoderBitVector::AppendByte(int32_t value) {
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 310 buffer.AppendByte(0);
311 buffer.AppendByte(0);
312 buffer.AppendByte(0);
313 buffer.AppendByte(0);
314 buffer.AppendByte(0);
316 buffer.AppendByte(byte);
317 buffer.AppendByte(byte);
321 buffer.AppendByte(1);
322 buffer.AppendByte(FX_GETBYTEOFFSET24(offset));
323 buffer.AppendByte(FX_GETBYTEOFFSET16(offset))
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_buffer.cpp 218 m_SavingBuf.AppendByte(i);
419 int32_t IFX_BufferArchive::AppendByte(uint8_t byte) {
  /external/libchrome/dbus/
message.h 275 void AppendByte(uint8_t value);
350 // Helper function used to implement AppendByte etc.
message.cc 464 void MessageWriter::AppendByte(uint8_t value) {
  /external/v8/src/
log.cc 71 AppendByte(':');
87 AppendByte(')');
120 void AppendByte(char c) {
201 name_buffer_->AppendByte(' ');
207 name_buffer_->AppendByte(')');
209 name_buffer_->AppendByte(':');
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 51 inline void AppendByte(uint8_t byte) {
91 void AppendChar(int ch) { AppendByte((uint8_t)ch); }
211 int32_t AppendByte(uint8_t byte);
  /external/libbrillo/brillo/dbus/
data_serialization.cc 19 writer->AppendByte(value);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 876 buf.AppendByte((uint8_t)code);
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_fax.cpp 800 m_DestBuf.AppendByte(last_byte);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]

Completed in 472 milliseconds