OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAnnotationPresentNative
(Results
1 - 4
of
4
) sorted by null
/libcore/ojluni/src/main/java/java/lang/reflect/
Field.java
[
all
...]
Executable.java
639
return
isAnnotationPresentNative
(annotationType);
642
private native boolean
isAnnotationPresentNative
(Class<? extends Annotation> annotationType);
/art/runtime/native/
java_lang_reflect_Executable.cc
339
FAST_NATIVE_METHOD(Executable,
isAnnotationPresentNative
, "(Ljava/lang/Class;)Z"),
java_lang_reflect_Field.cc
520
FAST_NATIVE_METHOD(Field,
isAnnotationPresentNative
, "(Ljava/lang/Class;)Z"),
Completed in 63 milliseconds