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

1 2 3 4

  /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 61 assertEquals("test", hi.instanceMethod);
94 assertEquals("test", hi.instanceMethod);
178 String instanceMethod;
185 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 173 Method instanceMethod = HasInjections.class.getMethod("instanceMethod", String.class);
178 new InjectionPoint(type, instanceMethod, false),
198 @Inject 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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/CodeGen/
CGFunctionInfo.h 467 unsigned InstanceMethod : 1;
513 bool instanceMethod,
556 bool isInstanceMethod() const { return InstanceMethod; }
627 ID.AddBoolean(InstanceMethod);
645 bool InstanceMethod,
653 ID.AddBoolean(InstanceMethod);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/CodeGen/
CGFunctionInfo.h 467 unsigned InstanceMethod : 1;
513 bool instanceMethod,
556 bool isInstanceMethod() const { return InstanceMethod; }
627 ID.AddBoolean(InstanceMethod);
645 bool InstanceMethod,
653 ID.AddBoolean(InstanceMethod);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CodeGen/
CGFunctionInfo.h 467 unsigned InstanceMethod : 1;
513 bool instanceMethod,
556 bool isInstanceMethod() const { return InstanceMethod; }
627 ID.AddBoolean(InstanceMethod);
645 bool InstanceMethod,
653 ID.AddBoolean(InstanceMethod);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CodeGen/
CGFunctionInfo.h 467 unsigned InstanceMethod : 1;
513 bool instanceMethod,
556 bool isInstanceMethod() const { return InstanceMethod; }
627 ID.AddBoolean(InstanceMethod);
645 bool InstanceMethod,
653 ID.AddBoolean(InstanceMethod);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CodeGen/
CGFunctionInfo.h 467 unsigned InstanceMethod : 1;
513 bool instanceMethod,
556 bool isInstanceMethod() const { return InstanceMethod; }
627 ID.AddBoolean(InstanceMethod);
645 bool InstanceMethod,
653 ID.AddBoolean(InstanceMethod);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CodeGen/
CGFunctionInfo.h 467 unsigned InstanceMethod : 1;
513 bool instanceMethod,
556 bool isInstanceMethod() const { return InstanceMethod; }
627 ID.AddBoolean(InstanceMethod);
645 bool InstanceMethod,
653 ID.AddBoolean(InstanceMethod);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/CodeGen/
CGFunctionInfo.h 467 unsigned InstanceMethod : 1;
513 bool instanceMethod,
556 bool isInstanceMethod() const { return InstanceMethod; }
627 ID.AddBoolean(InstanceMethod);
645 bool InstanceMethod,
653 ID.AddBoolean(InstanceMethod);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/CodeGen/
CGFunctionInfo.h 467 unsigned InstanceMethod : 1;
513 bool instanceMethod,
556 bool isInstanceMethod() const { return InstanceMethod; }
627 ID.AddBoolean(InstanceMethod);
645 bool InstanceMethod,
653 ID.AddBoolean(InstanceMethod);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CodeGen/
CGFunctionInfo.h 467 unsigned InstanceMethod : 1;
513 bool instanceMethod,
556 bool isInstanceMethod() const { return InstanceMethod; }
627 ID.AddBoolean(InstanceMethod);
645 bool InstanceMethod,
653 ID.AddBoolean(InstanceMethod);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CodeGen/
CGFunctionInfo.h 467 unsigned InstanceMethod : 1;
513 bool instanceMethod,
556 bool isInstanceMethod() const { return InstanceMethod; }
627 ID.AddBoolean(InstanceMethod);
645 bool InstanceMethod,
653 ID.AddBoolean(InstanceMethod);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CodeGen/
CGFunctionInfo.h 467 unsigned InstanceMethod : 1;
513 bool instanceMethod,
556 bool isInstanceMethod() const { return InstanceMethod; }
627 ID.AddBoolean(InstanceMethod);
645 bool InstanceMethod,
653 ID.AddBoolean(InstanceMethod);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CodeGen/
CGFunctionInfo.h 467 unsigned InstanceMethod : 1;
513 bool instanceMethod,
556 bool isInstanceMethod() const { return InstanceMethod; }
627 ID.AddBoolean(InstanceMethod);
645 bool InstanceMethod,
653 ID.AddBoolean(InstanceMethod);
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/compiler/SNAPSHOT/
compiler-SNAPSHOT.jar 
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
AttrPCHRead.inc     [all...]

Completed in 842 milliseconds

1 2 3 4