Searched refs:new_bytes (Results 1 - 12 of 12) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A D_stream_base.py143 new_bytes = self._read(length)
144 bytes.append(new_bytes)
145 length -= len(new_bytes)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbytebuffer.cc185 char* new_bytes = new char[size]; local
186 memcpy(new_bytes, bytes_ + start_, len);
192 bytes_ = new_bytes;
/external/chromium_org/net/android/
H A Dkeystore_openssl.cc241 // |new_bytes| is the byte encoding of the new value.
245 bool CopyBigNumFromBytes(const std::vector<uint8>& new_bytes, argument
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, argument
266 reinterpret_cast<const unsigned char*>(&new_bytes[0]),
267 static_cast<int>(new_bytes.size()),
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dbytebuffer.cc215 char* new_bytes = new char[size_]; local
216 memcpy(new_bytes, bytes_ + start_, len);
218 bytes_ = new_bytes;
/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_util.cc478 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/
H A Dstun.cc390 char* new_bytes = new char[length]; local
391 std::memcpy(new_bytes, bytes, length);
392 SetBytes(new_bytes, length);
/external/chromium_org/v8/src/
H A Dstring-stream.cc564 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/
H A Dstring-stream.cc564 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/
H A Dcffload.c391 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;
/external/freetype/src/cff/
H A Dcffload.c391 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;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c358 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/
H A Dstun.cc736 char* new_bytes = new char[length];
737 std::memcpy(new_bytes, bytes, length);
738 SetBytes(new_bytes, length);

Completed in 642 milliseconds