Searched refs:action (Results 76 - 100 of 2925) sorted by relevance

1234567891011>>

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DIFlyoutMenuContributor.java13 import org.eclipse.jface.action.IMenuManager;
/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp51 FX_BOOL CPDFSDK_ActionHandler::DoAction_DocOpen(const CPDF_Action& action, CPDFSDK_Document* pDocument argument
55 return ExecuteDocumentOpenAction(action, pDocument, /*pDocView, */list);
93 FX_BOOL CPDFSDK_ActionHandler::DoAction_Page(const CPDF_Action& action, enum CPDF_AAction::AActionType eType, argument
97 return ExecuteDocumentPageAction(action, eType, pDocument,/* pDocView,*/ list);
100 FX_BOOL CPDFSDK_ActionHandler::DoAction_Document(const CPDF_Action& action, enum CPDF_AAction::AActionType eType, argument
104 return ExecuteDocumentPageAction(action, eType, pDocument,/* pDocView,*/ list);
107 FX_BOOL CPDFSDK_ActionHandler::DoAction_BookMark(CPDF_Bookmark *pBookMark, const CPDF_Action& action, CPDF_AAction::AActionType type, argument
111 return this->ExecuteBookMark(action, pDocument,/* pDocView,*/ pBookMark, list);
114 FX_BOOL CPDFSDK_ActionHandler::DoAction_Screen(const CPDF_Action& action, CPDF_AAction::AActionType type, argument
118 return this->ExecuteScreenAction(action, typ
121 DoAction_Link(const CPDF_Action& action, CPDFSDK_Document* pDocument ) argument
128 DoAction_Field(const CPDF_Action& action, CPDF_AAction::AActionType type, CPDFSDK_Document* pDocument, CPDF_FormField* pFormField, PDFSDK_FieldAction& data) argument
136 ExecuteDocumentOpenAction(const CPDF_Action& action, CPDFSDK_Document* pDocument, CFX_PtrList& list) argument
175 ExecuteLinkAction(const CPDF_Action& action, CPDFSDK_Document* pDocument, CFX_PtrList& list) argument
231 ExecuteDocumentPageAction(const CPDF_Action& action, CPDF_AAction::AActionType type, CPDFSDK_Document* pDocument, CFX_PtrList& list) argument
290 ExecuteFieldAction(const CPDF_Action& action, CPDF_AAction::AActionType type, CPDFSDK_Document* pDocument, CPDF_FormField* pFormField, PDFSDK_FieldAction& data, CFX_PtrList& list) argument
331 ExecuteScreenAction(const CPDF_Action& action, CPDF_AAction::AActionType type, CPDFSDK_Document* pDocument, CPDFSDK_Annot* pScreen, CFX_PtrList& list) argument
422 ExecuteBookMark(const CPDF_Action& action, CPDFSDK_Document* pDocument, CPDF_Bookmark* pBookmark, CFX_PtrList& list) argument
478 DoAction_NoJs(const CPDF_Action& action, CPDFSDK_Document* pDocument ) argument
569 DoAction_GoTo(CPDFSDK_Document* pDocument, const CPDF_Action& action) argument
602 DoAction_GoToR(CPDFSDK_Document* pDocument, const CPDF_Action& action) argument
607 DoAction_Launch(CPDFSDK_Document* pDocument, const CPDF_Action& action) argument
612 DoAction_URI(CPDFSDK_Document* pDocument, const CPDF_Action& action) argument
624 DoAction_Named(CPDFSDK_Document* pDocument, const CPDF_Action& action) argument
634 DoAction_SetOCGState(CPDFSDK_Document* pDocument, const CPDF_Action& action) argument
779 DoAction_Hide(const CPDF_Action& action, CPDFSDK_Document* pDocument) argument
795 DoAction_SubmitForm(const CPDF_Action& action, CPDFSDK_Document* pDocument) argument
805 DoAction_ResetForm(const CPDF_Action& action, CPDFSDK_Document* pDocument) argument
820 DoAction_ImportData(const CPDF_Action& action, CPDFSDK_Document* pDocument) argument
836 DoAction_Rendition(const CPDF_Action& action, CPDFSDK_Document* pDocument) argument
841 DoAction_Sound(const CPDF_Action& action, CPDFSDK_Document* pDocument) argument
846 DoAction_Movie(const CPDF_Action& action, CPDFSDK_Document* pDocument) argument
[all...]
/external/chromium_org/build/android/
H A Dadb_run_android_webview_shell12 -a android.intent.action.VIEW \
H A Dadb_run_chrome_shell12 -a android.intent.action.VIEW \
/external/chromium_org/chrome/browser/extensions/
H A Dlocation_bar_controller.cc42 // one action per extension. If clicking on an active script action ever
44 ExtensionAction* action = local
46 if (!action)
47 action = active_script_controller_->GetActionForExtension(*iter);
48 if (action)
49 current_actions.push_back(action);
56 const ExtensionAction* action) {
59 ->enabled_extensions().GetByID(action->extension_id());
60 CHECK(extension) << action
55 OnClicked( const ExtensionAction* action) argument
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebMenuItemInfo.h52 , action(0)
63 unsigned action; member in struct:blink::WebMenuItemInfo
/external/droiddriver/src/com/google/android/droiddriver/validators/
H A DExemptRootValidator.java27 public boolean isApplicable(UiElement element, Action action) { argument
32 public String validate(UiElement element, Action action) { argument
H A DVisibilityValidator.java27 public boolean isApplicable(UiElement element, Action action) { argument
32 public String validate(UiElement element, Action action) { argument
/external/valgrind/main/none/tests/x86/
H A Dint.stderr.exp3 Process terminating with default action of signal 11 (SIGSEGV)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Drun_webkit_tests.py103 action="append", default=[],
108 action="store_false", dest='android_logging', default=True,
113 optparse.make_option("-p", "--pixel", "--pixel-tests", action="store_true",
115 optparse.make_option("--no-pixel", "--no-pixel-tests", action="store_false",
120 optparse.make_option("--add-platform-exceptions", action="store_true", default=False,
122 optparse.make_option("--new-baseline", action="store_true",
126 optparse.make_option("--reset-results", action="store_true",
129 optparse.make_option("--no-new-test-results", action="store_false",
134 optparse.make_option("--pixel-test-directory", action="append", default=[], dest="pixel_test_directories",
142 optparse.make_option("--skip-failing-tests", action
[all...]
/external/chromium_org/base/metrics/
H A Duser_metrics.cc20 // Records the |action|.
21 void Record(const std::string& action) { argument
24 callbacks_[i].Run(action);
57 void RecordAction(const UserMetricsAction& action) { argument
58 g_callbacks.Get().Record(action.str_);
61 void RecordComputedAction(const std::string& action) { argument
62 g_callbacks.Get().Record(action);
/external/chromium_org/ui/events/test/
H A Dmock_motion_event.cc15 : action(ACTION_CANCEL), pointer_count(1), touch_major(TOUCH_MAJOR), id(0),
19 MockMotionEvent::MockMotionEvent(Action action) argument
20 : action(action), pointer_count(1), touch_major(TOUCH_MAJOR), id(0),
24 MockMotionEvent::MockMotionEvent(Action action, argument
28 : action(action),
38 MockMotionEvent::MockMotionEvent(Action action, argument
44 : action(action),
56 MockMotionEvent(Action action, TimeTicks time, float x0, float y0, float x1, float y1, float x2, float y2) argument
[all...]
/external/clang/utils/analyzer/
H A Dubiviz29 action = data[0]
30 if action == 'vertex':
35 elif action == 'edge':
41 elif action == "vertex_style":
47 elif action == "vertex_style_attribute":
51 elif action == "change_vertex_style":
/external/eigen/bench/btl/generic_bench/timers/
H A Dx86_perf_analyzer.hh46 ACTION action(size);
59 action.initialize();
60 action.calculate();
67 if (j==0) action.check_result();
74 action.initialize();
92 // cout << size <<" "<<baseline_time<<" "<<calculate_time<<" "<<corrected_time<<" "<<action.nb_op_base() << endl;
94 return action.nb_op_base()/(corrected_time*1000000.0);
95 //return action.nb_op_base()/(calculate_time*1000000.0);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowIntentFilter.java21 public void __constructor__(String action) { argument
22 actions.add(action);
26 public void addAction(String action) { argument
27 actions.add(action);
46 public boolean matchAction(String action) { argument
47 return actions.contains(action);
/external/chromium_org/chrome/browser/extensions/api/activity_log_private/
H A Dactivity_log_private_api_unittest.cc31 scoped_refptr<Action> action(new Action(kExtensionId,
35 action->set_args(args.Pass());
36 scoped_ptr<ExtensionActivity> result = action->ConvertToExtensionActivity();
48 scoped_refptr<Action> action(new Action(kExtensionId,
53 action->set_args(args.Pass());
54 action->set_page_url(GURL("http://www.google.com"));
55 action->set_page_title("Title");
56 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb,
58 action->mutable_other()->SetBoolean(activity_log_constants::kActionPrerender,
60 scoped_ptr<ExtensionActivity> result = action
[all...]
/external/dnsmasq/contrib/port-forward/
H A Ddnsmasq-portforward22 action=${1:-0}
30 # If a lease gets stripped of a name, we see that as an "old" action
32 if [ ${DNSMASQ_OLD_HOSTNAME} ] && [ ${action} = old ] ; then
33 action=del
37 # action init is not relevant, and will only be seen when leasefile-ro is set.
38 if [ ${action} = init ] ; then
56 if [ ${action} != del ] ; then
/external/bison/lib/
H A Dspawni.c189 /* Set signal default action. */
244 struct __spawn_action *action = &file_actions->_actions[cnt]; local
246 switch (action->tag)
249 if (close_not_cancel (action->action.close_action.fd) != 0)
256 int new_fd = open_not_cancel (action->action.open_action.path,
257 action->action.open_action.oflag
259 action
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser_options_unittest.py14 parser.add_option('-x', action='store', default=3)
21 parser.add_option('-x', action='store', default=3)
29 parser.add_option('-x', action='store', default=3)
36 parser.add_option('-x', action='count', dest='v')
43 parser.add_option('-x', action='count', dest='v')
50 parser.add_option('-x', dest='verbosity', action='store_true')
59 parser.add_option('-x', dest='verbosity', action='store_true')
101 parser.add_option('--already_true', action='store_true')
102 parser.add_option('--already_false', action='store_true')
103 parser.add_option('--unset', action
[all...]
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Ddisk_parser.js81 var action = datasync ? 'fdatasync' : 'fsync';
83 key, action);
111 var action;
114 action = 'discard';
117 action = 'write';
120 action = 'read';
123 action = 'none';
126 action = 'unknown';
131 action += ' flush';
134 action
[all...]
/external/chromium_org/ppapi/native_client/tools/browser_tester/
H A Dbrowser_tester.py34 parser.add_option('-p', '--port', dest='port', action='store', type='int',
37 parser.add_option('--browser_path', dest='browser_path', action='store',
40 parser.add_option('--map_file', dest='map_files', action='append',
45 parser.add_option('--serving_dir', dest='serving_dirs', action='append',
50 parser.add_option('--output_dir', dest='output_dir', action='store',
56 parser.add_option('--test_arg', dest='test_args', action='append',
60 parser.add_option('--redirect_url', dest='map_redirects', action='append',
65 parser.add_option('-f', '--file', dest='files', action='append',
72 parser.add_option('--mime_type', dest='mime_types', action='append',
76 parser.add_option('-u', '--url', dest='url', action
[all...]
/external/chromium_org/tools/android/
H A Dmempressure.py42 action='store_true')
70 action = None
72 action = ACTION_LOW
74 action = ACTION_TRIM[options.trim]
76 if action is None:
101 device.old_interface.StartActivity(package, activity, action=action)
/external/chromium_org/tools/gn/
H A Dninja_target_writer_unittest.cc35 // Make a base target that's a hard dep (action).
48 // Dependent action to test that action sources will be treated the same as
50 Target action(setup.settings(), Label(SourceDir("//foo/"), "action"));
51 action.set_output_type(Target::ACTION);
52 action.action_values().set_script(SourceFile("//foo/script.py"));
53 action.sources().push_back(SourceFile("//foo/action_source.txt"));
54 action.deps().push_back(LabelTargetPair(&target));
58 action
[all...]
/external/chromium_org/net/tools/flip_server/
H A Dloadtime_measurement.h42 // remove "/testing/" from uri to get the action
43 std::string action = uri.substr(9); local
44 if (pageload_html_file_.find(action) != std::string::npos) {
48 if (action.find("get_total_iteration") == 0) {
54 if (action.find("geturl") == 0) {
55 size_t b = action.find_first_of('=');
57 int num = atoi(action.substr(b + 1).c_str());
64 if (action.find("test_complete") == 0) {
74 if (action.find("record_page_load") == 0) {
76 base::SplitString(action, '
[all...]
/external/chromium_org/v8/tools/testrunner/server/
H A Dstatus_handler.py82 action = data[0]
84 if action == constants.LIST_TRUSTED_PUBKEYS:
86 compression.Send([action, response], self.request)
88 elif action == constants.GET_SIGNED_PUBKEY:
90 compression.Send([action, response], self.request)
92 elif action == constants.NOTIFY_NEW_TRUSTED:
96 elif action == constants.TRUST_YOU_NOW:
100 elif action == constants.DO_YOU_TRUST:
102 compression.Send([action, response], self.request)

Completed in 4695 milliseconds

1234567891011>>