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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 35 If the value of `self.intro' is nonempty when the cmdloop method is called,
37 via an optional argument to the cmdloop() method.
102 def cmdloop(self, intro=None): member in class:Cmd
166 """Hook method executed once when the cmdloop() method is called."""
170 """Hook method executed once when the cmdloop() method is about to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 35 If the value of `self.intro' is nonempty when the cmdloop method is called,
37 via an optional argument to the cmdloop() method.
102 def cmdloop(self, intro=None): member in class:Cmd
166 """Hook method executed once when the cmdloop() method is called."""
170 """Hook method executed once when the cmdloop() method is about to
  /system/core/sh/
main.c 94 * profiles if we're a login shell, and then call cmdloop to execute
212 cmdloop(1);
228 cmdloop(int top) function
235 TRACE(("cmdloop(%d) called\n", top));
298 cmdloop(0);
325 cmdloop(0);
377 cmdloop(0);

Completed in 251 milliseconds