Searched refs:_action (Results 1 – 11 of 11) sorted by relevance
/third_party/typescript/scripts/build/ |
D | projects.mjs | 13 this._action = action; 28 await this._action(projects, lkg, force);
|
D | utils.mjs | 286 this._action = action; 313 deferred.resolve(this._action());
|
/third_party/gn/src/gn/ |
D | function_template.cc | 80 something like "${target_name}_action" to make it unique. The source set
|
/third_party/typescript/tests/baselines/reference/ |
D | varianceAnnotations.js | 143 _action: ActionObject<TEvent>; 310 _action: ActionObject<TEvent>;
|
D | varianceAnnotations.types | 300 _action: ActionObject<TEvent>; 301 >_action : ActionObject<TEvent>
|
D | varianceAnnotations.symbols | 391 _action: ActionObject<TEvent>; 392 >_action : Symbol(StateNode._action, Decl(varianceAnnotations.ts, 140, 25))
|
D | varianceAnnotations.errors.txt | 299 _action: ActionObject<TEvent>;
|
/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/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/ |
D | varianceAnnotations.ts | 145 _action: ActionObject<TEvent>; property in StateNode
|
/third_party/python/Lib/ |
D | threading.py | 634 self._action = action 683 if self._action: 684 self._action()
|
/third_party/gn/docs/ |
D | reference.md | 3278 something like "${target_name}_action" to make it unique. The source set
|