Home
last modified time | relevance | path

Searched defs:Action (Results 1 – 25 of 85) sorted by relevance

1234

/external/clang/test/SemaCXX/
Dconstexpr-turing.cpp9 struct Action { struct
14 using State = Action[2]; argument
/external/libchrome/base/posix/
Dfile_descriptor_shuffle_unittest.cc17 struct Action { struct
18 enum Type {
24 Action(Type in_type, int in_fd1, int in_fd2 = -1) in Action() argument
30 bool operator==(const Action& other) const { in operator ==()
36 Type type;
37 int fd1;
38 int fd2;
/external/compiler-rt/lib/asan/tests/
Dasan_exceptions_test.cc5 class Action { class
7 Action() {} in Action() function in Action
/external/clang/lib/Tooling/
DTooling.cpp195 FrontendAction *Action; member in clang::tooling::__anon5787d6230111::SingleFrontendActionFactory
198 SingleFrontendActionFactory(FrontendAction *Action) : Action(Action) {} in SingleFrontendActionFactory()
206 std::vector<std::string> CommandLine, ToolAction *Action, in ToolInvocation()
339 int ClangTool::run(ToolAction *Action) { in run()
465 ASTBuilderAction Action(ASTs); in buildASTs() local
484 ASTBuilderAction Action(ASTs); in buildASTFromCodeWithArgs() local
/external/llvm/lib/Analysis/
DAnalysis.cpp84 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
105 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
/external/clang/include/clang/Driver/
DAction.h76 Action(ActionClass Kind, types::ID Type) in Action() function
78 Action(ActionClass Kind, std::unique_ptr<Action> Input, types::ID Type) in Action() function
81 Action(ActionClass Kind, std::unique_ptr<Action> Input) in Action() function
84 Action(ActionClass Kind, const ActionList &Inputs, types::ID Type) in Action() function
DUtil.h20 class Action; variable
/external/vogar/src/vogar/
DAction.java25 public final class Action { class
36 public Action(String name, String actionClass, File resourcesDirectory, in Action() method in Action
/external/llvm/lib/LineEditor/
DLineEditor.cpp55 CompletionAction Action; in complete() local
85 CompletionAction Action; in getCompletionAction() local
142 LineEditor::CompletionAction Action = Data->LE->getCompletionAction( in ElCompletionFn() local
/external/clang/unittests/Tooling/
DToolingTest.cpp133 std::unique_ptr<FrontendAction> Action(Factory->create()); in TEST() local
147 std::unique_ptr<FrontendAction> Action(Factory->create()); in TEST() local
231 std::unique_ptr<FrontendActionFactory> Action( in TEST() local
285 std::unique_ptr<FrontendActionFactory> Action( in TEST() local
423 std::unique_ptr<FrontendActionFactory> Action( in TEST() local
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DFunctionDelegates.cs35 public delegate void Action(); in Action() method
/external/droiddriver/src/io/appium/droiddriver/actions/
DAction.java26 public interface Action { interface
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp909 MatchCallback *Action) { in addMatcher()
915 MatchCallback *Action) { in addMatcher()
921 MatchCallback *Action) { in addMatcher()
927 MatchCallback *Action) { in addMatcher()
933 MatchCallback *Action) { in addMatcher()
939 MatchCallback *Action) { in addMatcher()
945 MatchCallback *Action) { in addDynamicMatcher()
/external/gmock/include/gmock/
Dgmock-actions.h287 Action() : impl_(NULL) {} in Action() function
291 explicit Action(ActionInterface<F>* impl) : impl_(impl) {} in Action() function
294 Action(const Action& action) : impl_(action.impl_) {} in Action() function
936 Action<To>::Action(const Action<From>& from) in Action() function
/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h287 Action() : impl_(NULL) {} in Action() function
291 explicit Action(ActionInterface<F>* impl) : impl_(impl) {} in Action() function
294 Action(const Action& action) : impl_(action.impl_) {} in Action() function
936 Action<To>::Action(const Action<From>& from) in Action() function
/external/clang/lib/CodeGen/
DBackendUtil.cpp587 bool EmitAssemblyHelper::AddEmitPasses(BackendAction Action, in AddEmitPasses()
624 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, in EmitAssembly()
690 Module *M, BackendAction Action, in EmitBackendOutput()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeFilter.cs36 public delegate void Action(); in Action() method
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp36 StringRef Action("unknown"); in CreateFrontendBaseAction() local
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DMultiSynch.java29 public interface Action { interface in MultiSynch
/external/llvm/tools/llvm-mc-fuzzer/
Dllvm-mc-fuzzer.cpp30 Action(cl::desc("Action to perform:"), variable
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp60 TestFrontendAction Action(Source); in testExternalASTSource() local
/external/cros/system_api/dbus/power_manager/
Dpolicy.proto24 enum Action { enum
/external/llvm/utils/TableGen/
DTableGen.cpp50 Action(cl::desc("Action to perform:"), variable
/external/protobuf/benchmarks/
DProtoBench.java200 interface Action { interface in ProtoBench
/external/clang/include/clang/Tooling/
DTooling.h263 ToolAction *Action; variable

1234