Searched +defs:val +defs:expand (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DConfig.java207 in = new FileInputStream(expand(filename));
332 private static String expand(final String s) throws IOException { method in class:Config
334 return PropertyExpander.expand(s);
428 nssSecmodDirectory = expand(parseStringEntry(word));
565 String val = parseWord();
566 if (val.equals("true")) {
568 } else if (val.equals("false")) {
617 private static boolean isByteArray(String val) { argument
618 return val.startsWith("0h");
648 lib = expand(li
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToStream.java509 String val = format.getProperty(OutputKeys.STANDALONE);
511 setStandaloneInternal(val);
513 setStandalone(val);
2414 * we've been told not to expand them
3187 * @param val the boolean to be pushed onto this stack.
3190 public final boolean push(boolean val) argument
3196 return (m_values[++m_index] = val);
3383 * If set to false the serializer does not expand DTD entities,
3386 public void setDTDEntityExpansion(boolean expand) { argument
3387 m_expandDTDEntities = expand;
[all...]
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java882 size = expand(i, 1);
1722 expand(size, 2); // generally expands by more than 2
1879 expand(size, attrs.size * 2);
2011 String val = (String) thisParts[thisBase + i + 1];
2033 if (!val.equals(otherVal)) {
2038 valCmp = val.compareTo(otherVal);
2612 int expand(int pos, int len) { method in class:XMLKit.Element
2636 // Open or expand at the given position, as appropriate.
2649 size = expand(pos, len);
3911 String val
4087 writeToken(String val, char quote, Writer w) argument
4133 writeCData(String val, Writer w) argument
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp1356 expand(CHECK);
1361 void expand(TRAPS) { function in class:BacktraceBuilder
1399 expand(CHECK);
2890 void java_lang_AssertionStatusDirectives::set_classes(oop o, oop val) { argument
2891 o->obj_field_put(classes_offset, val);
2894 void java_lang_AssertionStatusDirectives::set_classEnabled(oop o, oop val) { argument
2895 o->obj_field_put(classEnabled_offset, val);
2898 void java_lang_AssertionStatusDirectives::set_packages(oop o, oop val) { argument
2899 o->obj_field_put(packages_offset, val);
2902 void java_lang_AssertionStatusDirectives::set_packageEnabled(oop o, oop val) { argument
2906 set_deflt(oop o, bool val) argument
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp606 if (expand(word_size * HeapWordSize)) {
607 // Given that expand() succeeded in expanding the heap, and we
608 // always expand the heap by an amount aligned to the heap
631 // let's not try to expand here too.
800 // Otherwise, if can expand, do so.
820 // We should only be trying to expand when the free suffix is
830 if (expand((num_regions - fs) * HeapRegion::GrainBytes)) {
1627 // Don't expand unless it's significant
1638 expand(expand_bytes);
1728 // Attempting to expand th
1768 bool G1CollectedHeap::expand(size_t expand_bytes) { function in class:G1CollectedHeap
3240 int *val; local
[all...]

Completed in 75 milliseconds