Searched refs:strip (Results 1 - 25 of 25) sorted by relevance

/openjdk7/jdk/make/common/shared/
H A DDefs-javadoc.gmk67 $(if $(strip $1),<a href="$(strip $1)">Copyright</a>,Copyright) \
H A DDefs-utils.gmk36 # /usr/ccs/bin/ (m4, lex, yacc, as, ar, strip, mcs)
84 STRIP = $(COMPILER_PATH)strip
91 STRIP = $(UTILS_CCS_BIN_PATH)strip
216 STRIP = $(UTILS_USR_BIN_PATH)strip
H A DSanity.gmk74 OS_VARIANT_NAME := $(strip $(shell head -1 /etc/release | awk '{print $$1;}') )
578 # ifneq ($(strip $(REAL_MAKEFLAGS)),)
/openjdk7/jdk/make/common/
H A DDefs-embedded.gmk57 POST_STRIP_PROCESS = $(STRIP) --strip-unneeded
H A DDemo.gmk124 ifneq ($(strip $(DEMO_JAVA_SOURCES)),)
129 ifneq ($(strip $(DEMO_ALL_NATIVE_SOURCES)),)
154 DEMO_NEEDS_CPP = $(strip $(DEMO_CPP_SRC_FILES))
H A DDefs.gmk482 PROGRAM=$(strip $1) \
483 MAIN_CLASS=$(strip $2) \
484 MAIN_JAVA_ARGS="$(strip $3)" \
485 MAIN_ARGS="$(strip $4)"
H A DLibrary.gmk368 ifneq ($(strip $(files)),)
H A DProgram.gmk334 ifneq ($(strip $(files)),)
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DWhitespace.java55 // The 3 different categories of strip/preserve rules (order important)
66 * Auxillary class for encapsulating a single strip/preserve rule
79 // Determine the action (strip or preserve) for this rule
96 // Get the strip/preserve type; either "NS:EL", "NS:*" or "*"
129 * Parse the attributes of the xsl:strip/preserve-space element.
133 // Determine if this is an xsl:strip- or preserve-space element
134 _action = _qname.getLocalPart().endsWith("strip-space")
140 // Get the list of elements to strip/preserve
177 * instanciate a set of strip/preserve rules.
181 // Go through each element and instanciate strip/preserv
300 compileStripSpace(BranchHandle strip[], int sCount, InstructionList il) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/misc/
H A DSoftCache.java135 private static Object strip(Object val, boolean drop) { method in class:SoftCache.ValueCell
242 return ValueCell.strip(hash.get(key), false) != null;
295 return ValueCell.strip(v, false);
315 return ValueCell.strip(hash.put(key, vc), true);
329 return ValueCell.strip(hash.remove(key), true);
/openjdk7/jdk/make/common/internal/
H A DImportComponents.gmk51 IMPORT_TOOLS_PACKAGES := $(strip $(IMPORT_TOOLS_PACKAGES))
52 IMPORT_RT_PACKAGES := $(strip $(IMPORT_RT_PACKAGES))
H A DResources.gmk134 # Process and strip all non-compiled properties files (in a batch mode)
137 # To efficiently strip properties we use one run of StripProperties.
143 @$(ECHO) "# Adding to strip properties list: $@"
258 ifneq ($(strip $(PROPERTIES_FILES)),)
264 ifneq ($(strip $(COMPILED_PROPERTIES)),)
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackage.java590 public void strip(String attrName) { method in class:Package.Class.Method
594 code.strip(attrName);
595 super.strip(attrName);
624 public void strip(String attrName) { method in class:Package.Class
632 m.strip(attrName);
635 super.strip(attrName);
1121 strip("SourceFile");
1122 strip("LineNumberTable");
1123 strip("LocalVariableTable");
1124 strip("LocalVariableTypeTabl
1154 public void strip(String attrName) { method in class:Package
[all...]
H A DAttribute.java407 public void strip(String attrName) { method in class:Attribute.Holder
856 // strip a prefix
/openjdk7/corba/make/common/shared/
H A DDefs-utils.gmk36 # /usr/ccs/bin/ (sccs, m4, lex, yacc, as, ar, strip, mcs)
130 STRIP = $(UTILS_CCS_BIN_PATH)strip
196 STRIP = $(UTILS_USR_BIN_PATH)strip
/openjdk7/jdk/test/java/lang/invoke/
H A DPrivateInvokeTest.java173 name = strip("MH::", name);
176 name = strip("REF_", name);
178 name = "linkTo"+strip("invoke", name);
256 private static String strip(String prefix, String s) { method in class:PrivateInvokeTest
/openjdk7/jdk/make/com/sun/crypto/provider/
H A DMakefile144 ifeq ($(strip $(FILES_java)),)
/openjdk7/jdk/make/launchers/
H A DMakefile40 PROGRAM=$(strip $1) \
41 MAIN_CLASS=$(strip $2) \
42 MAIN_JAVA_ARGS="$(strip $3)" \
43 MAIN_ARGS="$(strip $4)"
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltDatetime.java1012 SimpleDateFormat outFormat = new SimpleDateFormat(strip
1039 // return the correct strings in this case. We strip any pattern
1047 SimpleDateFormat outFormat = new SimpleDateFormat(strip(yearSymbols, pattern));
1059 SimpleDateFormat outFormat = new SimpleDateFormat(strip(yearSymbols, pattern));
1071 SimpleDateFormat outFormat = new SimpleDateFormat(strip(yearSymbols + monthSymbols, pattern));
1083 * @param symbols list of symbols to strip.
1087 private static String strip(String symbols, String pattern) method in class:ExsltDatetime
1099 // text to the result. There is nothing to strip here.
/openjdk7/hotspot/make/solaris/
H A DMakefile95 ifeq ($(strip $(filter /net/%,$(NEW_GAMMADIR))),)
/openjdk7/jdk/make/com/sun/java/pack/
H A DMakefile123 COBJDIR = $(strip $(subst unpack,unpack-cmd,$(OBJDIR)))
/openjdk7/hotspot/make/bsd/
H A DMakefile114 ifeq ($(strip $(filter /net/%,$(NEW_GAMMADIR))),)
/openjdk7/hotspot/make/linux/
H A DMakefile114 ifeq ($(strip $(filter /net/%,$(NEW_GAMMADIR))),)
/openjdk7/jdk/make/javax/crypto/
H A DMakefile166 ifeq ($(strip $(FILES_java)),)
/openjdk7/jdk/make/docs/
H A DMakefile98 $(subst $(SPACE),$(CLASSPATH_SEPARATOR),$(strip $(ALL_SOURCE_DIRS)))

Completed in 133 milliseconds