Searched defs:keep (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/make/tools/reorder/tools/
H A DCombine.java37 private static void appendFile(String fileName, boolean keep) { argument
50 if (keep || !map.containsKey(line)) {
/openjdk7/jdk/test/java/lang/ref/
H A DBasic.java39 static Vector keep = new Vector(); field in class:Basic
77 keep.addElement(new PhantomReference(new Object(), q2));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DOptions.java57 * -keep
59 public boolean keep; field in class:Options
292 } else if (args[i].equals("-keep")) {
293 keep = true;
308 keep = true;
321 // -nocompile implies -keep. this is undocumented switch.
323 keep = true;
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DTarget.java84 * collection. Permanent objects do not keep a server from
291 } else if (entry.keep == false) {
419 * The "keep-alive count" is the number of non-permanent remote
422 * keep-alive count: if this target is for a non-permanent remote
457 boolean keep; field in class:SequenceEntry
461 keep = false;
466 keep = true;
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwrite.c51 * the chunk, as that will keep the code from breaking if you want to just
127 int keep = png_handle_as_unknown(png_ptr, up->name); local
129 if (keep != PNG_HANDLE_CHUNK_NEVER &&
134 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
304 int keep = png_handle_as_unknown(png_ptr, up->name); local
305 if (keep != PNG_HANDLE_CHUNK_NEVER &&
310 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
413 int keep = png_handle_as_unknown(png_ptr, up->name); local
414 if (keep != PNG_HANDLE_CHUNK_NEVER &&
417 ((up->name[3] & 0x20) || keep
[all...]
H A Dpngset.c1081 png_set_keep_unknown_chunks(png_structp png_ptr, int keep, png_const_bytep argument
1091 if (keep == PNG_HANDLE_CHUNK_ALWAYS || keep == PNG_HANDLE_CHUNK_IF_SAFE)
1097 if (keep == PNG_HANDLE_CHUNK_ALWAYS)
1125 *p=(png_byte)keep;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Frame.cpp844 // frame, we need to keep the zoomed property TRUE. However,
1111 static BOOL keep = FALSE; local
1113 keep = (JNU_GetStaticFieldByName(AwtToolkit::GetEnv(), NULL,
1117 return keep;

Completed in 259 milliseconds