Home
last modified time | relevance | path

Searched refs:Actions (Results 1 - 20 of 20) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DcontextualTypingOfOptionalMembers.js6 interface Options<State, Actions> {
8 view?: (state: State, actions: Actions) => any;
9 actions: string | Actions;
12 declare function app<State, Actions extends ActionsObject<State>>(obj: Options<State, Actions>): void;
34 interface Options2<State, Actions> {
36 view?: (state: State, actions: Actions) => any;
37 actions?: Actions;
40 declare function app2<State, Actions extends ActionsObject<State>>(obj: Options2<State, Actions>)
[all...]
H A DrecursiveClassReferenceTest.js33 module Sample.Actions.Thing.Find {
125 var Actions;
126 (function (Actions) {
142 })(Thing = Actions.Thing || (Actions.Thing = {}));
143 })(Actions = Sample.Actions || (Sample.Actions = {}));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp62 SmallVectorImpl<ActionEntry> &Actions,
118 assert(Actions.size());
119 PrevAction = Actions.size() - 1;
120 SizeActionEntry = getSLEB128Size(Actions[PrevAction].NextAction) +
121 getSLEB128Size(Actions[PrevAction].ValueForTypeID);
125 SizeActionEntry -= getSLEB128Size(Actions[PrevAction].ValueForTypeID);
126 SizeActionEntry += -Actions[PrevAction].NextAction;
127 PrevAction = Actions[PrevAction].Previous;
144 Actions.push_back(Action);
145 PrevAction = Actions
370 SmallVector<ActionEntry, 32> Actions; emitExceptionTable() local
[all...]
H A DEHStreamer.h75 SmallVectorImpl<ActionEntry> &Actions,
/third_party/node/test/fixtures/wpt/dom/events/scrolling/
H A Dscroll_support.js74 const test_driver_actions = new test_driver.Actions()
112 return new test_driver.Actions()
132 return new test_driver.Actions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1197 SmallVector<SizeAndActionsVec, 1> &Actions = ScalarActions[OpcodeIdx];
1198 setActions(TypeIndex, Actions, SizeAndActions);
1207 SmallVector<SizeAndActionsVec, 1> &Actions =
1209 setActions(TypeIndex, Actions, SizeAndActions);
1220 SmallVector<SizeAndActionsVec, 1> &Actions =
1222 setActions(TypeIndex, Actions, SizeAndActions);
1236 SmallVector<SizeAndActionsVec, 1> &Actions =
1238 setActions(TypeIndex, Actions, SizeAndActions);
1303 SmallVector<SizeAndActionsVec, 1> &Actions,
1306 if (Actions
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Dtestdriver-actions.js10 * :js:func:`test_driver.Actions.send` is called. This returns a
13 * The other methods on :js:class:`test_driver.Actions` object are
15 * return the `Actions` object itself, so the actions sequence can
18 * Internally :js:func:`test_driver.Actions.send` invokes
24 * let actions = new test_driver.Actions()
38 function Actions(defaultTickDuration=16) { class
58 Actions.prototype = {
150 * @returns {Actions}
164 * @returns {Actions}
177 * @returns {Actions}
[all...]
H A Daccesskey.js18 let actions = new test_driver.Actions();
/third_party/node/test/fixtures/wpt/dom/events/non-cancelable-when-passive/resources/
H A Dtouching.js11 return new test_driver.Actions()
H A Dscrolling.js29 await new test_driver.Actions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp886 SmallVectorImpl<UDivFoldAction> &Actions, in visitUDivOperand()
891 Actions.push_back(UDivFoldAction(foldUDivPow2Cst, Op1)); in visitUDivOperand()
892 return Actions.size(); in visitUDivOperand()
898 Actions.push_back(UDivFoldAction(foldUDivShl, Op1)); in visitUDivOperand()
899 return Actions.size(); in visitUDivOperand()
908 visitUDivOperand(Op0, SI->getOperand(1), I, Actions, Depth)) in visitUDivOperand()
909 if (visitUDivOperand(Op0, SI->getOperand(2), I, Actions, Depth)) { in visitUDivOperand()
910 Actions.push_back(UDivFoldAction(nullptr, Op1, LHSIdx - 1)); in visitUDivOperand()
911 return Actions.size(); in visitUDivOperand()
885 visitUDivOperand(Value *Op0, Value *Op1, const BinaryOperator &I, SmallVectorImpl<UDivFoldAction> &Actions, unsigned Depth = 0) visitUDivOperand() argument
/third_party/node/deps/v8/tools/dev/
H A Dupdate-vscode.sh99 Actions=new-empty-window;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp631 const SmallVector<SizeAndActionsVec, 1> &Actions = in findScalarLegalAction() local
637 if (Aspect.Idx >= Actions.size()) in findScalarLegalAction()
639 const SizeAndActionsVec &Vec = Actions[Aspect.Idx]; in findScalarLegalAction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2762 SmallVector<std::unique_ptr<TypePromotionAction>, 16> Actions; member in __anon23994::TypePromotionTransaction
2773 Actions.push_back(std::make_unique<TypePromotionTransaction::OperandSetter>( in setOperand()
2779 Actions.push_back( in eraseInstruction()
2786 Actions.push_back( in replaceAllUsesWith()
2791 Actions.push_back( in mutateType()
2799 Actions.push_back(std::move(Ptr)); in createTrunc()
2807 Actions.push_back(std::move(Ptr)); in createSExt()
2815 Actions.push_back(std::move(Ptr)); in createZExt()
2821 Actions.push_back( in moveBefore()
2828 return !Actions in getRestorationPoint()
[all...]
/third_party/skia/third_party/externals/libpng/projects/owatcom/
H A Dpngconfig.mak141 $# must do Actions/Mark All Targets for Remake. This is because the compiler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp707 auto &Actions = getActionDefinitionsBuilder(Op);
713 Actions.legalForTypesWithMemDesc({{S32, GlobalPtr, 32, GlobalAlign32},
749 Actions
819 Actions.narrowScalarIf(isWideScalarTruncStore(0), changeTo(0, S32));
822 Actions
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go1372 /*Actions defined:
1375 Actions []MessageActionItem `json:"actions,omitempty"`
3665 * Actions not of this kind are filtered out by the client before being shown. So servers
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go1372 /*Actions defined:
1375 Actions []MessageActionItem `json:"actions,omitempty"`
3665 * Actions not of this kind are filtered out by the client before being shown. So servers
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go1372 /*Actions defined:
1375 Actions []MessageActionItem `json:"actions,omitempty"`
3665 * Actions not of this kind are filtered out by the client before being shown. So servers
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h734 // New code should create Actions from functors instead.
1473 template <typename... Actions>
1947 // Actions can now be implicitly constructed from callables. No need to create

Completed in 35 milliseconds