HomeSort by relevance Sort by last modified time
    Searched defs:WriteUint32 (Results 1 - 7 of 7) sorted by null

  /bionic/libc/bionic/
system_property_set.cpp 124 SocketWriter& WriteUint32(uint32_t value) {
137 WriteUint32(valuelen);
289 if (!writer.WriteUint32(PROP_MSG_SETPROP2).WriteString(key).WriteString(value).Send()) {
  /external/webrtc/webrtc/test/
rtp_file_writer.cc 47 RTC_CHECK(WriteUint32(offset));
56 RTC_CHECK(WriteUint32(0));
57 RTC_CHECK(WriteUint32(0));
58 RTC_CHECK(WriteUint32(0));
65 bool WriteUint32(uint32_t in) {
  /external/flatbuffers/go/
encode.go 159 // WriteUint32 encodes a little-endian uint32 into a byte slice.
160 func WriteUint32(buf []byte, n uint32) {
217 WriteUint32(buf, math.Float32bits(n))
237 WriteUint32(buf, uint32(n))
  /external/v8/src/parsing/
preparsed-scope-data.cc 94 void ProducedPreParsedScopeData::ByteData::WriteUint32(uint32_t data) {
173 byte_data_->WriteUint32(0);
237 byte_data_->WriteUint32(start_position);
238 byte_data_->WriteUint32(end_position);
239 byte_data_->WriteUint32(num_parameters);
240 byte_data_->WriteUint32(num_inner_functions);
274 byte_data_->WriteUint32(kMagicValue);
275 byte_data_->WriteUint32(scope->start_position());
276 byte_data_->WriteUint32(scope->end_position());
401 byte_data_->WriteUint32(name->length())
    [all...]
  /art/libelffile/elf/
elf_builder.h 424 this->WriteUint32(4); // namesz.
425 this->WriteUint32(kBuildIdLen); // descsz.
426 this->WriteUint32(3); // type = NT_GNU_BUILD_ID.
440 bool WriteUint32(uint32_t v) {
    [all...]
  /external/v8/src/
value-serializer.cc 321 void ValueSerializer::WriteUint32(uint32_t value) {
    [all...]
api.cc     [all...]

Completed in 267 milliseconds