HomeSort by relevance Sort by last modified time
    Searched refs:actions (Results 226 - 250 of 1335) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decorators.py 222 actions = []
225 actions.append('makedec' + tag)
227 actions.append('calldec' + tag)
242 actions.append('%s%d' % (opname, self.index))
252 actions = []
259 self.assertEqual(actions, expected_actions)
263 actions = []
267 self.assertEqual(actions, expected_actions)
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTTreeParser.stg 55 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
65 * add tree construction actions.
78 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif>
119 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
128 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif>
144 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
166 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
171 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif>
182 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
208 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTTreeParser.stg 56 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
66 * add tree construction actions.
79 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif>
120 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
129 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif>
145 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
167 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
172 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif>
183 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
209 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/data/
StopwatchNotificationBuilder.java 69 final List<Action> actions = new ArrayList<>(2); local
80 actions.add(new Action.Builder(icon1, title1, intent1).build());
91 actions.add(new Action.Builder(icon2, title2, intent2).build());
113 actions.add(new Action.Builder(icon1, title1, intent1).build());
123 actions.add(new Action.Builder(icon2, title2, intent2).build());
145 for (Action action : actions) {
  /packages/apps/TV/src/com/android/tv/dvr/ui/
DvrGuidedStepFragment.java 137 public void onCreateActions(List<GuidedAction> actions, Bundle savedInstanceState) {
139 actions.add(new GuidedAction.Builder(activity)
143 actions.add(new GuidedAction.Builder(activity)
147 actions.add(new GuidedAction.Builder(activity)
177 public void onCreateActions(List<GuidedAction> actions, Bundle savedInstanceState) {
179 actions.add(new GuidedAction.Builder(activity)
  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
FilesActivity.java 138 mInjector.actions = new ActionHandler<>(
154 new ActivityInputHandler(mInjector.actions::deleteSelectedDocuments);
167 mInjector.actions.initLocation(intent);
344 mInjector.actions.showCreateDirectoryDialog();
347 mInjector.actions.openInNewWindow(mState.stack);
350 mInjector.actions.openSettings(getCurrentRoot());
353 mInjector.actions.selectAllFiles();
416 mInjector.actions.selectAllFiles();
419 mInjector.actions.cutToClipboard();
422 mInjector.actions.copyToClipboard()
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTTreeParser.stg 97 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
107 * add tree construction actions.
121 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
164 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
173 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
191 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
215 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
220 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
232 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
261 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif
    [all...]
ObjC.stg 84 actions,
114 <! <if(actions.(actionScope).header)>
118 <actions.(actionScope).header>
128 <actions.(actionScope).postinclude>
156 actions,
185 <actions.(actionScope).preincludes>
194 <actions.(actionScope).includes>
213 actions,
237 <if(actions.(actionScope).header)>
241 <actions.(actionScope).header
    [all...]
  /external/skia/experimental/docs/
animationCommon.js 49 var actions = animation.actions;
50 for (var aIndex = 0; aIndex < actions.length; ++aIndex) {
51 var action = actions[aIndex];
83 assert(actions.length == 1);
287 funcStr += " var actions = [];\n";
288 var len = rec.actions.length;
291 var action = rec.actions[i];
299 funcStr += " actions.push(action" + i + ");\n";
301 funcStr += " timeline.push( { 'time':time, 'duration':duration, 'actions':actions,
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
GuidedStepFragment.java 60 * possible actions.
66 * respond to user actions. At a minimum, subclasses should override:
70 * <li>{@link #onGuidedActionClicked}, to respond to those actions</li>
90 * GuidedActionsStylist} is responsible for the right actions view. The stylists use theme
286 * Creates the presenter used to style the guided actions panel. The default implementation
295 * Creates the presenter used to style a sided actions panel for button only.
328 * Fills out the set of actions available to the user. This hook is called during {@link
329 * #onCreate}. The default leaves the list of actions empty; subclasses should override.
330 * @param actions A non-null, empty list ready to be populated.
333 public void onCreateActions(@NonNull List<GuidedAction> actions, Bundle savedInstanceState)
1004 ArrayList<GuidedAction> actions = new ArrayList<GuidedAction>(); local
    [all...]
GuidedStepSupportFragment.java 57 * possible actions.
63 * respond to user actions. At a minimum, subclasses should override:
67 * <li>{@link #onGuidedActionClicked}, to respond to those actions</li>
87 * GuidedActionsStylist} is responsible for the right actions view. The stylists use theme
283 * Creates the presenter used to style the guided actions panel. The default implementation
292 * Creates the presenter used to style a sided actions panel for button only.
325 * Fills out the set of actions available to the user. This hook is called during {@link
326 * #onCreate}. The default leaves the list of actions empty; subclasses should override.
327 * @param actions A non-null, empty list ready to be populated.
330 public void onCreateActions(@NonNull List<GuidedAction> actions, Bundle savedInstanceState)
1001 ArrayList<GuidedAction> actions = new ArrayList<GuidedAction>(); local
    [all...]
  /external/vogar/src/vogar/
Driver.java 36 * Compiles, installs, runs and reports on actions.
53 private final Map<String, Action> actions = Collections.synchronizedMap( field in class:Driver
60 * Builds and executes the actions in the given files.
63 if (!actions.isEmpty()) {
72 if (actions.isEmpty()) {
77 run.console.info("Actions: " + actions.size());
87 for (Action action : actions.values()) {
203 actions.put(action.getName(), action);
209 new ActionFinder(run.console, actions, outcomes).findActions(file)
    [all...]
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DetailsFragment.java 102 // on the UI thread, we can modify actions adapter directly
103 SparseArrayObjectAdapter actions = (SparseArrayObjectAdapter)
105 actions.set(ACTION_PLAY, mActionPlay);
106 actions.clear(ACTION_RENT);
107 actions.clear(ACTION_BUY);
112 // on the UI thread, we can modify actions adapter directly
113 SparseArrayObjectAdapter actions = (SparseArrayObjectAdapter)
115 actions.set(ACTION_PLAY, mActionPlay);
116 actions.clear(ACTION_RENT);
DetailsSupportFragment.java 105 // on the UI thread, we can modify actions adapter directly
106 SparseArrayObjectAdapter actions = (SparseArrayObjectAdapter)
108 actions.set(ACTION_PLAY, mActionPlay);
109 actions.clear(ACTION_RENT);
110 actions.clear(ACTION_BUY);
115 // on the UI thread, we can modify actions adapter directly
116 SparseArrayObjectAdapter actions = (SparseArrayObjectAdapter)
118 actions.set(ACTION_PLAY, mActionPlay);
119 actions.clear(ACTION_RENT);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
NewStorageActivity.java 178 public void onCreateActions(@NonNull List<GuidedAction> actions,
181 actions.add(new GuidedAction.Builder(getContext())
186 actions.add(new GuidedAction.Builder(getContext())
191 actions.add(new GuidedAction.Builder(getContext())
195 actions.add(new GuidedAction.Builder(getContext())
321 public void onCreateActions(@NonNull List<GuidedAction> actions,
323 actions.add(new GuidedAction.Builder(getContext())
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DefineGrammarItemsWalker.g 40 HashMap<GrammarAST, GrammarAST> actions;
128 $AttributeScopeActions::actions = new HashMap<GrammarAST, GrammarAST>();
135 for (GrammarAST action : $AttributeScopeActions::actions.keySet())
136 scope.defineNamedAction(action, $AttributeScopeActions::actions.get(action));
143 $AttributeScopeActions::actions.put( $ID, $ACTION );
154 (actions)?
158 actions
290 $AttributeScopeActions::actions = new HashMap<GrammarAST, GrammarAST>();
298 for (GrammarAST action : $AttributeScopeActions::actions.keySet())
299 r.ruleScope.defineNamedAction(action, $AttributeScopeActions::actions.get(action))
    [all...]
  /external/autotest/server/hosts/
cros_repair.py 39 # Triggers for the 'au', 'powerwash', and 'usb' repair actions.
59 # reinstall repair actions, too.
488 """Return the basic repair actions for a `CrosHost`"""
513 """Return the extended repair actions for a `CrosHost`"""
516 # repair actions stack up: Each one is able to repair progressively
532 """Return the repair actions for a `CrosHost`."""
559 """Return the repair actions for a `MoblabHost`."""
595 """Return the repair actions for a `JetstreamHost`."""
  /external/linux-kselftest/tools/testing/selftests/cpu-hotplug/
cpu-on-off-test.sh 239 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error
247 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_UP_PREPARE/error
255 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_UP_PREPARE/error
263 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error
268 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastStats.java 111 ArrayList<ActionEntry> actions = new ArrayList<>(mActions.size()); local
113 actions.add(mActions.valueAt(i));
115 Collections.sort(actions, ACTIONS_COMPARATOR);
116 for (int i=actions.size()-1; i>=0; i--) {
117 ActionEntry ae = actions.get(i);
  /frameworks/base/services/core/java/com/android/server/hdmi/
HotplugDetectionAction.java 239 List<DeviceSelectAction> actions = getActions(DeviceSelectAction.class); local
240 if (actions.isEmpty()) {
245 DeviceSelectAction action = actions.get(0);
252 List<OneTouchRecordAction> actions = getActions(OneTouchRecordAction.class); local
253 for (OneTouchRecordAction action : actions) {
  /frameworks/base/tools/preload2/src/com/android/preload/ui/
SequenceUI.java 17 private List<Action> actions; field in class:SequenceUI
31 List<Action> actions) {
34 this.actions = actions;
43 for (Action a : actions) {
115 // Run the actions.
  /packages/apps/Dialer/java/com/android/incallui/
ReturnToCallController.java 178 List<Action> actions = new ArrayList<>(); local
181 actions.add(
189 actions.add(
196 actions.add(
202 return actions;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
FrameLayoutRule.java 167 @NonNull List<RuleAction> actions,
170 super.addLayoutActions(actions, parentNode, children);
171 actions.add(RuleAction.createSeparator(25));
172 actions.add(createMarginAction(parentNode, children));
174 actions.add(createGravityAction(children, ATTR_LAYOUT_GRAVITY));
  /prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar 
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 824 std::vector<Action> actions; local
826 actions.reserve(32);
840 actions.push_back(std::move(action));
843 actions.push_back(std::move(action));
847 actions.push_back(std::move(action));
860 actions.push_back(std::move(action));
868 actions.push_back(std::move(action));
871 actions.push_back(std::move(action));
875 actions.push_back(std::move(action));
884 actions.push_back(std::move(action))
    [all...]

Completed in 2239 milliseconds

1 2 3 4 5 6 7 8 91011>>