/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-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_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/net/android/ |
keystore_openssl.cc | 241 // |new_bytes| is the byte encoding of the new value. 245 bool CopyBigNumFromBytes(const std::vector<uint8>& new_bytes, 248 reinterpret_cast<const unsigned char*>(&new_bytes[0]), 249 static_cast<int>(new_bytes.size()), 257 // |new_bytes| is the byte encoding of the new value. 262 bool SwapBigNumPtrFromBytes(const std::vector<uint8>& new_bytes, 266 reinterpret_cast<const unsigned char*>(&new_bytes[0]), 267 static_cast<int>(new_bytes.size()),
|
/external/chromium_org/sandbox/win/src/ |
sandbox_nt_util.cc | 478 SIZE_T new_bytes = bytes; local 480 &new_bytes, protect, &old_protect_); 484 bytes_ = new_bytes; 497 SIZE_T new_bytes = bytes_; local 499 &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 | 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/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/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);
|
/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...] |
/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...] |