Searched refs:call (Results 101 - 125 of 1520) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A DEwkViewCallbacks.h97 void call(ArgType argument) function in struct:EwkViewCallbacks::CallBack
107 void call() function in struct:EwkViewCallbacks::CallBack
117 void call(const char* arg) function in struct:EwkViewCallbacks::CallBack
122 void call(const String& arg) function in struct:EwkViewCallbacks::CallBack
124 call(arg.utf8().data());
127 void call(const WKEinaSharedString& arg) function in struct:EwkViewCallbacks::CallBack
129 call(static_cast<const char*>(arg));
137 void call(Ewk_CSS_Size* size) function in struct:EwkViewCallbacks::CallBack
142 void call(const WKSize& arg) function in struct:EwkViewCallbacks::CallBack
145 call(
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DPageLoadClientEfl.cpp54 view->smartCallback<TitleChange>().call(toImpl(title)->string());
61 view->smartCallback<LoadProgress>().call(&progress);
70 view->smartCallback<LoadFinished>().call();
80 view->smartCallback<LoadError>().call(ewkError.get());
81 view->smartCallback<LoadFinished>().call();
91 view->smartCallback<ProvisionalLoadStarted>().call();
101 view->smartCallback<ProvisionalLoadRedirect>().call();
111 view->smartCallback<ProvisionalLoadFailed>().call(ewkError.get());
139 view->smartCallback<BackForwardListChange>().call();
156 view->smartCallback<AuthenticationRequest>().call(authenticationReques
[all...]
H A DFindClientEfl.cpp45 findClient->m_view->smartCallback<TextFound>().call(&matchCount);
52 findClient->m_view->smartCallback<TextFound>().call(&matchCount);
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dada.vim64 nnoremap <unique> <buffer> <C-]> :call ada#Jump_Tag ('', 'tjump')<cr>
67 nnoremap <unique> <buffer> g<C-]> :call ada#Jump_Tag ('','stjump')<cr>
71 nnoremap <unique> <buffer> <C-]> :call ada#List_Tag ()<cr>
74 nnoremap <unique> <buffer> g<C-]> :call ada#List_Tag ()<cr>
163 call ada#Map_Popup (
166 \ 'call ada#List_Tag ()')
167 call ada#Map_Popup (
170 \'call ada#Jump_Tag ()')
171 call ada#Map_Menu (
174 \'call ad
[all...]
H A Dpython.vim21 nnoremap <silent> <buffer> ]] :call <SID>Python_jump('/^\(class\\|def\)')<cr>
22 nnoremap <silent> <buffer> [[ :call <SID>Python_jump('?^\(class\\|def\)')<cr>
23 nnoremap <silent> <buffer> ]m :call <SID>Python_jump('/^\s*\(class\\|def\)')<cr>
24 nnoremap <silent> <buffer> [m :call <SID>Python_jump('?^\s*\(class\\|def\)')<cr>
36 call histdel('/', -1)
H A Dvim.vim40 nnoremap <silent><buffer> [[ m':call search('^\s*fu\%[nction]\>', "bW")<CR>
41 vnoremap <silent><buffer> [[ m':<C-U>exe "normal! gv"<Bar>call search('^\s*fu\%[nction]\>', "bW")<CR>
42 nnoremap <silent><buffer> ]] m':call search('^\s*fu\%[nction]\>', "W")<CR>
43 vnoremap <silent><buffer> ]] m':<C-U>exe "normal! gv"<Bar>call search('^\s*fu\%[nction]\>', "W")<CR>
44 nnoremap <silent><buffer> [] m':call search('^\s*endf*\%[unction]\>', "bW")<CR>
45 vnoremap <silent><buffer> [] m':<C-U>exe "normal! gv"<Bar>call search('^\s*endf*\%[unction]\>', "bW")<CR>
46 nnoremap <silent><buffer> ][ m':call search('^\s*endf*\%[unction]\>', "W")<CR>
47 vnoremap <silent><buffer> ][ m':<C-U>exe "normal! gv"<Bar>call search('^\s*endf*\%[unction]\>', "W")<CR>
50 nnoremap <silent><buffer> ]" :call search('^\(\s*".*\n\)\@<!\(\s*"\)', "W")<CR>
51 vnoremap <silent><buffer> ]" :<C-U>exe "normal! gv"<Bar>call searc
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTopDownProfileDataGridTree.js36 WebInspector.ProfileDataGridNode.call(this, profileNode, owningTree, hasChildren);
83 WebInspector.ProfileDataGridTree.call(this, profileView, rootProfileNode);
89 WebInspector.TopDownProfileDataGridNode.prototype.populate.call(node);
122 WebInspector.TopDownProfileDataGridNode.prototype._exclude.call(node, excludedCallUID);
135 WebInspector.ProfileDataGridTree.prototype.restore.call(this);
H A DUISourceCodeFrame.js37 WebInspector.SourceFrame.call(this, this._uiSourceCode);
46 WebInspector.SourceFrame.prototype.wasShown.call(this);
54 WebInspector.SourceFrame.prototype.willHide.call(this);
94 WebInspector.SourceFrame.prototype.onTextChanged.call(this, oldRange, newRange);
154 WebInspector.SourceFrame.prototype.populateTextAreaContextMenu.call(this, contextMenu, lineNumber);
H A DSnippetJavaScriptSourceFrame.js39 WebInspector.JavaScriptSourceFrame.call(this, scriptsPanel, uiSourceCode);
56 return [this._runButton.element].concat(WebInspector.JavaScriptSourceFrame.prototype.statusBarItems.call(this));
/macosx-10.9.5/ruby-104/ruby/test/dl/
H A Dtest_dl2.rb31 cfunc.call([ptr_id,str].pack("l!p").unpack("l!*"))
54 cfunc.call([ptr_id,str].pack("l!p").unpack("l!*"))
70 x = cfunc.call(["100"].pack("p").unpack("l!*"))
74 x = cfunc.call(["-100"].pack("p").unpack("l!*"))
80 x = cfunc.call(["100"].pack("p").unpack("l!*"))
83 x = cfunc.call(["-100"].pack("p").unpack("l!*"))
89 x = cfunc.call(["0.1"].pack("p").unpack("l!*"))
93 x = cfunc.call(["-0.1"].pack("p").unpack("l!*"))
102 x = cfunc.call(pi_2)
107 x = cfunc.call(
[all...]
H A Dtest_func.rb71 assert_equal 579, f.call(123, 456)
86 assert_nil f.call(10)
97 assert_in_delta 1.0, f.call(90 * Math::PI / 180), 0.0001
104 assert_in_delta 1.0, f.call(90 * Math::PI / 180), 0.0001
111 str = f.call(buff, "123")
121 str = f.call(buff, "123")
131 r1 = f.call(?1.ord)
132 r2 = f.call(?2.ord)
133 rr = f.call(?r.ord)
142 r = f.call("12.3
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Ddg.c108 * to check for (and fwd) a pending cancel for a call.
119 # define CANCEL_CHECK(fnum, call) \
123 cancel_check(call); \
129 # define CANCEL_CHECK(fnum, call) {}
144 * and either the call will complete before the timeout occurs or not.
149 INTERNAL void cancel_check(call)
150 rpc_dg_call_p_t call;
152 RPC_DG_CALL_LOCK_ASSERT(call);
154 if (RPC_DG_CALL_IS_CLIENT(call))
156 rpc_dg_ccall_p_t ccall = (rpc_dg_ccall_p_t) call;
781 rpc_dg_call_p_t call = (rpc_dg_call_p_t) call_; local
808 rpc_dg_call_p_t call = (rpc_dg_call_p_t) call_; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInjectedScriptCanvasModuleSource.js280 this._args = Array.prototype.slice.call(args, 0);
535 var call = /** @type {!Call} */ (Object.create(Call.prototype));
536 return call.replay(this, cache);
724 data.calls = this._calls.map(function(call) {
725 return call.toReplayable(cache);
777 * @param {!Call} call
779 pushCall: function(call)
781 call.freeze();
782 this._calls.push(call);
879 var call
977 call: function() method in class:Resource.WrapFunction
[all...]
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_symbol.rb104 assert_equal ary_id, :object_id.to_proc.call(ary)
114 assert_equal(3, :foo.to_proc.call(o, 1, 2))
115 assert_raise(ArgumentError) { :foo.to_proc.call }
124 [block_given?, m.call(self)]
133 assert(!m.call(self), "#{bug8531} without block")
134 assert(m.call(self) {}, "#{bug8531} with block")
135 assert(!m.call(self), "#{bug8531} without block second")
141 assert_equal([true, false], m2.call(self, m2) {}, "#{bug8531} nested with block")
142 assert_equal([false, false], m2.call(self, m2), "#{bug8531} nested without block")
H A Dtest_iterator.rb118 def each1(&block); @body.each {|*x| block.call(*x) } end
119 def each2(&block); @body.each {|*x| block.call(x) } end
120 def each3(&block); @body.each {|x| block.call(*x) } end
121 def each4(&block); @body.each {|x| block.call(x) } end
133 assert_equal([1], IterTest.new(nil).method(:f).to_proc.call([1]))
135 assert_equal([m], IterTest.new(nil).method(:f).to_proc.call([m]))
209 lambda{|a|assert_equal(a, 1)}.call(1)
218 assert_nothing_raised {lambda{||}.call}
219 assert_raise(ArgumentError) {lambda{||}.call(1)}
220 assert_nothing_raised {lambda{|a,|}.call(
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A DNWGNUmakefile58 $(call COPY,$<,$@)
62 $(call COPY,$<,$@)
71 $(call DEL,nw_export.i)
72 $(call DEL,cc.opt)
73 $(call DEL,NWGNUversion.inc)
74 $(call DEL,$(APR)/aprlib.imp)
75 $(foreach file,$(FILES_prebuild_headers),$(call DEL,$(file)))
/macosx-10.9.5/apr-30/apr/apr/build/
H A DNWGNUmakefile58 $(call COPY,$<,$@)
62 $(call COPY,$<,$@)
71 $(call DEL,nw_export.i)
72 $(call DEL,cc.opt)
73 $(call DEL,NWGNUversion.inc)
74 $(call DEL,$(APR)/aprlib.imp)
75 $(foreach file,$(FILES_prebuild_headers),$(call DEL,$(file)))
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dtohtml.vim31 windo | if &diff | call add(win_list, winbufnr(0)) | endif
40 call add(buf_list, bufnr('%'))
43 call tohtml#Diff2HTML(win_list, buf_list)
74 call add(html, xml_line)
77 call add(html, "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">")
78 call add(html, '<html xmlns="http://www.w3.org/1999/xhtml">')
80 call add(html, "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">")
81 call add(html, '<html>')
83 call add(html, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"')
84 call ad
[all...]
/macosx-10.9.5/CPANInternal-140/Class-C3-XS/t/
H A D34_next_method_in_eval.t12 This tests the use of an eval{} block to wrap a next::method call.
/macosx-10.9.5/CPANInternal-140/Class-C3-XS-0.13/t/
H A D34_next_method_in_eval.t12 This tests the use of an eval{} block to wrap a next::method call.
/macosx-10.9.5/CPANInternal-140/JSON-RPC/ex/
H A Dclient.pl14 $client->prepare( $uri, ['sum', 'echo'] ); # if call /API/Sublcass, sum method return (sum * 2)
26 my $res = $client->call($cgi_uri, $callobj);
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/ex/
H A Dclient.pl14 $client->prepare( $uri, ['sum', 'echo'] ); # if call /API/Sublcass, sum method return (sum * 2)
26 my $res = $client->call($cgi_uri, $callobj);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Scope/
H A Dregress-191276.js38 * SUMMARY: Testing |this[name]| via Function.prototype.call(), apply()
50 var summary = 'Testing |this[name]| via Function.prototype.call(), apply()';
70 actual = F.call({a: 'aaa'}, 'a');
85 actual = F.call(obj, 'a');
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DPolicyCallback.h64 void call(bool shouldContinue);
65 void call(PolicyAction);
/macosx-10.9.5/apache-786.1/httpd/srclib/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...]

Completed in 205 milliseconds

1234567891011>>