Home
last modified time | relevance | path

Searched defs:action (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/third_party/boost/boost/spirit/home/x3/core/
Daction.hpp28 struct action : unary_parser<Subject, action<Subject, Action>> struct
30 typedef unary_parser<Subject, action<Subject, Action>> base_type;
31 static bool const is_pass_through_unary = true;
32 static bool const has_action = true;
34 constexpr action(Subject const& subject, Action f) in action() argument
38 bool call_action( in call_action()
50 bool parse_main(Iterator& first, Iterator const& last in parse_main()
68 bool parse_main(Iterator& first, Iterator const& last in parse_main()
78 bool parse(Iterator& first, Iterator const& last in parse()
93 bool parse(Iterator& first, Iterator const& last in parse()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c92 const struct lp_build_tgsi_action * action, in add_emit()
104 const struct lp_build_tgsi_action * action, in arr_emit()
142 const struct lp_build_tgsi_action * action, in dp2_emit()
173 const struct lp_build_tgsi_action * action, in dp3_emit()
209 const struct lp_build_tgsi_action * action, in dp4_emit()
259 const struct lp_build_tgsi_action * action, in dst_emit()
286 const struct lp_build_tgsi_action * action, in end_emit()
297 const struct lp_build_tgsi_action * action, in exp_emit()
331 const struct lp_build_tgsi_action * action, in frc_emit()
393 const struct lp_build_tgsi_action * action, in lit_emit()
[all …]
/third_party/boost/boost/spirit/home/qi/action/
Daction.hpp34 struct action : unary_parser<action<Subject, Action> > struct
36 typedef Subject subject_type;
37 typedef Action action_type;
40 struct attribute
44 action(Subject const& subject_, Action f_) in action() function
50 bool parse(Iterator& first, Iterator const& last in parse()
84 bool parse(Iterator& first, Iterator const& last in parse()
105 bool parse(Iterator& first, Iterator const& last in parse()
131 info what(Context& context) const in what()
137 Subject subject;
[all …]
/third_party/boost/boost/spirit/home/karma/action/
Daction.hpp36 struct action : unary_generator<action<Subject, Action> > struct
38 typedef Subject subject_type;
39 typedef typename subject_type::properties properties;
42 struct attribute
46 action(Subject const& subject, Action f) in action() argument
52 bool generate(OutputIterator& sink, Context& ctx, Delimiter const& d in generate()
72 info what(Context& context) const in what()
78 subject_type subject;
79 Action f;
/third_party/boost/libs/spirit/test/karma/
Dlist.cpp35 struct action struct
37 action (std::vector<char>& vec) in action() function
41 void operator()(unsigned& value, unused_type const&, bool& pass) const in operator ()()
48 std::vector<char>& vec;
49 mutable std::vector<char>::iterator it;
Drepeat1.cpp36 struct action struct
38 action (std::vector<char>& vec) in action() function
42 void operator()(unsigned& value, boost::spirit::unused_type, bool& pass) const in operator ()()
49 std::vector<char>& vec;
50 mutable std::vector<char>::iterator it;
Dplus.cpp30 struct action struct
32 action (std::vector<char>& vec) in action() argument
36 void operator()(unsigned& value, boost::spirit::unused_type, bool& pass) const in operator ()()
43 std::vector<char>& vec;
44 mutable std::vector<char>::iterator it;
Dkleene.cpp32 struct action struct
34 action (std::vector<char>& vec) in action() argument
38 void operator()(unsigned& value, boost::spirit::unused_type, bool& pass) const in operator ()()
45 std::vector<char>& vec;
46 mutable std::vector<char>::iterator it;
/third_party/boost/boost/spirit/home/lex/lexer/
Daction.hpp26 struct action : unary_lexer<action<Subject, Action> > struct
28 action(Subject const& subject, Action f) in action() argument
32 void collect(LexerDef& lexdef, String const& state in collect()
41 void add_actions(LexerDef& lexdef) const in add_actions()
51 Subject subject;
52 Action f;
/third_party/glib/gio/
Dgaction.c195 g_action_change_state (GAction *action, in g_action_change_state()
232 g_action_get_state (GAction *action) in g_action_get_state()
251 g_action_get_name (GAction *action) in g_action_get_name()
277 g_action_get_parameter_type (GAction *action) in g_action_get_parameter_type()
307 g_action_get_state_type (GAction *action) in g_action_get_state_type()
343 g_action_get_state_hint (GAction *action) in g_action_get_state_hint()
365 g_action_get_enabled (GAction *action) in g_action_get_enabled()
389 g_action_activate (GAction *action, in g_action_activate()
Dgsimpleaction.c85 g_simple_action_get_name (GAction *action) in g_simple_action_get_name()
93 g_simple_action_get_parameter_type (GAction *action) in g_simple_action_get_parameter_type()
101 g_simple_action_get_state_type (GAction *action) in g_simple_action_get_state_type()
112 g_simple_action_get_state_hint (GAction *action) in g_simple_action_get_state_hint()
123 g_simple_action_get_enabled (GAction *action) in g_simple_action_get_enabled()
131 g_simple_action_change_state (GAction *action, in g_simple_action_change_state()
197 g_simple_action_get_state (GAction *action) in g_simple_action_get_state()
205 g_simple_action_activate (GAction *action, in g_simple_action_activate()
253 GSimpleAction *action = G_SIMPLE_ACTION (object); in g_simple_action_set_property() local
297 GAction *action = G_ACTION (object); in g_simple_action_get_property() local
Dgpropertyaction.c127 g_property_action_get_invert_boolean (GAction *action) in g_property_action_get_invert_boolean()
135 g_property_action_get_name (GAction *action) in g_property_action_get_name()
143 g_property_action_get_parameter_type (GAction *action) in g_property_action_get_parameter_type()
151 g_property_action_get_state_type (GAction *action) in g_property_action_get_state_type()
159 g_property_action_get_state_hint (GAction *action) in g_property_action_get_state_hint()
188 g_property_action_get_enabled (GAction *action) in g_property_action_get_enabled()
210 g_property_action_change_state (GAction *action, in g_property_action_change_state()
221 g_property_action_get_state (GAction *action) in g_property_action_get_state()
240 g_property_action_activate (GAction *action, in g_property_action_activate()
375 GAction *action = G_ACTION (object); in g_property_action_get_property() local
Dgsimpleactiongroup.c84 GAction *action; in g_simple_action_group_query_action() local
115 GAction *action; in g_simple_action_group_change_state() local
131 GAction *action; in g_simple_action_group_activate() local
142 action_enabled_notify (GAction *action, in action_enabled_notify()
152 action_state_notify (GAction *action, in action_state_notify()
187 GAction *action) in g_simple_action_group_add_action()
232 GAction *action; in g_simple_action_group_remove_action() local
348 GAction *action) in g_simple_action_group_insert()
/third_party/css-what/src/__fixtures__/
Dtests.ts150 action: AttributeAction.Equals, constant
232 action: AttributeAction.Equals, constant
252 action: AttributeAction.Start, constant
268 action: AttributeAction.Start, constant
284 action: AttributeAction.End, constant
300 action: AttributeAction.Any, constant
316 action: AttributeAction.Equals, constant
332 action: AttributeAction.Equals, constant
348 action: AttributeAction.Equals, constant
396 action: AttributeAction.Equals, constant
[all …]
Dout.json9 "action": "equals", string
29 "action": "equals", string
49 "action": "equals", string
69 "action": "equals", string
90 "action": "equals", string
128 "action": "equals", string
140 "action": "equals", string
160 "action": "equals", string
180 "action": "equals", string
200 "action": "equals", string
[all …]
/third_party/skia/tools/skp/page_sets/other/
Dskia_onlinewsj_nexus10.json6 "smoothness": { "action": "scroll" }, string
12 { "action": "navigate" }, string
13 { "action": "navigate" }, string
14 { "action": "wait", "seconds": 60 } string
/third_party/flutter/skia/tools/skp/page_sets/other/
Dskia_onlinewsj_nexus10.json6 "smoothness": { "action": "scroll" }, string
12 { "action": "navigate" }, string
13 { "action": "navigate" }, string
14 { "action": "wait", "seconds": 60 } string
/third_party/node/tools/
Dinstall.py82 def package_files(action, name, bins): argument
107 def npm_files(action): argument
113 def corepack_files(action): argument
123 def subdir_files(path, dest, action): argument
131 def files(action): argument
172 def headers(action): argument
/third_party/ntfs-3g/ntfsprogs/
Dplaylog.c862 static int change_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in change_resident()
916 static int change_resident_expect(ntfs_volume *vol, const struct ACTION_RECORD *action, in change_resident_expect()
969 static int change_index_value(ntfs_volume *vol, const struct ACTION_RECORD *action, in change_index_value()
1014 static int add_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in add_resident()
1094 static int expand_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in expand_resident()
1176 static int insert_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in insert_resident()
1259 static int remove_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in remove_resident()
1345 static int delete_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in delete_resident()
1403 static int shrink_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in shrink_resident()
1484 static int update_index(ntfs_volume *vol, const struct ACTION_RECORD *action, in update_index()
[all …]
/third_party/typescript/tests/baselines/reference/
DinferringClassMembersFromAssignments.js26 var action = () => { function
69 var action = () => { function
168 var action = function () { method
203 var action = function () { function
/third_party/boost/boost/serialization/
Dextended_type_info_no_rtti.hpp76 struct action { struct in boost::serialization::extended_type_info_no_rtti
77 struct defined {
82 struct undefined {
90 static const char * invoke(){ in invoke()
/third_party/node/test/parallel/
Dtest-cluster-kill-disconnect.js13 function forkWorker(action) { argument
14 const worker = cluster.fork({ action }); field
/third_party/gn/src/gn/
Dninja_create_bundle_target_writer_unittest.cc29 auto action = std::make_unique<Target>(setup.settings(), in NewAction() local
49 std::unique_ptr<Target> action = NewAction(setup); in TEST() local
98 std::unique_ptr<Target> action = NewAction(setup); in TEST() local
147 std::unique_ptr<Target> action = NewAction(setup); in TEST() local
181 std::unique_ptr<Target> action = NewAction(setup); in TEST() local
275 std::unique_ptr<Target> action = NewAction(setup); in TEST() local
414 std::unique_ptr<Target> action = NewAction(setup); in TEST() local
/third_party/glib/gio/tests/
Dbasic-application.c5 new_activated (GSimpleAction *action, in new_activated()
15 quit_activated (GSimpleAction *action, in quit_activated()
25 action1_activated (GSimpleAction *action, in action1_activated()
33 action2_activated (GSimpleAction *action, in action2_activated()
46 change_action2 (GSimpleAction *action, in change_action2()
/third_party/boost/boost/test/data/
Dfor_each_sample.hpp42 invoke_action( Action const& action, T && arg, std::false_type /* is_tuple */ ) in invoke_action()
51 invoke_action_impl( Action const& action, in invoke_action_impl()
62 invoke_action( Action const& action, T&& args, std::true_type /* is_tuple */ ) in invoke_action()

12345678910>>...24