HomeSort by relevance Sort by last modified time
    Searched defs:call (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/webkit/JavaScriptCore/runtime/
CallData.cpp 33 JSValue call(ExecState* exec, JSValue functionObject, CallType callType, const CallData& callData, JSValue thisValue, const ArgList& args) function in namespace:JSC
39 return asFunction(functionObject)->call(exec, thisValue, args);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
regress-23346.js 32 return call();
37 function call() function
  /libcore/luni/src/main/java/java/util/concurrent/
Callable.java 12 * <tt>call</tt>.
26 * @param <V> the result type of method <tt>call</tt>
35 V call() throws Exception; method in interface:Callable
  /external/v8/test/mjsunit/
megamorphic-callbacks.js 36 function call(o) { function
47 call(o);
68 // Perform the call checks.
69 assertEquals(300, o.f(), "normal call");
70 assertEquals(300, call(o), "ic call");
  /external/webkit/WebCore/bindings/v8/
ScriptFunctionCall.cpp 122 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) function in class:WebCore::ScriptFunctionCall
140 v8::Local<v8::Value> result = function->Call(thisObject, m_arguments.size(), args.get());
149 ScriptValue ScriptFunctionCall::call() function in class:WebCore::ScriptFunctionCall
152 return call(hadException);
  /external/webkit/WebCore/loader/
PolicyCallback.cpp 98 void PolicyCallback::call(bool shouldContinue) function in class:WebCore::PolicyCallback
107 void PolicyCallback::call(PolicyAction action) function in class:WebCore::PolicyCallback
  /external/webkit/WebKit/chromium/src/js/
InjectDispatch.js 41 * @param {string} functionName Function to call
42 * @param {string} json_args JSON-serialized call parameters.
43 * @return {string} JSON-serialized result of the dispatched call.
73 * We serialize the call and send it to the client over the IPC
78 var args = Array.prototype.slice.call(arguments);
104 var call = JSON.stringify(args); variable
105 DevToolsAgentHost.dispatch(call);
  /external/bluetooth/bluez/plugins/
hal.c 40 static void formfactor_reply(DBusPendingCall *call, void *user_data)
47 reply = dbus_pending_call_steal_reply(call);
89 DBusPendingCall *call; local
109 &call, -1) == FALSE) {
116 dbus_pending_call_set_notify(call, formfactor_reply, adapter, NULL);
118 dbus_pending_call_unref(call);
maemo6.c 78 static void read_radio_states_cb(DBusPendingCall *call, void *user_data)
85 reply = dbus_pending_call_steal_reply(call);
115 DBusPendingCall *call; local
122 if (!dbus_connection_send_with_reply(conn, msg, &call, -1)) {
128 dbus_pending_call_set_notify(call, read_radio_states_cb, adapter, NULL);
129 dbus_pending_call_unref(call);
  /external/webkit/JavaScriptCore/API/
JSCallbackFunction.cpp 51 JSValue JSCallbackFunction::call(ExecState* exec, JSObject* functionObject, JSValue thisValue, const ArgList& args) function in class:JSC::JSCallbackFunction
76 callData.native.function = call;
  /external/webkit/JavaScriptCore/interpreter/
CachedCall.h 48 JSValue call() function in class:JSC::CachedCall
  /external/webkit/WebCore/bindings/js/
ScriptFunctionCall.cpp 129 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) function in class:WebCore::ScriptFunctionCall
149 JSValue result = JSC::call(m_exec, function, callType, callData, thisObject, m_arguments);
161 ScriptValue ScriptFunctionCall::call() function in class:WebCore::ScriptFunctionCall
164 return call(hadException);
  /libcore/luni/src/test/java/sun/misc/
UnsafeTest.java 46 callable.call();
  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 47 public SipAudioCall call = null; field in class:WalkieTalkieActivity
91 if (call != null) {
92 call.close();
186 * Make an outgoing call.
195 // happen via listeners. Even making an outgoing call, don't
196 // forget to set up a listener to set things up once the call is established.
198 public void onCallEstablished(SipAudioCall call) {
199 call.startAudio();
200 call.setSpeakerMode(true);
201 call.toggleMute()
    [all...]
  /external/chromium/third_party/icu/source/test/perf/ubrkperf/
ubrkperf.h 51 virtual void call(UErrorCode *status) = 0;
72 virtual void call(UErrorCode *status) function in class:ICUIsBound
96 virtual void call(UErrorCode *status) function in class:ICUForward
109 virtual void call(UErrorCode *status) {}; function in class:DarwinBreakFunction
112 virtual void call(UErrorCode *status) {};
  /external/chromium/third_party/icu/source/test/perf/usetperf/
usetperf.cpp 38 virtual void call(UErrorCode* pErrorCode){ function in class:CmdPattern
64 virtual void call(UErrorCode* pErrorCode){ function in class:CmdOp
  /external/icu4c/test/perf/ubrkperf/
ubrkperf.h 51 virtual void call(UErrorCode *status) = 0;
72 virtual void call(UErrorCode *status) function in class:ICUIsBound
96 virtual void call(UErrorCode *status) function in class:ICUForward
109 virtual void call(UErrorCode *status) {}; function in class:DarwinBreakFunction
112 virtual void call(UErrorCode *status) {};
  /external/icu4c/test/perf/usetperf/
usetperf.cpp 38 virtual void call(UErrorCode* pErrorCode){ function in class:CmdPattern
64 virtual void call(UErrorCode* pErrorCode){ function in class:CmdOp
  /external/webkit/JavaScriptCore/jit/
JITStubCall.h 165 JIT::Call call() function in class:JSC::JITStubCall
173 JIT::Call call = m_jit->call(); local
174 m_jit->m_calls.append(CallRecord(call, m_jit->m_bytecodeIndex, m_stub.value()));
186 return call;
190 JIT::Call call(unsigned dst) // dst is a virtual register. function in class:JSC::JITStubCall
193 JIT::Call call = this->call() local
201 JIT::Call call(unsigned dst) \/\/ dst is a virtual register. function in class:JSC::JITStubCall
204 JIT::Call call = this->call(); local
210 JIT::Call call(JIT::RegisterID dst) \/\/ dst is a machine register. function in class:JSC::JITStubCall
217 JIT::Call call = this->call(); local
    [all...]
  /frameworks/base/test-runner/src/android/test/mock/
MockIContentProvider.java 42 * @hide - @hide because this exposes bulkQuery() and call(), which must also be hidden.
97 public Bundle call(String method, String request, Bundle args) method in class:MockIContentProvider
  /frameworks/base/voip/java/android/net/sip/
SipManager.java 49 * SIP. You should always call {@link android.net.sip.SipManager#isVoipSupported
58 * The result code to be sent back with the incoming call
65 * Key to retrieve the call ID from an incoming call intent.
71 * Key to retrieve the offered session description from an incoming call
85 * Action string for the incoming call intent for the Phone app.
186 * receives a new call, it will send out an intent with the provided action
187 * string. The intent contains a call ID extra and an offer session
192 * @param incomingCallPendingIntent When an incoming call is received, the
193 * SIP service will call
314 SipAudioCall call = new SipAudioCall(mContext, localProfile); local
    [all...]
  /external/chromium/third_party/icu/source/test/perf/strsrchperf/
strsrchperf.h 39 virtual void call(UErrorCode* status) { function in class:StringSearchPerfFunction
  /external/icu4c/test/perf/strsrchperf/
strsrchperf.h 39 virtual void call(UErrorCode* status) { function in class:StringSearchPerfFunction
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerX86.h 53 using MacroAssemblerX86Common::call;
125 Call call() function in class:JSC::MacroAssemblerX86
127 return Call(m_assembler.call(), Call::Linkable);
130 Call tailRecursiveCall()
132 return Call::fromTailJump(jump());
135 Call makeTailRecursiveCall(Jump oldJump)
137 return Call::fromTailJump(oldJump)
    [all...]
  /external/webkit/JavaScriptCore/qt/api/
qscriptvalue.cpp 312 \sa call()
324 has side effects on the script engine, since the engine will call
341 has side effects on the script engine, since the engine will call
358 has side effects on the script engine, since the engine will call
385 has side effects on the script engine, since the engine will call
402 has side effects on the script engine, since the engine will call
419 has side effects on the script engine, since the engine will call
436 has side effects on the script engine, since the engine will call
450 the `this' object in the function call, and passing \a args
454 If this QScriptValue is not a function, call() does nothin
471 QScriptValue QScriptValue::call(const QScriptValue& thisObject, const QScriptValueList& args) function in class:QScriptValue
    [all...]

Completed in 579 milliseconds

1 2 3 4 5