Searched refs:installed (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DstandardHandlers.c171 jboolean installed; local
174 installed = (eventHandler_createPermanentInternal(
176 if (!installed) {
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphicsEnvironment.java220 String[] installed = fm.getInstalledFontFamilyNames(requestedLocale);
223 * is the same as the installed families. This preserves historical
231 return installed;
233 for (int i=0; i<installed.length; i++) {
234 map.put(installed[i].toLowerCase(requestedLocale),
235 installed[i]);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DCachedXPathFuncHereAPI.java425 boolean installed = false;
436 installed = true;
441 if(!installed) {
448 installed = true;
454 if (installed) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java2947 private boolean installed; field in class:GroupLayout.ComponentSpring
3090 if (!installed) {
3091 installed = true;
/openjdk7/jdk/make/common/shared/
H A DSanity.gmk168 INSTALL_PATCHES_FILE = $(TEMPDIR)/installed.patches
403 # Get list of installed patches (this file has a particular format)
841 " CUPS is frequently pre-installed on many systems, \n" \
1377 # Check that ALSA headers and libs are installed and
1390 " You have the following ALSA version installed: $${alsa_version} \n" \
1397 $(ECHO) "ERROR: You seem to not have installed ALSA $(REQUIRED_ALSA_VERSION) or higher. \n" \

Completed in 71 milliseconds