/external/v8/tools/gcmole/ |
gcmole.cc | 473 class Action : public clang::PluginASTAction { 491 static clang::FrontendPluginRegistry::Add<Action<ExpressionsFinder> > 494 static clang::FrontendPluginRegistry::Add<Action<FunctionDeclarationFinder> >
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-generated-actions.h | 585 // Implements the WithArgs action. 591 explicit WithArgsAction(const InnerAction& action) : action_(action) {} 594 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); } 603 explicit Impl(const InnerAction& action) : action_(action) {} 614 Action<InnerFunctionType> action_; 622 // A macro from the ACTION* family (defined later in this file) 623 // defines an action that can be used in a mock function. Typically, 625 // function. For example, if such an action only uses the secon [all...] |
/external/llvm/utils/TableGen/ |
TableGen.cpp | 94 Action(cl::desc("Action to perform:"), 256 switch (Action) { 384 assert(1 && "Invalid Action");
|
/external/skia/include/views/ |
SkWidget.h | 383 enum Action { 390 action occurs. If event is null, then no event will be posted for 391 the specified action. 393 void setActionEvent(Action, SkEvent* event);
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
session.cc | 1038 template <typename Action> 1039 bool Session::SendMessage(ActionType type, const Action& action, 1043 if (!WriteActionMessage(type, action, stanza.get(), error)) 1050 template <typename Action [all...] |
/frameworks/base/drm/java/android/drm/ |
DrmManagerClient.java | 316 * @param action Action defined in {@link DrmStore.Action}. 321 public ContentValues getConstraints(String path, int action) { 322 if (null == path || path.equals("") || !DrmStore.Action.isValid(action)) { 325 return _getConstraints(mUniqueId, path, action); 347 * @param action Action defined in {@link DrmStore.Action} [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionManager.java | 31 import org.eclipse.jface.action.Action; 32 import org.eclipse.jface.action.ActionContributionItem; 33 import org.eclipse.jface.action.IAction; 34 import org.eclipse.jface.action.Separator; 746 * Updates menu actions and the layout action bar after a selection change - these are [all...] |
ClipboardSupport.java | 33 import org.eclipse.jface.action.Action; 82 * Perform the "Copy" action, either from the Edit menu or from the context 97 // The error message area shares the copy action with the canvas. Invoking the 98 // copy action when there are errors visible *AND* the user has selected text there, 131 * Perform the "Cut" action, either from the Edit menu or from the context 153 * @param verb A translated verb for the action. Will be used for the 155 * {@link Action#getText()} for either the cut or the delete 249 * Perform the "Paste" action, either from the Edit menu or from the context
|
PaletteControl.java | 59 import org.eclipse.jface.action.Action; 60 import org.eclipse.jface.action.IAction; 61 import org.eclipse.jface.action.MenuManager; 62 import org.eclipse.jface.action.Separator; [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncapi.h | 636 enum Action { 648 Action action; member in struct:sync_api::SyncManager::ChangeRecord [all...] |
/external/llvm/lib/CompilerDriver/ |
CompilationGraph.cpp | 189 Action CurAction; 388 Action CurAction;
|
/external/llvm/tools/llvm-mc/ |
llvm-mc.cpp | 146 Action(cl::desc("Action to perform:"), 477 switch (Action) {
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/ |
MonkeyRecorderFrame.java | 21 import com.android.monkeyrunner.recorder.actions.Action; 426 public void addAction(Action a) { 431 LOG.log(Level.SEVERE, "Unable to execute action!", e);
|
/sdk/traceview/src/com/android/traceview/ |
ProfileView.java | 271 Selection.Action action = selection.getAction(); local 272 if (action != Selection.Action.Highlight)
|
/external/bluetooth/glib/gio/win32/ |
gwin32directorymonitor.c | 126 g_file_monitor_emit_event (priv->self, file, NULL, events [pfile_notify_walker->Action]);
|
/external/chromium/chrome/browser/sync/glue/ |
session_change_processor.cc | 172 sync_api::SyncManager::ChangeRecord::Action action(change.action); 173 if (sync_api::SyncManager::ChangeRecord::ACTION_DELETE == action) {
|
autofill_profile_change_processor.cc | 75 changes[i].action) { 82 autofill_changes_.push_back(AutofillProfileChangeRecord(changes[i].action, 98 autofill_changes_.push_back(AutofillProfileChangeRecord(changes[i].action, 209 sync_api::SyncManager::ChangeRecord::Action action, 213 DCHECK_NE(sync_api::SyncManager::ChangeRecord::ACTION_DELETE, action); 214 switch (action) {
|
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 486 /// Note: This is used internally by the top-level tracking action 592 /// \param Action - The ASTFrontendAction to invoke. Its ownership is not 596 ASTFrontendAction *Action = 0);
|
/external/v8/src/ |
jsregexp.h | 419 VISIT(Action) \ 792 // TODO(erikcorry): We should allow some action nodes in greedy loops. [all...] |
/external/clang/lib/Sema/ |
SemaExprCXX.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeDAG.cpp | [all...] |
/prebuilt/common/netbeans-visual/ |
org-openide-util.jar | |
/external/clang/lib/Frontend/ |
ASTUnit.cpp | [all...] |
/external/icu4c/test/intltest/ |
calregts.cpp | [all...] |
/external/blktrace/doc/ |
blktrace.tex | 486 & & action specifiers in section~\ref{sec:act-table} \\ \hline 578 below it in the io stack. The remap action details what exactly is 593 \emph{a} & Action, a (small) string (1 or 2 characters) -- see table below for more details \\ \hline 627 \subsubsection{\label{sec:act-table}Action Table} 674 Seeing this in action: 684 \paragraph{Default output per action} [all...] |