HomeSort by relevance Sort by last modified time
    Searched full:deletecommand (Results 1 - 8 of 8) sorted by null

  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 193 private DeleteCommand parseDeleteCommand() {
212 return new DeleteCommand(uri, userId, where);
410 private static class DeleteCommand extends Command {
413 public DeleteCommand(Uri uri, int userId, String where) {
461 private static class QueryCommand extends DeleteCommand {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 84 self.addcmd(DeleteCommand(index1, index2))
264 class DeleteCommand(Command):
WidgetRedirector.py 49 tk.deletecommand(w)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 84 self.addcmd(DeleteCommand(index1, index2))
264 class DeleteCommand(Command):
WidgetRedirector.py 49 tk.deletecommand(w)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 260 self._master.deletecommand(cbname)
387 self.tk.deletecommand(name)
389 def deletecommand(self, name): member in class:Misc
394 self.tk.deletecommand(name)
534 self.deletecommand(name)
556 self.deletecommand(script)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 260 self._master.deletecommand(cbname)
387 self.tk.deletecommand(name)
389 def deletecommand(self, name): member in class:Misc
394 self.tk.deletecommand(name)
534 self.deletecommand(name)
556 self.deletecommand(script)
    [all...]
  /external/libppp/src/
command.c 183 static int DeleteCommand(struct cmdargs const *);
849 {"delete", NULL, DeleteCommand, LOCAL_AUTH,
851 {NULL, "delete!", DeleteCommand, LOCAL_AUTH,
    [all...]

Completed in 545 milliseconds