Home
last modified time | relevance | path

Searched refs:actions (Results 1 – 25 of 1015) sorted by relevance

12345678910>>...41

/third_party/node/test/fixtures/wpt/resources/
Dtestdriver-actions.js40 let actions = [];
46 actions.push(serialized);
49 return actions;
59 let actions;
61 actions = this.serialize();
65 return test_driver.action_sequence(actions);
277 this.actions = new Map();
282 if (!this.actions.size) {
285 let actions = [];
286 let data = {"type": "none", "actions": actions}; property
[all …]
/third_party/grpc/test/cpp/interop/
Dclient.cc206 std::unordered_map<std::string, std::function<bool()>> actions; in main() local
207 actions["empty_unary"] = in main()
209 actions["large_unary"] = in main()
211 actions["server_compressed_unary"] = std::bind( in main()
213 actions["client_compressed_unary"] = std::bind( in main()
215 actions["client_streaming"] = in main()
217 actions["server_streaming"] = in main()
219 actions["server_compressed_streaming"] = std::bind( in main()
221 actions["client_compressed_streaming"] = std::bind( in main()
223 actions["slow_consumer"] = std::bind( in main()
[all …]
/third_party/node/deps/npm/lib/install/
Dactions.js13 const actions = {} constant
15 actions.fetch = require('./action/fetch.js')
16 actions.extract = require('./action/extract.js')
17 actions.build = require('./action/build.js')
18 actions.preinstall = require('./action/preinstall.js')
19 actions.install = require('./action/install.js')
20 actions.postinstall = require('./action/postinstall.js')
21 actions.prepare = require('./action/prepare.js')
22 actions.finalize = require('./action/finalize.js')
23 actions.remove = require('./action/remove.js')
[all …]
/third_party/boost/tools/quickbook/src/
Dsyntax_highlight.cpp203 : actions(actions_) in cpp_highlight()
210 : g(self.actions.state.grammar()) in definition()
215 span(self.actions, &syntax_highlight_actions::span), in definition()
216 span_start(self.actions, &syntax_highlight_actions::span_start); in definition()
218 span_end(self.actions, &syntax_highlight_actions::span_end), in definition()
219 unexpected_char(self.actions, &syntax_highlight_actions::unexpected_char), in definition()
220 plain_char(self.actions, &syntax_highlight_actions::plain_char), in definition()
221 pre_escape_back(self.actions, &syntax_highlight_actions::pre_escape_back), in definition()
222 post_escape_back(self.actions, &syntax_highlight_actions::post_escape_back), in definition()
223 mark_text(self.actions, &syntax_highlight_actions::mark_text), in definition()
[all …]
Dcode_snippet.cpp102 python_code_snippet_grammar(actions_type& actions_) : actions(actions_) in python_code_snippet_grammar()
114 … start_ = (*code_elements) [boost::bind(&actions_type::end_file, &self.actions, _1, _2)] in definition()
122 … start_snippet [boost::bind(&actions_type::start_snippet, &self.actions, _1, _2)] in definition()
123 … | end_snippet [boost::bind(&actions_type::end_snippet, &self.actions, _1, _2)] in definition()
124 … escaped_comment [boost::bind(&actions_type::escaped_comment, &self.actions, _1, _2)] in definition()
125 … | pass_thru_comment [boost::bind(&actions_type::pass_thru, &self.actions, _1, _2)] in definition()
126 … | ignore [boost::bind(&actions_type::append_code, &self.actions, _1, _2)] in definition()
135 … >> identifier [boost::bind(&actions_type::mark, &self.actions, _1, _2)] in definition()
167 … (*cl::anychar_p) [boost::bind(&actions_type::mark, &self.actions, _1, _2)], in definition()
172 … (*cl::anychar_p) [boost::bind(&actions_type::mark, &self.actions, _1, _2)], in definition()
[all …]
/third_party/boost/boost/phoenix/core/
Denvironment.hpp50 struct actions struct
92 operator()(Env & env, Actions & actions) const in operator ()()
94 vector2<Env &, Actions &> e = {env, actions}; in operator ()()
100 operator()(Env const & env, Actions & actions) const in operator ()()
102 vector2<Env const &, Actions &> e = {env, actions}; in operator ()()
108 operator()(Env & env, Actions const & actions) const in operator ()()
110 vector2<Env &, Actions const &> e = {env, actions}; in operator ()()
116 operator()(Env const & env, Actions const & actions) const in operator ()()
118 vector2<Env const&, Actions const &> e = {env, actions}; in operator ()()
159 struct actions struct
[all …]
/third_party/typescript/tests/baselines/reference/
DcontextualTypingOfOptionalMembers.types12 view?: (state: State, actions: Actions) => any;
13 >view : ((state: State, actions: Actions) => any) | undefined
15 >actions : Actions
17 actions: string | Actions;
18 >actions : string | Actions
26 >app({ state: 100, actions: { foo: s => s // Should be typed number => number }, …
28 …100, actions: { foo: s => s // Should be typed number => number }, view: (s, a) =>…
34 actions: {
35 >actions : { foo: (s: number) => number; }
82 view?: (state: State, actions: Actions) => any;
[all …]
DcontextualTypingOfOptionalMembers.js8 view?: (state: State, actions: Actions) => any;
9 actions: string | Actions;
16 actions: { property
36 view?: (state: State, actions: Actions) => any;
37 actions?: Actions;
44 actions: { property
57 actions: [ property
80 actions: { property
91 actions: { property
98 actions: [ property
DcontextualTypingOfOptionalMembers.symbols22 view?: (state: State, actions: Actions) => any;
26 >actions : Symbol(actions, Decl(index.tsx, 6, 25))
29 actions: string | Actions;
30 >actions : Symbol(Options.actions, Decl(index.tsx, 6, 51))
51 actions: {
52 >actions : Symbol(actions, Decl(index.tsx, 13, 15))
104 view?: (state: State, actions: Actions) => any;
108 >actions : Symbol(actions, Decl(index.tsx, 34, 25))
111 actions?: Actions;
112 >actions : Symbol(Options2.actions, Decl(index.tsx, 34, 51))
[all …]
/third_party/node/deps/npm/lib/
Daudit.js212 const actions = (auditResult.actions || []).reduce((acc, action) => {
251 …const installCount = actions.install.size + (installMajor ? actions.major.size : 0) + actions.upda…
252 …const vulnFixCount = new Set([...actions.installFixes, ...actions.updateFixes, ...(installMajor ?
259 [...actions.install, ...(installMajor ? actions.major : []), ...actions.update]
266 [...actions.install, ...(installMajor ? actions.major : [])],
269 deepArgs: [...actions.update].map(u => u.split('>'))
276 if (actions.review.size) {
277 …output(` ${actions.review.size} vulnerabilit${actions.review.size === 1 ? 'y' : 'ies'} required m…
279 if (actions.major.size) {
280 …output(` ${actions.major.size} package update${actions.major.size === 1 ? '' : 's'} for ${actions
/third_party/boost/tools/boostdep/src/
Dboostdep.cpp234 static void scan_module_dependencies( std::string const & module, module_primary_actions & actions,… in scan_module_dependencies() argument
254 actions.heading( module ); in scan_module_dependencies()
260 actions.module_start( i->first ); in scan_module_dependencies()
264 actions.header_start( *j ); in scan_module_dependencies()
270 actions.from_header( *k ); in scan_module_dependencies()
273 actions.header_end( *j ); in scan_module_dependencies()
276 actions.module_end( i->first ); in scan_module_dependencies()
342 build_mdmap_actions actions; in build_module_dependency_map() local
343 scan_module_dependencies( *i, actions, track_sources, track_tests, true ); in build_module_dependency_map()
347 …ule_primary_report( std::string const & module, module_primary_actions & actions, bool track_sourc… in output_module_primary_report() argument
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Dtree_adapter.cc53 std::vector<std::unique_ptr<IRPass>> actions; in PrePass() local
56 actions.emplace_back(std::make_unique<InputValidationPass>()); in PrePass()
57 actions.emplace_back(std::make_unique<CacheValidationPass>()); in PrePass()
58 actions.emplace_back(std::make_unique<NodeRemovalPass>()); in PrePass()
59 actions.emplace_back(std::make_unique<EpochCtrlPass>()); in PrePass()
60 if (usage_ == kDeGetter) actions.emplace_back(std::make_unique<GetterPass>()); in PrePass()
62 actions.emplace_back(std::make_unique<CacheTransformPass>()); in PrePass()
65 std::vector<bool> modified(actions.size(), false); in PrePass()
67 for (auto i = 0; i < actions.size(); i++) { in PrePass()
69 RETURN_IF_NOT_OK(actions[i]->Run(ir, &m)); in PrePass()
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dbanner.dart15 /// A banner displays an important, succinct message, and provides actions for
23 /// The [actions] will be placed beside the [content] if there is only one.
24 /// Otherwise, the [actions] will be placed below the [content]. Use
27 /// The [actions] and [content] must be provided. An optional leading widget
35 /// The [actions], [content], and [forceActionsBelow] must be non-null.
36 /// The [actions.length] must be greater than 0.
41 @required this.actions,
48 assert(actions != null),
63 /// The set of actions that are displayed at the bottom or trailing side of
70 final List<Widget> actions;
[all …]
/third_party/libunwind/src/unwind/
Dunwind-internal.h66 _Unwind_Action actions; in _Unwind_Phase2() local
71 actions = _UA_CLEANUP_PHASE; in _Unwind_Phase2()
73 actions |= _UA_FORCE_UNWIND; in _Unwind_Phase2()
82 actions |= _UA_END_OF_STACK; in _Unwind_Phase2()
91 reason = (*stop) (_U_VERSION, actions, exception_class, in _Unwind_Phase2()
115 actions |= _UA_HANDLER_FRAME; in _Unwind_Phase2()
118 reason = (*personality) (_U_VERSION, actions, exception_class, in _Unwind_Phase2()
131 if (actions & _UA_HANDLER_FRAME) in _Unwind_Phase2()
/third_party/glib/gio/
Dgdbusactiongroup.c56 GHashTable *actions; member
151 if (group->actions == NULL) in G_DEFINE_TYPE_WITH_CODE()
165 if (g_hash_table_lookup (group->actions, name)) in G_DEFINE_TYPE_WITH_CODE()
167 g_hash_table_remove (group->actions, name); in G_DEFINE_TYPE_WITH_CODE()
185 info = g_hash_table_lookup (group->actions, name); in G_DEFINE_TYPE_WITH_CODE()
207 info = g_hash_table_lookup (group->actions, name); in G_DEFINE_TYPE_WITH_CODE()
231 if (!g_hash_table_lookup (group->actions, info->name)) in G_DEFINE_TYPE_WITH_CODE()
233 g_hash_table_insert (group->actions, info->name, info); in G_DEFINE_TYPE_WITH_CODE()
255 g_assert (group->actions == NULL); in g_dbus_action_group_describe_all_done()
256 group->actions = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, action_info_free); in g_dbus_action_group_describe_all_done()
[all …]
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/
Dsemantic_action_data.hpp84 std::vector<functor_wrapper_type>& actions (actions_[state]); in add_action() local
85 if (actions.size() <= unique_id) in add_action()
86 actions.resize(unique_id + 1); in add_action()
88 actions[unique_id] = act; in add_action()
101 std::vector<functor_wrapper_type> const& actions = actions_[state]; in invoke_actions() local
102 if (unique_id >= actions.size() || !actions[unique_id]) in invoke_actions()
111 actions[unique_id](data.get_first(), end, match, id, data); in invoke_actions()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc1080 std::vector<ActionItem> actions; in CommonPipeline() local
1083 (void)actions.emplace_back(std::make_pair("parse", ParseAction)); in CommonPipeline()
1086 (void)actions.emplace_back(std::make_pair("symbol_resolve", SymbolResolveAction)); in CommonPipeline()
1090 (void)actions.emplace_back(std::make_pair("combine_like_graphs", CombineLikeGraphs)); in CommonPipeline()
1093 (void)actions.emplace_back(std::make_pair("inference_opt_prepare", InferenceOptPrepareAction)); in CommonPipeline()
1095 (void)actions.emplace_back(std::make_pair("abstract_specialize", AbstractSpecializeAction)); in CommonPipeline()
1097 (void)actions.emplace_back(std::make_pair("auto_monad", AutoMonadAction)); in CommonPipeline()
1099 (void)actions.emplace_back(std::make_pair("inline", OptInlineAction)); in CommonPipeline()
1101 (void)actions.emplace_back(std::make_pair("py_pre_ad", PreAdActionPyStub)); in CommonPipeline()
1103 (void)actions.emplace_back(std::make_pair("pipeline_split", PipelineSplitAction)); in CommonPipeline()
[all …]
/third_party/grpc/third_party/toolchains/bazel_0.26.0_rbe_windows/
Dcc_toolchain_config.bzl245 actions = all_link_actions +
256 actions = [
270 actions = [ACTION_NAMES.c_compile, ACTION_NAMES.cpp_compile],
289 actions = [
316 actions = [
345 actions = [
357 actions = all_link_actions,
367 actions = all_link_actions +
423 actions = [ACTION_NAMES.c_compile, ACTION_NAMES.cpp_compile],
427 actions = all_link_actions,
[all …]
/third_party/boost/tools/build/src/engine/
Drules.cpp109 r->actions = 0; in enter_rule()
146 if ( r->actions ) in rule_free()
147 actions_free( r->actions ); in rule_free()
148 r->actions = 0; in rule_free()
311 ACTIONS * const actions = (ACTIONS *)BJAM_MALLOC( sizeof( ACTIONS ) ); in actionlist() local
312 actions->action = action; in actionlist()
314 if ( !chain ) chain = actions; in actionlist()
315 else chain->tail->next = actions; in actionlist()
316 chain->tail = actions; in actionlist()
317 actions->next = 0; in actionlist()
[all …]
/third_party/typescript/tests/cases/compiler/
DcontextualTypingOfOptionalMembers.tsx11 view?: (state: State, actions: Actions) => any;
12 actions: string | Actions;
19 actions: {
39 view?: (state: State, actions: Actions) => any;
40 actions?: Actions;
47 actions: {
60 actions: [
75 … Actions extends ActionsObjectOr<State>>(props: Options<State, Actions>["actions"] & { state: Stat…
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dactions.dart11 /// Creates actions for use in defining shortcuts.
46 /// Base class for actions.
60 /// up key combinations in order to invoke actions.
62 /// and allows redefining of actions for its descendants.
108 /// up key combinations in order to invoke actions.
110 /// and allows redefining of actions for its descendants.
132 /// An action manager that simply invokes the actions given to it.
164 /// * [ActionDispatcher], the object that this widget uses to manage actions.
173 /// The [child], [actions], and [dispatcher] arguments must not be null.
177 @required this.actions,
[all …]
/third_party/flutter/flutter/dev/integration_tests/android_semantics_testing/test_driver/
Dmain_test.dart74 actions: <AndroidSemanticsAction>[
88 actions: <AndroidSemanticsAction>[
105 actions: <AndroidSemanticsAction>[
122 actions: <AndroidSemanticsAction>[
136 actions: <AndroidSemanticsAction>[
153 actions: <AndroidSemanticsAction>[
179 actions: <AndroidSemanticsAction>[
193 actions: <AndroidSemanticsAction>[
202 actions: const <AndroidSemanticsAction>[
214 actions: <AndroidSemanticsAction>[
[all …]
/third_party/flutter/flutter/dev/integration_tests/android_semantics_testing/lib/src/
Dmatcher.dart23 List<AndroidSemanticsAction> actions,
41 actions: actions,
59 this.actions,
76 final List<AndroidSemanticsAction> actions;
99 if (actions != null)
100 description.add(' with actions: $actions');
136 if (actions != null) {
138 if (!unorderedEquals(actions).matches(itemActions, matchState))
139 return _failWithMessage('Expected actions: $actions', matchState);
/third_party/flutter/flutter/packages/flutter/test/material/
Ddate_picker_test.dart435 actions: <SemanticsAction>[SemanticsAction.tap],
441 actions: <SemanticsAction>[SemanticsAction.tap],
449actions: <SemanticsAction>[SemanticsAction.scrollLeft, SemanticsAction.scrollRight],
473 actions: <SemanticsAction>[SemanticsAction.tap],
478 actions: <SemanticsAction>[SemanticsAction.tap],
483 actions: <SemanticsAction>[SemanticsAction.tap],
488 actions: <SemanticsAction>[SemanticsAction.tap],
493 actions: <SemanticsAction>[SemanticsAction.tap],
498 actions: <SemanticsAction>[SemanticsAction.tap],
503 actions: <SemanticsAction>[SemanticsAction.tap],
[all …]
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dsemantics_tester.dart40 this.actions = 0,
57 assert(actions is int || actions is List<SemanticsAction>),
70 this.actions = 0,
85 assert(actions is int || actions is List<SemanticsAction>),
109 this.actions = 0,
126 assert(actions is int || actions is List<SemanticsAction>),
153 /// actions as a bit field, or as a `List<SemanticsAction>`.
159 final dynamic actions;
277 final int actionsBitmask = actions is int
278 ? actions
[all …]

12345678910>>...41