HomeSort by relevance Sort by last modified time
    Searched refs:callType (Results 26 - 45 of 45) sorted by null

12

  /cts/tests/tests/jni/libjnitest/
macroized_tests.c 56 } callType;
168 callType ct, const char *name, const char *sig) {
185 static char *help_CallBooleanMethod(JNIEnv *env, callType ct, ...) {
288 static char *help_CallByteMethod(JNIEnv *env, callType ct, ...) {
391 static char *help_CallShortMethod(JNIEnv *env, callType ct, ...) {
494 static char *help_CallCharMethod(JNIEnv *env, callType ct, ...) {
597 static char *help_CallIntMethod(JNIEnv *env, callType ct, ...) {
700 static char *help_CallLongMethod(JNIEnv *env, callType ct, ...) {
803 static char *help_CallFloatMethod(JNIEnv *env, callType ct, ...) {
906 static char *help_CallDoubleMethod(JNIEnv *env, callType ct, ...)
    [all...]
  /external/webkit/Source/WebCore/bridge/
NP_jsobject.cpp 186 CallType callType = getCallData(function, callData);
187 if (callType == CallTypeNone)
194 JSValue resultV = JSC::call(exec, function, callType, callData, function, argList);
235 CallType callType = getCallData(function, callData);
236 if (callType == CallTypeNone)
244 JSValue resultV = JSC::call(exec, function, callType, callData, obj->imp, argList);
  /external/webkit/Source/JavaScriptCore/runtime/
JSONObject.cpp 120 CallType m_replacerCallType;
335 CallType callType = object->getCallData(callData);
336 if (callType == CallTypeNone)
341 return call(m_exec, object, callType, callData, value, args);
609 Walker(ExecState* exec, Handle<JSObject> function, CallType callType, CallData callData)
612 , m_callType(callType)
629 CallType m_callType;
829 CallType callType = getCallData(function, callData)
    [all...]
JSObject.cpp 146 CallType callType = setterFunc->getCallData(callData);
149 call(exec, setterFunc, callType, callData, this, args);
252 CallType callType = getCallData(function, callData);
253 if (callType == CallTypeNone)
261 JSValue result = call(exec, function, callType, callData, const_cast<JSObject*>(object), exec->emptyList());
JSArray.cpp 879 void JSArray::sortNumeric(ExecState* exec, JSValue compareFunction, CallType callType, const CallData& callData)
902 return sort(exec, compareFunction, callType, callData);
    [all...]
DatePrototype.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPJSObject.cpp 285 CallType callType = getCallData(function, callData);
286 if (callType == CallTypeNone)
295 JSValue value = JSC::call(exec, function, callType, callData, m_jsObject.get(), argumentList);
  /external/webkit/Source/JavaScriptCore/API/
JSObjectRef.cpp 438 CallType callType = jsObject->getCallData(callData);
439 if (callType == CallTypeNone)
442 JSValueRef result = toRef(exec, call(exec, jsObject, callType, callData, jsThisObject, argList));
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogFragment.java 478 int callType = cursor.getInt(CallLogQuery.CALL_TYPE);
480 (callType == Calls.INCOMING_TYPE
481 || callType == Calls.MISSED_TYPE)) {
CallLogAdapter.java 526 final int callType = c.getInt(CallLogQuery.CALL_TYPE);
535 if (callType == Calls.VOICEMAIL_TYPE) {
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
WebScriptObject.mm 297 CallType callType = getCallData(function, callData);
298 if (callType == CallTypeNone)
308 JSValue result = JSMainThreadExecState::call(exec, function, callType, callData, [self _imp], argList);
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.mm 292 CallType callType = getCallData(function, callData);
293 if (callType == CallTypeNone)
300 JSValue result = JSC::call(exec, function, callType, callData, _imp, argList);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogProviderTest.java 368 private ContentValues getDefaultValues(int callType) {
370 values.put(Calls.TYPE, callType);
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 786 JSValue Interpreter::executeCall(CallFrame* callFrame, JSObject* function, CallType callType, const CallData& callData, JSValue thisValue, const ArgList& args)
807 if (callType == CallTypeJS) {
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm     [all...]
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 604 int callType = callCursor.getInt(CALL_TYPE_COLUMN_INDEX);
642 new int[]{ callType }, date, duration,
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 496 VariadicCallType CallType) {
505 if (CheckFormatArguments(*I, Args, IsMemberFunction, CallType, Loc, Range))
510 if (!HandledFormatString && CallType != VariadicDoesNotApply)
514 variadicArgumentPODCheck(Arg, CallType);
536 VariadicCallType CallType =
539 /*IsMemberFunction=*/true, Loc, SourceRange(), CallType);
550 VariadicCallType CallType = getVariadicCallType(FDecl, Proto,
565 TheCall->getCallee()->getSourceRange(), CallType);
590 VariadicCallType CallType =
596 lbrac, Method->getSourceRange(), CallType);
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 623 milliseconds

12