Searched defs:change (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/sample/nio/file/
H A DChmod.java57 * may be used to change a set of file permissions. This method is
250 public Set<PosixFilePermission> change(Set<PosixFilePermission> perms) {
266 * The set of permissions to change
270 Set<PosixFilePermission> change(Set<PosixFilePermission> perms); method in interface:Chmod.Changer
279 Files.setPosixFilePermissions(file, changer.change(perms));
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DasPSYoungGen.cpp180 size_t change = desired_size - orig_size; local
182 if (!virtual_space()->expand_by(change)) {
201 size_t change = MIN2(desired_change, available_bytes);
202 virtual_space()->shrink_by(change);
H A DpsYoungGen.cpp304 size_t change = desired_size - orig_size; local
305 assert(change % alignment == 0, "just checking");
307 if (!virtual_space()->expand_by(change)) {
H A DpsAdaptiveSizePolicy.cpp290 // Add some checks for a threshhold for a change. For example,
291 // a change less than the necessary alignment is probably not worth
548 // Add some checks for a threshhold for a change. For example,
549 // a change less than the required alignment is probably not worth
562 // affects of a change can only be seen at full gc's.
626 // Add some checks for a threshhold for a change. For example,
627 // a change less than the required alignment is probably not worth
648 // Calculate the change to use for the tenured gen.
673 // and nothing will change.
751 // and nothing will change
807 size_t change = promo_decrement(desired_promo_size); local
831 size_t change = eden_decrement(desired_eden_size); local
854 scale_down(size_t change, double part, double total) argument
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DasParNewGeneration.cpp172 size_t change = desired_size - orig_size; local
173 assert(change % alignment == 0, "just checking");
174 if (expand(change)) {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DControlFlowScene.java174 public void select(Widget widget, Point point, boolean change) { argument
181 if (change) {
/openjdk7/jdk/test/javax/management/descriptor/
H A DDescriptorTest.java43 // so if you change them you must change the tests
158 test Descriptor that is not supposed to change the contents of
162 that would not in fact change the contents.
197 Test case where the change(d) method attempts to make some
198 change to the Descriptor d. The behaviour depends on whether
200 immutable, then the change attempt must throw a
203 then the change attempt must succeed, and the Descriptor must
221 ChangedCase.this.change(d);
230 change(
265 abstract void change(Descriptor d); method in class:DescriptorTest.ChangedCase
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDocumentImpl.java622 * tree, that does not change which nodes will be informed of the event.
687 // document and change the target's context.
915 * @param change Type of modification to the attr. See
920 String oldvalue, short change) {
934 change);
918 dispatchAggregateEvents(NodeImpl node, AttrImpl enclosingAttr, String oldvalue, short change) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.cpp132 // threads, change one_processor_fraction to
173 // threads, change one_processor_fraction to
881 size_t change = 0; local
885 change = eden_decrement_aligned_down(cur_eden);
886 desired_eden = cur_eden - change;
895 cur_eden, desired_eden, change);
907 size_t change = eden_increment_aligned_up(cur_eden); local
908 size_t scaled_change = scale_by_gen_gc_cost(change, minor_gc_cost());
933 size_t change = eden_decrement(cur_eden); local
934 size_t desired_eden_size = cur_eden - change;
1037 size_t change = 0; local
1109 size_t change = promo_increment_aligned_up(cur_promo); local
1136 size_t change = promo_decrement(cur_promo); local
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.cpp384 size_t change = desired_new_size - new_size_before; local
385 assert(change % alignment == 0, "just checking");
386 if (expand(change)) {
396 size_t change = new_size_before - desired_new_size; local
397 assert(change % alignment == 0, "just checking");
398 _virtual_space.shrink_by(change);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultStyledDocument.java482 * after the change has been successfully completed.
505 buffer.change(offset, length, changes);
629 * @param chng a description of the document change
880 * @param chng a description of the document change
953 // Only propagate change updated if have content
1115 /** Run to create a change event for the document */
1431 // Nothing was inserted, no structure change.
1520 public void change(int offset, int length, DefaultDocumentEvent de) { method in class:DefaultStyledDocument.ElementBuffer
1584 // original path items that have a change.
1587 ElemChanges change
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp86 // noting if any of these change;
449 int change = 1; // int to get function pointers to work local
464 while (change) {
465 change = 0;
477 bool fell_through = jump_targets_do(&bcs, &GenerateOopMap::reachable_basicblock, &change);
484 reachable_basicblock(this, bci + Bytecodes::length_for(bytecode), &change);
491 change = 1;
709 bool change = false; local
713 change = change || !
723 bool change = false; local
1082 bool change = true; local
[all...]
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c1781 /* Run the data flow analysis, as long as there are things to change. */
2546 /* We have to change registers, and possibly a mask */
3193 jboolean change = JNI_FALSE; local
3197 change = JNI_TRUE;
3201 if (change) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java178 * change, but in terms of the underlying model it will remain the
240 /** During UI adjustment, change subsequent columns to preserve the total width;
345 * occupied by the current cell and allows the user to change its contents.
380 // WARNING: If you directly access this field you should also change the
745 * anything on the scrollpane that may change when the look and feel
1806 * When this property changes, a property change event with
2037 * change this default behavior. This method is equivalent to setting
2707 * the column at a given index in the view will change.
2728 * the column at a given index in the view will change.
2753 * the column at a given index in the view will change
3895 prepareForChange(RowSorterEvent sortEvent, ModelChange change) argument
3905 cacheSelection(RowSorterEvent sortEvent, ModelChange change) argument
3974 processChange(RowSorterEvent sortEvent, ModelChange change, boolean sorterChanged) argument
4019 restoreSelection(ModelChange change) argument
4154 repaintSortedRows(ModelChange change) argument
4193 restoreSortingSelection(int[] selection, int lead, ModelChange change) argument
4250 notifySorter(ModelChange change) argument
4289 convertRowIndexToView(int modelIndex, ModelChange change) argument
[all...]

Completed in 287 milliseconds