/aosp14/frameworks/base/tools/bit/ |
H A D | command.h | 26 struct Command struct 49 string get_command_output(const Command& command, int* err, bool quiet=false); argument
|
H A D | command.cpp | 32 Command::Command(const string& prog) in Command() function in Command
|
/aosp14/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
H A D | Launcher.java | 36 public static abstract class Command { class in Launcher 39 public Command(String name) { in Command() method in Launcher.Command
|
/aosp14/frameworks/base/cmds/svc/src/com/android/commands/svc/ |
H A D | Svc.java | 21 public static abstract class Command { class in Svc 24 public Command(String name) { in Command() method in Svc.Command
|
/aosp14/frameworks/base/tools/aapt2/cmd/ |
H A D | Command.h | 33 explicit Command(android::StringPiece name) : name_(name), full_subcommand_name_(name){}; in Command() function 35 explicit Command(android::StringPiece name, android::StringPiece short_name) in Command() function
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/ |
H A D | StateMachine.java | 86 protected static class Command { class in StateMachine 94 private Command(int type, @IntRange(from = 0) int state) { in Command() method in StateMachine.Command
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ |
H A D | CommandRegistry.kt | 143 interface Command { regex
|
/aosp14/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
H A D | Event.java | 42 enum Command { enum in Event 50 Command(String command) { in Command() method in Event.Command
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | AsyncPlayer.java | 38 private static final class Command { class in AsyncPlayer
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | FieldClassificationStrategy.java | 301 private static interface Command { interface in FieldClassificationStrategy
|
/aosp14/system/core/init/ |
H A D | action.cpp | 48 Command::Command(BuiltinFunction f, bool execute_in_subcontext, std::vector<std::string>&& args, in Command() function in android::init::Command
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | NotificationPlayer.java | 48 private static final class Command { class in NotificationPlayer
|
/aosp14/frameworks/base/cmds/content/src/com/android/commands/content/ |
H A D | Content.java | 500 private static abstract class Command { class in Content 504 public Command(Uri uri, int userId) { in Command() method in Content.Command
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayHashController.java | 134 private interface Command { interface in DisplayHashController
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/io/ |
H A D | TextGraphReader.java | 48 private interface Command { interface in TextGraphReader
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | Bundle.h | 22 typedef enum Command { enum 33 } Command; typedef
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | GraphReader.java | 41 private static interface Command { interface in GraphReader
|
/aosp14/frameworks/base/media/java/android/media/session/ |
H A D | MediaSession.java | 1528 private static final class Command { class in MediaSession 1533 Command(String command, Bundle extras, ResultReceiver stub) { in Command() method in MediaSession.Command
|