/external/valgrind/main/memcheck/tests/x86/ |
tronical.S | 82 call VG_SYM_ASM(printf) 95 call VG_SYM_ASM(malloc) 97 call set define 98 call get
|
/external/webkit/Source/JavaScriptCore/runtime/ |
CallData.cpp | 35 JSValue call(ExecState* exec, JSValue functionObject, CallType callType, const CallData& callData, JSValue thisValue, const ArgList& args) function in namespace:JSC
|
/external/webkit/Source/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/mesa3d/src/glsl/ |
hir_field_selection.cpp | 78 ast_expression *call = expr->subexpressions[1]; local 79 assert(call->oper == ast_function_call); 82 method = call->subexpressions[0]->primary_expression.identifier; 85 if (!call->expressions.is_empty())
|
/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/Source/WebCore/loader/ |
PolicyCallback.cpp | 100 void PolicyCallback::call(bool shouldContinue) function in class:WebCore::PolicyCallback 109 void PolicyCallback::call(PolicyAction action) function in class:WebCore::PolicyCallback
|
/external/bluetooth/bluez/plugins/ |
hal.c | 37 static void formfactor_reply(DBusPendingCall *call, void *user_data) 44 reply = dbus_pending_call_steal_reply(call); 86 DBusPendingCall *call; local 106 &call, -1) == FALSE) { 113 dbus_pending_call_set_notify(call, formfactor_reply, adapter, NULL); 115 dbus_pending_call_unref(call);
|
/external/webkit/Source/JavaScriptCore/API/ |
JSCallbackFunction.cpp | 52 EncodedJSValue JSCallbackFunction::call(ExecState* exec) function in class:JSC::JSCallbackFunction 77 callData.native.function = call;
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
CachedCall.h | 48 JSValue call() function in class:JSC::CachedCall
|
/external/webkit/Source/WebCore/bindings/js/ |
JSMainThreadExecState.h | 45 static JSC::JSValue call(JSC::ExecState* exec, JSC::JSValue functionObject, JSC::CallType callType, const JSC::CallData& callData, JSC::JSValue thisValue, const JSC::ArgList& args) function in class:WebCore::JSMainThreadExecState 48 return JSC::call(exec, functionObject, callType, callData, thisValue, args);
|
ScriptFunctionCall.cpp | 124 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) function in class:WebCore::ScriptFunctionCall 144 JSValue result = JSMainThreadExecState::call(m_exec, function, callType, callData, thisObject, m_arguments); 156 ScriptValue ScriptFunctionCall::call() function in class:WebCore::ScriptFunctionCall 159 return call(hadException); 200 ScriptValue ScriptCallback::call() function in class:WebCore::ScriptCallback 203 return call(hadException); 206 ScriptValue ScriptCallback::call(bool& hadException) function in class:WebCore::ScriptCallback 215 JSValue result = JSC::call(m_exec, m_function.jsValue(), callType, callData, m_function.jsValue(), m_arguments);
|
/external/webkit/Source/WebCore/bindings/v8/ |
ScriptFunctionCall.cpp | 115 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions) function in class:WebCore::ScriptFunctionCall 133 v8::Local<v8::Value> result = function->Call(thisObject, m_arguments.size(), args.get()); 142 ScriptValue ScriptFunctionCall::call() function in class:WebCore::ScriptFunctionCall 145 return call(hadException); 181 ScriptValue ScriptCallback::call() function in class:WebCore::ScriptCallback 184 return call(hadException); 187 ScriptValue ScriptCallback::call(bool& hadException) function in class:WebCore::ScriptCallback
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
DRTDevToolsClient.cpp | 110 void DRTDevToolsClient::call(const WebString& args) function in class:DRTDevToolsClient
|
DRTDevToolsAgent.cpp | 85 void DRTDevToolsAgent::call(const WebString& args) function in class:DRTDevToolsAgent
|
/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/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/llvm/include/llvm/Support/ |
ManagedStatic.h | 31 static void call(void * Ptr) { delete (T*)Ptr; } function in struct:llvm::object_deleter 34 static void call(void * Ptr) { delete[] (T*)Ptr; } function in struct:llvm::object_deleter 57 /// explicit through the llvm_shutdown() function call. 67 if (!tmp) RegisterManagedStatic(object_creator<C>, object_deleter<C>::call); 74 if (!tmp) RegisterManagedStatic(object_creator<C>, object_deleter<C>::call); 81 if (!tmp) RegisterManagedStatic(object_creator<C>, object_deleter<C>::call); 88 if (!tmp) RegisterManagedStatic(object_creator<C>, object_deleter<C>::call);
|
/external/webkit/Source/JavaScriptCore/jit/ |
JITStubCall.h | 167 JIT::Call call() function in class:JSC::JITStubCall 175 JIT::Call call = m_jit->call(); local 176 m_jit->m_calls.append(CallRecord(call, m_jit->m_bytecodeOffset, m_stub.value())); 188 return call; 192 JIT::Call call(unsigned dst) // dst is a virtual register. function in class:JSC::JITStubCall 195 JIT::Call call = this->call() local 203 JIT::Call call(unsigned dst) \/\/ dst is a virtual register. function in class:JSC::JITStubCall 206 JIT::Call call = this->call(); local 212 JIT::Call call(JIT::RegisterID dst) \/\/ dst is a machine register. function in class:JSC::JITStubCall 219 JIT::Call call = this->call(); local [all...] |
/frameworks/base/test-runner/src/android/test/mock/ |
MockIContentProvider.java | 40 * @hide - @hide because this exposes bulkQuery() and call(), which must also be hidden. 89 public Bundle call(String method, String request, Bundle args) method in class:MockIContentProvider
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContentProvider.java | 55 public Bundle call(String arg0, String arg1, Bundle arg2) throws RemoteException { method in class:BridgeContentProvider
|
/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 319 SipAudioCall call = new SipAudioCall(mContext, localProfile); local 395 SipAudioCall call = new SipAudioCall( local [all...] |
/external/bluetooth/bluez/gdbus/ |
polkit.c | 113 static void authorization_reply(DBusPendingCall *call, void *user_data) 120 reply = dbus_pending_call_steal_reply(call); 138 dbus_pending_call_unref(call); 154 DBusPendingCall *call; local 181 &call, timeout) == FALSE) { 187 if (call == NULL) { 196 dbus_pending_call_set_notify(call, authorization_reply,
|