Home
last modified time | relevance | path

Searched defs:Action (Results 1 – 25 of 82) sorted by relevance

1234

/aosp12/build/soong/ui/status/
H A Dstatus.go25 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 Dlog.go55 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 DVoicemailErrorMessage.java56 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 DAction.java39 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 Dfault_handler_arm64.cc77 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 DAction.java41 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 DMain.cpp56 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 DXmlActionExecutor.cpp39 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 DAction.java32 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 Dfault_handler_arm.cc96 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 DDrmStore.java165 public static class Action { class in DrmStore
220 public Action() {} in Action() method in DrmStore.Action
/aosp12/build/soong/ui/terminal/
H A Dstatus_test.go143 func (r *runner) startAction(action *status.Action) {
155 func (r *runner) finishAndStartAction(result status.ActionResult, action *status.Action) {
H A Dsimple_status.go45 func (s *simpleStatusOutput) StartAction(action *status.Action, counts status.Counts) {
/aosp12/system/core/libprocessgroup/profiles/
H A Dtask_profiles.proto42 message Action { message
/aosp12/art/runtime/arch/x86/
H A Dfault_handler_x86.cc328 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 DAction.java24 public interface Action { interface
/aosp12/system/update_engine/common/
H A Daction_pipe.h52 class Action; variable
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DAction.java28 public interface Action extends Collapser.Collapsible<Action> { interface
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCommand_test.cpp28 int Action(const std::vector<std::string>& args) override { in Action() function in aapt::TestCommand
H A DDump.h64 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 Dfault_handler.cc55 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 DNetlinkEvent.h25 enum class Action { enum
/aosp12/frameworks/av/services/mediametrics/
H A DAnalyticsActions.h66 using Action = std::shared_ptr<Function>; variable
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DResolver.h31 enum Action { Success, Warning, Abort, LastAction }; enum
/aosp12/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
H A DPlayPauseStopImageView.java51 public @interface Action {} annotation in PlayPauseStopImageView

1234