HomeSort by relevance Sort by last modified time
    Searched refs:Action (Results 101 - 125 of 354) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/scons/
custom.py 27 # ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
39 import SCons.Action
80 action_list = [ SCons.Action.Action("$ARCOM", "$ARCOMSTR") ]
82 ranlib_action = SCons.Action.Action("$RANLIBCOM", "$RANLIBCOMSTR")
85 convenience_lib = SCons.Builder.Builder(action = action_list,
135 action = SCons.Action.Action(command, "$CODEGENCOMSTR"
    [all...]
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log.h 46 virtual void OnExtensionActivity(scoped_refptr<Action> activity) = 0;
68 // Logs an extension action: passes it to any installed policy to be logged
71 void LogAction(scoped_refptr<Action> action);
80 <void(scoped_ptr<std::vector<scoped_refptr<Action> > >)>&
activity_log.cc 120 // Translate tab IDs to URLs in tabs API calls. Mutates the Action object in
129 void LookupTabIds(scoped_refptr<extensions::Action> action, Profile* profile) {
130 const std::string& api_call = action->api_name();
150 base::ListValue* args = action->mutable_args();
156 action->set_arg_url(url);
157 action->set_arg_incognito(is_incognito);
170 action->set_arg_url(url);
171 action->set_arg_incognito(is_incognito);
350 void ActivityLog::LogAction(scoped_refptr<Action> action)
408 scoped_refptr<Action> action; local
    [all...]
activity_log_browsertest.cc 40 scoped_ptr<std::vector<scoped_refptr<Action> > > i) {
46 scoped_refptr<Action> last = i->front();
  /external/chromium_org/chrome/browser/extensions/api/activity_log_private/
activity_log_private_api_unittest.cc 31 // TODO(felt): These are the old unit tests from before the activity log Action
36 scoped_refptr<Action> action(
44 action->ConvertToExtensionActivity();
59 scoped_refptr<Action> action(
68 action->ConvertToExtensionActivity();
83 scoped_refptr<Action> action(
93 action->ConvertToExtensionActivity()
    [all...]
activity_log_private_api.h 51 virtual void OnExtensionActivity(scoped_refptr<Action> activity) OVERRIDE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DeviceViewAction.java 8 import org.eclipse.jface.action.Action;
19 private static final class StartTraceAction extends Action {
105 public Action getAction() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ActionBatch.java 73 Forget is an DB maintenance action that removes the entry if it is not installed or disabled.
81 * Action is basically like a Runnable that takes an argument.
83 public interface Action {
85 * Execute this action NOW.
92 * An action that starts downloading an available word list.
94 public static final class StartDownloadAction implements Action {
103 DebugLogUtils.l("New download action for client ", clientId, " : ", wordList);
134 + " for an upgrade action. Fall back to download.");
189 * An action that updates the database to reflect the status of a newly installed word list.
191 public static final class InstallAfterDownloadAction implements Action {
    [all...]
  /external/chromium_org/chrome/browser/download/
download_danger_prompt.cc 35 virtual void InvokeActionForTesting(Action action) OVERRIDE;
49 void RunDone(Action action);
77 void DownloadDangerPromptImpl::InvokeActionForTesting(Action action) {
78 switch (action) {
165 void DownloadDangerPromptImpl::RunDone(Action action) {
176 done.Run(action);
    [all...]
  /external/chromium_org/chrome/browser/sync/
abstract_profile_sync_service_test.h 31 int64 node_id, syncer::ChangeRecord::Action action);
  /external/chromium_org/net/websockets/
PRESUBMIT.py 33 if af.Action().startswith('A'))
  /external/chromium_org/sync/internal_api/
change_reorder_buffer.h 71 typedef std::map<int64, ChangeRecord::Action> OperationMap;
  /external/chromium_org/sync/protocol/
proto_enum_conversions.h 46 sync_pb::SyncEnums::Action action);
  /external/droiddriver/src/com/google/android/droiddriver/base/
AbstractUiElement.java 21 import com.google.android.droiddriver.actions.Action;
55 public boolean perform(Action action) {
56 Logs.call(this, "perform", action);
58 return performAndWait(action);
61 protected boolean doPerform(Action action) {
62 return action.perform(getInjector(), this);
70 private boolean performAndWait(final Action action) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
PixelPerfectLoupeView.java 28 import org.eclipse.jface.action.Action;
29 import org.eclipse.jface.action.IMenuManager;
30 import org.eclipse.jface.action.IToolBarManager;
48 private Action mShowInLoupeAction = new Action("&Show Overlay", Action.AS_CHECK_BOX) {
  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.h 91 sync_api::SyncManager::ChangeRecord::Action action,
96 sync_api::SyncManager::ChangeRecord::Action action,
  /external/chromium_org/chrome/browser/extensions/
extension_toolbar_model.h 26 // The action that should be taken as a result of clicking a browser action.
27 enum Action {
39 // An extension with a browser action button has been added, and should go
44 // The browser action button for |extension| should no longer show.
47 // The browser action button for |extension| has been moved to |index|.
62 // Executes the browser action for an extension and returns the action that
66 Action ExecuteBrowserAction(const extensions::Extension* extension,
126 // Ordered list of browser action buttons
    [all...]
  /external/clang/lib/Driver/
Android.mk 16 Action.cpp \
  /external/clang/test/SemaCXX/
constexpr-turing.cpp 9 struct Action {
14 using State = Action[2];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ExportScreenshotAction.java 22 import org.eclipse.jface.action.Action;
35 class ExportScreenshotAction extends Action {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java 41 public class Action implements RenderingRequestCaller {
43 private static final String LOGTAG = "Action";
61 public Action(FilterShowActivity context, FilterRepresentation representation, int type,
69 public Action(FilterShowActivity context, FilterRepresentation representation, int type) {
74 public Action(FilterShowActivity context, int type) {
80 public Action(FilterShowActivity context, FilterRepresentation representation) {
121 if (getType() == Action.ADD_ACTION) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 65 import org.eclipse.jface.action.Action;
66 import org.eclipse.jface.action.IAction;
67 import org.eclipse.jface.action.IMenuManager;
68 import org.eclipse.jface.action.IToolBarManager;
69 import org.eclipse.jface.action.Separator;
109 private Action mResetAdbAction;
110 private Action mCaptureAction;
111 private Action mViewUiAutomatorHierarchyAction;
112 private Action mSystraceAction
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 104 bool AddEmitPasses(BackendAction Action, formatted_raw_ostream &OS,
123 void EmitAssembly(BackendAction Action, raw_ostream *OS);
477 bool EmitAssemblyHelper::AddEmitPasses(BackendAction Action,
497 if (Action == Backend_EmitObj)
499 else if (Action == Backend_EmitMCNull)
502 assert(Action == Backend_EmitAssembly && "Invalid action!");
520 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, raw_ostream *OS) {
524 bool UsesCodeGen = (Action != Backend_EmitNothing &&
525 Action != Backend_EmitBC &
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 38 import org.eclipse.jface.action.Action;
39 import org.eclipse.jface.action.IStatusLineManager;
40 import org.eclipse.jface.action.IToolBarManager;
41 import org.eclipse.jface.action.Separator;
106 private Action mFixAction;
107 private Action mRemoveAction;
108 private Action mIgnoreAction;
109 private Action mAlwaysIgnoreAction;
110 private Action mIgnoreFileAction
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_message_filter.cc 49 // Logs an action to the extension activity log for the specified profile. Can
53 scoped_refptr<extensions::Action> action) {
59 base::Bind(&AddActionToExtensionActivityLog, profile, action));
61 // If the action included a URL, check whether it is for an incognito
64 if (action->page_url().is_valid() || !action->page_title().empty())
65 action->set_page_incognito(profile->IsOffTheRecord());
68 activity_log->LogAction(action);
511 scoped_refptr<extensions::Action> action = new extensions::Action local
525 scoped_refptr<extensions::Action> action = new extensions::Action( local
539 scoped_refptr<extensions::Action> action = new extensions::Action( local
553 scoped_refptr<extensions::Action> action = new extensions::Action( local
    [all...]

Completed in 1074 milliseconds

1 2 3 45 6 7 8 91011>>