Home
last modified time | relevance | path

Searched refs:ACTIONS (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/tools/build/src/engine/
Drules.h42 typedef struct _actions ACTIONS; typedef
81 ACTIONS * next;
82 ACTIONS * tail; /* valid only for head */
126 ACTIONS * actions; /* rules to execute, if any */
238 ACTIONS * actionlist ( ACTIONS *, ACTION * );
239 void freeactions ( ACTIONS * );
Drules.cpp309 ACTIONS * actionlist( ACTIONS * chain, ACTION * action ) in actionlist()
311 ACTIONS * const actions = (ACTIONS *)BJAM_MALLOC( sizeof( ACTIONS ) ); in actionlist()
430 void freeactions( ACTIONS * chain ) in freeactions()
434 ACTIONS * const n = chain->next; in freeactions()
Dmake1.cpp1072 ACTIONS * a0; in make1cmds()
1084 ACTIONS * a1; in make1cmds()
Dmake.cpp698 ACTIONS * a; in make0()
/third_party/python/Mac/PythonLauncher/English.lproj/MainMenu.nib/
Dclasses.nib5 ACTIONS = {showPreferences = id; };
/third_party/python/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/
Dclasses.nib5 ACTIONS = {"do_apply" = id; "do_filetype" = id; "do_reset" = id; };
/third_party/python/Mac/PythonLauncher/English.lproj/MyDocument.nib/
Dclasses.nib5 ACTIONS = {"do_apply" = id; "do_cancel" = id; "do_reset" = id; "do_run" = id; };
/third_party/cef/tools/
Dpatch_updater.py63 ACTIONS = Option.ACTIONS + ("extend",) variable in MultipleOption
/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.h33 enum ACTIONS { enum
/third_party/python/Lib/
Doptparse.py486 ACTIONS = ("store", variable in Option
635 elif self.action not in self.ACTIONS:
/third_party/python/Lib/test/
Dtest_optparse.py1067 ACTIONS = Option.ACTIONS + ("extend",) variable in TestExtendAddActions.MyOption
/third_party/python/Doc/library/
Doptparse.rst1957 .. attribute:: Option.ACTIONS
1959 All actions must be listed in ACTIONS.
1996 ACTIONS = Option.ACTIONS + ("extend",)
/third_party/flutter/flutter/packages/flutter/lib/src/semantics/
Dsemantics.dart1518 // TAGS, LABELS, ACTIONS