Searched defs:call (Results 76 - 100 of 252) sorted by relevance

1234567891011

/external/icu/icu4c/source/test/perf/charperf/
H A Dcharperf.h25 virtual void call(UErrorCode* status) function in class:CharPerfFunction
52 virtual void call(UErrorCode* status) function in class:StdLibCharPerfFunction
/external/javassist/src/main/javassist/tools/rmi/
H A DObjectImporter.java24 * The object importer enables applets to call a method on a remote
50 * <p>The parameters to a remote method is passed in the <i>call-by-value</i>
201 public Object call(int objectid, int methodid, Object[] args) method in class:ObjectImporter
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
H A DTransport.java163 * Sets the version tag for the outgoing soap call. Example <?xml
180 * Perform a soap call with a given namespace and the given envelope providing
186 * the namespace with which to perform the call in.
188 * the envelope the contains the information for the call.
195 abstract public List call(String targetNamespace, SoapEnvelope envelope, List headers) method in class:Transport
199 * Perform a soap call with a given namespace and the given envelope.
202 * the namespace with which to perform the call in.
204 * the envelope the contains the information for the call.
206 public void call(String targetNamespace, SoapEnvelope envelope) throws IOException, method in class:Transport
208 call(targetNamespac
[all...]
/external/llvm/test/MC/X86/
H A Dx86-32.s621 call $0x7ace,$0x7ace label
/external/skia/src/gpu/gl/
H A DGrGLUtil.cpp39 const char* call) {
46 if (NULL != call) {
47 GrPrintf("\n\t\t%s", call);
37 GrGLCheckErr(const GrGLInterface* gl, const char* location, const char* call) argument
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFaultTolerantNegotiator.java176 public InputStream call() throws Exception { method in class:FaultTolerantNegotiator.NegotiatorService
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugTreeGrammar.cs53 "invalidRule", "call", "expr", "prog", "stat"
425 // BuildOptions\\DebugTreeGrammar.g3:63:0: expr returns [BigInteger value] : ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call );
448 // BuildOptions\\DebugTreeGrammar.g3:64:9: ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call )
685 // BuildOptions\\DebugTreeGrammar.g3:71:9: call
689 call6=call();
727 // $ANTLR start "call"
728 // BuildOptions\\DebugTreeGrammar.g3:74:0: call returns [BigInteger value] : ^( CALL ID expr ) ;
729 private BigInteger call( ) method in class:DebugTreeGrammar
738 dbg.EnterRule( GrammarFileName, "call" );
798 dbg.ExitRule( GrammarFileName, "call" );
[all...]
H A DProfileTreeGrammar.cs53 "invalidRule", "call", "expr", "prog", "stat"
430 // BuildOptions\\ProfileTreeGrammar.g3:63:0: expr returns [BigInteger value] : ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call );
453 // BuildOptions\\ProfileTreeGrammar.g3:64:9: ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call )
690 // BuildOptions\\ProfileTreeGrammar.g3:71:9: call
694 call6=call();
732 // $ANTLR start "call"
733 // BuildOptions\\ProfileTreeGrammar.g3:74:0: call returns [BigInteger value] : ^( CALL ID expr ) ;
734 private BigInteger call( ) method in class:ProfileTreeGrammar
743 dbg.EnterRule( GrammarFileName, "call" );
803 dbg.ExitRule( GrammarFileName, "call" );
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
H A Dutil.js126 // return Function.prototype.call.apply(Array.prototype.slice, arguments);
128 // return Array.prototype.slice.call(array, start, opt_end);
132 return Function.prototype.call.apply(Array.prototype.slice, arguments);
166 * @param {Object|null} object The object that the method call targets.
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_attribs.cc186 bool call = good && (type != GL_FIXED); local
187 if (call) {
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DInterfacesTest.java59 callback.call(mName);
79 public void call(String name) { method in class:InterfacesTest.RecordingGetNameResponse
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive.py468 def call(self, args, **kwargs): member in class:Executive
469 return subprocess.call(self._stringify_args(args), **kwargs)
/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h59 virtual void call(UErrorCode *status) function in class:BreakItFunction
159 virtual void call(UErrorCode* status) function in class:DateFmtFunction
253 virtual void call(UErrorCode* status2) function in class:NumFmtFunction
382 virtual void call(UErrorCode* status2) function in class:StdioNumFmtFunction
461 virtual void call(UErrorCode* status2) function in class:CollationFunction
/external/chromium_org/third_party/icu/source/test/perf/convperf/
H A Dconvperf.h55 virtual void call(UErrorCode* status){ function in class:ICUToUnicodePerfFunction
101 virtual void call(UErrorCode* status){ function in class:ICUFromUnicodePerfFunction
131 virtual void call(UErrorCode* status){ function in class:ICUOpenAllConvertersFunction
192 virtual void call(UErrorCode* status){ function in class:WinANSIToUnicodePerfFunction
246 virtual void call(UErrorCode* status){ function in class:WinANSIFromUnicodePerfFunction
315 virtual void call(UErrorCode* status){ function in class:WinIMultiLanguageToUnicodePerfFunction
372 virtual void call(UErrorCode* status){ function in class:WinIMultiLanguageFromUnicodePerfFunction
423 virtual void call(UErrorCode* status){ function in class:WinIMultiLanguage2ToUnicodePerfFunction
479 virtual void call(UErrorCode* status){ function in class:WinIMultiLanguage2FromUnicodePerfFunction
/external/chromium_org/third_party/icu/source/test/perf/normperf/
H A Dnormperf.h45 virtual void call(UErrorCode* status){ function in class:QuickCheckPerfFunction
116 virtual void call(UErrorCode* status){ function in class:NormPerfFunction
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/
H A Dunisetperf.cpp140 // virtual void call(UErrorCode* pErrorCode) { ... }
175 virtual void call(UErrorCode* pErrorCode) { function in class:Contains
237 virtual void call(UErrorCode* pErrorCode) { function in class:SpanUTF16
288 virtual void call(UErrorCode* pErrorCode) { function in class:SpanBackUTF16
338 virtual void call(UErrorCode* pErrorCode) { function in class:SpanUTF8
384 virtual void call(UErrorCode* pErrorCode) { function in class:SpanBackUTF8
/external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp102 // virtual void call(UErrorCode* pErrorCode) { ... }
122 virtual void call(UErrorCode* pErrorCode) { function in class:CheckFCD
142 virtual void call(UErrorCode* pErrorCode) {
163 virtual void call(UErrorCode* pErrorCode) {
190 virtual void call(UErrorCode* pErrorCode) { function in class:ToNFC
214 virtual void call(UErrorCode* pErrorCode) { function in class:GetBiDiClass
/external/chromium_org/third_party/jinja2/
H A Dsandbox.py223 #: operator call, so make sure only to intercept the ones you are
238 #: operator call, so make sure only to intercept the ones you are
254 Intercepted calls are always slower than the native operator call,
269 """The sandboxed environment will call this method to check if the
350 def call(__self, __context, __obj, *args, **kwargs): member in class:SandboxedEnvironment
353 # errors when proxying the call.
356 return __context.call(__obj, *args, **kwargs)
/external/chromium_org/third_party/jstemplate/
H A Djstemplate_compiled.js1 (function(){var i=null;function k(){return Function.prototype.call.apply(Array.prototype.slice,arguments)}function l(a,b){var c=k(arguments,2);return function(){return b.apply(a,c)}}function m(a,b){var c=new n(b);for(c.f=[a];c.f.length;){var e=c,d=c.f.shift();e.g(d);for(d=d.firstChild;d;d=d.nextSibling)d.nodeType==1&&e.f.push(d)}}function n(a){this.g=a}function o(a){a.style.display=""}function p(a){a.style.display="none"};var q=":",r=/\s*;\s*/;function s(){this.i.apply(this,arguments)}s.prototype.i=function(a,b){if(!this.a)this.a={};if(b){var c=this.a,e=b.a,d;for(d in e)c[d]=e[d]}else for(c in d=this.a,e=t,e)d[c]=e[c];this.a.$this=a;this.a.$context=this;this.d=typeof a!="undefined"&&a!=i?a:"";if(!b)this.a.$top=this.d};var t={$default:i},u=[];function v(a){for(var b in a.a)delete a.a[b];a.d=i;u.push(a)}function w(a,b,c){try{return b.call(c,a.a,a.d)}catch(e){return t.$default}}
2 function x(a,b,c,e){if(u.length>0){var d=u.pop();s.call(d,b,a);a=d}else a=new s(b,a);a.a.$index=c;a.a.$count=e;return a}var y="a_",z="b_",A="with (a_) with (b_) return ",D={};function E(a){if(!D[a])try{D[a]=new Function(y,z,A+a)}catch(b){}return D[a]}function F(a){for(var b=[],a=a.split(r),c=0,e=a.length;c<e;++c){var d=a[c].indexOf(q);if(!(d<0)){var f;f=a[c].substr(0,d).replace(/^\s+/,"").replace(/\s+$/,"");d=E(a[c].substr(d+1));b.push(f,d)}}return b};var G="jsinstance",H="jsts",I="*",J="div",K="id";function L(){}var M=0,N={0:{}},P={},Q={},R=[];function S(a){a.__jstcache||m(a,function(a){T(a)})}var U=[["jsselect",E],["jsdisplay",E],["jsvalues",F],["jsvars",F],["jseval",function(a){for(var b=[],a=a.split(r),c=0,e=a.length;c<e;++c)if(a[c]){var d=E(a[c]);b.push(d)}return b}],["transclude",function(a){return a}],["jscontent",E],["jsskip",E]];
9 function Y(a,b){var c=document;if(b){var e=c.getElementById(a);if(!e){var e=b(),d=H,f=c.getElementById(d);if(!f)f=c.createElement(J),f.id=d,p(f),f.style.position="absolute",c.body.appendChild(f);d=c.createElement(J);f.appendChild(d);d.innerHTML=e;e=c.getElementById(a)}c=e}else c=c.getElementById(a);return c?(S(c),c=c.cloneNode(!0),c.removeAttribute(K),c):i}function Z(a,b,c){c==b.length-1?a.setAttribute(G,I+c):a.setAttribute(G,""+c)};window.jstGetTemplate=Y;window.JsEvalContext=s;window.jstProcess=function(a,b){var c=new L;S(b);c.j=b?b.nodeType==9?b:b.ownerDocument||document:document;var e=l(c,c.e,a,b),d=c.h=[],f=c.k=[];c.c=[];e();for(var h,g,j;d.length;)h=d[d.length-1],e=f[f.length-1],e>=h.length?(e=c,g=d.pop(),g.length=0,e.c.push(g),f.pop()):(g=h[e++],j=h[e++],h=h[e++],f[f.length-1]=e,g.call(c,j,h))};
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_constant_expression.cpp1232 /* (call name (ref) (params))*/
1234 ir_call *call = inst->as_call(); local
1240 if (!call->return_deref)
1245 call->return_deref->constant_referenced(variable_context, store, offset);
1250 ir_constant *value = call->constant_expression_value(variable_context);
H A Dir_function_detect_recursion.cpp33 * To detect recursion, the function call graph is constructed. The graph is
44 * of function calls. That is, a function may not call itself either
95 * present if the static function call graph of the program contains
106 * call graph of the program" at all.
110 * about functions that aren't in any cycle, but are in the part of the call
111 * tree that connects them. For example, if the call graph consists of a
143 /* Callers of this ralloc-based new need not call delete. It's
155 /* If the user *does* call delete, that's OK, we will just
167 /** List of functions that call this function. */
212 virtual ir_visitor_status visit_enter(ir_call *call) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dgenopcode.asm162 call label label
163 call [label] label
164 call dword [label] label
170 call far word [label] label
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector-unittest.cc309 Node* call = m.CallJS0(function_node, receiver, context, state_node); local
310 m.Return(call);
319 // Now we should have two instructions: call and return.
335 // Some arguments for the call node.
340 // Build frame state for the state before the call.
350 // Build the call.
351 Node* call = m.CallFunctionStub0(function_node, receiver, context, local
354 m.Return(call);
363 // Now we should have two instructions: call, return.
366 // Check the call instructio
436 Node* call = m.CallFunctionStub0(function_node, receiver, context2, local
[all...]
H A Draw-machine-assembler.cc91 Node* call = graph()->NewNode(common()->Call(desc), stub_code, function, local
93 schedule()->AddNode(CurrentBlock(), call); local
94 return call;
101 Node* call = graph()->NewNode(common()->Call(descriptor), function, receiver, local
103 schedule()->AddNode(CurrentBlock(), call); local
104 return call;
119 Node* call = graph()->NewNode(common()->Call(descriptor), centry, arg0, ref, local
121 schedule()->AddNode(CurrentBlock(), call); local
122 return call;
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp27 void call() { function

Completed in 6318 milliseconds

1234567891011