Home
last modified time | relevance | path

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

12345

/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/swiftshader/third_party/LLVM/lib/Analysis/
DAnalysis.cpp78 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
92 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
/external/llvm/lib/Analysis/
DAnalysis.cpp88 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
109 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
/external/clang/lib/Sema/
DSemaAttr.cpp80 PragmaMsStackAction Action = Sema::PSK_Reset; in ActOnPragmaOptionsAlign() local
129 void Sema::ActOnPragmaPack(SourceLocation PragmaLoc, PragmaMsStackAction Action, in ActOnPragmaPack()
202 void Sema::ActOnPragmaMSVtorDisp(PragmaMsStackAction Action, in ActOnPragmaMSVtorDisp()
213 PragmaMsStackAction Action, in Act()
296 PragmaMsStackAction Action, in ActOnPragmaMSSeg()
/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/clang/lib/Tooling/
DTooling.cpp201 FrontendAction *Action; member in clang::tooling::__anon5787d6230111::SingleFrontendActionFactory
204 SingleFrontendActionFactory(FrontendAction *Action) : Action(Action) {} in SingleFrontendActionFactory()
212 std::vector<std::string> CommandLine, ToolAction *Action, in ToolInvocation()
360 int ClangTool::run(ToolAction *Action) { in run()
488 ASTBuilderAction Action(ASTs); in buildASTs() local
507 ASTBuilderAction Action(ASTs); in buildASTFromCodeWithArgs() local
/external/clang/include/clang/Driver/
DAction.h98 Action(ActionClass Kind, types::ID Type) : Action(Kind, ActionList(), Type) {} in Action() function
99 Action(ActionClass Kind, Action *Input, types::ID Type) in Action() function
101 Action(ActionClass Kind, Action *Input) in Action() function
103 Action(ActionClass Kind, const ActionList &Inputs, types::ID Type) in Action() function
DUtil.h20 class Action; variable
/external/swiftshader/third_party/LLVM/utils/TableGen/
DTableGen.cpp63 Action(cl::desc("Action to perform:"), variable
196 LLVMTableGenAction Action; in main() local
/external/llvm/lib/LineEditor/
DLineEditor.cpp57 CompletionAction Action; in complete() local
87 CompletionAction Action; in getCompletionAction() local
146 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
340 std::unique_ptr<FrontendActionFactory> Action( in TEST() local
478 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/v8/src/interpreter/
Dbytecode-peephole-optimizer.h38 #define DECLARE_ACTION(Action) \ in NON_EXPORTED_BASE() argument
Dbytecode-peephole-table.h38 #define DECLARE_PEEPHOLE_ACTION(Action) k##Action, argument
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp902 MatchCallback *Action) { in addMatcher()
908 MatchCallback *Action) { in addMatcher()
914 MatchCallback *Action) { in addMatcher()
920 MatchCallback *Action) { in addMatcher()
926 MatchCallback *Action) { in addMatcher()
932 MatchCallback *Action) { in addMatcher()
938 MatchCallback *Action) { in addDynamicMatcher()
/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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeFilter.cs36 public delegate void Action(); in Action() method
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DMultiSynch.java29 public interface Action { interface in MultiSynch
/external/swiftshader/third_party/LLVM/lib/TableGen/
DMain.cpp50 int TableGenMain(char *argv0, TableGenAction &Action) { in TableGenMain()
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp37 StringRef Action("unknown"); in CreateFrontendBaseAction() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp192 unsigned Action; member
279 ActionEntry Action = {ValueForTypeID, NextAction, PrevAction}; in EmitExceptionTable() local
444 ActionEntry &Action = Actions[I]; in EmitExceptionTable() local
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp60 TestFrontendAction Action(Source); in testExternalASTSource() local

12345