Searched refs:call (Results 726 - 750 of 1460) sorted by relevance

<<21222324252627282930>>

/macosx-10.10/Csu-85/
H A Ddyld_glue.s94 call L1
207 call L2
/macosx-10.10/JavaScriptCore-7600.1.17/JavaScriptCore.vcxproj/
H A Dcopy-files.cmd9 if "%1" EQU "rebuild" call :clean
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLLink.cpp159 CCallHelpers::Call callArityCheck = jit.call();
161 // FIXME: need to make this call register with exception handling somehow. This is
174 CCallHelpers::Call callArityFixup = jit.call();
191 // call to the LLVM-generated code.
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITStubsMSVC64.asm37 call getHostCallReturnValueWithExecState
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DSetPrototype.cpp136 cachedCall.call();
142 JSC::call(callFrame, callBack, callType, callData, thisValue, args);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Dthr_debug.c458 /* Does not check for errors, call check_usage()/init_usage() first. */
767 ldap_debug_thread_call_t call = *(ldap_debug_thread_call_t *)arg; local
769 ret = call.start_routine( call.arg );
787 ldap_debug_thread_call_t *call = malloc( local
789 assert( call != NULL );
790 call->start_routine = start_routine;
791 call->arg = arg;
793 arg = call;
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/Builder/
H A DModule.pm162 It is not a constructor so you can call it as often as you like.
169 call builder() inside each function rather than store it in a global.
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorFrontendHost.cpp103 function.call();
111 function.call();
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCSSStyleDetailsSidebarPanel.js28 WebInspector.DOMDetailsSidebarPanel.call(this, "css-style", WebInspector.UIString("Styles"), WebInspector.UIString("Style"), "Images/NavigationItemBrushAndRuler.svg", "4");
125 WebInspector.SidebarPanel.prototype.visibilityDidChange.call(this);
H A DComputedStyleDetailsPanel.js28 WebInspector.StyleDetailsPanel.call(this, WebInspector.ComputedStyleDetailsPanel.StyleClassName, "computed", WebInspector.UIString("Computed"));
155 WebInspector.StyleDetailsPanel.prototype.shown.call(this);
H A DConsolePrompt.js28 WebInspector.Object.call(this);
275 commitTextOrInsertNewLine.call(this, true);
H A DDashboardContainerView.js27 WebInspector.Object.call(this);
233 dissociateDashboardView.call(this);
H A DResourceSidebarPanel.js27 WebInspector.NavigationSidebarPanel.call(this, "resource", WebInspector.UIString("Resources"), "Images/NavigationItemStorage.svg", "1", true, false, true);
345 updateEmptyContentPlaceholderSoon.call(this);
357 updateEmptyContentPlaceholderSoon.call(this);
384 updateEmptyContentPlaceholder.call(this);
393 updateEmptyContentPlaceholderSoon.call(this);
402 updateEmptyContentPlaceholderSoon.call(this);
447 updateEmptyContentPlaceholder.call(this);
473 updateEmptyContentPlaceholderSoon.call(this);
/macosx-10.10/apache-793/httpd/modules/filters/
H A DNWGNUdeflate264 $(call COPY,$(OBJDIR)/*.nlm, $(INSTALLBASE)/modules/)
/macosx-10.10/apache-793/httpd/modules/lua/
H A DNWGNUmakefile269 $(call COPY,$(OBJDIR)/*.nlm, $(INSTALLBASE)/modules/)
/macosx-10.10/libunwind-35.3/testsuite/
H A Dunwind_test_x86_64.s32 # call test function which will invoke unwinder which "returns" here
33 call *%rdi
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dxsltutils.h128 #define XSLT_TRACE(ctxt,code,call) \
130 call
/macosx-10.10/libxslt-13/libxslt/vms/
H A Dbuild_xslt.com282 $ call build 'next_source'
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86CompilationCallback_Win64.asm45 call X86CompilationCallback2
/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dtest_exception.rb360 }.call
369 end.call
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dmulti-ip_sample.rb18 # safeTk doesn't have permission to call 'wm' command
76 # call on the default master interpreter
80 cmd.call('master') # label -> .w00024
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Dinit.rb253 if File.exist?(rcgen.call(IRBRC_EXT))
259 case rc_file = @CONF[:RC_NAME_GENERATOR].call(ext)
/macosx-10.10/ruby-106/ruby/lib/minitest/
H A Dspec.rb132 if matcher.respond_to? :call then
133 matcher.call desc
/macosx-10.10/ruby-106/ruby/lib/
H A Dprettyprint.rb101 # first? is a predicate to test the call is a first call to first? with
193 @output << @genspace.call(@indent)
206 # If +indent+ is specified, the method call is regarded as nested by
292 out << @pp.genspace.call(@indent)
H A Dprime.rb283 last_value = block.call(prime)
287 block.call(succ)

Completed in 488 milliseconds

<<21222324252627282930>>