Home
last modified time | relevance | path

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

123

/external/googletest/docs/
Dgmock_cook_book.md1861 ### Returning References from Mock Methods
1881 ### Returning Live Values from Mock Methods
1942 ### Combining Actions
1964 ### Verifying Complex Arguments {#SaveArgVerify}
1988 ### Mocking Side Effects {#MockingSideEffects}
2087 ### Changing a Mock Object's Behavior Based on the State
2133 ### Setting the Default Value for a Return Type {#DefaultValue}
2176 ### Setting the Default Actions for a Mock Method
2214 ### Using Functions/Methods/Functors/Lambdas as Actions {#FunctionsAsActions}
2277 ### Using Functions with Extra Info as Actions
[all …]
/external/rust/crates/gdbstub/src/protocol/commands/
D_vCont.rs10 Actions(Actions<'a>), enumerator
25 pub struct Actions<'a>(&'a mut [u8]); struct
27 impl<'a> Actions<'a> { implementation
/external/rust/crates/gdbstub/src/target/ext/base/
Dmultithread.rs235 pub struct Actions<'a> { struct
239 impl core::fmt::Debug for Actions<'_> { argument
245 impl Actions<'_> { impl
251 impl Iterator for Actions<'_> { implementation
/external/llvm-project/clang/include/clang/Sema/
DDesignator.h170 void ClearExprs(Sema &Actions) {} in ClearExprs()
174 void FreeExprs(Sema &Actions) {} in FreeExprs()
200 void ClearExprs(Sema &Actions) {} in ClearExprs()
204 void FreeExprs(Sema &Actions) {} in FreeExprs()
/external/clang/include/clang/Sema/
DDesignator.h171 void ClearExprs(Sema &Actions) {} in ClearExprs()
175 void FreeExprs(Sema &Actions) {} in FreeExprs()
201 void ClearExprs(Sema &Actions) {} in ClearExprs()
205 void FreeExprs(Sema &Actions) {} in FreeExprs()
/external/autotest/server/cros/cfm/configurable_test/
DREADME.md33 ## Actions section in Configurable CfM Tests
/external/llvm-project/llvm/utils/TableGen/
DDFAEmitter.cpp202 ActionTuple Actions; member in __anon24fc4d370211::Transition
220 UniqueVector<ActionTuple> Actions; member in __anon24fc4d370211::Automaton
244 const UniqueVector<ActionTuple> &Actions; member in __anon24fc4d370211::CustomDfaEmitter
248 CustomDfaEmitter(const UniqueVector<ActionTuple> &Actions, StringRef TypeName) in CustomDfaEmitter()
DDFAEmitter.h79 std::set<action_type> Actions; variable
/external/llvm-project/llvm/docs/GlobalISel/
DLegalizer.rst154 .. _legalfor:
/external/llvm-project/clang/lib/Tooling/
DStandaloneExecution.cpp54 std::pair<std::unique_ptr<FrontendActionFactory>, ArgumentsAdjuster>> in execute()
DExecution.cpp51 Actions; in execute() local
DAllTUsExecution.cpp80 std::pair<std::unique_ptr<FrontendActionFactory>, ArgumentsAdjuster>> in execute()
/external/llvm-project/clang/lib/Tooling/Refactoring/
DRefactoringActions.cpp99 std::vector<std::unique_ptr<RefactoringAction>> Actions; in createRefactoringActions() local
/external/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
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp51 SmallVectorImpl<ActionEntry> &Actions, in computeActionsTable()
358 SmallVector<ActionEntry, 32> Actions; in emitExceptionTable() local
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst719 Actions chapter
/external/clang/include/clang/Driver/
DCompilation.h66 ActionList Actions; variable
/external/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()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp56 SmallVectorImpl<ActionEntry> &Actions, in computeActionsTable()
402 SmallVector<ActionEntry, 32> Actions; in emitExceptionTable() local
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1322 SmallVector<SizeAndActionsVec, 1> &Actions = ScalarActions[OpcodeIdx]; in setScalarAction() local
1332 SmallVector<SizeAndActionsVec, 1> &Actions = in setPointerAction() local
1345 SmallVector<SizeAndActionsVec, 1> &Actions = in setScalarInVectorAction() local
1361 SmallVector<SizeAndActionsVec, 1> &Actions = in setVectorNumElementAction() local
1428 SmallVector<SizeAndActionsVec, 1> &Actions, in setActions()
/external/llvm-project/clang/include/clang/Driver/
DCompilation.h76 ActionList Actions; variable
/external/rust/crates/gdbstub/examples/armv4t_multicore/
Dgdb.rs67 actions: Actions, in resume()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DLSPClient.cpp128 std::queue<std::function<void(Transport::MessageHandler &)>> Actions; member in clang::clangd::LSPClient::TransportImpl
/external/perfetto/ui/src/common/
Dactions.ts889 export const Actions = constant
/external/clang/lib/Parse/
DParsePragma.cpp108 Sema &Actions; member
117 Sema &Actions; member
145 Sema &Actions; member

123