Searched refs:invoke (Results 151 - 175 of 257) sorted by relevance

1234567891011

/external/webkit/Tools/WebKitTestRunner/
H A DTestInvocation.cpp132 void TestInvocation::invoke() function in class:WTR::TestInvocation
H A DTestController.cpp417 m_currentInvocation->invoke();
/external/webkit/Tools/gdb/
H A Dwebkit.py299 def invoke(self, arg, from_tty): member in class:PrintPathToRootCommand
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/
H A DSettingsDialog.java350 setIconImages.invoke(owner, icons);
355 setIconImages.invoke(this, icons);
/external/llvm/utils/vim/
H A Dllvm.vim37 syn keyword llvmStatement ret br indirectbr switch invoke unwind unreachable
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp21 --vgdb-error=<number> invoke gdbserver after <number> errors [999999999]
/external/webkit/Source/WebCore/bindings/v8/
H A DNPV8Object.cpp146 if (npObject->_class->invoke)
147 return npObject->_class->invoke(npObject, methodName, arguments, argumentCount, result);
H A DV8NPObject.cpp115 if (npObject->_class->invoke) {
118 retval = npObject->_class->invoke(npObject, identifier, npArgs.get(), numArgs, &result);
/external/webkit/Source/WebCore/bridge/
H A DNP_jsobject.cpp253 if (o->_class->invoke)
254 return o->_class->invoke(o, methodName, args, argCount, result);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp73 virtual HRESULT STDMETHODCALLTYPE invoke(
114 HRESULT STDMETHODCALLTYPE WebEditorUndoTarget::invoke( function in class:WebEditorUndoTarget
/external/apache-http/src/org/apache/commons/logging/impl/
H A DSimpleLog.java648 classLoader = (ClassLoader)method.invoke(Thread.currentThread(),
655 * InvocationTargetException is thrown by 'invoke' when
/external/doclava/src/com/google/doclava/
H A DDoclava.java1242 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { method in class:Doclava.HideHandler
1252 return filterComment((String) method.invoke(target, args));
1257 return ((String) method.invoke(target, args)).replace("&", "&amp;");
1261 return filterHidden(method.invoke(target, args), method.getReturnType());
/external/easymock/src/org/easymock/internal/
H A DRecordState.java73 public java.lang.Object invoke(Invocation invocation) { method in class:RecordState
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DApplication.java585 task.invoke();
592 task.invoke();
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelSelectActivity.java260 UIConstants.mOverridePendingTransition.invoke(LevelSelectActivity.this, R.anim.activity_fade_in, R.anim.activity_fade_out);
/external/webkit/Source/WebCore/bridge/c/
H A Dc_instance.cpp141 return throwError(exec, createTypeError(exec, "Attempt to invoke non-plug-in method on plug-in object."));
170 retval = _object->_class->invoke(_object, ident, cArgs.data(), count, &resultVariant);
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
H A Dmain.c166 browser->invoke(instance, windowObject, browser->getstringidentifier("alert"), &alertMessage, 1, &result);
/external/webkit/Source/WebCore/plugins/
H A DPluginPackage.cpp326 m_browserFuncs.invoke = _NPN_Invoke;
/external/webkit/Source/WebCore/plugins/android/
H A DPluginPackageAndroid.cpp181 funcs->invoke = _NPN_Invoke;
/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp135 bool WebBindings::invoke(NPP npp, NPObject* object, NPIdentifier method, const NPVariant* args, uint32_t argCount, NPVariant* result) function in class:WebKit::WebBindings
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPageClientQt.cpp363 syncMetaMethod.invoke(view, Qt::QueuedConnection);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp648 if (npObject->_class->invoke)
649 return npObject->_class->invoke(npObject, methodName, arguments, argumentCount, result);
925 netscapeFuncs.invoke = NPN_Invoke;
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DDriverManagerTest.java116 theMethod.invoke(null, args);
/external/compiler-rt/BlocksRuntime/
H A Druntime.c671 cp += sprintf(cp, "invoke: %p\n", (void *)(uintptr_t)closure->invoke);
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java164 * Execute an SQL statement and invoke callback methods
185 * Execute an SQL statement and invoke callback methods
956 String mapped = (String) mapLibraryName.invoke(null, args);

Completed in 4357 milliseconds

1234567891011