HomeSort by relevance Sort by last modified time
    Searched full:invokemethod (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/junit/src/org/junit/internal/runners/statements/
InvokeMethod.java 9 public class InvokeMethod extends Statement {
13 public InvokeMethod(FrameworkMethod testMethod, Object target) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodTest.java 51 * JDWP unit test for ObjectReference.InvokeMethod command.
163 * This testcase exercises ObjectReference.InvokeMethod command.
166 * <BR>&nbsp;&nbsp; - send ObjectReference.InvokeMethod command for method,
170 * <BR>&nbsp;&nbsp; - send ObjectReference.InvokeMethod command for method,
200 // Make InvokeMethod without exception
211 logWriter.println("\nSend ObjectReference.InvokeMethod without exception...");
213 checkReplyPacket(reply, "ObjectReference::InvokeMethod command");
216 logWriter.println(" ObjectReference.InvokeMethod: returnValue.getIntValue()="
220 logWriter.println(" ObjectReference.InvokeMethod: exception.tag="
234 // Make InvokeMethod with exceptio
    [all...]
InvokeMethod002Test.java 32 * JDWP unit test for ObjectReference.InvokeMethod command.
40 * This testcase exercises ObjectReference.InvokeMethod command.
43 * <BR>Then sends ClassType.InvokeMethod command for method with null
148 logWriter.println(" Send ObjectReference.InvokeMethod without Exception");
150 checkReplyPacket(reply, "ObjectReference::InvokeMethod command");
155 logWriter.println(" ClassType.InvokeMethod: returnValue.getIntValue()="
164 logWriter.println(" ClassType.InvokeMethod: exception.tag="
InvokeMethod003Test.java 32 * JDWP unit test for ObjectReference.InvokeMethod command.
40 * This testcase exercises ObjectReference.InvokeMethod command.
43 * <BR>Then sends ObjectReference.InvokeMethod command to invoke method
152 logWriter.println(" Send ObjectReference.InvokeMethod without Exception");
154 checkReplyPacket(reply, "ObjectReference::InvokeMethod command");
164 logWriter.println(" ObjectReference.InvokeMethod: returnedString=\""
173 logWriter.println(" ClassType.InvokeMethod: exception.tag="
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethod003Test.java 32 * JDWP unit test for ClassType.InvokeMethod command.
40 * This testcase exercises ClassType.InvokeMethod command.
43 * <BR>Then sends ClassType.InvokeMethod command for method with null
120 logWriter.println(" Send ClassType.InvokeMethod without Exception");
122 checkReplyPacket(reply, "ClassType::InvokeMethod command");
127 logWriter.println(" ClassType.InvokeMethod: returnValue.getIntValue()="
136 logWriter.println(" ClassType.InvokeMethod: exception.tag="
InvokeMethodTest.java 39 * JDWP unit test for ClassType.InvokeMethod command.
51 * This testcase exercises ClassType.InvokeMethod command.
54 * <BR>&nbsp;&nbsp; - send ClassType.InvokeMethod command for method,
58 * <BR>&nbsp;&nbsp; - send ClassType.InvokeMethod command for method,
163 // Make InvokeMethod without Exception
173 logWriter.println(" Send ClassType.InvokeMethod without Exception");
175 checkReplyPacket(reply, "ClassType::InvokeMethod command");
180 logWriter.println(" ClassType.InvokeMethod: returnValue.getIntValue()="
189 logWriter.println(" ClassType.InvokeMethod: exception.tag="
193 // Make InvokeMethod with Exceptio
    [all...]
InvokeMethod002Test.java 38 * JDWP unit test for ClassType.InvokeMethod command.
46 * This testcase checks ClassType.InvokeMethod command.
235 // Make InvokeMethod
247 logWriter.println(" Send ClassType.InvokeMethod");
251 checkReplyPacket(reply, "ClassType::InvokeMethod command",
254 checkReplyPacket(reply, "ClassType::InvokeMethod command");
257 logWriter.println(" ClassType.InvokeMethod: returnValue=" + returnValue);
260 logWriter.println(" ClassType.InvokeMethod: returnedString=" + returnedString);
264 assertNotNull("ClassType::InvokeMethod returned null exception",
266 assertEquals("ClassType::InvokeMethod returned invalid exception objectID,"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TestController.js 36 function invokeMethod()
48 InspectorBackend.connection().runAfterPendingDispatches(invokeMethod);
  /art/runtime/native/
java_lang_reflect_Constructor.cc 71 InvokeMethod(soa, javaMethod, javaReceiver, javaArgs, (accessible == JNI_TRUE));
73 // Constructors are ()V methods, so we shouldn't touch the result of InvokeMethod.
java_lang_reflect_Method.cc 33 return InvokeMethod(soa, javaMethod, javaReceiver, javaArgs, (accessible == JNI_TRUE));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 67 void invokeMethod(Method method, Object[] args) {
88 invokeMethod(mStartForeground, mStartForegroundArgs);
94 invokeMethod(mSetForeground, mSetForegroundArgs);
106 invokeMethod(mStopForeground, mStopForegroundArgs);
114 invokeMethod(mSetForeground, mSetForegroundArgs);
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DownloadInfoTest.java 123 Object invokeMethod(Method method, Object instance, Object... args) throws Exception {
184 invokeMethod(setter, builder, valuesForBuilder.get(signature));
194 Object returnValue = invokeMethod(getter, downloadInfo);
208 Object returnValue1 = invokeMethod(getter, downloadInfo);
209 Object returnValue2 = invokeMethod(getter, newDownloadInfo);
  /external/chromium_org/content/renderer/java/
gin_java_bridge_object.h 58 v8::Handle<v8::Value> InvokeMethod(const std::string& name,
gin_java_bridge_object.cc 97 base::Bind(&GinJavaBridgeObject::InvokeMethod,
113 v8::Handle<v8::Value> GinJavaBridgeObject::InvokeMethod(
  /art/runtime/
reflection.h 70 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject method, jobject receiver,
  /external/chromium_org/content/browser/android/java/
gin_java_method_invocation_helper.h 80 void InvokeMethod(jobject object,
gin_java_method_invocation_helper.cc 165 InvokeMethod(
168 InvokeMethod(
225 void GinJavaMethodInvocationHelper::InvokeMethod(jobject object,
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
PopFrames002Test.java 379 .println("=> Send InvokeMethod command for method: " + PopFramesDebuggee.METHOD_TO_INVOKE_NAME);
415 // InvokeMethod
418 .println("##PopFrames command returned no error for thread resumed by InvokeMethod");
419 fail("##PopFrames command returned no error for thread resumed by InvokeMethod");
426 checkReplyPacket(reply, "ClassType::InvokeMethod command");
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 256 Object o = ReflectionUtils.invokeMethod(browser, "evaluate(java.lang.String)", script);
262 ReflectionUtils.invokeMethod(browser, "evaluate(java.lang.String)", script);
276 String text = (String) ReflectionUtils.invokeMethod(reader, "getString()");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
InvokeMethodDebuggee.java 32 * This class provides common debuggee class for InvokeMethod tests.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ReflectionUtils.java 218 public static Object invokeMethod(Object object, String signature, Object... arguments)
256 return invokeMethod(object, signature, arguments);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8NPObject.cpp 52 InvokeMethod = 1,
119 case InvokeMethod:
156 return npObjectInvokeImpl(info, InvokeMethod);
  /external/junit/src/org/junit/runners/
BlockJUnit4ClassRunner.java 17 import org.junit.internal.runners.statements.InvokeMethod;
260 return new InvokeMethod(method, test);
  /external/owasp/sanitizer/lib/junit/
junit-src.jar 
  /prebuilts/tools/common/m2/repository/org/reficio/p2-maven-plugin/1.1.0/
p2-maven-plugin-1.1.0.jar 

Completed in 684 milliseconds

1 2 3 4