HomeSort by relevance Sort by last modified time
    Searched refs:InvokeMethod (Results 1 - 19 of 19) sorted by null

  /external/junit/src/org/junit/internal/runners/statements/
InvokeMethod.java 9 public class InvokeMethod extends Statement {
13 public InvokeMethod(FrameworkMethod testMethod, Object target) {
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_bindings.h 41 bool InvokeMethod(NPIdentifier name,
browser_plugin_bindings.cc 110 return bindings->InvokeMethod(name, args, arg_count, result);
551 bool BrowserPluginBindings::InvokeMethod(NPIdentifier name,
  /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));
  /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(
  /external/chromium_org/content/browser/android/java/
gin_java_method_invocation_helper.cc 158 InvokeMethod(
161 InvokeMethod(
215 void GinJavaMethodInvocationHelper::InvokeMethod(jobject object,
gin_java_method_invocation_helper.h 88 void InvokeMethod(jobject object,
  /art/runtime/
reflection.h 70 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject method, jobject receiver,
debugger.h 71 mirror::Object* receiver; /* not used for ClassType.InvokeMethod */
556 static JDWP::JdwpError InvokeMethod(JDWP::ObjectId thread_id, JDWP::ObjectId object_id,
reflection.cc 519 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject javaMethod,
debugger.cc     [all...]
  /external/junit/src/org/junit/runners/
BlockJUnit4ClassRunner.java 17 import org.junit.internal.runners.statements.InvokeMethod;
260 return new InvokeMethod(method, test);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8NPObject.cpp 52 InvokeMethod = 1,
118 case InvokeMethod:
155 return npObjectInvokeImpl(info, InvokeMethod);
  /art/runtime/jdwp/
jdwp_handler.cc 127 JdwpError err = Dbg::InvokeMethod(thread_id, object_id, class_id, method_id, arg_count, argValues.get(), argTypes.get(), options, &resultTag, &resultValue, &exceptObjId);
    [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1497 milliseconds