HomeSort by relevance Sort by last modified time
    Searched refs:size_in_bytes (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/webrtc/webrtc/modules/desktop_capture/mac/
scoped_pixel_buffer_object.cc 27 int size_in_bytes) {
33 glBufferDataARB(GL_PIXEL_PACK_BUFFER_ARB, size_in_bytes, NULL,
scoped_pixel_buffer_object.h 27 bool Init(CGLContextObj cgl_context, int size_in_bytes);
  /external/v8/src/heap/
spaces-inl.h 314 HeapObject* PagedSpace::AllocateLinearly(int size_in_bytes) {
316 Address new_top = current_top + size_in_bytes;
325 int size_in_bytes, AllocationAlignment alignment) {
329 Address new_top = current_top + filler_size + size_in_bytes;
342 HeapObject* PagedSpace::AllocateLinearlyAligned(int* size_in_bytes,
347 Address new_top = current_top + filler_size + *size_in_bytes;
352 *size_in_bytes += filler_size;
362 AllocationResult PagedSpace::AllocateRawUnaligned(int size_in_bytes) {
363 HeapObject* object = AllocateLinearly(size_in_bytes);
366 object = free_list_.Allocate(size_in_bytes);
    [all...]
spaces.cc     [all...]
heap-inl.h 194 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space,
208 bool large_object = size_in_bytes > Page::kMaxRegularHeapObjectSize;
215 allocation = new_space_.AllocateRaw(size_in_bytes, alignment);
217 OnAllocationEvent(object, size_in_bytes);
226 allocation = lo_space_->AllocateRaw(size_in_bytes, NOT_EXECUTABLE);
228 allocation = old_space_->AllocateRaw(size_in_bytes, alignment);
231 if (size_in_bytes <= code_space()->AreaSize()) {
232 allocation = code_space_->AllocateRawUnaligned(size_in_bytes);
234 allocation = lo_space_->AllocateRaw(size_in_bytes, EXECUTABLE);
238 allocation = lo_space_->AllocateRaw(size_in_bytes, NOT_EXECUTABLE)
    [all...]
spaces.h     [all...]
  /system/extras/tests/sdcard/
stopwatch.h 97 void setDataSize(size_t size_in_bytes) { mSizeKbytes = size_in_bytes / 1000; }
  /external/webrtc/webrtc/modules/audio_device/
fine_audio_buffer.cc 115 size_t size_in_bytes,
121 if (record_write_pos_ + size_in_bytes > required_record_buffer_size_bytes_) {
131 memcpy(record_cache_buffer_.get() + record_write_pos_, buffer, size_in_bytes);
132 record_write_pos_ += size_in_bytes;
133 record_cached_bytes_ += size_in_bytes;
fine_audio_buffer.h 60 // The size of |buffer| is given by |size_in_bytes| and must be equal to
67 size_t size_in_bytes,
  /external/llvm/lib/Support/
SmallVector.cpp 21 size_t CurSizeBytes = size_in_bytes();
  /hardware/libhardware/include/hardware/
memtrack.h 74 size_t size_in_bytes; member in struct:memtrack_record
  /external/libhevc/decoder/
ihevcd_debug.h 131 #define DUMP_QP(pu1_qp, size_in_bytes) ihevcd_debug_dump_qp(pu1_qp, size_in_bytes)
132 #define DUMP_QP_CONST_IN_CTB(pu1_qp_const_in_ctb, size_in_bytes) ihevcs_dump_qp_const_in_ctb(pu1_qp_const_in_ctb, size_in_bytes)
133 #define DUMP_NO_LOOP_FILTER(pu1_pic_no_loop_filter, size_in_bytes) ihevcd_debug_dump_no_loop_filter(pu1_pic_no_loop_filter, size_in_bytes)
140 #define DUMP_QP(pu1_qp, size_in_bytes)
141 #define DUMP_QP_CONST_IN_CTB(pu1_qp_const_in_ctb, size_in_bytes)
142 #define DUMP_NO_LOOP_FILTER(pu1_pic_no_loop_filter, size_in_bytes)
  /art/runtime/
dex_instruction_visitor.h 28 void Visit(const uint16_t* code, size_t size_in_bytes) {
30 size_t size_in_code_units = size_in_bytes / sizeof(uint16_t);
  /external/libchrome/base/trace_event/
process_memory_maps.cc 21 size_in_bytes(0),
46 value->SetString("sz", StringPrintf(kHexFmt, region.size_in_bytes));
process_memory_maps.h 32 uint64_t size_in_bytes; member in struct:base::trace_event::ProcessMemoryMaps::VMRegion
process_memory_maps_dump_provider_unittest.cc 147 EXPECT_EQ(0x004be000UL - 0x00400000UL, regions_1[0].size_in_bytes);
158 EXPECT_EQ(0xff800000UL - 0xff000000UL, regions_1[1].size_in_bytes);
178 EXPECT_EQ(0x7fe7ce7a8000UL - 0x7fe7ce79c000UL, regions_2[0].size_in_bytes);
process_memory_maps_dump_provider.cc 40 region->size_in_bytes = end_addr - region->start_address;
43 region->size_in_bytes = 0;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
utils.py 34 def minimum_part_size(size_in_bytes, default_part_size=DEFAULT_PART_SIZE):
43 order to upload a file of size ``size_in_bytes``.
46 a part size given the ``size_in_bytes``. If this is not the case,
48 ``size_in_bytes`` will be returned.
60 if (default_part_size * MAXIMUM_NUMBER_OF_PARTS) < size_in_bytes:
61 if size_in_bytes > (4096 * _MEGABYTE * 10000):
62 raise ValueError("File size too large: %s" % size_in_bytes)
63 min_part_size = size_in_bytes / 10000
  /hardware/qcom/display/msm8084/libmemtrack/
kgsl.c 123 records[0].size_in_bytes = accounted_size;
126 records[1].size_in_bytes = unaccounted_size;
  /hardware/qcom/display/msm8226/libmemtrack/
kgsl.c 123 records[0].size_in_bytes = accounted_size;
126 records[1].size_in_bytes = unaccounted_size;
  /hardware/qcom/display/msm8909/libmemtrack/
kgsl.c 121 records[0].size_in_bytes = accounted_size;
124 records[1].size_in_bytes = unaccounted_size;
  /hardware/qcom/display/msm8960/libmemtrack/
kgsl.c 119 records[0].size_in_bytes = accounted_size;
122 records[1].size_in_bytes = unaccounted_size;
  /hardware/qcom/display/msm8994/libmemtrack/
kgsl.c 123 records[0].size_in_bytes = accounted_size;
126 records[1].size_in_bytes = unaccounted_size;
  /hardware/qcom/display/msm8996/libmemtrack/
kgsl.c 121 records[0].size_in_bytes = accounted_size;
124 records[1].size_in_bytes = unaccounted_size;
  /external/v8/test/cctest/heap/
test-lab.cc 16 static Address AllocateLabBackingStore(Heap* heap, intptr_t size_in_bytes) {
18 static_cast<int>(size_in_bytes), kDoubleAligned);
43 intptr_t size_in_bytes,
47 lab->AllocateRawAligned(static_cast<int>(size_in_bytes), alignment);
49 heap->CreateFillerObjectAt(obj->address(), static_cast<int>(size_in_bytes));

Completed in 565 milliseconds

1 2 3