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

  /external/python/cpython2/Demo/rpc/
rpc.py 87 class Unpacker(xdr.Unpacker):
233 # Override this to use derived classes from Packer/Unpacker
235 self.unpacker = Unpacker('')
249 self.unpacker.done()
350 u = self.unpacker
389 u = self.unpacker
445 u = self.unpacker
452 self.unpacker.done(
    [all...]
mountclient.py 6 # derived from Packer and Unpacker to handle the data types for the
13 from rpc import Packer, Unpacker, TCPClient, UDPClient
33 # Unpacker derived class for Mount protocol clients.
40 class MountUnpacker(Unpacker):
79 # self.packer and self.unpacker
82 self.unpacker = MountUnpacker('')
114 # - the "unpacker" function for the return value (or None)
116 # The packer and unpacker function, if not None, *must* be
117 # methods of self.packer and self.unpacker, respectively.
122 # the remote procedure call, as unpacked by the "unpacker"
    [all...]
rnusersclient.py 4 from rpc import Packer, Unpacker, UDPClient, BroadcastUDPClient
22 class RnusersUnpacker(Unpacker):
41 self.unpacker = RnusersUnpacker('')
44 return self.make_call(1, None, None, self.unpacker.unpack_int)
48 None, self.unpacker.unpack_utmpidlearr)
52 None, self.unpacker.unpack_utmpidlearr)
nfsclient.py 129 self.unpacker = NFSUnpacker('')
139 self.unpacker.unpack_attrstat)
144 self.unpacker.unpack_attrstat)
151 self.unpacker.unpack_diropres)
158 self.unpacker.unpack_readdirres)
  /external/r8/src/test/examplesAndroidO/trywithresources/
TryWithResources.java 187 Supplier unpacker = carrier::getSuppressed; local
192 for (Throwable unpacked : unpacker.get()) {
  /external/python/cpython2/Lib/plat-mac/
pimp.py 182 """Abstract base class - Unpacker for archives"""
192 raise RuntimeError, "This unpacker cannot rename files"
714 unpacker = unpackerClass(arg, dir=self._db.preferences.buildDir,
716 rv = unpacker.unpack(self.archiveFilename, output=output)
832 unpacker = unpackerClass(arg, dir="/", renames=install_renames)
833 rv = unpacker.unpack(self.archiveFilename, output=output, package=self)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 182 """Abstract base class - Unpacker for archives"""
192 raise RuntimeError, "This unpacker cannot rename files"
714 unpacker = unpackerClass(arg, dir=self._db.preferences.buildDir,
716 rv = unpacker.unpack(self.archiveFilename, output=output)
832 unpacker = unpackerClass(arg, dir="/", renames=install_renames)
833 rv = unpacker.unpack(self.archiveFilename, output=output, package=self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 182 """Abstract base class - Unpacker for archives"""
192 raise RuntimeError, "This unpacker cannot rename files"
714 unpacker = unpackerClass(arg, dir=self._db.preferences.buildDir,
716 rv = unpacker.unpack(self.archiveFilename, output=output)
832 unpacker = unpackerClass(arg, dir="/", renames=install_renames)
833 rv = unpacker.unpack(self.archiveFilename, output=output, package=self)
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dnsmsg.go 311 // also return off1==len(msg), so that the next unpacker will
650 // Resource record unpacker.
  /prebuilts/go/linux-x86/src/net/
dnsmsg.go 311 // also return off1==len(msg), so that the next unpacker will
650 // Resource record unpacker.

Completed in 102 milliseconds