Searched refs:call (Results 126 - 150 of 1520) sorted by relevance

1234567891011>>

/macosx-10.9.5/apr-30/apr/apr/
H A DNWGNUmakefile378 $(call COPY,$(APR)/$(TARGET_nlm),$(INSTALLBASE)/)
380 -$(call COPY,$(APR)/LICENSE,$(INSTALLBASE)/)
381 -$(call COPY,$(APR)/STATUS,$(INSTALLBASE)/STATUS.apr)
382 -$(call COPY,$(APR)/CHANGES,$(INSTALLBASE)/CHANGES.apr)
383 -$(call COPY,$(APU)/STATUS,$(INSTALLBASE)/STATUS.apu)
384 -$(call COPY,$(APU)/CHANGES,$(INSTALLBASE)/CHANGES.apu)
385 -$(call COPYR,$(APR)/docs,$(INSTALLBASE)/docs/)
390 $(call COPY,$(APR)/include/*.h,$(INSTALLBASE)/include/)
391 $(call COPY,$(APR)/*.imp,$(INSTALLBASE)/lib/)
392 $(call COP
[all...]
/macosx-10.9.5/dyld-239.4/src/
H A Dstart_glue.s35 call _exit
50 call _exit
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DCallData.cpp36 JSValue call(ExecState* exec, JSValue functionObject, CallType callType, const CallData& callData, JSValue thisValue, const ArgList& args) function in namespace:JSC
H A DPropertySlot.cpp38 return call(exec, m_data.getterFunc, callType, callData, m_thisValue.isObject() ? m_thisValue.toThisObject(exec) : m_thisValue, exec->emptyList());
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dpause.c31 #error cancellable call vs. __DARWIN_NON_CANCELABLE mismatch
H A Dusleep.c31 #error cancellable call vs. __DARWIN_NON_CANCELABLE mismatch
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DMutationCallback.h47 virtual void call(const Vector<RefPtr<MutationRecord> >&, MutationObserver*) = 0;
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DPropertiesSection.js38 WebInspector.Section.call(this, title, subtitle);
H A DRequestHTMLView.js39 WebInspector.RequestView.call(this, request);
H A DUIString.js52 return String.vsprintf(string, Array.prototype.slice.call(arguments, 1));
H A DExtensionView.js40 WebInspector.View.call(this);
68 this._frameIndex = Array.prototype.indexOf.call(window.frames, this._iframe.contentWindow);
83 WebInspector.View.call(this);
H A DScriptsSearchScope.js37 WebInspector.SearchScope.call(this)
86 continueSearch.call(this);
89 continueSearch.call(this);
/macosx-10.9.5/dcerpc-58/dcerpc/include/compat/
H A Dbaserpc.h80 #error Define either USE_DCE_STYLE or USE_MS_STYLE to decide which rpc call style should be used.
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/handlers/
H A Ddocument_stream.rb18 @block.call pop
/macosx-10.9.5/ruby-104/ruby/test/dl/
H A Dtest_callback.rb28 assert_equal ptr.to_i, f.call(ptr).to_i
40 assert_equal 'foo', f.call(ptr).to_s
54 f.call(dlwrap(arg))
67 f.call(nil)
/macosx-10.9.5/ruby-104/ruby/test/xmlrpc/
H A Dtest_cookie.rb87 assert(!@s.call("test.login", "invalid-user", "invalid-password"))
89 @s.call("test.require_authenticate_echo", "Hello")
93 assert(@s.call("test.login", "valid-user", "secret"))
94 assert_equal("Hello", @s.call("test.require_authenticate_echo", "Hello"))
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DScriptFunctionCall.h77 ScriptValue call(bool& hadException, bool reportExceptions = true);
78 ScriptValue call();
90 ScriptValue call();
/macosx-10.9.5/ruby-104/ruby/ext/dl/win32/lib/
H A DWin32API.rb20 def call(*args) method in class:Win32API
26 ret, = @func.call(args)
30 alias Call call
/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Dslex.rb170 if @preproc.nil? || @preproc.call(op, chrs)
172 @postproc.call(op, chrs)
183 if @postproc and @preproc.nil? || @preproc.call(op, chrs)
185 ret = @postproc.call(op, chrs)
193 if @postproc and @preproc.nil? || @preproc.call(op, chrs)
195 @postproc.call(op, chrs)
214 if @preproc.nil? || @preproc.call(op, io)
216 @postproc.call(op, io)
226 if @postproc and @preproc.nil? || @preproc.call(op, io)
228 @postproc.call(o
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclHistory.c117 int result, call = 1;
123 * Do not call [history] if it has been replaced by an empty proc
130 call = (procPtr->cmdPtr->compileProc != TclCompileNoOp);
133 if (call) {
115 int result, call = 1; local
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/scxx/
H A DPWOImp.cpp42 PWOBase PWOCallable::call()const { function in class:PWOCallable
50 PWOBase PWOCallable::call(PWOTuple &args)const { function in class:PWOCallable
57 PWOBase PWOCallable::call(PWOTuple &args, PWOMapping &kws)const { function in class:PWOCallable
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dhamster.vim37 noremap <silent><buffer> [[ :call search('^\s*sub\>', "bW")<CR>
38 noremap <silent><buffer> ]] :call search('^\s*sub\>', "W")<CR>
39 noremap <silent><buffer> [] :call search('^\s*endsub\>', "bW")<CR>
40 noremap <silent><buffer> ][ :call search('^\s*endsub\>', "W")<CR>
43 noremap <silent><buffer> ]# :call search('^\s*#\@!', "W")<CR>
44 noremap <silent><buffer> [# :call search('^\s*#\@!', "bW")<CR>
H A Dvb.vim11 " we need this wrapper, as call doesn't allow a count
15 call search(a:pattern, a:flags)
24 nnoremap <buffer> <silent> [[ :call <SID>VbSearch('^\s*\(\(private\|public\)\s\+\)\=\(function\\|sub\)', 'bW')<cr>
25 nnoremap <buffer> <silent> ]] :call <SID>VbSearch('^\s*\(\(private\|public\)\s\+\)\=\(function\\|sub\)', 'W')<cr>
26 nnoremap <buffer> <silent> [] :call <SID>VbSearch('^\s*\<end\>\s\+\(function\\|sub\)', 'bW')<cr>
27 nnoremap <buffer> <silent> ][ :call <SID>VbSearch('^\s*\<end\>\s\+\(function\\|sub\)', 'W')<cr>
/macosx-10.9.5/swig-10/Source/Swig/
H A Dcwrap.c199 /* When using compactdefaultargs, the code generated initialises a variable via a constructor call that accepts the
255 * function call.
286 /* Now print out function call */
599 * find the unref call, if any.
618 * find the ref call, if any.
647 String *call = NewStringf("free((char *) %s);", pname); local
649 return call;
668 String *call = NewStringf("delete %s;", pname); local
670 return call;
720 String *call; local
841 String *call = 0; local
951 String *call = Swig_cfunction_call(mangled, p); local
1044 String *call; local
1123 String *call = Swig_cppconstructor_call(classname, parms); local
1130 String *call = Swig_cconstructor_call(classname); local
1167 String *call; local
1184 String *call = Swig_cppdestructor_call(n); local
1190 String *call = Swig_cdestructor_call(n); local
1210 Swig_MembersetToFunction(Node *n, String *classname, int flags, String **call) argument
1335 String *call; local
1349 String *call = Swig_cmemberget_call(name, type, self, varcref); local
1389 String *call = Swig_cfunction_call(mangled, parms); local
1400 String *call = NewStringf("%s = %s;", nname, dref); local
1407 String *call = NewStringf("if (sizeof(int) == sizeof(%s)) *(int*)(void*)&(%s) = %s;", nname, nname, pname); local
1429 String *cres, *call; local
[all...]
/macosx-10.9.5/ruby-104/ruby/symbian/
H A Dconfigure.bat95 echo>> ~tmp~.mak ^ $(call config_h,$(subst /,\,$(arch_hdrdir))\ruby\config.h)
97 echo>> ~tmp~.mak ^ $(call pre_build_mk,pre-build.mk)
98 echo>> ~tmp~.mak ^ $(call bld_inf,group\bld.inf)
99 echo>> ~tmp~.mak ^ $(call ruby_mmp,group\ruby.mmp,64000,2000000,16000000)
101 echo>> ~tmp~.mak ^ $(call ext_mmp,group\,stringio,$(STRINGIO_UID))
102 echo>> ~tmp~.mak ^ $(call ext_mmp,group\,bigdecimal,$(BIGDECIMAL_UID),,libm.lib)
103 echo>> ~tmp~.mak ^ $(call ext_mmp,group\,zlib,$(ZLIB_UID),,libz.lib)
106 echo>> ~tmp~.mak ^ $(call ruby_pkg,sis\ruby.pkg)
108 echo>> ~tmp~.mak ^ $(call core_ext_pkg,sis\ruby_core_ext.pkg)
109 echo>> ~tmp~.mak ^ $(call ext_bigdecima
[all...]

Completed in 174 milliseconds

1234567891011>>