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

  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc 525 Label final_size() const { return final_size_; }
539 // set SECTION's start to its position in this section, and its final_size
590 D32(final_size());
595 Append(endianness(), word_size() / 8, contents.final_size());
601 content_final_size_ = contents.final_size();
623 Append(endianness(), word_size() / 8, contents.final_size());
724 D32(commands->final_size()); // their size in bytes
522 Label final_size() const { return final_size_; } function in class:SizedSection
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
test_writer.py 175 final_size = self.writer.current_uploaded_size
176 self.assertEqual(final_size, 13)
178 self.assertEqual(final_size, self.writer.current_uploaded_size)
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 880 size_t final_size = local
882 memcpy(state, &task_context_->breakpad_uc_mcontext->__ss, final_size);
883 *count = static_cast<mach_msg_type_number_t>(final_size);
888 size_t final_size = local
890 memcpy(state, &task_context_->breakpad_uc_mcontext->__ss, final_size);
891 *count = static_cast<mach_msg_type_number_t>(final_size);
900 size_t final_size = local
902 memcpy(state, &task_context_->breakpad_uc_mcontext->__ss, final_size);
903 *count = static_cast<mach_msg_type_number_t>(final_size);
    [all...]
  /external/pcre/dist/
pcrecpp_unittest.cc 118 uint64 final_size = VirtualProcessSize();
119 printf("Size after 100000: %llu\n", final_size);
120 const double growth = double(final_size - initial_size) / final_size;
    [all...]
  /external/v8/src/
bignum.cc 415 int final_size = bit_size * power_exponent;
416 // 1 extra bigit for the shifting, and one for rounded final_size.
417 EnsureCapacity(final_size / kBigitSize + 2);
  /ndk/sources/host-tools/make-3.81/
job.c 305 const unsigned final_size = path_size + size + 1;
306 char *const path = (char *) xmalloc (final_size);
307 memcpy (path, temp_path, final_size);
303 const unsigned final_size = path_size + size + 1; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 9148 bfd_size_type final_size, copy_size, orig_insn_size; local
    [all...]
  /external/v8/test/cctest/
test-api.cc 17300 intptr_t final_size = CcTest::heap()->SizeOfObjects(); local
    [all...]

Completed in 165 milliseconds