Searched defs:expand (Results 26 - 45 of 45) sorted by relevance

12

/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/launcher/
H A DLauncherHelper.java599 StdArg(String arg, boolean expand) { argument
601 this.needsExpansion = expand;
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java182 * Paints the expand (toggle) part of a row. The reciever should NOT modify <code>clipBounds</code>, or
498 * Determines direction to traverse, 1 means expand, -1 means collapse.
500 final boolean expand; field in class:AquaTreeUI.KeyboardExpandCollapseAction
506 public KeyboardExpandCollapseAction(final boolean expand, final boolean recursive) { argument
507 this.expand = expand;
521 * Try and expand the node, otherwise go to next node.
523 if (expand) {
/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/sun/tools/jar/
H A DMain.java55 // An entryName(path)->File map generated during "expand", it helps to
200 expand(null, files, false);
222 expand(null, files, true);
290 /* Preprocess and expand @file arguments */
429 void expand(File dir, String[] files, boolean isUpdate) { method in class:Main
453 expand(f, f.list(), isUpdate);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DEmptySerializer.java762 public void setDTDEntityExpansion(boolean expand) { argument
H A DSerializerBase.java1394 * If set to false the serializer does not expand DTD entities,
1397 public void setDTDEntityExpansion(boolean expand) { argument
H A DToStream.java2414 * we've been told not to expand them
3383 * If set to false the serializer does not expand DTD entities,
3386 public void setDTDEntityExpansion(boolean expand) { argument
3387 m_expandDTDEntities = expand;
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java508 changedNode.expand();
617 root.expand();
662 lastNode.expand();
1141 expand();
1147 protected void expand() { method in class:FixedHeightLayoutCache.FHTreeStateNode
H A DVariableHeightLayoutCache.java665 newNode.expand(false);
742 root.expand();
983 lastNode.expand();
1268 expand();
1286 public void expand() { method in class:VariableHeightLayoutCache.TreeStateNode
1287 expand(true);
1441 * Messaged from expand and collapse. This is meant for subclassers
1456 expand();
1465 protected void expand(boolean adjustTree) { method in class:VariableHeightLayoutCache.TreeStateNode
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleNatives.java48 static native void expand(MemberName self); method in class:MethodHandleNatives
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.cpp314 bool DefNewGeneration::expand(size_t bytes) { function in class:DefNewGeneration
327 // Do not attempt an expand-to-the reserve size. The
329 // the generation so an expand-to-reserve should be
330 // unnecessary. Also a second call to expand-to-reserve
332 // For example if the first expand fail for unknown reasons,
386 if (expand(change)) {
389 // If the heap failed to expand to the desired size,
528 // We don't attempt to expand the young generation (but perhaps we should.)
H A Dgeneration.cpp413 bool CardGeneration::expand(size_t bytes, size_t expand_bytes) { function in class:CardGeneration
422 // was not. A call to expand implies a best effort to expand by "bytes"
424 // the most that the generation can expand since it has some capacity to
473 // Temporarily expand the span of our ref processor, so
503 expand(byte_size, _min_heap_delta_bytes);
519 expand(word_size*HeapWordSize, _min_heap_delta_bytes);
524 bool OneContigSpaceCardGeneration::expand(size_t bytes, size_t expand_bytes) { function in class:OneContigSpaceCardGeneration
526 return CardGeneration::expand(bytes, expand_bytes);
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp327 // Test for a couple of overflow conditions; maybe expand the buffer.
710 if (StressCodeBuffers) exp = amount; // expand only slightly
714 if (StressCodeBuffers) exp = amount / 2; // expand only slightly
723 // No need to expand after all.
733 void CodeBuffer::expand(CodeSection* which_cs, csize_t amount) { function in class:CodeBuffer
/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));
648 lib = expand(lib);
969 nssArgs = expand(st.sval);
/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);
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);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java190 /** Updates the treestate as the nodes expand. */
1474 * Paints the expand (toggle) part of a row. The receiver should
1544 * Returns true if the expand (toggle) control should be drawn for
2228 * expand/collapse region of the <code>row</code>, this will toggle
2240 * in the area of row that is used to expand/collapse the node and
2281 * If expanding a path and JTree scrolls on expand, ensureRowsAreVisible
2326 * implying the location is not in the expand (toggle) control
2923 /** Determines direction to traverse, 1 means expand, -1 means
3740 boolean expand = true;
3744 // we shouldn't attempt to expand i
4318 private void expand(JTree tree, BasicTreeUI ui) { method in class:BasicTreeUI.Actions
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1486 unsigned cnt = 0; // Count nodes we have expand into
1492 // Generate expand code
1503 // If necessary, generate any operands created in expand rule
1508 assert(frm, "Invalid entry in new operands list of expand rule");
1561 ExpandRule *expand = node->_exprule; local
1563 for(expand->reset_instructions();
1564 (expand_instr = expand->iter_instructions()) != NULL; cnt++) {
1569 globalAD->syntax_err(node->_linenum, "In %s: expand rules using instructs with TEMPs aren't supported: %s",
1611 "expand rule member needs memory but top-level inst doesn't have any" );
1626 // Check for an operand which is created in the expand rul
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp1356 expand(CHECK);
1361 void expand(TRAPS) { function in class:BacktraceBuilder
1399 expand(CHECK);
/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
[all...]

Completed in 109 milliseconds

12