HomeSort by relevance Sort by last modified time
    Searched full:actions (Results 51 - 75 of 4048) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/tools/metrics/actions/
PRESUBMIT.py 5 """Presubmit script for actions.xml.
13 """Checks that actions.xml is up to date and pretty-printed."""
16 if (input_api.basename(p) == 'actions.xml'
23 'actions.xml is not up to date or is not formatted correctly; '
print_style.py 5 """Holds the constants for pretty printing actions.xml."""
24 TAGS_THAT_DONT_INDENT = ['actions']
29 'actions': (2, 1, 1),
37 """Returns an XmlStyle object for pretty printing actions."""
  /external/droiddriver/src/com/google/android/droiddriver/actions/accessibility/
AccessibilityAction.java 17 package com.google.android.droiddriver.actions.accessibility;
22 import com.google.android.droiddriver.actions.Action;
23 import com.google.android.droiddriver.actions.BaseAction;
44 * @return Whether the action is successful. Some actions throw exceptions in
AccessibilityUiElementActor.java 17 package com.google.android.droiddriver.actions.accessibility;
20 import com.google.android.droiddriver.actions.TextAction;
21 import com.google.android.droiddriver.actions.UiElementActor;
25 * A {@link UiElementActor} that performs actions via the Accessibility API.
  /external/junit/src/org/junit/runners/model/
Statement.java 8 * Represents one or more actions to be taken at runtime in the course
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/English.lproj/SDLMain.nib/
classes.nib 5 ACTIONS = {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/English.lproj/SDLMain.nib/
classes.nib 5 ACTIONS = {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/English.lproj/SDLMain.nib/
classes.nib 5 ACTIONS = {
  /external/clang/test/Driver/
darwin-dsymutil.c 5 // RUN: FileCheck -check-prefix=CHECK-MULTIARCH-ACTIONS < %t %s
7 // CHECK-MULTIARCH-ACTIONS: 0: input, "{{.*}}darwin-dsymutil.c", c
8 // CHECK-MULTIARCH-ACTIONS: 1: preprocessor, {0}, cpp-output
9 // CHECK-MULTIARCH-ACTIONS: 2: compiler, {1}, assembler
10 // CHECK-MULTIARCH-ACTIONS: 3: assembler, {2}, object
11 // CHECK-MULTIARCH-ACTIONS: 4: linker, {3}, image
12 // CHECK-MULTIARCH-ACTIONS: 5: bind-arch, "i386", {4}, image
13 // CHECK-MULTIARCH-ACTIONS: 6: bind-arch, "x86_64", {4}, image
14 // CHECK-MULTIARCH-ACTIONS: 7: lipo, {5, 6}, image
15 // CHECK-MULTIARCH-ACTIONS: 8: dsymutil, {7}, dSY
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/chromium_org/tools/gyp/test/actions/
gyptest-all.py 8 Verifies simple actions when using an explicit build target of 'all'.
17 test.run_gyp('actions.gyp', chdir='src')
24 # how to work always-run actions in to ninja.
27 test.build('actions.gyp', test.ALL, chdir='relocate/src')
31 test.build('actions.gyp', test.ALL, chdir='relocate/src')
32 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '1')
33 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '1')
34 test.build('actions.gyp', test.ALL, chdir='relocate/src')
35 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '2')
36 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '2'
    [all...]
  /external/chromium_org/extensions/browser/api/declarative/
declarative_rule.h 39 // If any condition is fulfilled, the Actions of the DeclarativeRule can be
115 // Immutable container for multiple actions.
140 // actions, we can optimize here by making some of them singletons (e.g. Cancel
141 // actions).
146 typedef std::vector<scoped_refptr<const ActionT> > Actions;
148 explicit DeclarativeActionSet(const Actions& actions);
151 // according to |actions| which represents the array of actions received from
156 const AnyVector& actions,
182 const Actions& actions() const { return actions_; } function in class:extensions::DeclarativeActionSet
243 const ActionSet& actions() const { return *actions_; } function in class:extensions::DeclarativeRule
472 scoped_ptr<ActionSet> actions = local
    [all...]
declarative_rule_unittest.cc 266 SummingActionSet::AnyVector actions; local
267 actions.push_back(ScopedToLinkedPtr(ParseJson("{\"value\": 1}")));
268 actions.push_back(ScopedToLinkedPtr(ParseJson("{\"error\": \"the error\"}")));
273 SummingActionSet::Create(NULL, NULL, actions, &error, &bad);
278 actions.clear();
279 actions.push_back(ScopedToLinkedPtr(ParseJson("{\"value\": 1}")));
280 actions.push_back(ScopedToLinkedPtr(ParseJson("{\"bad\": 3}")));
281 result = SummingActionSet::Create(NULL, NULL, actions, &error, &bad);
288 SummingActionSet::AnyVector actions; local
289 actions.push_back(ScopedToLinkedPtr(ParseJson
362 const Rule::ActionSet::Actions& actions = action_set.actions(); local
    [all...]
  /external/chromium_org/testing/iossim/
iossim.gyp 16 # be removed and the actions gated by this variable can be run by
35 'actions': [
46 # Actions don't provide a way to redirect stdout, so a custom
67 # Actions don't provide a way to redirect stdout, so a custom
78 ], # actions
98 'actions': [
109 # Actions don't provide a way to redirect stdout, so a custom
120 ], # actions
146 'actions': [
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.h 63 /* ObjC start of actions.(actionScope).memVars */
64 /* ObjC end of actions.(actionScope).memVars */
70 /* ObjC start of actions.(actionScope).properties */
71 /* ObjC end of actions.(actionScope).properties */
77 /* ObjC start of actions.(actionScope).methodsDecl */
78 /* ObjC end of actions.(actionScope).methodsDecl */
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_action.h 19 // User added the word to the dictionary and cannot take more actions on
23 // select any suggestions. The user cannot take any more actions on the
30 // more actions on this misspelling.
33 // more actions, because the misspelled text has been removed from the web
40 // select any suggestions. The user still can take further actions on the
44 // actions on this misspelling.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/widi/
WifiDisplayActivity.java 99 ArrayList<Action> actions = new ArrayList<Action>(); local
100 actions.add(new Action.Builder().key(Tag.WIFI_DISPLAY_ON.name())
102 actions.add(new Action.Builder().key(Tag.WIFI_DISPLAY_OFF.name())
108 ActionFragment.newInstance(actions));
116 ArrayList<Action> actions = new ArrayList<Action>(); local
117 actions.add(new Action.Builder().key(Tag.PIN_REQUIRED_ON.name())
119 actions.add(new Action.Builder().key(Tag.PIN_REQUIRED_OFF.name())
125 ActionFragment.newInstance(actions));
134 ArrayList<Action> actions = new ArrayList<Action>(); local
136 actions.add(new Action.Builder().key(Tag.RENAME.name()
    [all...]
  /external/bison/m4/
posix_spawn.m4 152 posix_spawn_file_actions_t actions;
177 if ((err = posix_spawn_file_actions_init (&actions)) != 0
179 (err = posix_spawn_file_actions_adddup2 (&actions, ofd[0], STDIN_FILENO)) != 0
180 || (err = posix_spawn_file_actions_addclose (&actions, ofd[0])) != 0
181 || (err = posix_spawn_file_actions_addclose (&actions, ofd[1])) != 0
186 || (err = posix_spawnp (&child, CHILD_PROGRAM_FILENAME, &actions, &attrs, argv, environ)) != 0))
189 posix_spawn_file_actions_destroy (&actions);
202 posix_spawn_file_actions_destroy (&actions);
279 posix_spawn_file_actions_t actions;
306 if ((err = posix_spawn_file_actions_init (&actions)) !=
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/privacy/
PrivacyActivity.java 194 ArrayList<Action> actions = new ArrayList<Action>(); local
195 actions.add(new Action.Builder()
200 actions.add(new Action.Builder()
205 return actions;
209 ArrayList<Action> actions = new ArrayList<Action>(); local
210 actions.add(new Action.Builder()
215 actions.add(new Action.Builder()
220 return actions;
228 ArrayList<Action> actions = new ArrayList<Action>(); local
229 actions.add(ActionBehavior.ON.toAction(new ActionKey
289 ArrayList<Action> actions = new ArrayList<Action>(); local
336 ArrayList<Action> actions = new ArrayList<Action>(); local
    [all...]
  /development/ndk/platforms/android-9/include/android/
storage_manager.h 33 * as the status for callbacks made during asynchronous OBB actions.
39 * as the status for callbacks made during asynchronous OBB actions.
46 * during asynchronous OBB actions.
52 * status for callbacks made during asynchronous OBB actions.
59 * callbacks made during asynchronous OBB actions.
66 * actions.
72 * callbacks made during asynchronous OBB actions.
80 * asynchronous OBB actions.
  /external/chromium_org/base/metrics/
user_metrics_action.h 19 // because otherwise our processing scripts won't pick up on new actions.
20 // Please see tools/metrics/actions/extract_actions.py for details.
  /external/chromium_org/chrome/browser/guest_view/web_view/
context_menu_content_type_web_view.h 11 // Guests are rendered inside chrome apps, but have most of the actions
12 // that a regular web page has. Currently actions/items that are suppressed from
  /external/chromium_org/tools/gyp/test/additional-targets/src/dir1/
actions.gyp 11 'actions': [
28 'actions': [
  /external/chromium_org/tools/gyp/test/ninja/use-console/
use-console.gyp 10 'actions': [
33 'actions': [
  /external/chromium_org/tools/gyp/test/variables/filelist/
filelist.gypd.golden 3 'targets': [{'actions': [{'action': ['python', 'dummy.py', 'names.txt'],
17 {'actions': [{'action': ['python', 'dummy.py', 'sources.txt'],

Completed in 1062 milliseconds

1 23 4 5 6 7 8 91011>>