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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_http.cc 366 int real_size; local
368 loader, cached_data_.data(), content_length, &real_size);
372 SetCachedSize(real_size);
373 cached_data_.resize(real_size);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_debug.c 372 pb_size real_size; local
381 real_size = mgr->underflow_size + size + mgr->overflow_size;
387 real_size,
404 assert(buf->buffer->size >= real_size);
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_debug.c 372 pb_size real_size; local
381 real_size = mgr->underflow_size + size + mgr->overflow_size;
387 real_size,
404 assert(buf->buffer->size >= real_size);
  /external/chromium_org/sandbox/win/src/
interception_agent.cc 126 SIZE_T real_size = buffer_bytes; local
129 &real_size, PAGE_EXECUTE_READ,
  /system/extras/micro_bench/
micro_bench.cpp 482 size_t real_size; local
486 real_size = strlen_func(reinterpret_cast<char*>(buf)); \
487 if (real_size + 1 != size) { \
488 printf("%s failed, expected %u, got %u\n", name, size, real_size); \
497 size_t real_size; local
503 real_size = strlen_func(reinterpret_cast<char*>(buf)); \
504 if (real_size + 1 != size) { \
505 printf("%s failed, expected %u, got %u\n", name, size, real_size); \
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 542 gfx::Size real_size(
552 if (real_size.width() > old_size.width() ||
553 real_size.height() > old_size.height() ||
554 real_size == min_bounds_.size()) {
555 balloon->set_content_size(real_size);
  /external/chromium_org/v8/src/
string-stream.cc 360 int real_size = map->NumberOfOwnDescriptors(); local
362 for (int i = 0; i < real_size; i++) {
handles.cc 777 int real_size = map->NumberOfOwnDescriptors(); local
785 if (i < real_size) ++enum_size;
    [all...]
heap-snapshot-generator.cc 1319 int real_size = js_obj->map()->NumberOfOwnDescriptors(); local
    [all...]
objects.cc 4499 int real_size = map_of_this->NumberOfOwnDescriptors(); local
13073 int real_size = map()->NumberOfOwnDescriptors(); local
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc 353 size_t real_size() { function in class:MallocBlock
406 const size_t size = real_size();
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc 355 size_t real_size() { function in class:MallocBlock
408 const size_t size = real_size();
    [all...]

Completed in 358 milliseconds