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

  /external/chromium/net/flip/
flip_frame_builder.cc 122 bool FlipFrameBuilder::WriteBytes(const void* data, uint16 data_len) {
143 return WriteBytes(value.data(), static_cast<uint16>(value.size()));
  /external/chromium/base/
pickle.cc 314 bool Pickle::WriteBytes(const void* data, int data_len) {
331 return WriteBytes(value.data(), static_cast<int>(value.size()));
338 return WriteBytes(value.data(),
346 return WriteBytes(value.data(),
351 return length >= 0 && WriteInt(length) && WriteBytes(data, length);
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 287 void WireFormatLite::WriteBytes(int field_number, const string& value,
  /external/v8/src/
utils.cc 216 int WriteBytes(const char* filename,
  /external/chromium/net/http/
http_auth_handler_ntlm_portable.cc 177 static void* WriteBytes(void* buf, const void* data, uint32 data_len) {
187 return WriteBytes(buf, &dword, sizeof(dword));
195 buf = WriteBytes(buf, &length, sizeof(length));
196 buf = WriteBytes(buf, &length, sizeof(length));
197 buf = WriteBytes(buf, &offset, sizeof(offset));
352 cursor = WriteBytes(cursor, NTLM_SIGNATURE, sizeof(NTLM_SIGNATURE));
355 cursor = WriteBytes(cursor, NTLM_TYPE1_MARKER, sizeof(NTLM_TYPE1_MARKER));
593 cursor = WriteBytes(cursor, NTLM_SIGNATURE, sizeof(NTLM_SIGNATURE));
596 cursor = WriteBytes(cursor, NTLM_TYPE3_MARKER, sizeof(NTLM_TYPE3_MARKER));
  /external/sonivox/jet_tools/JetCreator/
midifile.py 281 def WriteBytes (stream, bytes):
292 WriteBytes(stream, bytes)
642 WriteBytes(stream, self.msg)
674 WriteBytes(stream, self.msg)
710 WriteBytes(stream, self.msg)
    [all...]

Completed in 981 milliseconds