HomeSort by relevance Sort by last modified time
    Searched full:source_size (Results 1 - 20 of 20) sorted by null

  /system/update_engine/payload_consumer/
install_plan.cc 58 base::StringPrintf(", part: %s (source_size: %" PRIu64
61 partition.source_size,
120 source_size == that.source_size &&
filesystem_verifier_action.cc 101 remaining_size_ = partition.source_size;
240 << " bs=1M count=" << partition.source_size
install_plan.h 98 uint64_t source_size{0};
filesystem_verifier_action_unittest.cc 159 part.source_size = kLoopFileSize;
delta_performer.cc 811 install_part.source_size = info.size();
    [all...]
  /external/v8/src/
compilation-statistics.h 51 void RecordTotalStats(size_t source_size, const BasicStats& stats);
compilation-statistics.cc 44 void CompilationStatistics::RecordTotalStats(size_t source_size,
48 source_size += source_size;
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 230 size_t source_size = source_data->size(); local
233 sp<MemoryHeapBase> newMemoryHeap = new MemoryHeapBase(source_size);
234 sp<MemoryBase> newMemory = new MemoryBase(newMemoryHeap, 0, source_size);
235 memcpy(newMemory->pointer(), source_pointer, source_size);
  /hardware/intel/img/psb_video/src/
psb_surface_attrib.c 654 unsigned int source_size = 0; local
686 source_size = attribute_tpi->width * attribute_tpi->height * 1.5;
688 source_size = attribute_tpi->width * attribute_tpi->height * 2;
690 vaddr = mmap(NULL, source_size, PROT_READ|PROT_WRITE, MAP_SHARED, ion_source_share.fd, 0);
  /external/python/cpython3/Lib/test/test_importlib/
test_abc.py 665 self.source_size = len(self.source)
670 data.extend(self.init._w_long(self.source_size))
688 return {'mtime': self.source_mtime, 'size': self.source_size}
833 data.extend(self.init._w_long(self.loader.source_size))
  /external/python/cpython3/Lib/importlib/
_bootstrap_external.py 475 source_size = source_stats['size'] & 0xFFFFFFFF
479 if _r_long(raw_size) != source_size:
497 def _code_to_bytecode(code, mtime=0, source_size=0):
502 data.extend(_w_long(source_size))
    [all...]
  /external/v8/src/wasm/
module-decoder.cc 641 0 // source_size
796 segment->source_size = consume_u32v("source size");
802 segment->source_size)) {
806 consume_bytes(segment->source_size, "segment data");
    [all...]
wasm-module.h 99 uint32_t source_size; // end offset in the module bytes. member in struct:v8::internal::wasm::WasmDataSegment
wasm-module.cc 1428 uint32_t source_size = segment.source_size; local
    [all...]
  /art/runtime/
mem_map.cc 470 size_t source_size = source->size_;
475 size_ = source_size;
478 SetSize(source_size);
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/
buffer.hpp 1148 std::size_t source_size = buffer_size(source); local
    [all...]
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cTextureSwizzleTests.cpp     [all...]
  /toolchain/binutils/binutils-2.27/ld/emultempl/
xtensaelf.em     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.cc     [all...]

Completed in 457 milliseconds