/external/clang/lib/Driver/ |
MinGWToolChain.cpp | 95 Tool *MinGW::getTool(Action::ActionClass AC) const { 97 case Action::PreprocessJobClass: 101 case Action::CompileJobClass:
|
/frameworks/base/libs/hwui/ |
Animator.h | 170 enum class Action { 171 // For animations that got canceled or finished normally. no more action needs to be done. 186 Action mPendingActionUponFinish = Action::None;
|
/frameworks/base/tools/preload2/src/com/android/preload/ui/ |
UI.java | 28 import javax.swing.Action; 54 List<Action> actions) { 66 for (Action a : actions) {
|
/frameworks/support/compat/api24/android/support/v4/app/ |
NotificationCompatApi24.java | 113 public void addAction(NotificationCompatBase.Action action) { 114 Notification.Action.Builder actionBuilder = new Notification.Action.Builder( 115 action.getIcon(), action.getTitle(), action.getActionIntent()); 116 if (action.getRemoteInputs() != null) { 118 action.getRemoteInputs())) { 123 if (action.getExtras() != null) [all...] |
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
LinearSmoothScroller.java | 111 protected void onTargetFound(View targetView, RecyclerView.State state, Action action) { 117 action.update(-dx, -dy, time, mDecelerateInterpolator); 125 protected void onSeekTargetStep(int dx, int dy, RecyclerView.State state, Action action) { 140 updateActionForInterimTarget(action); 230 protected void updateActionForInterimTarget(Action action) { 235 action.jumpTo(target); 248 action.update((int) (mInterimTargetDx * TARGET_SEEK_EXTRA_SCROLL_RATIO [all...] |
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
DataModel.java | 25 import com.android.messaging.datamodel.action.Action; 26 import com.android.messaging.datamodel.action.ActionService; 27 import com.android.messaging.datamodel.action.BackgroundWorker; 63 public static final void startActionService(final Action action) { 64 get().getActionService().startAction(action); 67 public static final void scheduleAction(final Action action, 69 get().getActionService().scheduleAction(action, code, delayMs) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ListViewTypeMenu.java | 33 import org.eclipse.jface.action.Action; 34 import org.eclipse.jface.action.ActionContributionItem; 35 import org.eclipse.jface.action.IAction; 36 import org.eclipse.jface.action.Separator; 72 IAction action = new PickLayoutAction("Choose Layout...", KEY_LV_ITEM); local 73 new ActionContributionItem(action).fill(menu, -1); 84 action = new SetListTypeAction("Spinner Item", 86 new ActionContributionItem(action).fill(menu, -1); 87 action = new SetListTypeAction("Spinner Dropdown Item" [all...] |
PlayAnimationMenu.java | 33 import org.eclipse.jface.action.Action; 34 import org.eclipse.jface.action.ActionContributionItem; 35 import org.eclipse.jface.action.IAction; 36 import org.eclipse.jface.action.Separator; 108 IAction action = new PlayAnimationAction(title, animation, mFramework); local 109 new ActionContributionItem(action).fill(menu, -1); 118 // "Create New" action 132 private class PlayAnimationAction extends Action { 222 * Action which brings up the "Create new XML File" wizard, pre-selected with th [all...] |
/external/littlemock/src/com/google/testing/littlemock/ |
LittleMock.java | 118 return new BehaviourImpl(new Action() { 130 return new BehaviourImpl(new Action() { 140 return new BehaviourImpl(new Action() { 200 private static List<Action> sUnfinishedStubbingActions = new ArrayList<Action>(); 492 private final Action mAction; 494 private BehaviourImpl(Action action) { 495 mAction = action; 627 * The action to be associated with the stubbed method [all...] |
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/ |
MyBroadcastReceiver.java | 42 import android.app.Notification.Action; 85 final String action = intent.getAction(); local 86 switch (action) { 88 increaseCounter(context, action); 108 Log.e(TAG, "received unexpected action: " + action); 112 private void increaseCounter(Context context, String action) { 114 final int value = prefs.getInt(action, 0) + 1; 115 Log.d(TAG, "increaseCounter('" + action + "'): setting '" + mName + "' to " + value); 116 prefs.edit().putInt(action, value).apply() 222 final String action = intent.getStringExtra(EXTRA_ACTION); local 254 Action action = null; local [all...] |
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/ |
MovieDetailsFragment.java | 24 import android.support.v17.leanback.widget.Action; 132 Log.d(TAG, "action: " + intentAction + " intentData:" + intentData); 203 row.addAction(new Action(ACTION_WATCH_TRAILER, getResources().getString( 205 row.addAction(new Action(ACTION_RENT, getResources().getString(R.string.rent_1), 207 row.addAction(new Action(ACTION_BUY, getResources().getString(R.string.buy_1), 226 public void onActionClicked(Action action) { 227 if (action.getId() == ACTION_WATCH_TRAILER) { 232 Toast.makeText(getActivity(), action.toString(), Toast.LENGTH_SHORT).show();
|
/external/clang/tools/scan-build/libexec/ |
ccc-analyzer | 450 my $Action = 'link'; 511 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 512 elsif ($Arg eq '-c') { $Action = 'compile'; } 694 if ($Action eq 'compile' or $Action eq 'link') {
|
/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/ |
ComponentsView.java | 25 import org.eclipse.jface.action.Action; 26 import org.eclipse.jface.action.IAction; 27 import org.eclipse.jface.action.IMenuManager; 28 import org.eclipse.jface.action.Separator; 64 * There's only one available action from this view: read the local data files. This 107 Action filterAdvancedScenarios; 108 Action writeStatus; 167 // Action fingerprints = ComponentsView.this.filterNonFingerprints; 237 * @see org.eclipse.test.internal.performance.results.ui.PerformancesView#fillLocalPullDown(org.eclipse.jface.action.IMenuManager [all...] |
/external/libyuv/files/ |
setup_links.py | 127 class Action(object): 132 """Log a description of this action. 141 """Execute the action, recording what we did to links_db, if necessary.""" 145 class Remove(Action): 166 class Rmtree(Action): 187 class Makedirs(Action): 201 class Symlink(Action): 258 # First, make a plan of action 280 for action in actions: 281 action.announce(planning=True [all...] |
/external/webrtc/ |
setup_links.py | 148 class Action(object): 153 """Log a description of this action. 162 """Execute the action, recording what we did to links_db, if necessary.""" 166 class Remove(Action): 187 class Rmtree(Action): 208 class Makedirs(Action): 222 class Symlink(Action): 279 # First, make a plan of action 301 for action in actions: 302 action.announce(planning=True [all...] |
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/ |
ccc-analyzer | 440 my $Action = 'link'; 501 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 502 elsif ($Arg eq '-c') { $Action = 'compile'; } 675 if ($Action eq 'compile' or $Action eq 'link') {
|
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/ |
ccc-analyzer | 443 my $Action = 'link'; 504 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 505 elsif ($Arg eq '-c') { $Action = 'compile'; } 678 if ($Action eq 'compile' or $Action eq 'link') {
|
/prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/libexec/ |
ccc-analyzer | 450 my $Action = 'link'; 511 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 512 elsif ($Arg eq '-c') { $Action = 'compile'; } 694 if ($Action eq 'compile' or $Action eq 'link') {
|
/prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/libexec/ |
ccc-analyzer | 450 my $Action = 'link'; 511 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 512 elsif ($Arg eq '-c') { $Action = 'compile'; } 694 if ($Action eq 'compile' or $Action eq 'link') {
|
/prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/libexec/ |
ccc-analyzer | 450 my $Action = 'link'; 511 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 512 elsif ($Arg eq '-c') { $Action = 'compile'; } 694 if ($Action eq 'compile' or $Action eq 'link') {
|
/prebuilts/clang/host/linux-x86/3.8/tools/scan-build/ |
ccc-analyzer | 443 my $Action = 'link'; 504 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 505 elsif ($Arg eq '-c') { $Action = 'compile'; } 678 if ($Action eq 'compile' or $Action eq 'link') {
|
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/libexec/ |
ccc-analyzer | 450 my $Action = 'link'; 511 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 512 elsif ($Arg eq '-c') { $Action = 'compile'; } 694 if ($Action eq 'compile' or $Action eq 'link') {
|
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/libexec/ |
ccc-analyzer | 450 my $Action = 'link'; 511 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 512 elsif ($Arg eq '-c') { $Action = 'compile'; } 694 if ($Action eq 'compile' or $Action eq 'link') {
|
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/libexec/ |
ccc-analyzer | 450 my $Action = 'link'; 511 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 512 elsif ($Arg eq '-c') { $Action = 'compile'; } 694 if ($Action eq 'compile' or $Action eq 'link') {
|
/prebuilts/clang/linux-x86/host/3.6/tools/scan-build/ |
ccc-analyzer | 440 my $Action = 'link'; 501 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 502 elsif ($Arg eq '-c') { $Action = 'compile'; } 675 if ($Action eq 'compile' or $Action eq 'link') {
|