Searched refs:modified (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DAbstractQueue.java156 * modified while the operation is in progress.
185 boolean modified = false;
188 modified = true;
189 return modified;
H A DAbstractSet.java169 boolean modified = false;
173 modified |= remove(i.next());
178 modified = true;
182 return modified;
H A DAbstractCollection.java340 boolean modified = false;
343 modified = true;
344 return modified;
369 boolean modified = false;
374 modified = true;
377 return modified;
402 boolean modified = false;
407 modified = true;
410 return modified;
H A DAbstractSequentialList.java190 * undefined if the specified collection is modified while the
214 boolean modified = false;
219 modified = true;
221 return modified;
H A DIdentityHashMap.java97 * methods" are <i>fail-fast</i>: if the map is structurally modified
923 * the set, and vice-versa. If the map is modified while an iteration
987 boolean modified = false;
991 modified = true;
994 return modified;
1011 * modified while an iteration over the collection is in progress,
1064 * map is modified while an iteration over the set is in progress,
1133 boolean modified = false;
1137 modified = true;
1140 return modified;
[all...]
H A DAbstractList.java258 boolean modified = false;
261 modified = true;
263 return modified;
576 * The number of times this list has been <i>structurally modified</i>.
H A DArrayList.java72 * if the list is structurally modified at any time after the iterator is
549 * undefined if the specified collection is modified while the operation
697 boolean modified = false;
717 modified = true;
720 return modified;
945 * the backing list (i.e., this list) is <i>structurally modified</i> in
H A DCollections.java2234 * modified declaration may be reverted back to the original.
2830 boolean modified = false;
2835 modified = true;
2838 return modified;
/openjdk7/make/scripts/
H A Dnormalizer.pl129 my $modified = 0;
161 $modified = 1;
169 $modified = 1;
174 if ($modified != 0) {
194 print "$filename: modified\n";
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/runtime/
H A DJAXBContextFactory.java83 boolean modified = false;
104 modified = true;
110 if(!modified) {
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_SolarisOS_PCM.c273 int err, modified; local
282 modified = FALSE;
285 modified = TRUE;
289 modified = TRUE;
291 if (modified) {
302 int err, modified; local
311 modified = FALSE;
314 modified = TRUE;
318 modified = TRUE;
320 if (modified) {
[all...]
/openjdk7/jdk/test/java/nio/file/WatchService/
H A DLotsOfEvents.java168 Set<Path> modified = new HashSet<>();
173 boolean added = modified.add(file);
179 if (file != null) modified.remove(file);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DFrameView.java169 boolean modified = false;
182 modified = true;
191 modified = true;
194 if (modified) {
/openjdk7/jdk/src/share/classes/java/net/
H A DInMemoryCookieStore.java192 boolean modified = false;
195 modified = cookieJar.remove(ck);
200 return modified;
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentSkipListSet.java62 * inaccurate results if this collection is modified during traversal.
324 boolean modified = false;
327 modified = true;
328 return modified;
/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DSubject.java1172 boolean modified = false;
1193 modified = true;
1198 modified = true;
1203 return modified;
1208 boolean modified = false;
1242 modified = true;
1245 return modified;
/openjdk7/langtools/test/tools/javac/util/list/
H A DTList.java124 boolean modified = l.addAll(arg);
125 if (modified)
141 boolean modified = l.addAll(0, arg);
142 if (modified)
354 boolean modified = l.removeAll(arg);
355 if (modified)
371 boolean modified = l.retainAll(arg);
372 if (modified)
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME151 modified.
159 accumulator, must be modified.
166 the rectangular region of the output buffer that was modified.
197 arguments must be modified, but the macro could be implemented
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java74 // set to true if policy modified.
76 boolean modified = false; field in class:PolicyTool
199 modified = false;
297 // just read in the policy -- nothing has been modified yet
298 modified = false;
313 modified = false;
341 // caller will set (tool.modified = true) if appropriate
399 // caller will set (tool.modified = true)
443 modified = true;
469 modified
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp200 bool modified = false;
208 modified = modified || (_arg_modified[arg] & (1 << i)) != 0;
210 return modified;
1387 tty->print(" modified args: ");

Completed in 97 milliseconds