Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 136) sorted by relevance

123456

/external/webkit/Source/JavaScriptCore/jit/
DJITStubCall.h167 JIT::Call call() in call() function
175 JIT::Call call = m_jit->call(); in call() local
192 JIT::Call call(unsigned dst) // dst is a virtual register. in call() function
195 JIT::Call call = this->call(); in call() local
203 JIT::Call call(unsigned dst) // dst is a virtual register. in call() function
206 JIT::Call call = this->call(); in call() local
212 JIT::Call call(JIT::RegisterID dst) // dst is a machine register. in call() function
219 JIT::Call call = this->call(); in call() local
/external/webkit/Source/JavaScriptCore/wtf/mac/
DMainThreadMac.mm40 - (void)call; method
46 {
/external/bluetooth/bluez/audio/
Dtelephony-maemo6.c138 DBusPendingCall *call; member
210 struct csd_call *call = l->data; in find_call() local
224 struct csd_call *call = l->data; in find_non_held_call() local
241 struct csd_call *call = l->data; in find_non_idle_call() local
255 struct csd_call *call = l->data; in find_call_with_status() local
284 static int release_call(struct csd_call *call) in release_call()
302 static int answer_call(struct csd_call *call) in answer_call()
320 static int split_call(struct csd_call *call) in split_call()
338 static int unhold_call(struct csd_call *call) in unhold_call()
355 static int hold_call(struct csd_call *call) in hold_call()
[all …]
Dtelephony-maemo5.c256 struct csd_call *call = l->data; in find_call() local
270 struct csd_call *call = l->data; in find_non_held_call() local
287 struct csd_call *call = l->data; in find_non_idle_call() local
301 struct csd_call *call = l->data; in find_call_with_status() local
330 static int release_call(struct csd_call *call) in release_call()
348 static int answer_call(struct csd_call *call) in answer_call()
366 static int split_call(struct csd_call *call) in split_call()
384 static int unhold_call(struct csd_call *call) in unhold_call()
401 static int hold_call(struct csd_call *call) in hold_call()
530 struct csd_call *call; in telephony_terminate_call_req() local
[all …]
Dtelephony-ofono.c136 struct voice_call *call = l->data; in find_vc_without_status() local
209 DBusPendingCall *call; in send_method_call() local
271 static int split_call(struct voice_call *call) in split_call()
322 struct voice_call *call; in telephony_terminate_call_req() local
498 struct voice_call *call = l->data; in foreach_vc_with_status() local
508 struct voice_call *call; in telephony_call_hold_req() local
819 static void remove_pending(DBusPendingCall *call) in remove_pending()
839 static void get_calls_reply(DBusPendingCall *call, void *user_data) in get_calls_reply()
968 static void get_properties_reply(DBusPendingCall *call, void *user_data) in get_properties_reply()
1111 static void get_modems_reply(DBusPendingCall *call, void *user_data) in get_modems_reply()
[all …]
/external/qemu/telephony/
Dremote_call.c123 remote_call_done( RemoteCall call ) in remote_call_done()
146 remote_call_free( RemoteCall call ) in remote_call_free()
223 remote_call_set_sms_pdu( RemoteCall call, in remote_call_set_sms_pdu()
256 remote_call_add( RemoteCall call, in remote_call_add()
271 RemoteCall call = opaque; in remote_call_event() local
368 RemoteCall call; in remote_call_generic() local
398 RemoteCall call = remote_call_generic( REMOTE_CALL_DIAL, number, from ); in remote_call_dial() local
420 RemoteCall call = remote_call_generic( REMOTE_CALL_SMS, number, from ); in remote_call_sms() local
/external/icu4c/test/perf/ubrkperf/
Dubrkperf.h72 virtual void call(UErrorCode *status) in call() function
96 virtual void call(UErrorCode *status) in call() function
109 virtual void call(UErrorCode *status) {}; in call() function
/external/bluetooth/bluez/plugins/
Dhal.c37 static void formfactor_reply(DBusPendingCall *call, void *user_data) in formfactor_reply()
86 DBusPendingCall *call; in hal_probe() local
/external/webkit/Source/JavaScriptCore/assembler/
DMacroAssemblerSH4.cpp65 void MacroAssemblerSH4::linkCall(void* code, Call call, FunctionPtr function) in linkCall()
70 void MacroAssemblerSH4::repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall()
75 void MacroAssemblerSH4::repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall()
DMacroAssemblerX86.h123 Call call() in call() function
176 static void linkCall(void* code, Call call, FunctionPtr function) in linkCall()
181 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall()
186 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall()
DLinkBuffer.h93 void link(Call call, FunctionPtr function) in link()
126 CodeLocationCall locationOf(Call call) in locationOf()
133 CodeLocationNearCall locationOfNearCall(Call call) in locationOfNearCall()
157 unsigned returnAddressOffset(Call call) in returnAddressOffset()
DRepatchBuffer.h65 void relink(CodeLocationCall call, CodeLocationLabel destination) in relink()
70 void relink(CodeLocationCall call, FunctionPtr destination) in relink()
/external/webkit/Source/WebCore/bindings/js/
DScriptFunctionCall.cpp124 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) in call() function in WebCore::ScriptFunctionCall
156 ScriptValue ScriptFunctionCall::call() in call() function in WebCore::ScriptFunctionCall
200 ScriptValue ScriptCallback::call() in call() function in WebCore::ScriptCallback
206 ScriptValue ScriptCallback::call(bool& hadException) in call() function in WebCore::ScriptCallback
/external/webkit/Source/WebCore/bindings/v8/
DScriptFunctionCall.cpp115 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) in call() function in WebCore::ScriptFunctionCall
142 ScriptValue ScriptFunctionCall::call() in call() function in WebCore::ScriptFunctionCall
181 ScriptValue ScriptCallback::call() in call() function in WebCore::ScriptCallback
187 ScriptValue ScriptCallback::call(bool& hadException) in call() function in WebCore::ScriptCallback
/external/webkit/Source/WebCore/loader/
DPolicyCallback.cpp100 void PolicyCallback::call(bool shouldContinue) in call() function in WebCore::PolicyCallback
109 void PolicyCallback::call(PolicyAction action) in call() function in WebCore::PolicyCallback
/external/icu4c/test/perf/convperf/
Dconvperf.h55 virtual void call(UErrorCode* status){ in call() function
101 virtual void call(UErrorCode* status){ in call() function
131 virtual void call(UErrorCode* status){ in call() function
192 virtual void call(UErrorCode* status){ in call() function
246 virtual void call(UErrorCode* status){ in call() function
315 virtual void call(UErrorCode* status){ in call() function
372 virtual void call(UErrorCode* status){ in call() function
423 virtual void call(UErrorCode* status){ in call() function
479 virtual void call(UErrorCode* status){ in call() function
/external/llvm/include/llvm/Support/
DManagedStatic.h31 static void call(void * Ptr) { delete (T*)Ptr; } in call() function
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
Dregress-23346.js37 function call() function
/external/icu4c/test/perf/utrie2perf/
Dutrie2perf.cpp122 virtual void call(UErrorCode* pErrorCode) { in call() function in CheckFCD
190 virtual void call(UErrorCode* pErrorCode) { in call() function in ToNFC
214 virtual void call(UErrorCode* pErrorCode) { in call() function in GetBiDiClass
/external/webkit/Source/JavaScriptCore/runtime/
DCallData.cpp35 JSValue call(ExecState* exec, JSValue functionObject, CallType callType, const CallData& callData, … in call() function
/external/skia/gpu/src/
DGrGLUtil.cpp24 void GrGLCheckErr(const char* location, const char* call) { in GrGLCheckErr()
/external/mesa3d/src/glsl/
Dir_function_can_inline.cpp59 can_inline(ir_call *call) in can_inline()
Dhir_field_selection.cpp78 ast_expression *call = expr->subexpressions[1]; in _mesa_ast_field_selection_to_hir() local
/external/valgrind/main/memcheck/tests/x86/
Dtronical.S97 call set define
/external/icu4c/test/perf/unisetperf/
Dunisetperf.cpp175 virtual void call(UErrorCode* pErrorCode) { in call() function in Contains
237 virtual void call(UErrorCode* pErrorCode) { in call() function in SpanUTF16
288 virtual void call(UErrorCode* pErrorCode) { in call() function in SpanBackUTF16
338 virtual void call(UErrorCode* pErrorCode) { in call() function in SpanUTF8
384 virtual void call(UErrorCode* pErrorCode) { in call() function in SpanBackUTF8

123456