/aosp12/build/soong/ui/status/ |
H A D | status.go | 25 type Action struct { struct 29 Description string 33 Outputs []string 37 Inputs []string 42 Command string 48 *Action anonMember 268 func (s *Status) startAction(action *Action) { 330 func (d *toolStatus) StartAction(action *Action) {
|
H A D | log.go | 55 func (v *verboseLog) StartAction(action *Action, counts Counts) {} 105 func (e *errorLog) StartAction(action *Action, counts Counts) {} 167 func (e *errorProtoLog) StartAction(action *Action, counts Counts) {} 216 func (b *buildProgressLog) StartAction(action *Action, counts Counts) {
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/ |
H A D | VoicemailErrorMessage.java | 56 public static class Action { class in VoicemailErrorMessage 62 public Action(CharSequence text, View.OnClickListener listener) { in Action() method in VoicemailErrorMessage.Action 66 public Action(CharSequence text, View.OnClickListener listener, boolean raised) { in Action() method in VoicemailErrorMessage.Action
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
H A D | Action.java | 39 public abstract class Action implements Parcelable { class 126 protected Action(final String key) { in Action() method in Action 134 protected Action() { in Action() method in Action 290 public Action(final Parcel in) { in Action() method in Action
|
/aosp12/art/runtime/arch/arm64/ |
H A D | fault_handler_arm64.cc | 77 bool NullPointerHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info, void* context) { in Action() function in art::NullPointerHandler 106 bool SuspensionHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info ATTRIBUTE_UNUSED, in Action() function in art::SuspensionHandler 158 bool StackOverflowHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info ATTRIBUTE_UNUSED, in Action() function in art::StackOverflowHandler
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
H A D | Action.java | 41 public class Action implements RenderingRequestCaller { class 61 public Action(FilterShowActivity context, FilterRepresentation representation, int type, in Action() method in Action 69 public Action(FilterShowActivity context, FilterRepresentation representation, int type) { in Action() method in Action 74 public Action(FilterShowActivity context, int type) { in Action() method in Action 80 public Action(FilterShowActivity context, FilterRepresentation representation) { in Action() method in Action
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | Main.cpp | 56 int Action(const std::vector<std::string>& /* args */) override { in Action() function in aapt::VersionCommand 77 int Action(const std::vector<std::string>& args) override { in Action() function in aapt::MainCommand 108 int Action(const std::vector<std::string>& arguments) override { in Action() function in aapt::DaemonCommand
|
/aosp12/frameworks/base/tools/aapt2/xml/ |
H A D | XmlActionExecutor.cpp | 39 void XmlNodeAction::Action(XmlNodeAction::ActionFunc f) { in Action() function in aapt::xml::XmlNodeAction 44 void XmlNodeAction::Action(XmlNodeAction::ActionFuncWithDiag f) { in Action() function in aapt::xml::XmlNodeAction 49 void XmlNodeAction::Action(XmlNodeAction::ActionFuncWithPolicyAndDiag f) { in Action() function in aapt::xml::XmlNodeAction
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/actions/ |
H A D | Action.java | 32 public abstract class Action { class 41 public Action(Context context, PackageManager pm, DocumentInfo doc) { in Action() method in Action
|
/aosp12/art/runtime/arch/arm/ |
H A D | fault_handler_arm.cc | 96 bool NullPointerHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info, void* context) { in Action() function in art::NullPointerHandler 135 bool SuspensionHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info ATTRIBUTE_UNUSED, in Action() function in art::SuspensionHandler 206 bool StackOverflowHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info ATTRIBUTE_UNUSED, in Action() function in art::StackOverflowHandler
|
/aosp12/frameworks/base/drm/java/android/drm/ |
H A D | DrmStore.java | 165 public static class Action { class in DrmStore 220 public Action() {} in Action() method in DrmStore.Action
|
/aosp12/build/soong/ui/terminal/ |
H A D | status_test.go | 143 func (r *runner) startAction(action *status.Action) { 155 func (r *runner) finishAndStartAction(result status.ActionResult, action *status.Action) {
|
H A D | simple_status.go | 45 func (s *simpleStatusOutput) StartAction(action *status.Action, counts status.Counts) {
|
/aosp12/system/core/libprocessgroup/profiles/ |
H A D | task_profiles.proto | 42 message Action { message
|
/aosp12/art/runtime/arch/x86/ |
H A D | fault_handler_x86.cc | 328 bool NullPointerHandler::Action(int, siginfo_t* sig, void* context) { in Action() function in art::NullPointerHandler 373 bool SuspensionHandler::Action(int, siginfo_t*, void* context) { in Action() function in art::SuspensionHandler 443 bool StackOverflowHandler::Action(int, siginfo_t* info, void* context) { in Action() function in art::StackOverflowHandler
|
/aosp12/frameworks/base/core/java/com/android/internal/globalactions/ |
H A D | Action.java | 24 public interface Action { interface
|
/aosp12/system/update_engine/common/ |
H A D | action_pipe.h | 52 class Action; variable
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
H A D | Action.java | 28 public interface Action extends Collapser.Collapsible<Action> { interface
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Command_test.cpp | 28 int Action(const std::vector<std::string>& args) override { in Action() function in aapt::TestCommand
|
H A D | Dump.h | 64 int Action(const std::vector<std::string>& args) final { in Action() function 272 int Action(const std::vector<std::string>& args) override { in Action() function
|
/aosp12/art/test/305-other-fault-handler/ |
H A D | fault_handler.cc | 55 bool Action(int sig, siginfo_t* siginfo, void* context ATTRIBUTE_UNUSED) override { in Action() function in art::TestFaultHandler
|
/aosp12/system/core/libsysutils/include/sysutils/ |
H A D | NetlinkEvent.h | 25 enum class Action { enum
|
/aosp12/frameworks/av/services/mediametrics/ |
H A D | AnalyticsActions.h | 66 using Action = std::shared_ptr<Function>; variable
|
/aosp12/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | Resolver.h | 31 enum Action { Success, Warning, Abort, LastAction }; enum
|
/aosp12/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/ |
H A D | PlayPauseStopImageView.java | 51 public @interface Action {} annotation in PlayPauseStopImageView
|