Searched refs:call (Results 151 - 175 of 1460) sorted by relevance

1234567891011>>

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDatabaseTableTreeElement.js30 WebInspector.GeneralTreeElement.call(this, WebInspector.DatabaseTableTreeElement.DatabaseTableIconStyleClassName, representedObject.name, null, representedObject, false);
H A DEventListenerSection.js28 WebInspector.DetailsSection.call(this, type + "-event-listener-section", type, [], null, true);
H A DIndexedDatabaseHostTreeElement.js28 WebInspector.StorageTreeElement.call(this, WebInspector.FolderTreeElement.FolderIconStyleClassName, WebInspector.displayNameForHost(host), null);
H A DIndexedDatabaseObjectStoreIndexTreeElement.js32 WebInspector.GeneralTreeElement.call(this, WebInspector.IndexedDatabaseObjectStoreTreeElement.IconStyleClassName, objectStoreIndex.name, null, objectStoreIndex, false);
H A DSourceCodeTimelineTreeElement.js34 WebInspector.TimelineRecordTreeElement.call(this, sourceCodeTimeline.records[0], subtitleNameStyle, includeTimerIdentifierInMainTitle, sourceCodeTimeline.sourceCodeLocation, sourceCodeTimeline);
H A DLayoutTimelineDataGrid.js28 WebInspector.TimelineDataGrid.call(this, treeOutline, columns, delegate, editCallback, deleteCallback);
42 WebInspector.TimelineDataGrid.prototype.reset.call(this);
54 WebInspector.TimelineDataGrid.prototype.hidden.call(this);
H A DLayoutTimelineOverviewGraph.js28 WebInspector.TimelineOverviewGraph.call(this, recording);
50 WebInspector.TimelineOverviewGraph.prototype.reset.call(this);
59 WebInspector.TimelineOverviewGraph.prototype.updateLayout.call(this);
H A DScriptTimelineOverviewGraph.js28 WebInspector.TimelineOverviewGraph.call(this, recording);
50 WebInspector.TimelineOverviewGraph.prototype.reset.call(this);
59 WebInspector.TimelineOverviewGraph.prototype.updateLayout.call(this);
/macosx-10.10/dcerpc-61/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.10/ruby-106/ruby/ext/psych/lib/psych/handlers/
H A Ddocument_stream.rb18 @block.call pop
/macosx-10.10/ruby-106/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.10/ruby-106/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.10/OpenSSL098-52/src/crypto/des/asm/
H A Ddesboth.pl50 &call("DES_encrypt2");
54 &call("DES_encrypt2");
58 &call("DES_encrypt2");
/macosx-10.10/ruby-106/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.10/ruby-106/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.10/tcl-105/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.10/tcl-105/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.10/vim-55/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.10/swig-12/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.10/ruby-106/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...]
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_eval.rb246 }.call
310 x = proc{proc{}}.call
314 x = proc{proc{}}.call
316 assert_equal(8, t[4].call)
322 x = proc{binding}.call
326 x = proc{binding}.call
328 assert_equal(8, t[4].call)
329 x = proc{binding}.call
338 proc{foo11=22}.call
339 proc{foo22=55}.call
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/builtins/
H A DArray.prototype.js45 if (!callback.@call(thisArg, array[i], i, array))
70 callback.@call(thisArg, array[i], i, array);
95 if (callback.@call(thisArg, current, i, array))
122 result[i] = callback.@call(thisArg, array[i], i, array)
145 if (callback.@call(thisArg, array[i], i, array))
210 if (callback.@call(thisArg, array[i], i, array))
234 if (callback.@call(thisArg, array[i], i, array))
/macosx-10.10/ruby-106/ruby/test/webrick/
H A Dtest_httpauth.rb23 http.request(g){|res| assert_equal("hoge", res.body, log.call)}
25 http.request(g){|res| assert_not_equal("hoge", res.body, log.call)}
44 assert_equal(2, users.size, log.call)
45 assert(users.member?("webrick"), log.call)
46 assert(users.member?("foo"), log.call)
59 http.request(g){|res| assert_equal("hoge", res.body, log.call)}
61 http.request(g){|res| assert_not_equal("hoge", res.body, log.call)}
109 assert_equal(2, users.size, log.call)
110 assert(users.member?("webrick"), log.call)
111 assert(users.member?("foo"), log.call)
[all...]
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Ddg.h113 * structure. A call handle is an example of an object.
196 * this model no one directly calls a "free" function; they call a "release"
387 * (or used to set up outgoing packets). We call machines that have
507 #define RPC_C_DG_PF2_CANCEL_PENDING 0x02 /* (server -> client) Cancel was pending at call end */
736 * determined values (in the receiver's call xmitq) and, if
867 * a function to call should contact be lost with the client.
878 * by registering a rundown function pointer through a call to the
884 * call back is required for each activity ID. However the address space
894 rpc_network_rundown_fn_t rundown; /* routine to call if client dies */
1075 * This is fine when the send is being done from a client/call threa
[all...]

Completed in 491 milliseconds

1234567891011>>