Home
last modified time | relevance | path

Searched defs:actions (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/boost/boost/phoenix/core/
Denvironment.hpp50 struct actions struct
57 type;
159 struct actions struct
167 struct result<This(Context)>
172 struct result<This(Context &)>
178 operator()(Context const & ctx) const in operator ()()
185 operator()(Context & ctx) const in operator ()()
217 context(Env const& env, Actions const& actions) in context()
226 make_context(Env const& env, Actions const& actions) in make_context()
234 context(Env & env, Actions const& actions) in context()
[all …]
/third_party/typescript/tests/baselines/reference/
DcontextualTypingOfOptionalMembers.js16 actions: { property
44 actions: { property
57 actions: [ property
80 actions: { property
91 actions: { property
98 actions: [ property
/third_party/node/test/fixtures/wpt/resources/
Dtestdriver-actions.js286 let data = {"type": "none", "actions": actions}; property
297 addPause: function(actions, duration) { argument
316 let data = {"type": "key", "actions": actions}; property
327 keyDown: function(actions, key) { argument
335 keyUp: function(actions, key) { argument
359 let data = {"type": "pointer", "actions": actions, "parameters": {"pointerType": this.type}}; property
370 pointerDown: function(actions, button) { argument
378 pointerUp: function(actions, button) { argument
386 pointerMove: function(actions, x, y, duration, origin) { argument
Dtestdriver.js195 action_sequence: function(actions) { argument
296 action_sequence: function(actions) { argument
/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()
342 build_mdmap_actions actions; in build_module_dependency_map() local
347 …d output_module_primary_report( std::string const & module, module_primary_actions & actions, bool… in output_module_primary_report()
377 …port( std::string const & module, std::set< std::string> deps, module_secondary_actions & actions ) in output_module_secondary_report()
423 …id output_module_secondary_report( std::string const & module, module_secondary_actions & actions ) in output_module_secondary_report()
476 …id output_header_inclusion_report( std::string const & header, header_inclusion_actions & actions ) in output_header_inclusion_report()
577 module_primary_html_actions actions; in output_module_primary_report() local
582 module_primary_txt_actions actions; in output_module_primary_report() local
642 module_secondary_html_actions actions; in output_module_secondary_report() local
647 module_secondary_txt_actions actions; in output_module_secondary_report() local
[all …]
/third_party/node/deps/npm/docs/
Dgatsby-node.js4 exports.onCreateNode = ({node, getNode, actions}) => { field
16 exports.createPages = ({graphql, actions}) => { field
/third_party/flutter/skia/experimental/docs/
DexampleSlides.js379 { "actions": [ property
385 { "time": 0, "duration":1000, "canvas":"clear", "actions": [ property
388 { "time":1000, "duration":1000, "actions": [ property
391 { "time":1500, "duration":1500, "actions": [ property
394 { "time":3500, "duration": 500, "actions": [ property
398 { "time":4000, "duration":1000, "actions": [ property
401 { "time":4500, "duration":1500, "actions": [ property
404 { "time":6500, "duration": 500, "actions": [ property
408 { "time":7000, "duration":1000, "actions": [ property
411 { "time":7500, "duration":1500, "actions": [ property
[all …]
/third_party/skia/experimental/docs/
DexampleSlides.js379 { "actions": [ property
385 { "time": 0, "duration":1000, "canvas":"clear", "actions": [ property
388 { "time":1000, "duration":1000, "actions": [ property
391 { "time":1500, "duration":1500, "actions": [ property
394 { "time":3500, "duration": 500, "actions": [ property
398 { "time":4000, "duration":1000, "actions": [ property
401 { "time":4500, "duration":1500, "actions": [ property
404 { "time":6500, "duration": 500, "actions": [ property
408 { "time":7000, "duration":1000, "actions": [ property
411 { "time":7500, "duration":1500, "actions": [ property
[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
101 std::vector<functor_wrapper_type> const& actions = actions_[state]; in invoke_actions() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Dtree_adapter.cc53 std::vector<std::unique_ptr<IRPass>> actions; in PrePass() local
96 std::vector<std::unique_ptr<IRPass>> actions; in PostPass() local
/third_party/flutter/engine/flutter/lib/ui/semantics/
Dsemantics_update.cc27 CustomAccessibilityActionUpdates actions) in SemanticsUpdate()
/third_party/flutter/skia/platform_tools/android/skp_gen/apps/
Dgeniewidget.json6 "actions": [ array
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js54 export const actions = { featureOne }; constant
Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js54 export const actions = { featureOne }; constant
Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package.js53 export const actions = { featureOne }; constant
Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js53 export const actions = { featureOne }; constant
/third_party/skia/platform_tools/android/skp_gen/apps/
Dgeniewidget.json6 "actions": [ array
/third_party/glib/gio/tests/
Dbasic-application.c56 static GActionEntry actions[] = { in startup() local
206 gchar **actions; in action_cb() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc1080 std::vector<ActionItem> actions; in CommonPipeline() local
1109 auto actions = CommonPipeline(); in GePipeline() local
1121 auto actions = CommonPipeline(); in VmPipeline() local
1155 std::vector<ActionItem> actions; in BackendPipeline() local
1163 std::vector<ActionItem> actions; in MindIRPipeline() local
1175 auto actions = CommonPipeline(); in ServerPipeline() local
1183 auto actions = CommonPipeline(); in PServerPipeline() local
1192 std::vector<ActionItem> actions; in PSchedulerPipeline() local
Dpipeline.h48 …Pipeline(const ResourcePtr &res, const std::vector<ActionItem> &actions) : resource_(res), actions… in Pipeline()
/third_party/node/deps/npm/node_modules/npm-audit-report/reporters/
Dparseable.js12 const actions = function (data, config) { function
/third_party/python/Doc/library/
Doptparse.rst321 .. _optparse-store-action:
422 .. _optparse-default-values:
1281 .. _optparse-standard-option-types:
/third_party/node/deps/npm/lib/install/
Dactions.js13 const actions = {} constant
35 actions[actionName] = (staging, pkg, log) => { function
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dplatform_view_embedder.cc39 flutter::CustomAccessibilityActionUpdates actions) { in UpdateSemantics()
/third_party/libunwind/src/unwind/
Dunwind-internal.h66 _Unwind_Action actions; in _Unwind_Phase2() local

12345