Searched refs:_action (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/phoenix/example/ |
D | adapted_echo_server.cpp | 59 action _action; in main() local 62 , (lambda(_action = lambda[_1]) in main() 66 bind(_action, ref(socket), ref(buf), _error, _length) in main()
|
/third_party/typescript/scripts/build/ |
D | projects.js | 11 this._action = action; 25 await this._action(projects, lkg, force);
|
/third_party/boost/tools/build/src/engine/ |
D | rules.h | 41 typedef struct _action ACTION; 87 struct _action struct
|
/third_party/gn/src/gn/ |
D | function_template.cc | 80 something like "${target_name}_action" to make it unique. The source set
|
/third_party/python/Lib/multiprocessing/ |
D | synchronize.py | 372 (self._parties, self._action, self._timeout, 377 return (self._parties, self._action, self._timeout,
|
/third_party/python/Lib/ |
D | threading.py | 634 self._action = action 683 if self._action: 684 self._action()
|
/third_party/freetype/docs/reference/assets/javascripts/ |
D | application.c33a9706.js | 8 …_action=e,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use…
|
/third_party/glib/gobject/ |
D | gtype.c | 132 static const gchar _action[] = " invalidly modified type "; \ 135 g_error ("%s(%p)%s'%s'", _fname, _arg, _action, _tname); \ 137 g_error ("%s()%s'%s'", _fname, _action, _tname); \
|
/third_party/gn/docs/ |
D | reference.md | 3276 something like "${target_name}_action" to make it unique. The source set
|