OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteCommand
(Results
1 - 4
of
4
) 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):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py
84
self.addcmd(
DeleteCommand
(index1, index2))
264
class
DeleteCommand
(Command):
/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 66 milliseconds