Searched refs:Full (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/native/jobjc/
H A Dbridgesupport.gmk36 if [ -f $(FRAMEWORKS_DIR)/$(<:.headers=.framework)/Resources/BridgeSupport/$(<:.headers=Full.bridgesupport) ] ; \
37 then cp $(FRAMEWORKS_DIR)/$(<:.headers=.framework)/Resources/BridgeSupport/$(<:.headers=Full.bridgesupport) $@ ; \
40 if cmp -s $@ $(STABLE_GEN_DIR)/$(@:.bridgesupport=Full.bridgesupport) ; \
42 else cp $@ $(STABLE_GEN_DIR)/$(@:.bridgesupport=Full.bridgesupport) ; \
/openjdk7/jdk/test/javax/management/Introspector/
H A DAnnotationTest.java98 public static @interface Full { interface in class:AnnotationTest
130 Full.class.getName(),
134 new String[] {Full.class.getName()},
143 @Full(classValue=Full.class,
147 classArrayValue={Full.class},
262 check("@Full", attr.getDescriptor(), expectedFullDescriptor);
/openjdk7/jdk/make/java/jobjc/
H A DMakefile41 STABLE_METADATA_FILES = $(addsuffix Full.bridgesupport,$(addprefix $(STABLE_GEN_DIR)/,$(FRAMEWORKS)))

Completed in 2462 milliseconds