/frameworks/base/cmds/content/src/com/android/commands/content/ |
Content.java | 211 private DeleteCommand parseDeleteCommand() { 230 return new DeleteCommand(uri, userId, where); 463 private static class DeleteCommand extends Command { 466 public DeleteCommand(Uri uri, int userId, String where) { 539 private static class QueryCommand extends DeleteCommand {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
UndoDelegator.py | 84 self.addcmd(DeleteCommand(index1, index2)) 264 class DeleteCommand(Command):
|
WidgetRedirector.py | 49 tk.deletecommand(w)
|
/prebuilts/gdb/linux-x86/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/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/gdb/darwin-x86/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/gdb/linux-x86/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/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...] |