Searched refs:action (Results 151 - 175 of 1168) sorted by relevance

1234567891011>>

/macosx-10.9.5/postfix-252/postfix/conf/
H A Dpostmulti-script86 action=
91 e) action="$OPTARG";;
97 # Check for valid action and required instance name
98 case "$action" in
104 case $action in
114 case $action in
123 test "$action" = "create" || {
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOEventSource.h80 checkForWork() is the key method in this class. It is called by some work-loop when convienient and is expected to evaluate its internal state and determine if an event has occurred since the last call. In the case of an event having occurred then the instance defined target(owner)/action will be called. The action is stored as an ordinary C function pointer but the first parameter is always the owner. This means that a C++ member function can be used as an action function though this depends on the ABI.
96 As the all event sources require an action and it has to be stored somewhere
117 /*! @var action
118 The action method called when an event has been delivered */
119 Action action; member in class:IOEventSource
150 of the action callout. Owner will generally be an OSObject it doesn't have to
153 @param action
157 action cal
[all...]
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/libproc/
H A Dlibproc_internal.h41 int proc_setcpu_percentage(pid_t pid, int action, int percentage) __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_5_0);
42 int proc_setcpu_deadline(pid_t pid, int action, uint64_t deadline) __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_5_0);
43 int proc_setcpu_percentage_withdeadline(pid_t pid, int action, int percentage, uint64_t deadline) __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_5_0);
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DMixedContentChecker.h57 void logWarning(bool allowed, const String& action, const KURL&) const;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundlePagePolicyClient.cpp37 WKBundlePagePolicyAction InjectedBundlePagePolicyClient::decidePolicyForNavigationAction(WebPage* page, WebFrame* frame, InjectedBundleNavigationAction* action, const ResourceRequest& resourceRequest, RefPtr<APIObject>& userData) argument
45 WKBundlePagePolicyAction policy = m_client.decidePolicyForNavigationAction(toAPI(page), toAPI(frame), toAPI(action), toAPI(request.get()), &userDataToPass, m_client.clientInfo);
50 WKBundlePagePolicyAction InjectedBundlePagePolicyClient::decidePolicyForNewWindowAction(WebPage* page, WebFrame* frame, InjectedBundleNavigationAction* action, const ResourceRequest& resourceRequest, const String& frameName, RefPtr<APIObject>& userData) argument
58 WKBundlePagePolicyAction policy = m_client.decidePolicyForNewWindowAction(toAPI(page), toAPI(frame), toAPI(action), toAPI(request.get()), toAPI(frameName.impl()), &userDataToPass, m_client.clientInfo);
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dlookup.h78 isc_taskaction_t action, void *arg, dns_lookup_t **lookupp);
/macosx-10.9.5/ksh-20/ksh/src/lib/libcoshell/
H A Dcoexec.c25 * send an action to the coshell for execution
106 request(register Coshell_t* co, Cojob_t* cj, Coservice_t* cs, const char* action, int flags) argument
122 errormsg(state.lib, ERROR_LIBRARY|2, "job %d commands:\n\n%s %s\n", cj->id, cs->name, action);
124 sfprintf(sfstderr, "+ %s %s\n", cs->name, action);
125 sfprintf(sp, "id=%d %s\n", cj->id, action);
127 action = sfstrbase(sp);
128 while ((i = write(cs->fd, action, n)) > 0 && (n -= i) > 0)
129 action += i;
149 coexec(register Coshell_t* co, const char* action, int flags, const char* out, const char* err, const char* att) argument
200 for (s = cs->name, t = (char*)action; *
[all...]
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Ddsb_scan.c64 ATTR_TYPE_STR, MAIL_ATTR_DSN_ACTION, dsb->action,
H A Ddsn_print.c64 ATTR_TYPE_STR, MAIL_ATTR_DSN_ACTION, dsn->action,
/macosx-10.9.5/securityd-55199.3/src/
H A Dauditevents.cpp52 void AuditMonitor::action() function in class:AuditMonitor
H A Dentropy.h51 void action();
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs.h92 int perms, int (*clone)(dev_t dev, int action),
/macosx-10.9.5/xnu-2422.115.4/osfmk/kperf/
H A DMakefile15 action.h \
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Drestest.cpp317 UnicodeString action; local
333 action = "Constructor for ";
334 action += param[i].name;
339 CONFIRM_UErrorCode(status, param[i].expected_constructor_status, action);
385 action = param[i].name;
386 action += ".getString(";
387 action += tag;
388 action += ")";
399 CONFIRM_UErrorCode(status, expected_resource_status, action);
406 CONFIRM_EQ(string, expected_string, action);
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/
H A DTestContextMenu.cpp106 void checkActionState(GtkAction* action, unsigned state) argument
109 g_assert(gtk_action_get_visible(action));
111 g_assert(!gtk_action_get_visible(action));
114 g_assert(gtk_action_get_sensitive(action));
116 g_assert(!gtk_action_get_sensitive(action));
118 if (GTK_IS_TOGGLE_ACTION(action)) {
120 g_assert(gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
122 g_assert(!gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)));
134 GtkAction* action = webkit_context_menu_item_get_action(item); local
135 g_assert(GTK_IS_ACTION(action));
152 GtkAction* action = webkit_context_menu_item_get_action(item); local
171 GtkAction* action = webkit_context_menu_item_get_action(item); local
463 setAction(GtkAction* action) argument
486 GRefPtr<GtkAction> action = adoptGRef(gtk_action_new("WebKitGTK+CustomAction", "Custom _Action", 0, 0)); local
518 GRefPtr<GtkAction> action = adoptGRef(gtk_action_new("WebKitGTK+CustomAction", "Custom _Action", 0, 0)); local
783 GtkAction* action = gtk_activatable_get_related_action(GTK_ACTIVATABLE(g_list_nth_data(menuItems.get(), 3))); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/Misc/
H A Dzkill146 action="store", default='INT',
150 action="store_true", default=False)
154 action="store_true", default=False)
157 action="store_true", default=False)
160 action="store_true", default=False)
163 action="store_true", default=False)
169 action="store", default=None)
172 action="store", default=None)
175 action="store", default=None)
178 action
[all...]
/macosx-10.9.5/postfix-252/postfix/src/milter/
H A Dtest-milter.c466 FILTER_ACTION *action; member in struct:noproto_map
532 char *action = 0; local
546 action = optarg;
690 "\t[-a action] non-default action\n"
692 "\t[-c command] non-default action trigger\n"
716 if (action) {
719 if (strcmp(action, "tempfail") == 0) {
721 } else if (strcmp(action, "reject") == 0) {
723 } else if (strcmp(action, "accep
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dsocket.h283 isc_task_t *task, isc_taskaction_t action,
287 isc_task_t *task, isc_taskaction_t action,
291 isc_taskaction_t action, const void *arg);
661 isc_task_t *task, isc_taskaction_t action, const void *arg);
674 * \li 'action' is a valid action
684 isc_task_t *task, isc_taskaction_t action,
688 * succeeds, or when an error occurs, a CONNECT event with action 'action'
699 * \li 'action' i
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/lit/lit/
H A Dmain.py375 type=int, action="store", default=None)
378 action="store", default=None)
382 type=str, action="append", default=[])
389 action="store_true", default=False)
392 action="store_true", default=False)
395 action="store_true", default=False)
398 action="store_false", default=True)
404 action="append", type=str, default=[])
407 action="store_true", default=False)
410 action
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/Transport/
H A DFTP.pm49 my($envelope, $endpoint, $action) =
50 @parameters{qw(envelope endpoint action)};
/macosx-10.9.5/IOATAFamily-252.0.3/
H A DATATimerEventSource.h53 ataTimerEventSource(OSObject *owner, Action action = 0);
64 virtual bool init(OSObject *owner, Action action = 0);
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dtpclient.cpp119 TPBuildVerifyContext::TPBuildVerifyContext(CSSM_TP_ACTION action, Allocator &alloc) argument
128 Action = action;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dtpclient.cpp119 TPBuildVerifyContext::TPBuildVerifyContext(CSSM_TP_ACTION action, Allocator &alloc) argument
128 Action = action;
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DSecCustomTransform.cpp39 @param action This should be either kSecTransformActionCanExecute,
52 @discussion An action may be overridden more then once, the most
58 typedef CFTypeRef (^SecTransformOverrideTransformAction)(CFStringRef action, variable
67 @param action This should be either kSecTransformActionProcessData,
79 @discussion An action may be overridden more then once, the most
85 typedef CFTypeRef (^SecTransformOverrideDataAction)(CFStringRef action, variable
94 @param action This should be either SecTransformSetAttributeAction,
107 If the action parameter is SecTransformSetAttributeAction
116 If the action parameter is kSecTransformActionAttributeValidation then
125 @discussion An action ma
132 CFStringRef action, variable
805 rebind_data_action(CFStringRef action, SecTransformDataBlock new_action) argument
833 rebind_transform_action(CFStringRef action, SecTransformActionBlock new_action) argument
865 rebind_attribute_action( CFStringRef action, SecTransformStringOrAttributeRef attribute, SecTransformAttributeActionBlock new_action) argument
1036 SecTransformSetAttributeAction(SecTransformImplementationRef ref, CFStringRef action, SecTransformStringOrAttributeRef attribute, SecTransformAttributeActionBlock newAction) argument
1052 SecTransformSetDataAction(SecTransformImplementationRef ref, CFStringRef action, SecTransformDataBlock newAction) argument
1067 SecTransformSetTransformAction(SecTransformImplementationRef ref, CFStringRef action, SecTransformActionBlock newAction) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DApplyStyleCommand.h51 static PassRefPtr<ApplyStyleCommand> create(Document* document, const EditingStyle* style, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault)
53 return adoptRef(new ApplyStyleCommand(document, style, action, level));
55 static PassRefPtr<ApplyStyleCommand> create(Document* document, const EditingStyle* style, const Position& start, const Position& end, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault)
57 return adoptRef(new ApplyStyleCommand(document, style, start, end, action, level));
59 static PassRefPtr<ApplyStyleCommand> create(PassRefPtr<Element> element, bool removeOnly = false, EditAction action = EditActionChangeAttributes)
61 return adoptRef(new ApplyStyleCommand(element, removeOnly, action));
63 static PassRefPtr<ApplyStyleCommand> create(Document* document, const EditingStyle* style, IsInlineElementToRemoveFunction isInlineElementToRemoveFunction, EditAction action = EditActionChangeAttributes)
65 return adoptRef(new ApplyStyleCommand(document, style, isInlineElementToRemoveFunction, action));

Completed in 249 milliseconds

1234567891011>>