HomeSort by relevance Sort by last modified time
    Searched refs:Action (Results 426 - 450 of 830) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 87 System.Action<object> _action;
89 public ActionVisitor( System.Action<object> action )
91 _action = action;
347 * of the visitor action method is never set (it's null) since using
356 public void Visit( object t, int ttype, System.Action<object> action )
358 Visit( t, ttype, new ActionVisitor( action ) );
407 * For all subtrees that match the pattern, execute the visit action.
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.h 83 enum Action {
87 virtual Action OnUnsignalledSsrc(WebRtcVideoChannel2* channel,
95 Action OnUnsignalledSsrc(WebRtcVideoChannel2* channel,
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ProcessPendingMessagesAction.java 17 package com.android.messaging.datamodel.action;
51 * Action used to lookup any messages in the pending send/download state and either fail them or
52 * retry their action. This action only initiates one retry at a time - further retries should be
55 public class ProcessPendingMessagesAction extends Action implements Parcelable {
65 // Start action
66 final ProcessPendingMessagesAction action = new ProcessPendingMessagesAction(); local
67 action.start();
71 final Action processingAction) {
74 // Can safely clear any pending alarms or connectivity events as either an action
87 final ProcessPendingMessagesAction action = new ProcessPendingMessagesAction(); local
162 final ProcessPendingMessagesAction action = new ProcessPendingMessagesAction(); local
188 final ProcessPendingMessagesAction action = new ProcessPendingMessagesAction(); local
    [all...]
SendMessageAction.java 17 package com.android.messaging.datamodel.action;
44 * Action used to send an outgoing message. It writes MMS messages to the telephony db
47 * NOTE: This action must queue a ProcessPendingMessagesAction when it is done (success or failure).
52 public class SendMessageAction extends Action implements Parcelable {
56 * Queue sending of existing message (can only be called during execute of action)
59 final Action processingAction) {
60 final SendMessageAction action = new SendMessageAction(); local
61 return action.queueAction(messageId, processingAction);
96 private boolean queueAction(final String messageId, final Action processingAction) {
128 // Update action state with parameters needed for background sendin
    [all...]
DeleteConversationAction.java 17 package com.android.messaging.datamodel.action;
44 * Action used to delete a conversation.
46 public class DeleteConversationAction extends Action implements Parcelable {
50 final DeleteConversationAction action = new DeleteConversationAction(conversationId, local
52 action.start();
LogTelephonyDatabaseAction.java 17 package com.android.messaging.datamodel.action;
32 public class LogTelephonyDatabaseAction extends Action implements Parcelable {
62 final LogTelephonyDatabaseAction action = new LogTelephonyDatabaseAction(); local
63 action.start();
ProcessDeliveryReportAction.java 17 package com.android.messaging.datamodel.action;
38 public class ProcessDeliveryReportAction extends Action implements Parcelable {
50 final ProcessDeliveryReportAction action = new ProcessDeliveryReportAction(uri, status); local
51 action.start();
UpdateConversationOptionsAction.java 17 package com.android.messaging.datamodel.action;
31 * Action used to update conversation options such as notification settings.
33 public class UpdateConversationOptionsAction extends Action
42 final UpdateConversationOptionsAction action = new UpdateConversationOptionsAction( local
44 action.start();
54 final UpdateConversationOptionsAction action = new UpdateConversationOptionsAction( local
56 action.start();
66 final UpdateConversationOptionsAction action = new UpdateConversationOptionsAction( local
68 action.start();
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0/
kotlin-gradle-plugin-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-rc-1036/
kotlin-gradle-plugin-1.0.0-rc-1036.jar 
  /external/gmock/include/gmock/
gmock-generated-actions.h 584 // Implements the WithArgs action.
590 explicit WithArgsAction(const InnerAction& action) : action_(action) {}
593 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); }
602 explicit Impl(const InnerAction& action) : action_(action) {}
613 Action<InnerFunctionType> action_;
621 // A macro from the ACTION* family (defined later in this file)
622 // defines an action that can be used in a mock function. Typically,
624 // function. For example, if such an action only uses the secon
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-actions.h 584 // Implements the WithArgs action.
590 explicit WithArgsAction(const InnerAction& action) : action_(action) {}
593 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); }
602 explicit Impl(const InnerAction& action) : action_(action) {}
613 Action<InnerFunctionType> action_;
621 // A macro from the ACTION* family (defined later in this file)
622 // defines an action that can be used in a mock function. Typically,
624 // function. For example, if such an action only uses the secon
    [all...]
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 76 String action = intent.getAction(); local
77 if (action.equals(ACTION_RESPONSE)) {
84 } else if (action.equals(MainActivity.ACTION_GET_CONVERSATION)) {
106 .addAction(new NotificationCompat.Action.Builder(
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
ListenerService.java 114 .addAction(new NotificationCompat.Action.Builder(R.drawable.ic_full_explore,
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 76 String action = intent.getAction(); local
77 if (action.equals(ACTION_RESPONSE)) {
84 } else if (action.equals(MainActivity.ACTION_GET_CONVERSATION)) {
106 .addAction(new NotificationCompat.Action.Builder(
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
ListenerService.java 114 .addAction(new NotificationCompat.Action.Builder(R.drawable.ic_full_explore,
  /development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
ResponderService.java 76 String action = intent.getAction(); local
77 if (action.equals(ACTION_RESPONSE)) {
84 } else if (action.equals(MainActivity.ACTION_GET_CONVERSATION)) {
106 .addAction(new NotificationCompat.Action.Builder(
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
ListenerService.java 114 .addAction(new NotificationCompat.Action.Builder(R.drawable.ic_full_explore,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
BuildsView.java 23 import org.eclipse.jface.action.Action;
24 import org.eclipse.jface.action.IMenuManager;
25 import org.eclipse.jface.action.Separator;
63 * Action to generate results.
65 final class GenerateAction extends Action {
185 * Action to update local data files with the performance results of a build.
190 class UpdateBuildAction extends Action {
241 * Action to update local data files with the performance results of all builds.
285 Action generate
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
SnapHelper.java 205 protected void onTargetFound(View targetView, RecyclerView.State state, Action action) {
212 action.update(dx, dy, time, mDecelerateInterpolator);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DialogFragment.java 47 public void onActionClicked(Action action) {
48 mBase.onActionClicked(getRealActivity(), action); local
78 * @param actionAreaId id of the action area
149 * Sets the action fragment into the view.
151 * If an action fragment currently exists, this will be added to the back stack.
158 * Sets the action fragment into the view.
160 * If addToBackStack is true, and action fragment currently exists,
180 * Set the content and action fragments in the same transaction.
182 * If an action fragment currently exists, this will be added to the back stack
    [all...]
  /system/update_engine/
omaha_request_action.h 33 #include "update_engine/common/action.h"
38 // The Omaha Request action makes a request to Omaha and can output
113 class OmahaRequestAction : public Action<OmahaRequestAction>,
  /developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizListenerService.java 134 // Give each intent a unique action.
142 Notification.Action action = new Notification.Action.Builder( local
145 wearableOptions.addAction(action).addPage(answerPage);
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizListenerService.java 134 // Give each intent a unique action.
142 Notification.Action action = new Notification.Action.Builder( local
145 wearableOptions.addAction(action).addPage(answerPage);
  /development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
QuizListenerService.java 134 // Give each intent a unique action.
142 Notification.Action action = new Notification.Action.Builder( local
145 wearableOptions.addAction(action).addPage(answerPage);

Completed in 435 milliseconds

<<11121314151617181920>>