/external/clang/test/SemaCXX/ |
D | constexpr-turing.cpp | 9 struct Action { struct 14 using State = Action[2]; argument
|
/external/libchrome/base/posix/ |
D | file_descriptor_shuffle_unittest.cc | 17 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/ |
D | asan_exceptions_test.cc | 5 class Action { class 7 Action() {} in Action() function in Action
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Analysis.cpp | 78 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule() 92 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
|
/external/llvm/lib/Analysis/ |
D | Analysis.cpp | 88 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule() 109 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
|
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 80 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/ |
D | Action.java | 25 public final class Action { class 36 public Action(String name, String actionClass, File resourcesDirectory, in Action() method in Action
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 201 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/ |
D | Action.h | 98 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
|
D | Util.h | 20 class Action; variable
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | TableGen.cpp | 63 Action(cl::desc("Action to perform:"), variable 196 LLVMTableGenAction Action; in main() local
|
/external/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 57 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/ |
D | ToolingTest.cpp | 133 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/ |
D | FunctionDelegates.cs | 35 public delegate void Action(); in Action() method
|
/external/droiddriver/src/io/appium/droiddriver/actions/ |
D | Action.java | 26 public interface Action { interface
|
/external/v8/src/interpreter/ |
D | bytecode-peephole-optimizer.h | 38 #define DECLARE_ACTION(Action) \ in NON_EXPORTED_BASE() argument
|
D | bytecode-peephole-table.h | 38 #define DECLARE_PEEPHOLE_ACTION(Action) k##Action, argument
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 902 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/ |
D | gmock-actions.h | 287 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/ |
D | TreeFilter.cs | 36 public delegate void Action(); in Action() method
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
D | MultiSynch.java | 29 public interface Action { interface in MultiSynch
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | Main.cpp | 50 int TableGenMain(char *argv0, TableGenAction &Action) { in TableGenMain()
|
/external/clang/lib/FrontendTool/ |
D | ExecuteCompilerInvocation.cpp | 37 StringRef Action("unknown"); in CreateFrontendBaseAction() local
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITDwarfEmitter.cpp | 192 unsigned Action; member 279 ActionEntry Action = {ValueForTypeID, NextAction, PrevAction}; in EmitExceptionTable() local 444 ActionEntry &Action = Actions[I]; in EmitExceptionTable() local
|
/external/clang/unittests/AST/ |
D | ExternalASTSourceTest.cpp | 60 TestFrontendAction Action(Source); in testExternalASTSource() local
|