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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/api/declarative/
declarative_rule.h 35 // If any condition is fulfilled, the Actions of the DeclarativeRule can be
111 // Immutable container for multiple actions.
136 // actions, we can optimize here by making some of them singletons (e.g. Cancel
137 // actions).
142 typedef std::vector<scoped_refptr<const ActionT> > Actions;
144 explicit DeclarativeActionSet(const Actions& actions);
147 // according to |actions| which represents the array of actions received from
150 const AnyVector& actions,
170 const Actions& actions() const { return actions_; } function in class:extensions::DeclarativeActionSet
230 const ActionSet& actions() const { return *actions_; } function in class:extensions::DeclarativeRule
447 scoped_ptr<ActionSet> actions = local
    [all...]
declarative_rule_unittest.cc 264 SummingActionSet::AnyVector actions; local
265 actions.push_back(ScopedToLinkedPtr(ParseJson("{\"value\": 1}")));
266 actions.push_back(ScopedToLinkedPtr(ParseJson("{\"error\": \"the error\"}")));
271 SummingActionSet::Create(NULL, actions, &error, &bad);
276 actions.clear();
277 actions.push_back(ScopedToLinkedPtr(ParseJson("{\"value\": 1}")));
278 actions.push_back(ScopedToLinkedPtr(ParseJson("{\"bad\": 3}")));
279 result = SummingActionSet::Create(NULL, actions, &error, &bad);
286 SummingActionSet::AnyVector actions; local
287 actions.push_back(ScopedToLinkedPtr(ParseJson
359 const Rule::ActionSet::Actions& actions = action_set.actions(); local
    [all...]
  /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.
  /external/chromium_org/content/public/browser/
user_metrics.h 16 // This module provides some helper functions for logging actions tracked by
34 // tools/metrics/actions/extract_actions.py --hash
39 // possible actions), see RecordComputedAction.
44 // when it's a pain to enumerate all possible actions, but if you use this
45 // you need to also update the rules for extracting known actions in
46 // tools/metrics/actions/extract_actions.py.
  /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...]
  /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/content/public/common/
user_metrics_action.h 20 // because otherwise our processing scripts won't pick up on new actions.
21 // Please see tools/metrics/actions/extract_actions.py for details.
  /external/chromium_org/tools/gyp/test/additional-targets/src/dir1/
actions.gyp 11 'actions': [
28 'actions': [
  /external/chromium_org/tools/gyp/test/rules-dirname/
gyptest-dirname.py 16 test.run_gyp('actions.gyp', chdir='src')
20 test.build('actions.gyp', chdir='relocate/src')
  /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'],
  /external/chromium_org/webkit/
webkit_resources.gyp 13 'actions': [
40 'actions': [
  /external/clang/lib/Parse/
ParsePragma.h 119 PragmaCommentHandler(Sema &Actions)
120 : PragmaHandler("comment"), Actions(Actions) {}
124 Sema &Actions;
129 PragmaDetectMismatchHandler(Sema &Actions)
130 : PragmaHandler("detect_mismatch"), Actions(Actions) {}
134 Sema &Actions;
  /frameworks/native/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.
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/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.
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/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.
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/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.
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/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.
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/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.
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/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.
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/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.
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/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.
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/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.
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/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.
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/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.

Completed in 254 milliseconds

1 23 4 5 6 7 8 91011>>