Searched refs:function (Results 1 - 25 of 1482) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DOldWebAssertions.c29 void WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion);
30 void WebReportError(const char *file, int line, const char *function, const char *format, ...);
32 void WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion) argument
36 void WebReportError(const char *file, int line, const char *function, const char *format, ...) argument
/macosx-10.9.5/Security-55471.14.18/utilities/SecurityTool/
H A Dsecurity_tool_commands.h13 #define SECURITY_COMMAND(name, function, parameters, description) int function(int argc, char * const *argv);
16 #define SECURITY_COMMAND_IOS(name, function, parameters, description) int function(int argc, char * const *argv);
18 #define SECURITY_COMMAND_IOS(name, function, parameters, description) extern int command_not_on_this_platform(int argc, char * const *argv);
22 #define SECURITY_COMMAND_MAC(name, function, parameters, description) int function(int argc, char * const *argv);
24 #define SECURITY_COMMAND_MAC(name, function, parameters, description) extern int command_not_on_this_platform(int argc, char * const *argv);
H A Dsecurity_tool_commands_table.h16 #define SECURITY_COMMAND(name, function, parameters, description) { name, function, parameters, description },
19 #define SECURITY_COMMAND_IOS(name, function, parameters, description) { name, function, parameters, description },
21 #define SECURITY_COMMAND_IOS(name, function, parameters, description) { name, command_not_on_this_platform, "", "Not avilable on this platform" },
25 #define SECURITY_COMMAND_MAC(name, function, parameters, description) { name, function, parameters, description },
27 #define SECURITY_COMMAND_MAC(name, function, parameters, description) { name, command_not_on_this_platform, "", "Not avilable on this platform" },
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInjectedScript.cpp66 ScriptFunctionCall function(injectedScriptObject(), "evaluate");
67 function.appendArgument(expression);
68 function.appendArgument(objectGroup);
69 function.appendArgument(includeCommandLineAPI);
70 function.appendArgument(returnByValue);
71 function.appendArgument(generatePreview);
72 makeEvalCall(errorString, function, result, wasThrown);
77 ScriptFunctionCall function(injectedScriptObject(), "callFunctionOn");
78 function.appendArgument(objectId);
79 function
[all...]
H A DInjectedScriptModule.cpp57 ScriptFunctionCall function(injectedScript.injectedScriptObject(), "module");
58 function.appendArgument(name());
60 ScriptValue resultValue = injectedScript.callFunctionWithEvalEnabled(function, hadException);
63 ScriptFunctionCall function(injectedScript.injectedScriptObject(), "injectModule");
64 function.appendArgument(name());
65 function.appendArgument(source());
66 resultValue = injectedScript.callFunctionWithEvalEnabled(function, hadException);
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dadvice.el48 ;; modifications can be achieved by treating the original function as a
51 ;; hook that you can attach to any function/macro/subr.
57 ;; - Full control over the arguments an advised function will receive,
62 ;; combined with the original documentation of the advised function at
69 ;; version of a function.
77 ;; completely redefine a function.
120 ;; when they are invoked via their function cell. This means that advice will
150 ;; generates an advised definition of the `documentation' function, and
155 ;; Advice or to some ill-advised function do one of the following:
158 ;; function give
[all...]
H A Dtrace.el53 ;; - Only functions/macros/subrs that are called via their function cell will
67 ;; (autoload 'trace-function "trace" "Trace a function" t)
68 ;; (autoload 'trace-function-background "trace" "Trace a function" t)
74 ;; - To trace a function say `M-x trace-function' which will ask you for the
75 ;; name of the function/subr/macro to trace, as well as for the buffer
77 ;; - If you want to trace a function that switches buffers or does other
78 ;; display oriented stuff use `M-x trace-function
[all...]
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dbuiltin.c21 normal alias/function/builtin/filename lookup process. */
26 sh_builtin_func_t *function; local
38 function = builtin_address (command);
40 function = find_shell_builtin (command);
43 if (!function)
52 return ((*function) (list));
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Diprop-commands.in50 function = "iprop_dump"
69 function = "iprop_truncate"
102 function = "iprop_replay"
121 function = "last_version"
129 function = "help"
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Donce.c31 isc_once_do(isc_once_t *controller, void(*function)(void)) {
32 REQUIRE(controller != NULL && function != NULL);
38 function();
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Donce.c31 isc_once_do(isc_once_t *controller, void(*function)(void)) {
32 REQUIRE(controller != NULL && function != NULL);
38 function();
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dget_compat.h26 extern bool compat_mode(const char *function, const char *mode);
/macosx-10.9.5/WebKit2-7537.78.2/Platform/mac/
H A DWorkQueueMac.cpp29 void WorkQueue::dispatch(const Function<void()>& function) argument
31 Function<void()> functionCopy = function;
40 void WorkQueue::dispatchAfterDelay(const Function<void()>& function, double delay) argument
44 Function<void()> functionCopy = function;
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/vax/
H A Dentrymask.s8 .type label2,@function
/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread_yield.c92 #error No yield function defined
/macosx-10.9.5/ruby-104/extras/dtrace_sample/
H A Dprint_calls.d2 /* Prints the file, line, class and function of every function entry and function return. */
4 ruby*:::function-entry
9 ruby*:::function-return
/macosx-10.9.5/zlib-53/zlib/contrib/pascal/
H A Dzlibpas.pas16 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
21 in_func = function(opaque: Pointer; var buf: PByte): Integer;
23 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer;
83 function zlibVersion: PChar;
84 function deflateInit(var strm: z_stream; level: Integer): Integer;
85 function deflate(var strm: z_stream; flush: Integer): Integer;
86 function deflateEnd(var strm: z_stream): Integer;
87 function inflateInit(var strm: z_stream): Integer;
88 function inflate(var strm: z_stream; flush: Integer): Integer;
89 function inflateEn
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dkeymaps.c64 keymap[i].function = (rl_command_func_t *)NULL;
71 keymap[i].function = rl_do_lowercase_version;
90 temp[i].function = map[i].function;
108 newmap[i].function = rl_insert;
110 newmap[TAB].function = rl_insert;
111 newmap[RUBOUT].function = rl_rubout; /* RUBOUT == 127 */
112 newmap[CTRL('H')].function = rl_rubout;
117 newmap[i].function = rl_insert;
141 rl_discard_keymap ((Keymap)map[i].function);
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DNetworkStateNotifier.cpp42 void NetworkStateNotifier::setNetworkStateChangedFunction(void(*function)())
46 m_networkStateChangedFunction = function;
/macosx-10.9.5/Heimdal-323.92.1/admin/
H A Dktutil-commands.in89 function = "kt_add"
116 function = "kt_change"
122 function = "kt_copy"
165 function = "kt_get"
183 function = "kt_list"
196 function = "kt_purge"
225 function = "kt_remove"
230 function = "kt_rename"
243 function = "kt_destroy"
251 function
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/docs/webkitsnippets/
H A Dqtwebkit_bridge_snippets.cpp16 toDataURL: function() { ... },
17 assignToHTMLImageElement: function(element) { ... }
18 toImageData: function() { ... }
42 function loadImage()
76 function runExample() {
87 connect(function);
90 function myInterestingScriptFunction() { ... }
102 myQObject.somethingChanged.connect(thisObject, function)
106 var onClicked = function() { print(this.x); };
110 myQObject.somethingChanged.disconnect(thisObject, function);
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/debugger/
H A DDebuggerCallFrame.cpp48 JSObject* function = m_callFrame->callee();
49 if (!function || !function->inherits(&JSFunction::s_info))
51 return jsCast<JSFunction*>(function)->name(m_callFrame);
59 JSObject* function = m_callFrame->callee();
61 if (!function)
64 return getCalculatedDisplayName(m_callFrame, function);
/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/
H A DScrollingThread.cpp48 void ScrollingThread::dispatch(const Function<void()>& function) argument
54 shared().m_functions.append(function);
60 static void callFunctionOnMainThread(const Function<void()>* function) argument
62 callOnMainThread(*function);
63 delete function;
66 void ScrollingThread::dispatchBarrier(const Function<void()>& function) argument
68 dispatch(bind(callFunctionOnMainThread, new Function<void()>(function)));
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DRunLoop.cpp81 // One possible scenario when handling the function queue is as follows:
82 // - RunLoop::performWork() is invoked with 1 function on the queue
83 // - Handling that function results in 1 more function being enqueued
91 Function<void()> function; local
101 function = m_functionQueue.takeFirst();
104 function();
116 function = m_functionQueue.takeFirst();
119 function();
123 void RunLoop::dispatch(const Function<void()>& function) argument
[all...]
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dfwalk.c46 _fwalk(function)
47 int (*function)(FILE *);
65 ret |= (*function)(fp);

Completed in 250 milliseconds

1234567891011>>