Home
last modified time | relevance | path

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

1234

/external/lldb/tools/debugserver/source/MacOSX/
DMachException.h122 struct Action struct
129 uint8_t flags; // Action flags describing what to do with the exception argument
/external/clang/test/SemaCXX/
Dconstexpr-turing.cpp9 struct Action { struct
14 using State = Action[2]; argument
/external/chromium_org/ui/app_list/
Dsearch_result.h61 struct APP_LIST_EXPORT Action { struct
77 typedef std::vector<Action> Actions; argument
Dsearch_result.cc12 SearchResult::Action::Action(const gfx::ImageSkia& base_image, in Action() function in app_list::SearchResult::Action
21 SearchResult::Action::Action(const base::string16& label_text, in Action() function in app_list::SearchResult::Action
/external/compiler-rt/lib/asan/tests/
Dasan_exceptions_test.cc5 class Action { class
7 Action() {} in Action() function in Action
/external/chromium_org/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/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
Ddfa.h22 typedef struct Action { struct
24 ActionType type; argument
39 } Action; argument
/external/llvm/lib/Analysis/
DAnalysis.cpp75 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
96 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
/external/pdfium/fpdfsdk/src/
Dfpdfdoc.cpp54 CPDF_Action Action = Bookmark.GetAction(); in FPDFBookmark_GetDest() local
71 CPDF_Action Action = (CPDF_Dictionary*)action; in FPDFAction_GetType() local
93 CPDF_Action Action = (CPDF_Dictionary*)action; in FPDFAction_GetDest() local
104 CPDF_Action Action = (CPDF_Dictionary*)action; in FPDFAction_GetURIPath() local
155 CPDF_Action Action = Link.GetAction(); in FPDFLink_GetDest() local
/external/chromium_org/chrome/browser/extensions/activity_log/
Dad_network_database.h13 class Action; variable
/external/clang/lib/Tooling/
DTooling.cpp158 FrontendAction *Action; member in clang::tooling::__anonfaa9c73a0111::SingleFrontendActionFactory
161 SingleFrontendActionFactory(FrontendAction *Action) : Action(Action) {} in SingleFrontendActionFactory()
169 ToolAction *Action, FileManager *Files) in ToolInvocation()
321 int ClangTool::run(ToolAction *Action) { in run()
395 ASTBuilderAction Action(ASTs); in buildASTs() local
412 ASTBuilderAction Action(ASTs); in buildASTFromCodeWithArgs() local
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DFunctionDelegates.cs35 public delegate void Action(); in Action() method
/external/droiddriver/src/com/google/android/droiddriver/actions/
DAction.java26 public interface Action { interface
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorHistory.cpp57 InspectorHistory::Action::Action(const String& name) : m_name(name) in Action() function in blink::InspectorHistory::Action
84 void InspectorHistory::Action::merge(PassRefPtrWillBeRawPtr<Action>) in merge()
/external/clang/include/clang/Driver/
DUtil.h24 class Action; variable
DAction.h73 Action(ActionClass _Kind, types::ID _Type) in Action() function
75 Action(ActionClass _Kind, Action *Input, types::ID _Type) in Action() function
77 Action(ActionClass _Kind, const ActionList &_Inputs, types::ID _Type) in Action() function
/external/chromium_org/chrome/browser/download/
Ddownload_danger_prompt.h25 enum Action { enum
/external/chromium_org/content/browser/renderer_host/input/
Dsynthetic_gesture_target_android.h46 enum Action { enum
/external/chromium_org/tools/cr/cr/actions/
Daction.py10 class Action(cr.Plugin): class
/external/clang/unittests/Tooling/
DToolingTest.cpp123 std::unique_ptr<FrontendAction> Action(Factory->create()); in TEST() local
137 std::unique_ptr<FrontendAction> Action(Factory->create()); in TEST() local
209 std::unique_ptr<FrontendActionFactory> Action( in TEST() local
282 std::unique_ptr<FrontendActionFactory> Action( in TEST() local
333 std::unique_ptr<FrontendActionFactory> Action( in TEST() local
/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/chromium_org/sync/internal_api/public/
Dchange_record.h45 enum Action { enum
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp773 MatchCallback *Action) { in addMatcher()
778 MatchCallback *Action) { in addMatcher()
783 MatchCallback *Action) { in addMatcher()
788 MatchCallback *Action) { in addMatcher()
793 MatchCallback *Action) { in addMatcher()
798 MatchCallback *Action) { in addMatcher()
803 MatchCallback *Action) { in addDynamicMatcher()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeFilter.cs36 public delegate void Action(); in Action() method
/external/chromium_org/content/renderer/media/
Dpeer_connection_tracker.h46 enum Action { enum

1234