Searched defs:save (Results 26 - 41 of 41) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/awt/
H A DAWTEventMulticaster.java937 protected static void save(ObjectOutputStream s, String k, EventListener l) throws IOException { method in class:AWTEventMulticaster
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngtrans.c590 png_byte save = *rp; local
592 *(rp + 2) = save;
603 png_byte save = *rp; local
605 *(rp + 2) = save;
620 png_byte save = *rp; local
622 *(rp + 4) = save;
623 save = *(rp + 1);
625 *(rp + 5) = save;
636 png_byte save = *rp; local
638 *(rp + 4) = save;
[all...]
H A Dpngpread.c73 png_process_data_pause(png_structp png_ptr, int save) argument
77 /* It's easiest for the caller if we do the save, then the caller doesn't
80 if (save)
H A Dpngrtran.c2150 * transform appropriately, then it would save a lot of work/time.
2637 png_byte save; local
2642 save = *(--sp);
2646 *(--dp) = save;
2656 png_byte save[2]; local
2661 save[0] = *(--sp);
2662 save[1] = *(--sp);
2669 *(--dp) = save[0];
2670 *(--dp) = save[1];
2683 png_byte save; local
2700 png_byte save[2]; local
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DStatement.java215 * If 'save' isn't null, there is also a value on the top of the stack
218 Context stopctx, Type save) {
245 if (save != null) {
253 asm.add(where, opc_istore + save.getTypeCodeOffset(), num);
287 asm.add(where, opc_iload + save.getTypeCodeOffset(), num);
217 codeFinally(Environment env, Context ctx, Assembler asm, Context stopctx, Type save) argument
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMimeTable.java387 public synchronized boolean save(String filename) { method in class:MimeTable
420 properties.save(os, filePreamble + tag);
423 properties.save(os, filePreamble);
459 testTable.save(File.separator + "tmp" +
460 File.separator + "mime_table.save");
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanDirConfig.java64 * load and save the <i>scandir</i> application configuration to and from an
69 * can later save to the file, by calling {@link #save}, or discard, by
112 // We will emit a notification when the save state of this object
173 // This object save state. CREATED is the initial state.
194 * Can be null (in which case load() and save() will fail).
196 * load() will fail if called before save(), and save() will
198 * in which case load() will load that file and save() will save
234 public void save() throws IOException { method in class:ScanDirConfig
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSF2Soundbank.java508 public void save(String name) throws IOException { method in class:SF2Soundbank
512 public void save(File file) throws IOException { method in class:SF2Soundbank
516 public void save(OutputStream out) throws IOException { method in class:SF2Soundbank
H A DDLSSoundbank.java872 public void save(String name) throws IOException { method in class:DLSSoundbank
876 public void save(File file) throws IOException { method in class:DLSSoundbank
880 public void save(OutputStream out) throws IOException { method in class:DLSSoundbank
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dmulti_font.c639 char save = *(ptr + 2); local
645 *(ptr + 2) = save;
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp591 // use malloc, but save pointer in res. area for later freeing
592 char** save = (char**)internal_malloc_4(sizeof(char*)); local
593 return (*save = (char*)os::malloc(size, mtChunk));
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp496 typeArrayOop save; local
498 save = scratch_class->get_method_annotations_of(i);
500 scratch_class->set_method_annotations_of(j, save);
502 save = scratch_class->get_method_parameter_annotations_of(i);
504 scratch_class->set_method_parameter_annotations_of(j, save);
506 save = scratch_class->get_method_default_annotations_of(i);
508 scratch_class->set_method_default_annotations_of(j, save);
1268 // This old_cp is an actual original constant pool. We save
1434 // the method has been replaced so save the new method version
2352 // sized constant pool with the klass to save spac
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp1368 intptr_t save = _recursions; // record the old recursion count local
1372 return save;
1499 intptr_t save = _recursions; // record the old recursion count local
1634 _recursions = save; // restore the old recursion count
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp214 Arena* save = current->type_arena(); local
440 current->set_type_arena(save);
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c905 step is a bit more complicated, but we save a fair number of
3161 mp_digit save, next, mask; local
3167 save = 0;
3170 DIGIT(mp, ix) = (DIGIT(mp, ix) >> d) | (save << (DIGIT_BIT - d));
3171 save = next;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp125 // Since g1 and g5 (and/or g6) are the volatile (caller-save) registers,
554 // (This is a different place than the corresponding register-save area location.)
1612 void save( Register s1, Register s2, Register d ) { emit_long( op(arith_op) | rd(d) | op3(save_op3) | rs1(s1) | rs2(s2) ); } function in class:Assembler
1613 void save( Register s1, int simm13a, Register d ) { function in class:Assembler
1614 // make sure frame is at least large enough for the register save area
1841 // gen asm code to save regs
1867 // may customize this version by overriding it for its purposes (e.g., to save/restore
1883 // may customize this version by overriding it for its purposes (e.g., to save/restore
2287 void save_thread (const Register threache); // save to cache
2403 // factor out part of stop into subroutine to save spac
[all...]

Completed in 122 milliseconds

12