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

1 2 3 4 5 6 7 8 91011

  /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/llvm/test/Object/Inputs/
elfver.S 15 call _puts@PLT label
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
regress-23346.js 32 return call();
37 function call() function
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
Callable.java 25 V call() throws Exception; method in interface:Callable
  /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/clang/test/CodeGenCXX/
instantiate-temporaries.cpp 17 void call() { function
22 // CHECK: call void @_ZN1Y3getEv
23 // CHECK-NEXT: call void @_ZN1XD1Ev
25 template void call<int>();
33 // CHECK: call void @_ZN1XC1Ev
34 // CHECK-NEXT: call void @_ZN2X2D1Ev
  /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/v8/test/mjsunit/regress/
regress-1650.js 30 function g(f) { return f.call.apply(f.bind, arguments); }
45 Fake.prototype.call = function () {
  /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/clang/test/CodeGen/
annotations-builtin.c 20 // CHECK-NEXT: call i32 @llvm.annotation.i32
23 int call = __builtin_annotation(foo(argc), "annotation_a"); local
24 // CHECK: call {{.*}} @foo
25 // CHECK: call i32 @llvm.annotation.i32
28 // CHECK: call i64 @llvm.annotation.i64
32 // CHECK-NEXT: call i32 @llvm.annotation.i32
36 // CHECK: call i16 @llvm.annotation.i16
39 // CHECK: call i8 @llvm.annotation.i8
43 // CHECK: call i32 @llvm.annotation.i32
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
ThreadingManager.java 74 public Object call() throws Exception { method in class:ThreadingManager.LoadingTask
84 // public Void 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
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
SingleUserProvider.java 61 public Bundle call(String method, String arg, Bundle extras) { method in class:SingleUserProvider
  /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
108 virtual void call(UErrorCode *status) {}; function in class:DarwinBreakFunction
  /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 32 static void call(void * Ptr) { delete (T*)Ptr; } function in struct:llvm::object_deleter
35 static void call(void * Ptr) { delete[] (T*)Ptr; } function in struct:llvm::object_deleter
58 /// explicit through the llvm_shutdown() function call.
68 if (!tmp) RegisterManagedStatic(object_creator<C>, object_deleter<C>::call);
76 if (!tmp) RegisterManagedStatic(object_creator<C>, object_deleter<C>::call);
84 if (!tmp) RegisterManagedStatic(object_creator<C>, object_deleter<C>::call);
92 if (!tmp) RegisterManagedStatic(object_creator<C>, object_deleter<C>::call);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAsyncTask.java 97 * Enqueue a call to {@link AsyncTask#onProgressUpdate(Object[])} on UI looper (or run it immediately
119 public Result call() throws Exception { method in class:ShadowAsyncTask.BackgroundWorker
  /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...]

Completed in 402 milliseconds

1 2 3 4 5 6 7 8 91011