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

1 2

  /libcore/luni/src/test/java/libcore/java/lang/
ClassTest.java 172 Method m = TestGetVirtualMethod.class.getInstanceMethod("packageMethod2", noArgs);
175 m = TestGetVirtualMethod.class.getInstanceMethod("packageMethod", noArgs);
181 m = TestGetVirtualMethod.class.getInstanceMethod("protectedMethod2", noArgs);
184 m = TestGetVirtualMethod.class.getInstanceMethod("protectedMethod", noArgs);
190 m = TestGetVirtualMethod.class.getInstanceMethod("publicMethod2", noArgs);
193 m = TestGetVirtualMethod.class.getInstanceMethod("publicMethod", noArgs);
197 m = TestGetVirtualMethod.class.getInstanceMethod("privateMethod", noArgs);
200 assertNull(TestGetVirtualMethod.class.getInstanceMethod("staticMethod", noArgs));
  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 189 InterfD->getInstanceMethod(PD->getGetterName());
191 InterfD->getInstanceMethod(PD->getSetterName());
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprMember.cpp 415 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel))
440 if (ObjCMethodDecl *OMD = I->getInstanceMethod(Sel)) {
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 116 if (ObjCMethodDecl *MD = Cat->getInstanceMethod(Sel))
552 if (const ObjCMethodDecl *MD = IFace->getInstanceMethod(Sel)) {
560 if (const ObjCMethodDecl *MD = Ext->getInstanceMethod(Sel)) {
723 Method = Instance ? ImpDecl->getInstanceMethod(Sel)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrDump.inc 736 if (SA->getInstanceMethod())
737 OS << " " << SA->getInstanceMethod()->getName();
DeclObjC.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrDump.inc 736 if (SA->getInstanceMethod())
737 OS << " " << SA->getInstanceMethod()->getName();
DeclObjC.h     [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java     [all...]
  /libcore/ojluni/src/main/java/java/lang/
Class.java     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandles.java     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclObjC.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclObjC.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclObjC.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclObjC.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclObjC.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclObjC.h     [all...]
  /prebuilts/tools/common/m2/repository/log4j/log4j/1.2.12/
log4j-1.2.12.jar 
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
AttrPCHWrite.inc     [all...]

Completed in 1033 milliseconds

1 2