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

123

/openjdk7/jdk/src/solaris/classes/sun/security/smartcardio/
H A DPlatformPCSC.java77 // expand $LIBISA to the system specific directory name for libraries
78 private static String expand(String lib) { method in class:PlatformPCSC
103 String lib = expand(System.getProperty(PROP_NAME, "").trim());
107 lib = expand(LIB1);
112 lib = expand(LIB2);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DChoicePattern.java58 Pattern expand(SchemaPatternBuilder b) { method in class:ChoicePattern
59 Pattern ep1 = p1.expand(b);
60 Pattern ep2 = p2.expand(b);
H A DGroupPattern.java59 Pattern expand(SchemaPatternBuilder b) { method in class:GroupPattern
60 Pattern ep1 = p1.expand(b);
61 Pattern ep2 = p2.expand(b);
H A DInterleavePattern.java59 Pattern expand(SchemaPatternBuilder b) { method in class:InterleavePattern
60 Pattern ep1 = p1.expand(b);
61 Pattern ep2 = p2.expand(b);
H A DListPattern.java66 Pattern expand(SchemaPatternBuilder b) { method in class:ListPattern
67 Pattern ep = p.expand(b);
H A DOneOrMorePattern.java63 Pattern expand(SchemaPatternBuilder b) { method in class:OneOrMorePattern
64 Pattern ep = p.expand(b);
H A DRefPattern.java106 Pattern expand(SchemaPatternBuilder b) { method in class:RefPattern
108 p = p.expand(b);
H A DAttributePattern.java71 Pattern expand(SchemaPatternBuilder b) { method in class:AttributePattern
72 Pattern ep = p.expand(b);
H A DElementPattern.java101 Pattern expand(SchemaPatternBuilder b) { method in class:ElementPattern
104 p = p.expand(b);
H A DPattern.java100 Pattern expand(SchemaPatternBuilder b) { method in class:Pattern
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DPropertyExpander.java33 * A utility class to expand properties embedded in a string.
53 public static String expand(String value) method in class:PropertyExpander
56 return expand(value, false);
59 public static String expand(String value, boolean encodeURL) method in class:PropertyExpander
83 // do not expand ${{ ... }}
125 "unable to expand property " +
133 // no more to expand. copy in any extra
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializationHandler.java120 * Default behavior is to expand DTD entities,
122 * @param expand true if DTD entities are to be expanded,
125 public void setDTDEntityExpansion(boolean expand); argument
/openjdk7/jdk/test/sun/security/util/PropertyExpander/
H A DExpandAndEncode.java29 * @summary Verify that expand(String, boolean) does not encode if
72 String result = PropertyExpander.expand(tests[i], true);
/openjdk7/hotspot/src/share/vm/utilities/
H A Darray.cpp57 void ResourceArray::expand(size_t esize, int i, int& size) { function in class:ResourceArray
73 template <MEMFLAGS F> void CHeapArray<F>::expand(size_t esize, int i, int& size) { function in class:CHeapArray
H A Darray.hpp72 void expand (size_t esize, int i, int& size);// expand the array to include slot i
106 void expand (size_t esize, int i, int& size);// expand the array to include slot i
169 if (i >= size()) expand(esize, i, _size); \
195 if (len >= size()) expand(esize, len, _size); \
238 if (new_length >= size()) expand(esize, new_length, _size); \
252 if (new_length >= size()) expand(esize, new_length, _size); \
/openjdk7/jdk/src/share/classes/sun/security/jca/
H A DProviderConfig.java85 this.argument = expand(argument);
268 private static String expand(final String value) { method in class:ProviderConfig
276 return PropertyExpander.expand(value);
/openjdk7/jdk/make/sun/jconsole/
H A DFILES.gmk39 sun/tools/jconsole/resources/expand-winlf.png \
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DAugmentationsImpl.java56 fAugmentationsContainer = fAugmentationsContainer.expand();
111 abstract public AugmentationsItemsContainer expand(); method in class:AugmentationsImpl.AugmentationsItemsContainer
185 public AugmentationsItemsContainer expand() { method in class:AugmentationsImpl.SmallContainer
269 public AugmentationsItemsContainer expand() { method in class:AugmentationsImpl.LargeContainer
/openjdk7/jdk/make/tools/src/build/tools/jarreorder/
H A DJarReorder.java132 // Create set of all files and directories excluded, then expand
135 Set<String> allFilesExcluded = expand(null, excludeSet, processed);
153 Set<String> allFilesIncluded = expand(null, inputSet, processed);
239 private Set<String> expand(File dir, method in class:JarReorder
266 Set<String> subList = expand(f, dirInputSet, processed);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DTlsPrfGenerator.java208 expand(mdPRF, mdPRFLen, secret, 0, secret.length, labelBytes,
247 expand(md5, 16, secret, 0, seclen, labelBytes, seed, output,
251 expand(sha, 20, secret, off, seclen, labelBytes, seed, output,
267 private static void expand(MessageDigest digest, int hmacSize, method in class:TlsPrfGenerator
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyParser.java114 private String expand(String value) method in class:PolicyParser
117 return expand(value, false);
120 private String expand(String value, boolean encodeURL) method in class:PolicyParser
126 return PropertyExpander.expand(value, encodeURL);
203 // could be null if we couldn't expand a property
248 return expand(keyStoreUrlString, true).replace
283 return expand(storePassURL, true).replace
498 principalName = expand(principalName);
560 if (e.signedBy != null) e.signedBy = expand(e.signedBy);
569 e.codeBase = expand(
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DPolicyParser.java109 private String expand(String value) method in class:PolicyParser
113 return PropertyExpander.expand(value);
190 // could be null if we couldn't expand a property
226 return expand(keyStoreUrlString).replace(File.separatorChar,
377 principalName = expand(principalName);
427 e.codeBase = expand(e.codeBase).replace(File.separatorChar, '/');
428 e.signedBy = expand(e.signedBy);
450 e.name = expand(match("quoted string"));
459 e.action = expand(match("quoted string"));
467 e.signedBy = expand(matc
[all...]
/openjdk7/jdk/src/share/classes/sun/text/
H A DUCompactIntArray.java69 expand();
135 private void expand() { method in class:UCompactIntArray
/openjdk7/langtools/test/tools/javac/nio/compileTest/
H A DCompileTest.java54 expand(rtJar, rtDir);
133 void expand(File jar, File dir) throws IOException { method in class:CompileTest
/openjdk7/make/scripts/
H A Dupdate_copyright_year.sh101 hg log --rev $1 -v --template '{files}\n' | expand \
124 hg log --rev $1 -v --template '{files}\n' | expand \

Completed in 64 milliseconds

123