HomeSort by relevance Sort by last modified time
    Searched defs:__call (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-pic-4c.s 9 .ent __call
10 __call: label
14 .end __call
  /external/autotest/client/cros/
cryptohome.py 442 def __call(self, method, *args): member in class:CryptohomeProxy
474 out = self.__call(method, *args)
502 out = self.__call(self.iface.Mount, user, password, create, False, [])
514 return self.__call(self.iface.Unmount)
534 return self.__call(self.iface.MigrateKey, user, oldkey, newkey)
541 return self.__call(self.iface.Remove, user)

Completed in 392 milliseconds