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

  /external/libmojo/mojo/edk/system/
channel.cc 55 Channel::Message::Message(size_t payload_size, size_t max_handles)
57 : Message(payload_size, max_handles, MessageType::NORMAL_LEGACY) {
60 : Message(payload_size, max_handles, MessageType::NORMAL) {
65 size_t max_handles,
67 : max_handles_(max_handles) {
80 if (max_handles) {
82 sizeof(MachPortsExtraHeader) + (max_handles * sizeof(MachPortsEntry));
113 legacy_header()->num_handles = static_cast<uint16_t>(max_handles);
179 uint32_t max_handles = extra_header_size / sizeof(HandleEntry); local
187 uint32_t max_handles local
193 const uint32_t max_handles = 0; local
200 << max_handles; local
    [all...]
channel.h 124 // |payload_size| bytes plus a header, plus |max_handles| platform handles.
125 Message(size_t payload_size, size_t max_handles);
126 Message(size_t payload_size, size_t max_handles, MessageType message_type);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_subprocess.py 481 max_handles = 1026 # too much for most UNIX systems
483 max_handles = 2050 # too much for (at least some) Windows setups
486 for i in range(max_handles):
496 "(tried %d)" % max_handles)
    [all...]
  /external/python/cpython2/Lib/test/
test_subprocess.py 547 max_handles = 1026 # too much for most UNIX systems
549 max_handles = 2050 # too much for (at least some) Windows setups
552 for i in range(max_handles):
562 "(tried %d)" % max_handles)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_subprocess.py 532 max_handles = 1026 # too much for most UNIX systems
534 max_handles = 2050 # too much for (at least some) Windows setups
537 for i in range(max_handles):
547 "(tried %d)" % max_handles)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_subprocess.py 532 max_handles = 1026 # too much for most UNIX systems
534 max_handles = 2050 # too much for (at least some) Windows setups
537 for i in range(max_handles):
547 "(tried %d)" % max_handles)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 532 max_handles = 1026 # too much for most UNIX systems
534 max_handles = 2050 # too much for (at least some) Windows setups
537 for i in range(max_handles):
547 "(tried %d)" % max_handles)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 532 max_handles = 1026 # too much for most UNIX systems
534 max_handles = 2050 # too much for (at least some) Windows setups
537 for i in range(max_handles):
547 "(tried %d)" % max_handles)
    [all...]
  /external/python/cpython3/Lib/test/
test_subprocess.py     [all...]

Completed in 687 milliseconds