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

  /bionic/tools/relocation_packer/src/
elf_file.cc 733 const size_t initial_bytes = relocations->size() * rel_size; local
735 VLOG(1) << "Unpacked : " << initial_bytes << " bytes";
753 ssize_t hole_size = initial_bytes - packed_bytes_estimate;
772 initial_bytes - packed_bytes_estimate :
773 initial_bytes - hole_size - packed_bytes_estimate;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_pyio.py 783 def __init__(self, initial_bytes=None):
785 if initial_bytes is not None:
786 buf.extend(initial_bytes)
    [all...]
  /external/python/cpython2/Lib/
_pyio.py 796 def __init__(self, initial_bytes=None):
798 if initial_bytes is not None:
799 buf.extend(initial_bytes)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_pyio.py 789 def __init__(self, initial_bytes=None):
791 if initial_bytes is not None:
792 buf.extend(initial_bytes)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_pyio.py 789 def __init__(self, initial_bytes=None):
791 if initial_bytes is not None:
792 buf.extend(initial_bytes)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 789 def __init__(self, initial_bytes=None):
791 if initial_bytes is not None:
792 buf.extend(initial_bytes)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 789 def __init__(self, initial_bytes=None):
791 if initial_bytes is not None:
792 buf.extend(initial_bytes)
    [all...]
  /external/python/cpython3/Lib/
_pyio.py 836 def __init__(self, initial_bytes=None):
838 if initial_bytes is not None:
839 buf += initial_bytes
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_memoryio.py 481 self.ioclass(initial_bytes=buf)
  /external/python/cpython2/Lib/test/
test_memoryio.py 483 self.ioclass(initial_bytes=buf)
  /external/python/cpython3/Lib/test/
test_memoryio.py 512 self.ioclass(initial_bytes=buf)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_memoryio.py 481 self.ioclass(initial_bytes=buf)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_memoryio.py 481 self.ioclass(initial_bytes=buf)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 481 self.ioclass(initial_bytes=buf)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 481 self.ioclass(initial_bytes=buf)

Completed in 342 milliseconds