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

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_base.py 143 new_bytes = self._read(length)
144 bytes.append(new_bytes)
145 length -= len(new_bytes)
  /external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.cc 185 char* new_bytes = new char[size]; local
186 memcpy(new_bytes, bytes_ + start_, len);
192 bytes_ = new_bytes;
  /external/chromium_org/net/android/
keystore_openssl.cc 291 // |new_bytes| is the byte encoding of the new value.
295 bool CopyBigNumFromBytes(const std::vector<uint8>& new_bytes,
298 reinterpret_cast<const unsigned char*>(&new_bytes[0]),
299 static_cast<int>(new_bytes.size()),
307 // |new_bytes| is the byte encoding of the new value.
312 bool SwapBigNumPtrFromBytes(const std::vector<uint8>& new_bytes,
316 reinterpret_cast<const unsigned char*>(&new_bytes[0]),
317 static_cast<int>(new_bytes.size()),
  /external/chromium_org/third_party/libjingle/source/talk/base/
bytebuffer.cc 215 char* new_bytes = new char[size_]; local
216 memcpy(new_bytes, bytes_ + start_, len);
218 bytes_ = new_bytes;
  /external/chromium_org/sandbox/win/src/
sandbox_nt_util.cc 483 SIZE_T new_bytes = bytes; local
485 &new_bytes, protect, &old_protect_);
489 bytes_ = new_bytes;
502 SIZE_T new_bytes = bytes_; local
504 &new_bytes, old_protect_,
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 390 char* new_bytes = new char[length]; local
391 std::memcpy(new_bytes, bytes, length);
392 SetBytes(new_bytes, length);
  /external/chromium_org/v8/src/
string-stream.cc 577 unsigned new_bytes = *bytes * 2; local
579 if (new_bytes <= *bytes) {
582 char* new_space = NewArray<char>(new_bytes);
587 *bytes = new_bytes;
  /external/v8/src/
string-stream.cc 564 unsigned new_bytes = *bytes * 2; local
566 if (new_bytes <= *bytes) {
569 char* new_space = NewArray<char>(new_bytes);
574 *bytes = new_bytes;
  /external/chromium_org/third_party/freetype/src/cff/
cffload.c 391 FT_Byte* new_bytes = NULL; local
405 ( !pool || !FT_ALLOC( new_bytes,
428 t[0] = new_bytes + cur_offset;
445 t[n] = new_bytes + next_offset + extra;
461 *pool = new_bytes;
    [all...]
  /external/freetype/src/cff/
cffload.c 391 FT_Byte* new_bytes = NULL; local
405 ( !pool || !FT_ALLOC( new_bytes,
428 t[0] = new_bytes + cur_offset;
445 t[n] = new_bytes + next_offset + extra;
461 *pool = new_bytes;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 358 int new_bytes = p->bytes + grow; local
359 if(grow > 0 && new_bytes < MAX_NODE_BYTES)
361 char* value = (char*)realloc(p->value, new_bytes);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 736 char* new_bytes = new char[length];
737 std::memcpy(new_bytes, bytes, length);
738 SetBytes(new_bytes, length);
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 749 M4OSA_Int32 new_bytes, init_bit_pos; local
1302 M4OSA_Int32 new_bytes, init_bit_pos; local
1752 M4OSA_Int32 new_bytes, init_bit_pos; local
    [all...]

Completed in 2007 milliseconds