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

  /art/test/Instrumentation/
Instrumentation.java 22 private void instanceMethod() {
23 System.out.println("instanceMethod");
  /external/junit-params/src/main/java/junitparams/internal/
ParameterisedFrameworkMethod.java 48 for (InstanceFrameworkMethod instanceMethod : instanceMethods) {
49 description.addChild(instanceMethod.getInstanceDescription());
64 InstanceFrameworkMethod instanceMethod = i.next();
65 if (filter.shouldRun(instanceMethod.getInstanceDescription())) {
67 filter.apply(instanceMethod);
  /external/droiddriver/src/io/appium/droiddriver/instrumentation/
RootFinder.java 43 String instanceMethod = Build.VERSION.SDK_INT >= 17 ? "getInstance" : "getDefault";
46 Method getMethod = clazz.getMethod(instanceMethod);
51 throw new DroidDriverException(String.format("could not invoke: %s on %s", instanceMethod,
61 instanceMethod, windowManagerClassName), nsme);
65 instanceMethod, VIEW_FIELD_NAME), re);
69 instanceMethod, VIEW_FIELD_NAME), iae);
  /external/guice/core/test/com/google/inject/
RequestInjectionTest.java 60 assertEquals("test", hi.instanceMethod);
95 assertEquals("test", hi.instanceMethod);
193 String instanceMethod;
202 this.instanceMethod = instanceS;
  /art/test/666-dex-cache-itf/src/
Main.java 48 // Define an abstract class so that the super calls in Main.instanceMethod
58 new Main().instanceMethod();
61 public void instanceMethod() {
  /external/guice/core/test/com/google/inject/spi/
InjectionPointTest.java 199 Method instanceMethod = HasInjections.class.getMethod("instanceMethod", String.class);
211 new InjectionPoint(type, instanceMethod, false))
244 public void instanceMethod(@Named("d") String d) {}
  /external/clang/lib/CodeGen/
CodeGenTypes.h 325 bool instanceMethod,
CGCall.cpp 97 /*instanceMethod=*/false,
140 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod,
151 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod,
163 return ::arrangeLLVMFunctionInfo(*this, /*instanceMethod=*/false, argTypes,
298 return arrangeLLVMFunctionInfo(resultType, /*instanceMethod=*/true,
372 return arrangeLLVMFunctionInfo(ResultType, /*instanceMethod=*/true,
394 noProto->getReturnType(), /*instanceMethod=*/false,
440 GetReturnType(MD->getReturnType()), /*instanceMethod=*/false,
451 GetReturnType(returnType), /*instanceMethod=*/false,
479 return arrangeLLVMFunctionInfo(Context.VoidTy, /*instanceMethod=*/false
    [all...]
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 467 unsigned InstanceMethod : 1;
510 bool instanceMethod,
553 bool isInstanceMethod() const { return InstanceMethod; }
622 ID.AddBoolean(InstanceMethod);
639 bool InstanceMethod,
647 ID.AddBoolean(InstanceMethod);
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 2499 milliseconds