Searched defs:hasMethod (Results 1 - 10 of 10) sorted by relevance

/external/vogar/src/vogar/
H A DClassAnalyzer.java29 public boolean hasMethod(boolean isStatic, Class<?> returnType, String name, method in class:ClassAnalyzer
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DFieldPresenceTest.java47 private static boolean hasMethod(Class<?> clazz, String name) { method in class:FieldPresenceTest
63 assertTrue(hasMethod(classWithFieldPresence, "get" + camelName));
64 assertTrue(hasMethod(classWithFieldPresence, "has" + camelName));
65 assertTrue(hasMethod(classWithoutFieldPresence, "get" + camelName));
66 assertFalse(hasMethod(classWithoutFieldPresence, "has" + camelName));
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp81 bool hasMethod(const ObjCMethodDecl *MD) { function in struct:__anon1985::IvarInvalidationCheckerImpl::InvalidationInfo
585 if (!InvalidationMethod || I->second.hasMethod(InvalidationMethod))
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
H A DObservableProperty.java218 private boolean hasMethod(Node node, String name) { method in class:ObservableProperty
267 if (!hasMethod(node, getterName)) {
269 if (!hasMethod(node, getterName)) {
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessage.java2098 hasMethod =
2116 protected final Method hasMethod; field in class:GeneratedMessage.FieldAccessorTable.SingularFieldAccessor
2191 return (Boolean) invokeOrDie(hasMethod, message);
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 370 milliseconds