Searched refs:action (Results 126 - 150 of 2925) sorted by relevance

1234567891011>>

/external/smack/src/org/jivesoftware/smackx/packet/
H A DAdHocCommandData.java57 private AdHocCommand.Action action; field in class:AdHocCommandData
84 if (action != null) {
85 buf.append(" action=\"").append(action).append("\"");
106 for (AdHocCommand.Action action : actions) {
107 buf.append("<").append(action).append("/>");
202 * Returns the action to execute. The action is set only on a request.
204 * @return the action to execute.
207 return action;
210 setAction(AdHocCommand.Action action) argument
231 addAction(Action action) argument
[all...]
H A DDiscoverItems.java149 private String action; field in class:DiscoverItems.Item
214 * Returns the action that specifies the action being taken for this item. Possible action
217 * "remove" is used as the action, the item should be removed from persistent storage.
219 * @return the action being taken for this item
222 return action;
226 * Sets the action that specifies the action being taken for this item. Possible action
233 setAction(String action) argument
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestAttributes.java58 String action = "i<3; '<xmltag>'";
60 new CommonToken(ANTLRParser.ACTION,action),0);
61 String expecting = action;
66 ST actionST = new ST(templates, "<action>");
67 actionST.add("action", rawTranslation);
73 String action = "int \\$n; \"\\$in string\\$\"";
77 "@members {"+action+"}\n"+
79 " : {"+action+"}\n" +
88 new CommonToken(ANTLRParser.ACTION,action),0);
93 String action
[all...]
H A DTestTemplates.java49 String action = "x = %foo(name={$ID.text});";
61 "a : ID {"+action+"}\n" +
72 new CommonToken(ANTLRParser.ACTION,action),1);
87 String action = "x = %foo();";
98 "a : ID {"+action+"}\n" +
109 new CommonToken(ANTLRParser.ACTION,action),1);
124 String action = "x = %({\"foo\"})(name={$ID.text});";
136 "a : ID {"+action+"}\n" +
147 new CommonToken(ANTLRParser.ACTION,action),1);
161 String action
[all...]
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log.cc59 // Specifies a possible action to take to get an extracted URL in the ApiInfo
132 {Action::ACTION_DOM_ACCESS, "HTMLFormElement.action", 0, NONE, NULL},
187 // across multiple action types in kApiInfoTable. However, the action type
239 // Any extracted URL is stored into the arg_url field of the action, and the
244 void ExtractUrls(scoped_refptr<Action> action, Profile* profile) { argument
246 action->action_type(), action->api_name());
252 if (!action->args() || url_index < 0 ||
253 static_cast<size_t>(url_index) >= action
539 LogAction(scoped_refptr<Action> action) argument
588 scoped_refptr<Action> action; local
617 scoped_refptr<Action> action = new Action(extension_id, local
629 scoped_refptr<Action> action = new Action(extension_id, local
[all...]
H A Dfullstream_ui_policy.cc84 const Action& action = *queued_actions_[i]; local
86 statement.BindString(0, action.extension_id());
87 statement.BindInt64(1, action.time().ToInternalValue());
88 statement.BindInt(2, static_cast<int>(action.action_type()));
89 statement.BindString(3, action.api_name());
90 if (action.args()) {
91 statement.BindString(4, Util::Serialize(action.args()));
93 std::string page_url_string = action.SerializePageUrl();
97 if (!action.page_title().empty()) {
98 statement.BindString(6, action
190 scoped_refptr<Action> action = local
435 ProcessAction(scoped_refptr<Action> action) argument
444 QueueAction(scoped_refptr<Action> action) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwnm_ap.c95 "WNM-Sleep Response action frame");
103 mgmt->u.action.category = WLAN_ACTION_WNM;
104 mgmt->u.action.u.wnm_sleep_resp.action = WNM_SLEEP_MODE_RESP;
105 mgmt->u.action.u.wnm_sleep_resp.dialogtoken = dialog_token;
106 pos = (u8 *)mgmt->u.action.u.wnm_sleep_resp.variable;
110 mgmt->u.action.u.wnm_sleep_resp.keydata_len = 0;
130 &mgmt->u.action.u.wnm_sleep_resp.keydata_len,
139 len = 1 + sizeof(mgmt->u.action.u.wnm_sleep_resp) + gtk_elem_len +
145 mgmt->da, &mgmt->u.action
372 u8 action; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwnm_ap.c95 "WNM-Sleep Response action frame");
103 mgmt->u.action.category = WLAN_ACTION_WNM;
104 mgmt->u.action.u.wnm_sleep_resp.action = WNM_SLEEP_MODE_RESP;
105 mgmt->u.action.u.wnm_sleep_resp.dialogtoken = dialog_token;
106 pos = (u8 *)mgmt->u.action.u.wnm_sleep_resp.variable;
110 mgmt->u.action.u.wnm_sleep_resp.keydata_len = 0;
130 &mgmt->u.action.u.wnm_sleep_resp.keydata_len,
139 len = 1 + sizeof(mgmt->u.action.u.wnm_sleep_resp) + gtk_elem_len +
145 mgmt->da, &mgmt->u.action
372 u8 action; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwnm_ap.c95 "WNM-Sleep Response action frame");
103 mgmt->u.action.category = WLAN_ACTION_WNM;
104 mgmt->u.action.u.wnm_sleep_resp.action = WNM_SLEEP_MODE_RESP;
105 mgmt->u.action.u.wnm_sleep_resp.dialogtoken = dialog_token;
106 pos = (u8 *)mgmt->u.action.u.wnm_sleep_resp.variable;
110 mgmt->u.action.u.wnm_sleep_resp.keydata_len = 0;
130 &mgmt->u.action.u.wnm_sleep_resp.keydata_len,
139 len = 1 + sizeof(mgmt->u.action.u.wnm_sleep_resp) + gtk_elem_len +
145 mgmt->da, &mgmt->u.action
372 u8 action; local
[all...]
/external/chromium_org/remoting/webapp/
H A Dformat_iq.js326 * Pretty print the jingle action contained in the given Xml node.
328 * @param {Node} jingle Xml node with jingle action contained in child nodes.
329 * @param {string} action String containing the jingle action.
331 * @return {?string} Pretty version of jingle action stanze. Null if error.
333 remoting.FormatIq.prototype.prettyJingleAction = function(jingle, action) {
334 if (action == 'session-initiate' || action == 'session-accept') {
337 if (action == 'session-terminate') {
340 if (action
[all...]
/external/chromium_org/chrome/browser/resources/user_manager/
H A Duser_manager.css109 .action-box-area {
115 .action-box-button,
116 .action-box-button:hover,
117 .action-box-area.active .action-box-button {
130 .action-box-button:hover,
131 .action-box-area.active .action-box-button {
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
H A Dconstrained_window_alert.h42 action:(SEL)action;
44 // Sets the |text|, the |target| and the |action| of a left-aligned link
48 action:(SEL)action;
/external/chromium_org/chrome/browser/ui/webui/user_actions/
H A Duser_actions_ui_handler.h12 // It listens to user action notifications and passes those notifications
24 void OnUserAction(const std::string& action);
/external/chromium_org/sync/protocol/
H A Dsync_protocol_error.cc33 const char* GetClientActionString(ClientAction action) { argument
34 switch (action) {
51 action(UNKNOWN_ACTION) {
63 value->SetString("action", GetClientActionString(action));
/external/droiddriver/src/com/google/android/droiddriver/
H A DUiDevice.java42 * Executes a global action without the context of a certain UiElement.
44 * @param action The action to execute
45 * @return true if the action is successful
47 boolean perform(Action action); argument
/external/libnl/tests/
H A Dtest-cache-mngr.c7 int action)
14 if (action == NL_ACT_NEW)
16 else if (action == NL_ACT_DEL)
18 else if (action == NL_ACT_CHANGE)
6 change_cb(struct nl_cache *cache, struct nl_object *obj, int action) argument
/external/lldb/examples/python/
H A Dcmdtemplate.py25 parser.add_option('-i', '--in-scope', action='store_true', dest='inscope', help='in_scope_only = True', default=False)
26 parser.add_option('-a', '--arguments', action='store_true', dest='arguments', help='arguments = True', default=False)
27 parser.add_option('-l', '--locals', action='store_true', dest='locals', help='locals = True', default=False)
28 parser.add_option('-s', '--statics', action='store_true', dest='statics', help='statics = True', default=False)
/external/markdown/markdown/
H A Dcommandline.py52 action="store_const", const=CRITICAL+10, dest="verbose",
55 action="store_const", const=INFO, dest="verbose",
64 action="store_const", const=DEBUG, dest="verbose",
66 parser.add_option("-x", "--extension", action="append", dest="extensions",
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
H A DContextMenuParams.java34 public final int action; field in class:ContextMenuParams.CustomMenuItem
36 public CustomMenuItem(String label, int action) { argument
38 this.action = action;
81 * The action that should be returned for the custom menu item at {@code index}.
83 * @return The action to return.
87 return mCustomMenuItems.get(index).action;
187 private void addCustomItem(String label, int action) { argument
188 mCustomMenuItems.add(new CustomMenuItem(label, action));
/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommand.java44 * "cancel" action when submitting a stage response indicating that the command
55 * <li><i>malformed-action</i>. Extension of a <i>bad-request</i> error.</li>
56 * <li><i>bad-action</i>. Extension of a <i>bad-request</i> error.</li>
73 // TODO: result to the execution of every action. That result should have all the
163 * response to the execution of an action. All the notes added here are
179 * be answered to execute the next action. If that is the case it should be
218 * Executes the next action of the command with the information provided in
274 * Add an action to the current stage available actions. This should be used
277 * @param action the action
279 addActionAvailable(Action action) argument
306 setExecuteAction(Action action) argument
346 isValidAction(Action action) argument
[all...]
/external/chromium_org/chrome/test/chromedriver/net/
H A Dtest_http_server.cc61 void TestHttpServer::SetRequestAction(WebSocketRequestAction action) { argument
63 request_action_ = action;
66 void TestHttpServer::SetMessageAction(WebSocketMessageAction action) { argument
68 message_action_ = action;
79 WebSocketRequestAction action; local
82 action = request_action_;
87 switch (action) {
105 WebSocketMessageAction action; local
108 action = message_action_;
110 switch (action) {
[all...]
/external/blktrace/btt/
H A Dtrace.c37 switch (iop->t.action & 0xffff) {
76 if (iop->t.action & BLK_TC_ACT(BLK_TC_NOTIFY)) {
77 if (iop->t.action == BLK_TN_PROCESS) {
87 } else if (iop->t.action == BLK_TN_MESSAGE)
90 } else if (iop->t.action & BLK_TC_ACT(BLK_TC_PC)) {
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_extension_message_filter.cc40 // Logs an action to the extension activity log for the specified profile. Can
44 scoped_refptr<extensions::Action> action) {
50 base::Bind(&AddActionToExtensionActivityLog, profile, action));
54 // If the action included a URL, check whether it is for an incognito
57 if (action->page_url().is_valid() || !action->page_title().empty())
58 action->set_page_incognito(profile->IsOffTheRecord());
61 activity_log->LogAction(action);
296 scoped_refptr<extensions::Action> action = new extensions::Action( local
299 action
42 AddActionToExtensionActivityLog( Profile* profile, scoped_refptr<extensions::Action> action) argument
310 scoped_refptr<extensions::Action> action = new extensions::Action( local
324 scoped_refptr<extensions::Action> action = new extensions::Action( local
[all...]
/external/chromium_org/net/socket/
H A Dtcp_listen_socket_unittest.h46 explicit TCPListenSocketTestAction(ActionType action) : action_(action) {} argument
47 TCPListenSocketTestAction(ActionType action, std::string data) argument
48 : action_(action),
72 void ReportAction(const TCPListenSocketTestAction& action);
/external/chromium_org/sandbox/linux/services/
H A Dinit_process_reaper.cc47 struct sigaction action; local
48 memset(&action, 0, sizeof(action));
49 action.sa_handler = &DoNothingSignalHandler;
50 CHECK(sigaction(SIGCHLD, &action, NULL) == 0);

Completed in 1158 milliseconds

1234567891011>>