/external/webkit/Source/JavaScriptCore/jit/ |
D | JITStubCall.h | 167 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/ |
D | MainThreadMac.mm | 40 - (void)call; method 46 {
|
/external/qemu/telephony/ |
D | remote_call.c | 123 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/ |
D | ubrkperf.h | 72 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/webkit/Source/JavaScriptCore/assembler/ |
D | MacroAssemblerSH4.cpp | 65 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()
|
D | MacroAssemblerX86.h | 123 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()
|
D | LinkBuffer.h | 93 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()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | ScriptFunctionCall.cpp | 124 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/ |
D | ScriptFunctionCall.cpp | 115 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/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
D | Callable.java | 25 V call() throws Exception; in call() method
|
/external/webkit/Source/WebCore/loader/ |
D | PolicyCallback.cpp | 100 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/ |
D | convperf.h | 55 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/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/ |
D | regress-23346.js | 37 function call() function
|
/external/llvm/include/llvm/Support/ |
D | ManagedStatic.h | 32 static void call(void * Ptr) { delete (T*)Ptr; } in call() function
|
/external/clang/test/CodeGenCXX/ |
D | instantiate-temporaries.cpp | 17 void call() { in call() function
|
/external/llvm/test/Object/Inputs/ |
D | elfver.S | 15 call _puts@PLT label
|
/external/icu4c/test/perf/utrie2perf/ |
D | utrie2perf.cpp | 122 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/ |
D | CallData.cpp | 35 JSValue call(ExecState* exec, JSValue functionObject, CallType callType, const CallData& callData, … in call() function
|
/external/v8/test/mjsunit/regress/ |
D | regress-1650.js | 45 Fake.prototype.call = function () { method in Fake
|
/external/skia/src/gpu/gl/ |
D | GrGLUtil.cpp | 19 const char* call) { in GrGLCheckErr()
|
/external/valgrind/main/memcheck/tests/x86/ |
D | tronical.S | 97 call set define
|
/external/mesa3d/src/glsl/ |
D | ir_function_can_inline.cpp | 59 can_inline(ir_call *call) in can_inline()
|
D | hir_field_selection.cpp | 78 ast_expression *call = expr->subexpressions[1]; in _mesa_ast_field_selection_to_hir() local
|
/external/v8/src/ |
D | heap-profiler.h | 39 #define HEAP_PROFILE(heap, call) \ argument
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/ |
D | RmiSerializer.java | 178 … private void writeMethodCall(ByteBuffer buffer, RemoteMethodCallMessage call) throws IOException{ in writeMethodCall() 202 RemoteMethodCallMessage call = new RemoteMethodCallMessage(); in readMethodCall() local 257 RemoteMethodCallMessage call = (RemoteMethodCallMessage) object; in writeObject() local
|