Home
last modified time | relevance | path

Searched defs:Actions (Results 1 – 12 of 12) sorted by relevance

/third_party/googletest/docs/
Dgmock_cook_book.md1818 ### Returning References from Mock Methods
1838 ### Returning Live Values from Mock Methods
1899 ### Combining Actions
1921 ### Verifying Complex Arguments {#SaveArgVerify}
1945 ### Mocking Side Effects {#MockingSideEffects}
2044 ### Changing a Mock Object's Behavior Based on the State
2090 ### Setting the Default Value for a Return Type {#DefaultValue}
2133 ### Setting the Default Actions for a Mock Method
2171 ### Using Functions/Methods/Functors/Lambdas as Actions {#FunctionsAsActions}
2234 ### Using Functions with Extra Info as Actions
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp62 SmallVectorImpl<ActionEntry> &Actions, in computeActionsTable()
370 SmallVector<ActionEntry, 32> Actions; in emitExceptionTable() local
/third_party/node/test/fixtures/wpt/resources/
Dtestdriver-actions.js7 function Actions() { class
24 Actions.prototype = { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1197 SmallVector<SizeAndActionsVec, 1> &Actions = ScalarActions[OpcodeIdx]; in setScalarAction() local
1207 SmallVector<SizeAndActionsVec, 1> &Actions = in setPointerAction() local
1220 SmallVector<SizeAndActionsVec, 1> &Actions = in setScalarInVectorAction() local
1236 SmallVector<SizeAndActionsVec, 1> &Actions = in setVectorNumElementAction() local
1303 SmallVector<SizeAndActionsVec, 1> &Actions, in setActions()
/third_party/typescript/tests/baselines/reference/
DrecursiveClassReferenceTest.js126 (function (Actions) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp631 const SmallVector<SizeAndActionsVec, 1> &Actions = in findScalarLegalAction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp886 SmallVectorImpl<UDivFoldAction> &Actions, in visitUDivOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp707 auto &Actions = getActionDefinitionsBuilder(Op); in AMDGPULegalizerInfo() local
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go1375 Actions []MessageActionItem `json:"actions,omitempty"` member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go1375 Actions []MessageActionItem `json:"actions,omitempty"` member
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go1375 Actions []MessageActionItem `json:"actions,omitempty"` member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2762 SmallVector<std::unique_ptr<TypePromotionAction>, 16> Actions; member in __anon286312e40511::TypePromotionTransaction