/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/clang/lib/Tooling/ |
D | Tooling.cpp | 195 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/ |
D | Analysis.cpp | 84 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule() 105 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
|
/external/clang/include/clang/Driver/ |
D | Action.h | 76 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
|
D | Util.h | 20 class Action; variable
|
/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/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 55 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/ |
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 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/ |
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/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 909 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/ |
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/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/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 587 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/ |
D | TreeFilter.cs | 36 public delegate void Action(); in Action() method
|
/external/clang/lib/FrontendTool/ |
D | ExecuteCompilerInvocation.cpp | 36 StringRef Action("unknown"); in CreateFrontendBaseAction() local
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
D | MultiSynch.java | 29 public interface Action { interface in MultiSynch
|
/external/llvm/tools/llvm-mc-fuzzer/ |
D | llvm-mc-fuzzer.cpp | 30 Action(cl::desc("Action to perform:"), variable
|
/external/clang/unittests/AST/ |
D | ExternalASTSourceTest.cpp | 60 TestFrontendAction Action(Source); in testExternalASTSource() local
|
/external/cros/system_api/dbus/power_manager/ |
D | policy.proto | 24 enum Action { enum
|
/external/llvm/utils/TableGen/ |
D | TableGen.cpp | 50 Action(cl::desc("Action to perform:"), variable
|
/external/protobuf/benchmarks/ |
D | ProtoBench.java | 200 interface Action { interface in ProtoBench
|
/external/clang/include/clang/Tooling/ |
D | Tooling.h | 263 ToolAction *Action; variable
|