Searched refs:action (Results 101 - 125 of 1168) sorted by relevance

1234567891011>>

/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDADialog.c31 static void __DADialogShow( DADiskRef disk, _DAAgentAction action )
49 xpc_dictionary_set_uint64( message, _kDAAgentActionKey, action );
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelTimer.h59 CreateTimerEventSource ( OSObject * owner, Action action = 0 );
61 bool Init ( OSObject * owner, Action action );
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorEventSource.h82 static AppleSCSIEmulatorEventSource * Create ( OSObject * owner, Action action );
85 bool Init ( OSObject * owner, Action action );
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DPolicyChecker.cpp63 NavigationAction action = loader->triggeringAction(); local
64 if (action.isEmpty()) {
65 action = NavigationAction(request, NavigationTypeOther);
66 loader->setTriggeringAction(action);
99 action, request, formState);
103 void PolicyChecker::checkNewWindowPolicy(const NavigationAction& action, NewWindowPolicyDecisionFunction function, argument
112 m_callback.set(request, formState, frameName, action, function, argument);
114 action, request, formState, frameName);
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dtcpmsg.h38 isc_taskaction_t action; member in struct:dns_tcpmsg
81 isc_task_t *task, isc_taskaction_t action, void *arg);
/macosx-10.9.5/bind9-45.100/bind9/lib/isccc/include/isccc/
H A Dccmsg.h53 isc_taskaction_t action; member in struct:isccc_ccmsg
96 isc_task_t *task, isc_taskaction_t action, void *arg);
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dverify.c23 /* and logs the action to the mailer logfile.
37 /* The action is one of "deliverable" or "undeliverable".
113 my_dsn.action = "undeliverable-but-not-cached";
117 log_adhoc(queue_id, stats, recipient, relay, dsn, my_dsn.action);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dload_file.c9 /* void load_file(path, action, context)
11 /* void (*action)(VSTREAM, void *);
20 /* .IP action
23 /* Application-specific context for the action routine.
53 void load_file(const char *path, LOAD_FILE_FN action, void *context) argument
68 action(fp, context);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/contrib/visupng/
H A Dcexcept.h219 #define exception__catch(action) \
228 if (!the_exception_context->caught || action) { } \
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPMPowerStateQueue.h55 virtual bool init( OSObject * owner, Action action );
58 static IOPMPowerStateQueue * PMPowerStateQueue( OSObject * owner, Action action );
/macosx-10.9.5/WebKit-7537.78.2/mac/DefaultDelegates/
H A DWebDefaultContextMenuDelegate.mm64 SEL action = NULL;
69 action = @selector(copy:);
73 action = @selector(goBack:);
77 action = @selector(goForward:);
81 action = @selector(stopLoading:);
85 action = @selector(reload:);
89 action = @selector(_searchWithSpotlightFromMenu:);
98 action = @selector(_searchWithGoogleFromMenu:);
103 action = @selector(_lookUpInDictionaryFromMenu:);
107 action
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-perl/
H A DSampleLDAP.pm98 my $action = shift @list;
102 if ( $action eq 'ADD' ) {
106 elsif ( $action eq 'DELETE' ) {
110 elsif ( $action eq 'REPLACE' ) {
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_touch_event.cpp48 WebKitPlatformTouchEvent(const Eina_List* points, const WebCore::IntPoint& pos, Ewk_Touch_Event_Type action, unsigned modifiers) argument
50 switch (action) {
91 WebCore::PlatformTouchEvent platformTouchEvent(Evas_Coord x, Evas_Coord y, Eina_List* points, Ewk_Touch_Event_Type action, unsigned modifiers) argument
93 return WebKitPlatformTouchEvent(points, WebCore::IntPoint(x, y), action, modifiers);
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DDragClientQt.cpp58 static inline DragOperation dropActionToDragOperation(Qt::DropActions action) argument
61 if (action & Qt::CopyAction)
63 if (action & Qt::LinkAction)
65 if (action & Qt::MoveAction)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dhsearch.c117 ENTRY* hsearch(ENTRY item, ACTION action) argument
119 ENTRY* hsearch(item, action)
121 ACTION action;
129 if(!(o = (Hash_t*)dtmatch(Hashtab,item.key)) && action == ENTER &&
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dapp.h99 isc_app_onrun(isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action,
/macosx-10.9.5/securityd-55199.3/src/
H A Dauditevents.h43 void action();
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDebugMacros.h142 #define FailWithActionVal(cond, action, handler, num) \
147 { action; } \
151 #define FailWithActionVal(cond, action, handler, num) \
153 { action; } \
158 // This checks for the exception, and if true do the action and goto handler
160 #define FailWithAction(cond, action, handler) \
163 { action; } \
167 #define FailWithAction(cond, action, handler) \
169 { action; } \
230 // This checks for the exception, and if true do the action an
[all...]
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOGatedOutputQueue.h93 @param action The function that will handle packets removed from the
102 IOOutputAction action,
144 @param action The function that will handle packets removed from the
153 IOOutputAction action,
162 @param action The function that will handle packets removed from the
172 IOOutputAction action,
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DSecAKSWrappers.c46 bool SecAKSDoWhileUserBagLocked(CFErrorRef *error, dispatch_block_t action) argument
49 action();
84 action();
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DSecAKSWrappers.c46 bool SecAKSDoWhileUserBagLocked(CFErrorRef *error, dispatch_block_t action) argument
49 action();
84 action();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitContextMenuItem.h64 webkit_context_menu_item_new (GtkAction *action);
67 webkit_context_menu_item_new_from_stock_action (WebKitContextMenuAction action);
70 webkit_context_menu_item_new_from_stock_action_with_label (WebKitContextMenuAction action,
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Devent.c44 isc_taskaction_t action, const void *arg, size_t size)
50 REQUIRE(action != NULL);
70 ISC_EVENT_INIT(event, size, 0, NULL, type, action, deconst_arg,
43 isc_event_allocate(isc_mem_t *mctx, void *sender, isc_eventtype_t type, isc_taskaction_t action, const void *arg, size_t size) argument
/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A Dclang-parse-diagnostics-file13 parser.add_option("-a", "--all", action="store_true", dest="all",
15 parser.add_option("-e", "--error", action="store_true", dest="error",
17 parser.add_option("-f", "--fatal", action="store_true", dest="fatal",
19 parser.add_option("-i", "--ignored", action="store_true", dest="ignored",
21 parser.add_option("-n", "--note", action="store_true", dest="note",
23 parser.add_option("-w", "--warning", action="store_true", dest="warning",
/macosx-10.9.5/ntp-88/lib/isc/
H A Devent.c44 isc_taskaction_t action, const void *arg, size_t size)
50 REQUIRE(action != NULL);
70 ISC_EVENT_INIT(event, size, 0, NULL, type, action, deconst_arg,
43 isc_event_allocate(isc_mem_t *mctx, void *sender, isc_eventtype_t type, isc_taskaction_t action, const void *arg, size_t size) argument

Completed in 444 milliseconds

1234567891011>>