HomeSort by relevance Sort by last modified time
    Searched refs:new_bytes (Results 1 - 15 of 15) 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)
  /art/runtime/base/
allocator.h 79 uint64_t new_bytes = bytes_used_[tag].FetchAndAddSequentiallyConsistent(bytes) + bytes; local
80 max_bytes_used_[tag].StoreRelaxed(std::max(max_bytes_used_[tag].LoadRelaxed(), new_bytes));
  /external/lldb/source/Core/
Event.cpp 220 EventDataBytes::SwapBytes (std::string &new_bytes)
222 m_bytes.swap (new_bytes);
  /external/lldb/include/lldb/Core/
Event.h 92 SwapBytes (std::string &new_bytes);
  /art/runtime/gc/accounting/
card_table-inl.h 171 uint8_t new_bytes[sizeof(uintptr_t)]; member in union:art::gc::accounting::__anon96
182 new_bytes[i] = visitor(expected_bytes[i]);
188 const byte new_byte = new_bytes[i];
  /external/chromium_org/third_party/webrtc/base/
bytebuffer.cc 199 char* new_bytes = new char[size_]; local
200 memcpy(new_bytes, bytes_ + start_, len);
202 bytes_ = new_bytes;
  /external/lldb/test/python_api/process/
TestProcessAPI.py 285 new_bytes = bytearray(content, "ascii")
289 new_bytes.reverse()
291 new_value = bytearray_to_int(new_bytes, byteSize)
297 for i in new_bytes:
  /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/lldb/examples/summaries/cocoa/
CFString.py 77 new_bytes = bytearray(content)
78 b0 = new_bytes[0]
79 b1 = new_bytes[1]
  /external/chromium_org/v8/src/
string-stream.cc 544 unsigned new_bytes = *bytes * 2; local
546 if (new_bytes <= *bytes) {
549 char* new_space = NewArray<char>(new_bytes);
554 *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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 410 int new_bytes = p->bytes + grow; local
411 if(grow > 0 && new_bytes < MAX_NODE_BYTES)
413 char* value = (char*)realloc(p->value, new_bytes);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 738 char* new_bytes = new char[length];
739 memcpy(new_bytes, bytes, length);
740 SetBytes(new_bytes, length);

Completed in 621 milliseconds